/*form*/
#login_message_container {
	display: none;
}

#forgo_password_message_container {
	display: none;
}

#create_account_message_container {
	display: none;
}

#login_container {
	position: relative;
	width: 900px;
	height: 350px;
}

#login_form_container {
	margin-left: 10px;
}

#login_create_account_container {
	position: absolute;
	top: 200px;
	left: 20px;
	height: 36px;
	width: 150px;
}

#login_create_account_container a {
	position: absolute;
	width: 150px;
	height: 36px;
	background-image: url(/images/sign_up.gif);	
}

#login_forgot_container {
	position: absolute;
	top: 200px;
	left: 195px;
	height: 35px;
	width: 139px;
}

#login_forgot_container a {
	position: absolute;
	width: 139px;
	height: 35px;
	background-image: url(/images/forgot_password.gif);
}

#fw_form {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#fw_form div.submit {
	background-color: #effbff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#fw_form input[type="text"] {
	width: 200px;
	height: 20px;
	border: 1px solid #000;
	padding: 2px;
	font-family: Verdana;
	font-size: 14px;
}

#fw_form input[type="submit"] {
	font-family: Verdana;
	background-color: #369;
	color: #fff;
	border: 2px outset #69c;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px 10px 0px 10px;
	margin: 8px;
}


#fw_form input[type="password"] {
	width: 200px;
	height: 20px;
	border: 1px solid #000;
	padding: 2px;
}
#fw_form input.txt:focus {
	border: 2px solid #24419f;
}

#fw_form fieldset {
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#fw_form fieldset .legend {
	width: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#fw_form fieldset .legend div {
	color: #000;
	padding: 8px;
	font-weight: bold;
	font-family: Arial;
	font-size: 14pt;
}

#fw_form fieldset div.row {
	position: relative;
	list-style: none;
	border: 0px;
	padding: 4px 0px 0px 0px;
	margin: 4px;
	background-image: url(/images/field_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#fw_form fieldset div.row div.label {
	position: absolute;
}
	
#fw_form fieldset div.row div.label div {
	margin: 4px;
	text-align: right;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 1.54em;
}

#fw_form fieldset div.row div.field {
	position: absolute;
	border: 0px;
	padding: 0 0 0 20px;
	margin: 0px;
	height: 30px;
}

#fw_form fieldset div.row div.required {
	background-image: url(/images/required.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#fw_form div.error {
	background-color: #ffff96;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#fw_form fieldset div.row div.error {
	background-color: #ffff96;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#fw_form fieldset div.row div.fields div.error div, #fw_form div.error div {
	border: 0px;
	padding: 0px;
	margin: 4px;
	color: #b22325;
	font-style: italic;
	font-family: Verdana;
	font-size: 11pt;
}

#fw_form fieldset div.row div.field ol {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#fw_form fieldset div.row div.field ol li {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	margin-right: 20px;
}

/* registration textarea */
#field_item_25 {
	width: 300px;
	height: 80px;
}

#create_account_container {
	margin: 20px;
	font-size: 0.8em;
}

#fw_form fieldset div.row div.field div {
	width: 300px;
}

#fw_form fieldset div.row div.field div fieldset ol li {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

#fw_form fieldset div.row div.field div fieldset ol {
	border: 0;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}


/* basics */
body {
	background-color: #fff;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, arial, sans-serif;
	background-image: url(/images/bg-home-academy-extra.gif);
	background-repeat: repeat-x;
	text-align:center;
}
.container_12 {
	text-align: left;	
}

/*#home {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 247px;
	height: 44px;
	background-image: url(images/nea_homelink.gif);
}*/

a:link, a:active {
	text-decoration: none;	
}
a:focus {
	outline: thin dotted;	
}

form label.invisible {
	position: absolute;
	height: 0;
	width: 0;
	overflow: hidden;	
}

div {
}

#container {
	background-color: #fff;
	position: relative;
	width: 960px;
	margin: auto;
}

#general_header {
	position: relative;
	width: 960px;
	/*height: 110px;*/
	background-image: url(/images/nea_page_header2.jpg);
	background-repeat: repeat-x
}

#logo {
	position: absolute;
	top: 21px;
	left: 35px;
	/*background-image: url(images/logo_nea.gif);*/
	height: 70px;
	width: 64px;
}
#branding {
	display: block;
	float: left;
	height: 110px;
	margin: 0;
	padding: 0 0 0 20px;
	width: 400px;
}
#branding a {
	float: left;
	margin: 10px 0 0 10px;
}
#branding a.logo {
	border-right: 1px solid #93a7d2;
}
#note {
	color: #242b66;
	font-family: Georgia, serf;
	font-size: 1.3em;
	line-height: 26px;
	padding: 20px 20px 0 0;
	text-align: right;
}
#note span a {
	color: #242b66;
	text-decoration: none;
}
#note span a:hover {
	text-decoration: underline;	
}
#login-wrap {
	float: right;
	text-align: right;
	width: 275px;	
}
#b-login {
	color:#FFFFFF;
	float:right;
	font-size:0.75em;
}

#b-login a {
	background:none repeat scroll 0 0 #D1CBA7;
	float:left;
	margin:4px 1px 0 0;
	padding:3px 7px 4px 7px;
	text-decoration:none;
	color:#fff;
}

#academy {
	position: absolute;
	top: 21px;
	left: 135px;
	height: 70px;
	width: 255px;
}

#logout {
	position: absolute;
	top: 4px;
	right: 0px;
	background-image: url(/images/logout.gif);
	height: 17px;
	width: 48px;
}

#general_footer {
	position: relative;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	width: 960px;
	height: 85px;
	font-size: 0.75em;
}

p #footer-left {
	float: left;
	font-size: 11px;
	color: #7f7f7f;
	margin: 0 0 0 2px;
}

p #footer-right {
	float: right;
	font-size: 11px;
	color: #7f7f7f;
	margin: 0;
}

#powered_by {
	position: absolute;
	top: 14px;
	right: 8px;
	width: 240px;
	height: 33px;
	/*background-image: url(/images/powered_by.gif);*/
}

#feedback {
	position: absolute;
	top: 30px;
	left: 0px;
	text-decoration: none;
	color: #3366cc;
}

#feedback:hover {
	text-decoration: underline;
	color: #cc3333;
}

/* brian */
#homepage_container {
	position: relative;
}

#homepage_inner_container {
	position: relative;
	padding: 20px;
}

.boxclear {
	clear: both;
}

/* Home Page */
div#home_presentation_container {
	margin-left: 20px;	
}

a.hl_item {
	height:120px;
	width:160px;
	margin-bottom: 12px;
	display: block;
	border: 15px solid #c6dede;
}

a.hl_item_hover {
	height:120px;
	width:160px;
	margin-bottom: 12px;
	display: block;
	border: 15px solid #63abad;
}

div#hover_play {
	position: absolute;
	width: 67px;
	height: 50px;
	z-index: 9999;
	top: 0px;
	left: -9999px;
	background-image: url(/images/btn-play-2.png);
	background-repeat: no-repeat;
}

div#row {
	width: 1000px;
	position: relative;
	margin: 0 0 40px;
	padding: 0px;
}

div#col {
	position: relative;
	float: left;
	width: 197px;
	margin-right: 42px;
}

div#clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	width: 1000px;
	border: 0px;
}

.v-descript h4 {
	border-bottom: 2px solid #49A6D1;
	color: #2A2A2A;
	font-size: 15px;
	line-height: 19px;
	padding: 0 0 8px;
	font-weight: normal;
}
.plist_basic_item .grid_3 {
	width: 200px;
	margin-right: 25px;
	padding-bottom: 40px;
}
.grid_3 .img-wrap {
	background:none repeat scroll 0 0 #c6dede;
	padding:15px;
	width:160px;	
	margin-bottom: 12px;
}

a.h1_title {
	color: #2A2A2A;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	text-decoration: none;
	display: block;
	margin-top: 9px;
}

a.h1_title:hover {
	text-decoration: underline;
}

a.h1_link {
	background-image: url(/images/link-arrow.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	color: #B02520;
	font-weight: normal;
	padding: 0 8px 0 0;
	text-decoration: underline;
	font-size: 0.75em;
	line-height: 18px;
}

#general_banner {
	width: 959px;
	height: 263px;
	background: url(/images/home-banner.jpg) top left no-repeat;
	margin: 0;
}
.descript {
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.54em; 
	padding: 20px;
}

#boxes-container {
	width: 960px;
	height: 630px;	
	position: relative;
}

.boxes-row {
	width: 960px;
	position: absolute;
}
#boxes-row-1 {
	top: 0;
	left: 0;
}
#boxes-row-2 {
	top: 320px;
	left: 0;
}

.box1 {
	width: 197px;
	position: absolute;
	top: 10px;
	left: 19px;
}

.box2 {
	width: 197px;
	position: absolute;
	top: 10px;
	left: 259px;
}
.box3 {
	width: 197px;
	position: absolute;
	top: 10px;
	left: 499px;
}
.box4 {
	width: 197px;
	position: absolute;
	top: 10px;
	left: 740px;
}

#home_blurb_container {
	position: relative;
}

#home_blurb {
	margin: 20px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.home-box-pic {
	width: 198px;
	height: 148px;
	background: #c6dede;
}

.home-box-pic a:link,
.home-box-pic a:visited {
	display: block;
	width: 159px;
	height: 118px;
	padding: 15px 19px 15px 19px;
}

.home-box-pic .play {
	width: 198px;
	height: 148px;
	position: absolute;
	margin: 0;
	display: block; 
	width: 198px; 
	height: 148px; 
	background-image: url(/images/btn-play.png);
	background-repeat: no-repeat; 
	margin: 0; 
	padding: 0;
}

.home-box-pic .play:hover {
	background-position: 0 -148px;
}

.content .boxes-row h3 {
	font-size: 15px;
	border-bottom: 2px solid #49a6d1;
	color: #2a2a2a;
	line-height: 19px;
	padding: 0 0 8px 0;
}
.boxes-row p {
	line-height: 18px;
	font-size: 12px;
	color: #2a2a2a;
	margin: 0;
	font-weight: bold;
}

.boxes-row p a:link,
.boxes-row p a:visited {
	background-image: url(/images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 0 8px 0 0;
	color: #b02520;
	font-weight: normal;
}

#with_slides #presentation_chapters {
	position: relative;
	width: 900px;
}

#noslides #presentation_chapters {
	position: relative;
	width: 900px;
	margin: 18px 30px 0;
}

#noslides #presentation_files #bookmarks {
	position: relative;
	top: 20px;
	left: 0px;
}

#noslides br {
	clear: both;
}

#presentation_chapters {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 18px;
	margin-bottom: 0; 
	padding: 0px;
    border: 0px;
 	width: 900px;	
}

#bookmark_container #bookmarks table tr {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.jumppoint_image {
	border: 1px solid #000;
}

#bookmark_container #bookmarks table tr td {
    width: 207px;
	padding: 0px 10px 20px 0px;
	font-size: 15px;
	line-height: 17px;
	border: 0px;
	margin: 0px;
	vertical-align: top;
	font-family: Arial;
	font-weight: 600;
	color: #2a2a2a;
}

#jumppoint {
	width: 196px;
	height: 123px;
	background-image: url(/images/jumppoint_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 8px;
}



#bookmark_container {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 18px;
	margin-bottom: 0; 
	width: 900px;
	padding: 0px;
    border: 0px;
}

#bookmark_container tr {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.jumppoint_image {
	border: 1px solid #000;
}

#bookmark_container tr td {
    width: 207px;
	padding: 0px 10px 20px 0px;
	font-size: 15px;
	line-height: 17px;
	border: 0px;
	margin: 0px;
	vertical-align: top;
	font-family: Arial;
	font-weight: 600;
	color: #2a2a2a;
}

#jumppoint {
	width: 196px;
	height: 123px;
	background-image: url(/images/jumppoint_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 8px;
}

.jumppoint_link {
	display: block;
	margin-top: 11px;
	margin-bottom: 14px;
	background-image: url(/images/jumppoint_link.gif);
	width: 80px;
	height: 24px;
}

.jumppoint_link:hover {
	background-position: 0 -24px;
}

#change_time_picture #image {
	width: 120px;
	height: 90px;
	position: relative;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 4px;
}

#zoom {
	position: absolute;
	z-index: 5001;
	background-color: #fff;
	border: 4px solid #c3c3c3;
	background-repeat: no-repeat;
}

#presentation_title {
	/*position: absolute;
	top: 24px;*/
	left: 33px;
	width: 894px;
	position: relative;	
}

#presentation_title h1 {
	color: #00478D;
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 20px;
	line-height: 30px;
}

#presentation_intranav {
	color: #939393;
	position: absolute;
	top: 60px;
	left: 30px;
	font-weight: bold;
	padding-top: 5px;
}
#presentation_intranav #navigation a {
	color: #939393;
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

#with_slides #player_container {
	position: relative;
	height: 738px;
	width: 960px;
	background-color: #fff;
	background-image: url(/images/backdrop2.gif);
	background-repeat: no-repeat;
	left: -10px;
}

#with_slidesright #player_container {
	position: relative;
	height: 738px;
	width: 960px;
	background-color: #fff;
	background-image: url(/images/backdrop_right2.gif);
	background-repeat: no-repeat;
	left: -10px;
}

#noslides #player_container {
	position: relative;
	height: 495px;
	width: 960px;
	background-color: #fff;
	background-image: url(/images/backdrop_noslide.gif);
	background-repeat: no-repeat;
}

#with_slides #presentation_media {
	position: absolute;
	top: 103px;
	left: 30px;
	width: 384px;
	height: 316px;
	border: 1px solid #000;
}

#with_slidesright #presentation_media {
	position: absolute;
	top: 103px;
	left: 542px;
	width: 384px;
	height: 316px;
	border: 1px solid #000;
}

#noslides #presentation_media {
	position: absolute;
	top: 95px;
	left: 34px;
	width: 448px;
	height: 374px;
	border: 1px solid #000;
}


#with_slides .slide_container {
	position: absolute;
	top: 103px;
	left: 450px;
	width: 480px;
	height: 359px;
	border: 1px solid #333;
	background-color: #fff;
}

#with_slides .slide_container .slide {     /*formerly slide, now slides*/ 
	width: 479px;
	height: 359px;
}

#with_slides .slide_container .slide_alt_container {
	position: absolute;
	background-color: #000;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}

#with_slidesright .slide_container {
	position: absolute;
	top: 103px;
	left: 34px;
	width: 480px;
	height: 360px;
	border: 1px solid #333;
	background-color: #fff;
}

#with_slidesright .slide_container .slide {    /*formerly slide, now slides*/ 
	width: 479px;
	height: 359px;
}

#with_slidesright .slide_container .slide_alt_container {
	position: absolute;
	background-color: #000;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}
.slide_controls {
	position: absolute;
	right: 60px;
	top: 5px;
}

.slide_prev {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/prev.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
}

.slide_next {
	top:0px;
	left: 30px;
	position: absolute;
	background-image: url(/images/next.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
}

.slide_container #slides .slide_alt_container .slide_alt {     /*formerly slide, now slides*/ 
	color: #fff;
	padding: 4px;
}

.slide_container #slides .slide_alt_container .slide_controls a {   /*formerly slide, now slides*/ 
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	padding: 4px;
}


#with_slides #transcript_container {
	position: absolute;
	top: 450px;
	left: 65px;
	width: 305px;
	height: 123px;
}

#with_slidesright #transcript_container {
	position: absolute;
	top: 450px;
	left: 575px;
	width: 305px;
	height: 123px;
}


#noslides #transcript_container {
	position: absolute;
	top: 130px;
	left: 550px;
	width: 325px;
	height: 123px;
}

#transcript_container #presentation_blob {
	font-family: Arial;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
}
form label.invisible {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	visibility: visible;	
}
#with_slides #searchTXT {     /*previously search_input */ 
	position: absolute;
	left: 10px;
	top: 148px;
	width: 200px;
	height: 20px;
	border: 0;
	font-size: 16px;
	color: #b62818;
	font-family: Arial, Helvetica, sans-serif;
}

#with_slidesright #searchTXT {       /*previously search_input */
	position: absolute;
	left: 10px;
	top: 148px;
	width: 200px;
	height: 20px;
	border: 0;
	font-size: 16px;
	color: #b62818;
	font-family: Arial, Helvetica, sans-serif;
}

#noslides #searchTXT {      /*previously search_input */
	position: absolute;
	left: 8px;
	top: 155px;
	width: 200px;
	height: 20px;
	border: 0;
	font-size: 16px;
	color: #b62818;
	font-family: Arial, Helvetica, sans-serif;
}

#with_slidesright #searchTXT:hover, #with_slides #search_input:hover, #search_input:focus {     /*previously search_input */
	border: 0;
	outline: 0;
}

#with_slides #search_button {
    position: absolute;
    top: 141px;
    left: 236px;
    width: 72px;
    height: 36px;
}

#with_slidesright #search_button {
    position: absolute;
    top: 141px;
    left: 238px;
    width: 72px;
    height: 36px;
}

#noslides #search_button {
    position: absolute;
    top: 148px;
    left: 235px;
    width: 72px;
    height: 36px;
}

#with_slides #search_form, #with_slidesright #search_form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#with_slides #presentation_intranav #navigation #nav_back {
	background-image: url(/images/back_icon.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#with_slidesright #presentation_intranav #navigation #nav_back {
	background-image: url(/images/back_icon.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#noslides #presentation_intranav #navigation #nav_back {
	background-image:url("/images/back_icon.gif");
	background-repeat:no-repeat;
	padding-left:10px;
}

#with_slides #presentation_files {
    top: 500px;
    left: 450px;
    width: 480px;
    height: 116px;
    position: absolute;
    border: 0;
    background-color: #fff;
}

#with_slidesright #presentation_files {
    top: 535px;
    left: 34px;
    width: 480px;
    height: 116px;
    position: absolute;
    border: 0;
    background-color: #fff;
}

#noslides div#presentation_files {
    left: 40px;
    width: 830px;
    position: relative;
    border: 0;
    margin-bottom: 20px;
}

#noslides #presentation_files #downloads {
	position: relative;
	top: 40px;
	left: 0px;
}
#downloads h5, #presentation_chapters h5 {
	color: #0d469f;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#downloads li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 20px;
}
#downloads li a {
	color: #000;
	font-size: 0.7em;
	text-decoration: none;
}
#downloads li a:hover {
	text-decoration: underline;	
}
				
#downloads li.pdf {
	background: url(/images/pdf_icon.gif) 0 5px no-repeat;				
}
				
#downloads li.doc {
	background: url(/images/doc_icon.gif) 0 5px no-repeat;			
}
				
#downloads li.ppt {
	background: url(/images/ppt_icon.gif) 0 5px no-repeat;				
}

#noslides #presentation_files br {
	clear: both;
}

#noslides #presentation_chapters br {
	clear: both;
}
 .jumper {
	background-image:url(/images/jumppoint_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	width: 199px;
	float: left;
	margin-bottom: 10px;
}
#presentation_chapters .description {
    font-weight: bold;
    font-size: 0.9em;
}  

#with_slides #download_container #downloads table tr, #with_slidesright #download_container #downloads table tr {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

#downloads table {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

#downloads table tr td a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-decoration: none;
}

#downloads table tr td a:hover {
	text-decoration: underline;
}

#downloads table tr td img {
    border: 0px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#with_slides #downloads table tr td, #with_slidesright #downloads table tr td {
    padding: 0px;
    border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
    margin: 0px;
	vertical-align: top;
}

#noslides #downloads table tr td.item {
    padding: 0px;
    border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
    margin: 0px;
	vertical-align: top;
	width: 400px;
}

#noslides #downloads table tr td.spacer {
	width: 30px;
	border: 0;
	margin: 0;
}
#reg_error {
	color: #666666;
}

/* Search Json */
#search_json  {
background-color:#FFFFFF;
border:1px solid #C3C3C3;
height:570px;
overflow:hidden;
position:absolute;
right:155px;
top:218px;
width:478px;
z-index:5000;
text-align: left;
}
#search_json #close {
background:url("/universal/csslibrary/fwsites/presentation/search_results/images/close.gif") no-repeat scroll 40px 4px transparent;
color:#242B66;
cursor:pointer;
font-size:0.9em;
height:30px;
left:410px;
padding-top:8px;
position:absolute;
text-transform:uppercase;
top:5px;
width:70px;
z-index:5001;
}
#search_json #content {
float:left;
height:533px;
overflow-x:hidden;
overflow-y:auto;
width:100%;
color:#444444;
}
#search_json #scroll-wrap {
float:left;
padding:10px;
width:96%;
}
#search_json #content #main_header {
background-color:#F3EFE4;
border-bottom:1px solid #D6D6D6;
font-size:0.8em;
padding:10px 20px 20px;
position:relative;
}
#search_json #content #sub_header {
background-color:#DDD3B0;
font-size:0.9em;
padding:20px;
float:left;
width:100%;
}
#search_json #content #main_header div.inner {
float:left;
margin:0;
padding:20px;
width:90%;
}
#search_json #content #sub_header div.inner {
font-weight:bold;
}
.search_heading {
font-size:16px;
font-weight:bold;
}
.search_count {
color:#DB6C1D;
font-family:Helvetica,Arial,sans-serif;
font-size:16px;
font-weight:bold;
}
.search_heading {
font-size:16px;
font-weight:bold;
}
#search_toggle, #search_toggle_single {
cursor:pointer;
margin-top:4px;
color: #469AC9;
float: left;
width: 400px;
height: 25px;
}
#search_sort_container {
display:block;
float:right;
font-size:13px;
padding-bottom:10px;
position:relative;
width:165px;
}
#relevance_radio {
background-image:url("/universal/csslibrary/fwsites/presentation/search_results/images/radio.gif");
background-repeat:no-repeat;
cursor:pointer;
height:19px;
left:0;
position:absolute;
top:0;
width:19px;
}
#relevance_label {
cursor: pointer;
}
#time_radio {
background-image:url("/universal/csslibrary/fwsites/presentation/search_results/images/radio.gif");
background-repeat:no-repeat;
cursor:pointer;
height:19px;
left:100px;
position:absolute;
top:0;
width:19px;
}
#time_label {
cursor: pointer;
}
#search_json #content .row {
border-bottom:1px solid #CCCCCC;
clear:both;
height:120px;
margin:10px;
}
#search_json #content .row .picture {
float: left;
}
#search_json #content .row .picture img {
border:1px solid #666666;
}
#search_json #content .row .data {
float: right;
width: 300px;
}
#search_json #content .row .data .text {
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
line-height:18px;

margin-top: 5px;
}
.search_highlight {
background-color:#38D878;
color:#FFFFFF;
}
#search_sort_container .selected {
font-weight: bold;
}
#search_sort_container .unselected {
color: #4593bf;
}
#search_json #content .row .data .link {
margin-right:4px;
padding:1px;
font-size: 0.9em;
}
#search_json #content .row .data .link a {
color: #3D7ACE;
}
#search_json #content .row .data .timecode_link {
	font-size: 0.8em;
}
#search_json #content .row .data .timecode {
font-size: 0.9em;
font-weight:bold;
}
#handle {
background-image: url(/images/handle_bg.png);
background-repeat: no-repeat;
}
#handle h5 {
color: #4d4d4d;
font-weight: normal;
padding: 10px;
font-family:Arial,Helvetica,sans-serif;
}
.radio_on {
background-position:-19px 0;
}
#search_json #content #main_header .p-count {
line-height:1.2em;
}
a.hidden_row {
color:#00478D;
cursor:pointer;
font-size:0.8em;
font-weight:bold;
margin-left:20px;
padding:10px 0;
text-decoration:underline;
}
.l-float {
float:left;
padding-bottom:10px;
}
.hidden {
display:none;
}
span.hl {
background-color: yellow;
}

#searchTXT_invalid {
	width: 200px;
}
