﻿/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;	
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}

a:link, a:visited, a:hover
{
    text-decoration: underline;    
    color: #0071FD;/*#0000CC;*/
}

h1, h2, h3, h4, h5, div, p, hr {
	margin:0;
	padding:0;	
}

.clear{
	display:none;
}

.left_block{
	float:left;
}

#page
{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	width:980px;
}


#header
{
    margin: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C9D7F1;
    padding: 5px;
    height: 20px;
 
}

#header_left
{
    float: left;
    width: 80%;
    text-align: left;
    margin:0px;
    padding:0px;  
}
#header_right
{
    float: left;
    width: 20%;
    text-align: right;
    margin:0px;
    padding:0px;  
}


#homepage_banner{
	margin-top: 50px;
	text-align: center;	
}

#homepage_searchbox
{
	padding-top: 60px;
	padding-bottom: 10px;
	background-image: url(./Images/bg.jpg);
	height:133px;
	background-repeat: no-repeat;
	display:block;
}

#page_searchbox{
	background-image: url(./Images/page_bg.jpg);
	height:80px;
	background-repeat: no-repeat;
	display:block;
}

#detail_banner
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CACAFB;
    padding-top: 10px;
    padding-bottom: 10px;
}

#banner
{
    clear:left;
	text-align:center;       
}

#topcontent
{
    border-width: 1px;
    border-color: #6B90DA;
    clear:left;
    display: block;
    margin: 0px;
    padding: 5px;
    background-color: #C9E3FA;/*#EBEFF9;#DFEFFC;*/
    border-top-style: solid;
    height: 20px;
}

#topcontent_left{
	float: left;
	width: 80%;
	display: block;
	font-weight: bold;
}

#topcontent_right
{
    float: left;
    width: 20%;
    text-align: right;
}

#content{
	clear:left;
	display: block;
	margin:0px;
	padding:0px;
}

#content_left
{
	float: left;
	width: 50%;
	padding-left: 5px;
}
#content_center{
	float: left;
	width: 25%;
	padding-right: 5px;
	padding-left: 5px;
}
#content_right
{
	float: left;
	width: 23%;
}

#detail_content
{
    padding: 5px;
}

#detail_content_left
{
	float: left;
	width: 75%;
	padding-left: 5px;
}
#detail_content_right
{
    float: left;
    width: 23%;
}

#bottomcontent
{
	clear:both;
	display:block;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #C9E3FA;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6B90DA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6B90DA;
}

#detail_footer
{
    display: block;
    text-align: left;
    clear: left;
    padding-top: 20px;
    padding-left: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #6B90DA;
    padding-bottom: 20px;
}

#footer
{
    clear:left;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer_text
{
   
    color: #000000;
}



#RequestProcessingTime
{
    padding-right: 20px;
    font-size: 1.0em;
    color: #999999;
    text-align:center;
}


.search_center_block{
	width:58%;
	text-align:left;
	margin:auto;	
}

.textbox_wrapper, .dropdown_wrapper{
	background-color: #FFFFFF;
	border: 1px solid #3399FF;
	padding: 3px;
	float: left;
	margin-right: 5px;
}

.button_wrapper{
	background-color: #009900;
	border: 1px solid #3399FF;
	padding: 3px;
	float: left;
}

.search_textbox
{
	font-size: 1.2em;
	width: 250px;
	border: 1px solid #FFFFFF;	
}
.submit_button
{
	font-size: 1.2em;
	width: 80px;
	border: 0px solid #FFFFFF;
	background-color: #009900;
	color: #FFFFFF;
}

.search_dropdownbox
{
    font-size:1.2em; 
	border: 1px solid #FFFFFF/*4CAD05;*/
}


.system_notice{
	color: #666666;	
}

.browser_link:link, .browser_link:visited
{
	font-size: 0.9em;
	padding-top: 3px;
	color: #0071FD;/*#0000CC;*/
	font-family: Arial, Helvetica, sans-serif;
}

.block
{
    border-style: none;
    margin: 0px 0px 5px 5px;
}

.block_title
{
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;/*#0071FD;*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C7D5F1;
    padding-left: 5px;
}

.block_content
{
	padding: 3px;
	text-align: center;
}

.block_info_title a:link, .block_info_title a:visited
{   
    text-decoration: underline;
}
.block_info_title a:hover
{   
    text-decoration: underline;
}
.info_detail_title_block
{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EAEAEA;
    padding-left: 5px;
}

.info_detail_title
{
    font-size: 1.8em;
    color: #0071FD;
    font-weight: bold;
}


#info_list{
	margin-bottom: 10px;	
}

.info{
	padding-top: 10px;
	clear:left;
	margin-top: 10px;	
}

.info_thumbnail_image
{
	float: left;
	margin-right: 10px;
	background-color: #DDF0D0;
	border: 1px solid #9AD172;
}

.infodetail_toolbox{
	float:right;
	margin-right: 10px;
	border-width:2px;
	border: 1px solid #9AD172;
	padding: 2px;
	text-align: center;
}

#info_title
{
    font-size: 1.2em;
    color: #0033CC;  
    font-weight:bold;
}

#info_title a:link, #info_title a:visited
{
	text-decoration:none;
	color: #0071FD;
}
#info_title a:hover{
    text-decoration:underline;
}

.updated_date{
	color: #999999;
	font-size: 0.9em;
}

.teaser
{
    font-size: 1.0 em;
    color: #333333;
}

.info_note{
	color: #999999;	
}

.field_name
{
	font-size: 1.2 em;
	font-weight: bold;
}
.field_value
{
	font-size: 1.2 em;
	border: 1px solid #CCCCCC;
}

#detail_tag_title
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #EBEBFD;
}
.attached_terms
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	clear: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.tag_link:link, .tag_link:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #006600;/*#008000;*/
    text-decoration: none;
}

.tag_link:hover
{    
    text-decoration: underline;
}

.info_pager
{
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	clear:left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.info_pager_item:link, .info_pager_item:visited
{
	border: 1px solid #B4B4F9;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	color: #0071FD;
}

.info_pager_item:hover
{
    
    background-color: #FFF4C1;    
    
}

#source_link_block
{
    text-align: right;
    margin: 10px 0px 10px 0px;
}



.system_message, .system_message:link, .system_message:visited
{
	clear:left;
	font-size: 1em;
	color: #E17009;
	text-align:left;
}

.intro_body
{
	padding: 10px;
	background-color: #FFF9DD;
}
.intro_title
{
    font-weight: bold;
}
.intro_content
{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
}

.info_image
{
    padding: 2px;
    margin: 2px;
    border: 2px solid #C2DCF8;
    float:left;
}

.info_source
{
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.info_type:link, .info_type:visited
{
    font-size: 1.0em;    
    text-decoration:underline;
}

#ent_contact_information{
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C6E1FF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.breadcrumb_separator{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #999999;	
}

.breadcrumb_item:link, .breadcrumb_item:visited, .breadcrumb_item:hover{
	font-size: 1.2em;
	font-weight: bold;
	color: #0000CC;
	text-decoration:underline;
}