/*
 * neocando.css -- stylesheet for NEO CANDO
 * 
 * CWRU colors: #0A304E, #626262
 *    brightx2   14619E   c2c2c2
 *    brightx3   1E8FE8
 *    rgb:      10,48,78  98,98,98
 */
/*reset party (taken from case.edu) */
body, div, h1, h2, h3, h4, h5, h6, p, span, ul, ol
    {
    padding:0px;
    margin:0px;
    font-family: Tahoma, Helvetica, Arial, sans serif;
    }
body
    {
    background-color:#fff;
    margin: 0px;
    z-index: 0;
    /* hiding the overflow-x is not good for large table display */
    /*
    overflow-x:hidden;
    */
    }
/* Begin header style */    
#cwruHeader
	{
	width: 100%;
	height: 55px;
	position: relative;
	background-color: #0A304E;
	margin: 0;
	padding: 0;
	}
#cwruHeaderContent
	{
	height: 55px;
	width: 100%; /* was 960px */
	position: relative;
	margin: auto;
}
.logo
	{
	height: 55px;
	width: 205px;
	position: absolute;
	left: 1px;
	top: 0px; /* was 2px */
	}
#cwruMainNav
	{
	height: 55px;
	position: absolute;
	right: 183px;
	width: 319px;
	}	
#cwruMainNav ul
	{
	margin: 0px;
	list-style: none;
	position: absolute;
	right: 0px;
	top: 0px;
	float: left;
	width: 300px; /* was 260 */
	}
#cwruMainNav li
	{
	float: left;
	}		
#cwruMainNav li a:link, #cwruMainNav li a:visited 
	{
	height: 55px;
	display: block;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1.7em;
	padding-right: 0.85em;
	padding-bottom: 0;
	padding-left: 0.85em;
	float: left;
	}	
.cwruSearch 
	{
	height: 20px;
	width: 175px;
	float: right;
	position: relative;
	margin-top: 15px;
	margin-bottom: 11px;
	}	
.cwruSearch input
	{
	background-color: #315F80;
	position: absolute;
	right: 30px;
	width: 140px;
	top: 2px;
	float: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 0.85em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-top: .03em;
	height: 20px;
	border: none;
	border-image: initial;
	}	
.cwruSearch form .btn 
	{
	width: 30px;
	position: absolute;
	right: 0px;
	display: block;
	}
/* End header style */
/* NEO CANDO style */
.link_gray a, .link_gray a:link, .link_gray a:visited{
	color: #626262;
	text-decoration: none;
	}
.link_white a, .link_white a:link, .link_white a:visited{
	color: #ffffff;
	text-decoration: none;
	}

.link_blue a, .link_blue a:link, .link_blue a:visited{
	color: #0A304E;
	text-decoration: none;
	}
#neocando_header{
	margin-left: 8px;
	margin-top:  4px;
	margin-bottom:  4px;
	width:1080px;
	display: block;
	float: left;
	}
#neocando_logo{
	float: left;
	margin-right:4px;
	}
#neocando_header_login{
	height:25px;
	float:right;
	font-family: Tahoma, Helvetica, Arial, sans serif;
	font-size: 10pt;
	vertical-align: top;
}
#neocando_header_tagline{
	height:25px;
	color: #bbbbbb;
	float:left;
	font-family: Tahoma, Helvetica, Arial, sans serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align:bottom;
	margin-bottom: 0px;
	}
#neocando_header_nav{
	color: #ffffff;
	float: left;
	clear:both;
    width: 1080px;
	font-family: Tahoma, Helvetica, Arial, sans serif;
	font-size: 10pt;
	vertical-align:bottom;
	background-color: #0A304E;
	margin: 1px;
	padding: 2px;
}
#neocando_header_nav a:hover{
	background-color: #14619E;
	}
#contentContainer
	{
	margin-left:10px;
	font-family: arial, sans serif;
	font-size: 10pt;
	width:1080px;
	float:left;
	clear:both;
	min-height:480px;
	}
#neocando_footer{
	font-family: Tahoma, Helvetica, Arial, sans serif;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #0A304E;
	width: 95%;
	float: left;
	clear: both;
	color: #626262;
	}	
.result_number{
	text-align: right;
}
.result_number_green{
	color: green;
}
.result_number_red{
	color: red;
}
/*
.result_moe_number_green{
	color: green;
}
.result_moe_number_yellow{
	
	color: rgb(255,128,0);
}
.result_moe_number_red{
	color: red;
}
*/
td.result_sum{
	border-top-wdith: 1px;
	border-top-style: solid;
	border-top-color: black;
}
.result_row0{
	background-color: #ffffff;
}
.result_row1{
	background-color: #eeeeee;
}
.dialog_inner_container {
	font-size: 10pt;
	}	
	
/*
 * tablesort styles
 */
th.header { 
    background-image: url(../images/sort_both.gif);     
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center right;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-right: 20px; 
    margin-right: -1px;
	background-color: #dddddd;
/*
    font-weight: bold; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px;
    */ 
}  
th.headerSortDown {
    background-image: url(../images/sort_desc.gif); 
	background-color: #ddddff;
}
th.headerSortUp {
    background-image: url(../images/sort_asc.gif); 
	background-color: #ddddff;
}

/* FROM social-economic template file BEGIN */
#form_background{
	float: left;
	clear: left;
	margin: 2px;
	padding: 2px;
	background-color: #cccccc;
	width: 1080px;
	max-width: 1080px;
	/*visibility: hidden;*/
	}
#variable_container{
	margin: 2px;
	float: left;
	}
#county_container{
	margin: 2px;
	float: left;
	}
#geographic_level_container{
	margin: 2px;
	float: left; 
	}
#parameter_list_container{
	margin: 2px;
	float: left; 
	}
#result_table_container{	
	margin: 2px;
	float: left; 
	}
.format_number{
	text-align: right;
	}	
.format_percent{

	}	
.format_ratio{

	}	
.format_high{ /* high value */
	
	}	
.format_low{ /* low value */
	
	}	
.format_row0{ /* even row */
	
	}	
.format_row1{ /* odd row */
	background-color: #f2f2f2;
	}	
.leftblock{
	margin: 2px;
	float: left;
	clear: left;
	}	
.rightblock{
	margin: 2px;
	float: right;
	clear: right;
	}	
.block{
	margin: 2px;
	float: left;
	}
.centerblock{
	margin: 4px;
	}		
.hidden{
	visibility: hidden;
	}
.vertical_align_middle{
	height: 100%;
	vertical-align: middle;
	}
.interface_label{
	font-weight: bold;
	margin: 2px;
	}	
.geographic_filter_list_select{
	width: 265px;
	height: 128px;
	}
.report_button_font{
	font-weight: bold;
	}
.report_button{
	width: 125px;
	}	
#query_button_container{
	width: 100%;
	}
#socialEconomicQuery{
	border: 1px solid #626262;
	margin: 0px;
	padding: 4px;
	}	
td.result_cell{
	vertical-align: top;
	border: none;
	margin: 0px;
	padding: 4px;
	}	
th.result_header{
	border-bottom-wdith: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	/*
	margin: 0px;
	padding: 4px;
	background-color: #dddddd;
	*/
	}
#county_select{
	min-width: 265px;
	min-height: 128px;
	}
#geographic_level_select{
	min-width: 235px;
	min-height: 128px;
	}		
#geographic_filter_select{
	min-width: 265px;
	max-width: 265px;
	min-height: 128px;
	}		
.variable_select_list{
	min-width: 550px;
	max-width: 550px;
	min-height: 128px;
}
#var_select{
	min-width: 800px;
	max-width: 800px;
	min-height: 128px;
	}
#selected_variables_list{
	min-width: 550px;
	max-width: 550px;
	min-height: 128px;
	}	
#subject_category_list_select{
	min-width: 265px;
	min-height: 128px;
	}
#report_by_select{
	min-width: 235px;
	min-height: 128px;
	}			
#export-link-list li{
	font-size: 11pt;	
	margin: 3px;
	padding: 3px;
	font-weight: bold;	
	}
#export-link-list a:link {color: #444444; text-decoration: none;}      /* unvisited link */
#export-link-list a:visited {color: #444444; text-decoration: none;}  /* visited link */
#export-link-list a:hover {color: #444444; text-decoration: none;}  /* mouse over link */
#export-link-list a:active {color: #444444; text-decoration: none;}  /* selected link */
.report_label{
	font-weight: bold;
}
.report_container{
	margin: 10px;
}

/* FROM social-economic template file END   */
#mapLayoutContainer{
	width: 640px;
	height: 480px;
	float:left;
	clear:both;
	border: 1px solid black;
}
#mapDataContainer{
	float: left;
	clear: left;
	margin-top: 5px;
}
#mapKeyContainer{
	float:left;
	clear: right;
	margin-right:5px;
	margin-left:5px;
}
#mapTitleContainer{
	float:left;
	clear: right;
	margin-right:5px;
	margin-left:5px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	width: 300px;
}
.mapKeyItem{
	float: left;
	clear: both;
}
.mapKeyItemColor{
	float: left;
	width: 25px;
	clear: left;
	border: 1px solid black;
}
.mapKeyItemText{
	float: left;
	width: 75px;
	text-align: right;
}
.mapKeyItemOther{
	float: left;
	clear: none;
	text-align: center;
	width: 25px;
}
.map_link a, .map_link a:link, .map_link a:visited, .map_link a:hover{
	color: #0a304e; /* CWRU BLUE */
	text-decoration: none;
	}