body{
	background: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
}
#pageContent{font-size:11px}
.ContentText{font-size:13px}
a img{border:0}
a:link{
	text-decoration: underline;
	color: #06c;
}
a:visited{color: #06c}
a.notVisited:visited{color: #06c}
a:hover, a.notVisited:hover{color: #f63}
h3{
	padding: 0;
	margin: 0;
}
table.structural, table.structural tr td{ /* this is cellspacing=0 and cellpadding=0 */
	padding: 0;
	border-spacing: 0;
	border: none;
	border-collapse: collapse;
}
#topbar {
   background: #f0f0f0;
   font-size: 12px;
   text-align: center;
   margin-top: 3px;
   margin-bottom: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
}
div.topmsg{
	font-size: 18px;
	font-style: italic;
}
#helptext, #activityview{
	display: none;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	width: 325px;
	position: absolute;
	top: 0;
	left: -1000px;
	z-index: 1;
}
#activityview{
	width: 300px;
}
#helptext h3, #activityview h3{
	color: #bbb;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
}
#helptext input, #activityview input{
	float: right;
	font-size: 9px;
}
#container{
	width: 1007px;
	margin: auto;
}
#topbanner{
	width: 728px;
	padding: 2px 0 2px 0;
	margin: auto;
}
#topbannerborder{
	border-top: 1px solid #ccc;
	width: 987px;
	margin: auto;
	line-height: 1px;
	height: 1px;
}
#header_line {
	width: 100%;
	background-image: url(/images/1pixgrey.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
/*	background-color: #edecec; */
	background-color: #f9f8f8;
	line-height: 30px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
}
#header_line #search_area{
	margin-left: 10px;
}
#header_line #login_area{
	float: right;
	margin-right: 10px;
	width: 350px;
	text-align: right;
}
#header table{
	width: 100%;
	height: 65px;
}
#header td.logo{
/*	width: 290px; */
	padding-left: 5px;
}
#header td.main_tabs{
	vertical-align: bottom;
/*	width: 310px; */
	width: 450px;
}
#header td.main_tabs a{
	margin: 0 2px 0 2px;
}
#header td.header_login{
	text-align: right;
	color: #666;
	font-size: 12px;
	vertical-align: top;
	padding: 0 9px 5px 0;
}
#header td.header_login img{
	margin-bottom: -4px;
}
#header table.login_table{
	width: auto;
	height: auto;
	margin: 0 7px -3px 0;
	float: right;
}
#header table.login_table input.text_input{
	font-size: 9px; 
	width: 120px; 
	border-top: 2px solid #999; 
	border-left: 2px solid #999;
	border-bottom: 1px solid #bbb; 
	border-right: 1px solid #bbb; 
	background: #eee;
}
#header table.login_table input.login_button{
	color: none; 
	background:url(/images/login_btn.gif); 
	border: none; 
	width: 48px; 
	height: 19px; 
	cursor: pointer;
}
#breadcrumbs{
	height: 23px;
	background: #0471BE;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-top: -3px;
}
#breadcrumbs a, #breadcrumbs a:visited{
	color: #fff;
}
#breadcrumbs a:hover{
	color: #f63;
}
#breadcrumbs_content{
	padding-top: 4px;
}
#content{
	padding: 5px 10px 5px 10px;
}
#content td{
	vertical-align: top;
}
#left_column{
/*	width: 145px; */
	width: 175px;
}
/* Removed 06/25/2010
.left_column_header{
	background: url(/images/left_bar_head.gif) no-repeat top;
	height: 24px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
*/
.left_column_header{
	background-color: #edecec;
	border: 1px solid #ccc;
	height: 24px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.left_column_header img{
	float: left;
	margin: -6px -23px 0 10px;
}
.left_column_content{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 0px 5px 0px;
	text-align: center;
	line-height:17px;
	font-weight: bold;
}
.left_column_content ul{
	margin: 0 10px 0 15px;
	padding: 0;
	text-align: left;
}
.left_column_content ul li{
	list-style-image: url(/images/tip_bullet.gif);
	line-height: 12px;
	padding: 0;
	margin: 0;
}
.left_column_content a{
	display: block;
	text-align: center;
	margin: 3px 0 3px 0;
}
.left_column_content_tips{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.left_column_content_tips ul{
	margin: 0 10px 0 15px;
	padding: 0;
	text-align: left;
}
.left_column_content_tips ul li{
	list-style-image: url(/images/tip_bullet.gif);
	line-height: 12px;
	padding: 0;
	margin: 0;
}
/* Removed 05-25-2010
.left_column_footer{
	background: url(/images/bottomline.gif) no-repeat top;
	height: 6px;
	margin-bottom: 10px;
}
*/
.left_column_footer{
	height: 6px;
	margin-bottom: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#center{
	width: 690px;
/*	width: 815px; */
	padding: 0 15px 0 15px;
}
#center_header{
	margin-bottom: 10px;
}
#center_header h1{
	margin: 0;
	padding: 0;
	font-size: 18px;
}
#helplink{
	float: right;
	height: 32px;
}
#helplink img{
	margin-bottom: -2px;
}
#right_column{
	width: 121px;
	margin-left: 1px;
}
.right_column_header{
	background: url(/images/right_bar_head.gif) no-repeat top;
	height: 34px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
.right_column_header img{
	float: left;
	margin: -2px -15px 0 8px;
}
.right_column_content{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 7px 3px 5px 3px;
	text-align: center;
}
.right_column_content img{
	border: 1px solid #ccc;
}
.right_column_content a{
	font-weight: bold;
	text-decoration: none;
}
.ad_summary{
	height: 70px;
	overflow: hidden;
	text-align: center;
}
.right_column_footer{
	background: url(/images/rightportletbottom.gif) no-repeat top;
	height: 8px;
	margin-bottom: 10px;
}
#footer{
	padding: 2px 0 5px 24px;
	text-align: center;
}
td.einstein_speech{
	text-align: left;
	vertical-align: middle;
	width: 330px;
	padding-top: 0px;
}
td.einstein_speech h2{
	color: #0c6ab4;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
td.einstein_speech ul{
	margin: 3px 0 0 15px;
	padding: 0;
}
/********************************************\
bottom columns on home page
\********************************************/
td.bottom_col_td_middle {
	width: 8px;
}
td.bottom_col_td_topleft, td.bottom_col_td_topright {
	height: 25px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	vertical-align: middle !important;
	font-weight: bold;
}
td.bottom_col_td_topleft {
	background: url(/images/bg_search_top_short.gif);
	width: 320px;
}
td.bottom_col_td_topright {
	background: url(/images/bg_col_top_short.gif);
	width: 359px;
}
td.bottom_col_td_bottomleft {
	border: 1px solid #fa5f22;
	border-top: none;
	padding: 7px 0px 10px 3px;
}
td.bottom_col_td_bottomright {
	border: 1px solid #0c6ab4;
	border-top: none;
	padding: 7px 0px 10px 3px;
}
.bottomcolumns_index_top{
	background: url(/images/bg_col_top.gif);
	height: 22px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	margin: 8px auto 0 auto;
}
.bottomcolumns_index {
	border-left: 1px solid #0c6ab4;
	border-right: 1px solid #0c6ab4;
	border-bottom: 1px solid #0c6ab4;
	padding: 7px 0px 7px 3px;
	margin:auto 0px 5px;
}
/********************************************\
search page/search box on home page
\********************************************/
h2#searchboxtitle {
	color: #ef5a20;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}
h2#searchboxtitle span{
	font-size: 11px;
	padding-left: 20px;
	font-weight: bold;
	color: #333;
}
h2#searchboxtitle span a{
	font-weight: normal;
	text-decoration: underline;
	color: #06c;
}
h2#searchboxtitle span a:hover{
	color: #f63;
}
.searchoptions_index_top{
	background: url(/images/bg_search_top.gif);
	height: 22px;
	width: 689px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	margin: auto;
	margin-top: 5px;
}
#searchoptions{
	border: 2px solid #0c6ab4;
	padding: 0 5px 0 5px;
}
table.searchtable_full{
	width: 665px;
	margin: 0 auto 0 auto;
}
td.searchtd_1, td.searchtd_2, td.searchtd_3{padding-bottom:5px}
table.searchtable_mini{
	width: 665px;
	margin: 0 auto 5px auto;
}
#searchoptions_index{
	border-left: 1px solid #fa5f22;
	border-right: 1px solid #fa5f22;
	border-bottom: 1px solid #fa5f22;
	padding: 5px 0px 7px 3px;
	margin: auto 0px 5px;
}
#searchoptions form, #searchoptions_index form{
	margin: 0;
	padding: 0;
	display: inline;
}
#searchoptions table, #searchoptions_index table{
	width: auto;
	margin: auto;
}
#searchoptions td, #searchoptions_index td{
	vertical-align: middle;
}
#searchoptions select, #searchoptions_index select{
	width: 212px;
}
#searchoptions input.search_btn, #searchoptions_index input.search_btn{
	width: 92px;
	height: 25px;
	background: url(/images/search_btn.gif) no-repeat;
	border: none;
	margin-top: 8px;
	cursor: pointer;
}
#searchoptions input.criteria_search_btn, #searchoptions_index input.criteria_search_btn{
	width: 133px;
	height: 25px;
	background: url(/images/button_criteria_search.gif) no-repeat;
	border: none;
	cursor: pointer;
}
#searchoptions input.criteria_search_gray_btn{
	background: url(/images/button_criteria_search_gray.gif) no-repeat;
}
#searchoptions input.name_search_btn, #searchoptions_index input.name_search_btn{
	width: 133px;
	height: 25px;
	background: url(/images/button_name_search.gif) no-repeat;
	border: none;
	cursor: pointer;
	margin-left: 35px;
}
#searchoptions input.name_search_gray_btn{
	background: url(/images/button_name_search_gray.gif) no-repeat;
}
#searchoptions input.search_gray_btn{
	width: 92px;
	height: 25px;
	background: url(/images/button_search_gray.gif) no-repeat;
	border: none;
	cursor: pointer;
}
#searchoptions input.search_gray_btn_again{
	width:132px;
	height: 25px;
	background: url(/images/button_search_gray_again.gif) no-repeat;
	border: none;
	cursor: pointer;
}
td.searchtd_2{
	padding: 5px 10px 0 10px;
	vertical-align: top !important;
}
div.searchdiv_1{
	text-align: center;
	margin: 4px 13px 0 0;
	height: 25px !important;
}
div.searchdiv_2{
	position: absolute;
	margin: 11px 0 0 -42px;
	z-index: 0;
}
div.searchdiv_3{
	text-align: center;
	margin: 5px 17px 0 0;
}
.formtxt {
	font-size: 10px;
}
#statesearchContainer{
	position: absolute;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
#statesearch, #states_bg{
	position: absolute;
	top: 90px;
	left: 50px;
	width: 570px;
}
div.searchdiv_mini #statesearch, div.searchdiv_mini #states_bg{
	top: 90px;
}
#statesearch_inner{
	border: 1px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
}
#states_bg{
	visibility: hidden;
	height: 400px;
}
#statesearch h3{
	color: #bbb;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
#statesearch #statebuttons, #locationDivButtons{
	float: right;
}
#statebuttons input, #locationDivButtons input{
	font-size: 10px;
}
#selectedStates, #selectedProvs, #selectHint{
	position: absolute;
	top: 255px;
	display: none;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	width: 200px;
	color: #333;
}
#selectHint{
	text-align: center;
}
#selectedStates h4, #selectedProvs h4, h4{
	color: #bbb;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
}
/****** results ******/
#searchResultsInfo, #searchResultsInfo2{
	font-size: 12px;
	padding: 10px 0 10px 0;
	font-weight: normal;
}
#searchResultsInfo a:visited, #searchResultsInfo2 a:visited{
	color: #06c;
}
#searchResultsInfo2{
/*
	border-bottom: 1px solid #ccc;
*/
}
#searchResultsInfo span, #searchResultsInfo2 span{
	color: #06c;
}
.searchResultsPagination{
	float: right;
	color: #06c;
	margin-right: 3px;
}
table#searchResults tr.header td{
	background: url(/images/search_table_bg.gif);
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 0;
	line-height: 12px;
}
table#searchResults tr.header td a{
	display: block;
	text-align: center;
	margin: 0 0 0 2px;
}
table#searchResults tr.header td div.search_divider{
	float: right;
	border-right: 1px solid #adad92;
	width: 1px;
	height: 18px;
	margin-top: 4px;
}
table#searchResults tr.header td.table_head_highlight div.search_divider{
	display: none;
}
table#searchResults tr.header td.table_head_highlight{
	background: url(/images/search_table_bg_highlight.gif);
}
table#searchResults tr.header td.table_head_highlight a{
	color: #fff;
}
#locationDetailsDiv{
	position: absolute;
	top: 0;
	left: -1000px;
	display: none;
	border: 1px solid #000;
	background: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
}
#locationDetailsDiv h3{
	color: #bbb;
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}
.table_line {
	background-color: #ffffff;
	background-image: url(/images/1pixgrey.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.table_line_premium {
	background-image: url(/images/1pixgrey.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
table#searchResults tr.table_line td table td a img.image_border{
	border: 2px solid #f63;
}
table#searchResults tr.table_line td{
	padding: 5px 0 5px 0;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
table#searchResults tr.table_line td table td{
	text-align: left;
	padding: 0;
}
table#searchResults a.detail_link{
	display: block;
	padding: 4px 3px 5px 3px;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
table#searchResults a.moreinfolink{
	float: left;
	margin: 2px 10px 0 0;
}
table#searchResults a.detail_link div{
	text-decoration: underline;
}
.table_line_premium tr {
    background-color: #edecec;
}
table#searchResults tr.table_line_premium td table td a img.image_border{
	border: 2px solid #f63;
}
table#searchResults tr.table_line_premium td{
	padding: 5px 0 5px 0;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}
table#searchResults tr.table_line_premium td table td{
	text-align: left;
	padding: 0;
}
table#searchResults tr.table_line_premium td.table_line_highlight_premium table td{
	background-color: #dadbff;
}
.table_line a.results_tradename, .table_line_premium a.results_tradename,
.table_line span.results_tradename, .table_line_premium span.results_tradename{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}
.table_line div.results_blurb, .table_line_premium div.results_blurb{
	width: 350px;
	/* width: 450px; */
	margin: 0 5px 0 1px;
	font-size: 12px;
	line-height: 15px;
}
.table_line_highlight {
	background-color: #dadbff;
	padding: 5px 0 5px 0;
	background-image: url(/images/1pixgrey.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.table_line_highlight_premium {
	background-color: #dadbff;
	padding: 5px 0 5px 0;
	background-image: url(/images/1pixgrey.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/**********************\
research files nav tabs
\**********************/
#research_tabs, #hotlist_tabs{
	margin: 5px -5px 0 -5px;
	text-align: center;
	padding-left: 20px;
	background: url(/images/research_tabs_shadow.gif) repeat-x bottom center;
	padding-bottom: 30px;
}
#hotlist_tabs{
	text-align: left;
}
#research_tabs table{
	width: 97%;
	margin-left: 5px;
}
#hotlist_tabs table{
	text-align: center;
	margin-left: 0;
}
#research_tabs td, #hotlist_tabs td{
	vertical-align: bottom;
	font-weight: bold;
}
#research_tabs table tr td a, #hotlist_tabs table tr td a{
	text-decoration: none;
	margin: 0 3px 0 3px;
}
#research_tabs table tr td a span.title, #hotlist_tabs table tr td a span.title{
	text-decoration: underline;
}
#research_tabs table tr td a.active span.title, #hotlist_tabs table tr td a.active span.title{
	color: #333;
	text-decoration: none;
}
#research_tabs table tr td a span.red, #hotlist_tabs table tr td a span.red{
	color: red;
	font-size: 10px;
	text-decoration: none;
}
#research_tabs table tr td a span.orange, #hotlist_tabs table tr td a span.orange{
	color: orange;
	font-size: 10px;
	text-decoration: none;
}
#research_tabs table tr td a span.green, #hotlist_tabs table tr td a span.green{
	color: green;
	font-size: 10px;
	text-decoration: none;
}
#research_tabs .research_tab{
	background: #e8e8e8;
	border: 1px solid #ccc;
	padding: 10px 8px 10px 8px;
	margin: 0 3px 0 3px;
}
#research_tabs .research_tab_container, #research_tabs .research_tab_container_active{
	margin: 0 3px 0 3px;
}
#research_tabs .research_tab_border1{
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 0 4px 0 4px;
}
#research_tabs .research_tab_border2{
	height: 1px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin: -1px 2px 0 2px;
	background: #e8e8e8;
}
#research_tabs .research_tab_border3{
	height: 1px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 2px 0 2px;
	background: #e8e8e8;
}
#research_tabs .research_tab_border4{
	height: 1px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: -1px 1px 0 1px;
	background: #e8e8e8;
}
#research_tabs  .research_tab_border5{
	height: 1px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin: 0 1px 0 1px;
	background: #e8e8e8;
}
#research_tabs .research_tab_content{
	background: #e8e8e8;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px 8px 2px 8px;
	font-size: 11px;
	font-weight: bold;
}
#research_tabs .research_tab_content span.red{
	color: red;
	font-size: 10px;
}
#research_tabs .research_tab_content span.orange{
	color: orange;
	font-size: 10px;
}
#research_tabs .research_tab_content span.green{
	color: green;
	font-size: 10px;
}
#research_tabs .research_tab_container_active .research_tab_content{
	background: #fff;
	border-bottom: 1px solid #fff;
}
#research_tabs .research_tab_container_active .research_tab_content a{
	color: #333;
	text-decoration: none;
}
#research_tabs .research_tab_container_active .research_tab_border2{
	background: #fff;
}
#research_tabs .research_tab_container_active .research_tab_border3{
	background: #fff;
}
#research_tabs .research_tab_container_active .research_tab_border4{
	background: #fff;
}
#research_tabs .research_tab_container_active .research_tab_border5{
	background: #fff;
}
/********research submit button**********/
input.submit_changes_btn{
	width: 127px;
	height: 25px;
	background: url(/images/button_submit_changes.gif) no-repeat;
	border: none;
	margin-top: 8px;
	cursor: pointer;
}
/**********************\
one page summary include
\**********************/
#onepagesummary .label{
	font-weight: bold;
	margin-bottom: 8px;
}
#opsheader{
	height: 37px;
	text-align: right;
	padding:  10px 50px 0 20px;
}
#opsheader h1{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 24px;
}
#onepagesummary #heading{
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 0;
}
img.logo{
	margin-right: 10px;
	border: 1px solid #ccc;
}
#onepagesummary #heading h1{
	font-size: 18px;
	margin: 0;
	padding: 0;
}
#onepagesummary #heading h4{
	font-size: 14pt;
	margin: 0;
	padding: 0;
}
#onepagesummary #stats_outer{
	margin: 10px 0 10px 10px;
	float: right;
	z-index: 10;
	background: #fff;
}
#onepagesummary #stats{
	padding: 0 5px 5px 5px;
	width: 158px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: -5px 0 -4px 0;
}
#onepagesummary #stats_inner{
	padding: 5px 0 5px 0;
	color: #666;
	text-align: center;
	font-size: 11px;
	background: #fff;
}
#onepagesummary #stats h4{
	margin: 5px 0 0 0;
	padding: 0;
	color: #06c;
	font-size: 11px;
}
#onepagesummary #summary_footer{
	color: #666;
}
#onepagesummary .Heading, #onepagesummary h4{
	color: #333;
	margin: 25px 0 5px 0;
	padding: 0;
	font-size: 19px;
	font-weight: bold;
}
#onepagesummary .Subheading{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}
#onepagesummary .BodyText{
	font-size: 13px;
}
#onepagesummary ul, #onepagesummary ol{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 13px;
}
#noteform{
	text-align: center;
	margin: 0 auto 10px auto;
	width: 400px;
	display: none;
}
#notetoggle_open, #notetoggle_close{
	text-align: right;
}
#notetoggle_close{
	display: none;
}
#noteform #label{
	font-weight: bold;
	text-align: left;
}
#noteform textarea{
	width: 400px;
}
#noteform input{
	font-size: 9px;
	margin-right: -5px;
}
#noteform #button{
	text-align: right;
	margin-top: 3px;
}
/**********************\
new tabs
\**********************/
td.top_tab{
	border-bottom: 3px solid #f15c22;
	vertical-align: bottom;
}
td.subnav_cell{
	border-right: 1px solid #0861a0;
	vertical-align: middle;
	font-weight: bold;
}
a.subnav, a.subnav_on{
	display: block;
	background: url(/images/bg_nav_blue.gif);
	height: 19px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	border-top: #4e97cb;
	width: 100%;
}
a.subnav_on{
	background: url(/images/bg_nav_green.gif);
	border-top: #63b502;
}
a.subnav img, a.subnav_on img{
	margin-top: -3px;
}
div.nav_tab_off, div.nav_tab_on{
	background: url(/images/bg_top_tab_off.gif);
	font-weight: bold;
	height: 18px;
	font-size: 12px;
}
div.nav_tab_off div.top_tab_link, div.nav_tab_on div.top_tab_link, div.nav_tab_off a, div.nav_tab_on a{
	float: left;
	display: block;
	margin-top: 3px;
	text-decoration: none;
	color: #949393;
}
div.nav_tab_on div.top_tab_link, div.nav_tab_on a{
	color: #545454;
}
div.nav_tab_off img.arrow, div.nav_tab_on img.arrow{
	float: left;
	margin: 4px 10px 0 10px;
}
.slick {
   font-family:Arial, Helvetica, sans-serif;
   border:1px solid #000000;
   font-size:11px;
   color:#000000;
   padding-left: 3px;
   background-color: #e6e6e6;
}
#research_activity_table table{
	width: 100%;
	margin-top: 10px;
}
#research_activity_table table tr.header{
	background: url(/images/search_table_bg.gif) repeat;
}
#research_activity_table table th{
	height: 28px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}
#research_activity_table table tr.header th div.search_divider{
	float: right;
	border-right: 1px solid #adad92;
	width: 1px;
	height: 18px;
}
#research_activity_table table tr.header th.table_head_highlight div.search_divider{
	visibility: hidden;
}
#research_activity_table table tr.header th.table_head_highlight{
	background: url(/images/search_table_bg_highlight.gif);
}
#research_activity_table table tr.header th a:visited{
	color: #06c;
}
#research_activity_table table tr.header th.table_head_highlight a{
	color: #fff;
}
/*****************************
* css for tooltip *
******************************/
#tooltip {
	position: absolute;
	z-index: 3000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #FFF;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:11px;
 }
.top_categories a {
	background: url(../images/icon-arrow-right-gray.gif) top left no-repeat;
	padding-left: 16px;
	text-align: left;
/* New 06/25/2010 */
	font-family:Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:12px;
}