@charset "UTF-8";
/*
html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
    height: 100%;
    min-width:1000px;
	font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: small;
	line-height: 1.25em;
	padding: 10px;
	margin: 0;
}

#header
{
	
	margin: 0;
	padding-right: 10px;
	min-width: 1000px;
	text-align:center;
	/* background: #fff;
	text-align: center;
}

#header a {
	display:inline-block;
	width:75px;
	background-color:#C6C6AA;
	text-decoration:none;
	height:20px;
	font-style:normal;
	font-size:10pt;
	font-family:Arial;
	color:Black;
	border-width:1px;
	border-style:Solid;
	border-color:White;
	height: 20px; 
	text-align: center;
	padding-top:3px;
	vertical-align:middle;
}

#header a:hover {
	color: #888888;
	background-color:#C6C6AA;
}

#tmc_header_label
{
    color:White;
    font-family:Arial;
    font-size:20pt;
    font-weight:bold;
    font-style:italic;
}

#calibration_header_label
{
    color:#C6C68C;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    font-style:italic;
    z-index: 0;
}

td.tmc_nav_background 
{
    background-color:#C6C6AA;
    height:41px; 
    padding-right: 10px;
    
}

td.tmc_header_cell
{
    border-color:#CDCDB4; 
    border-width:1px; 
    border-style:Solid; 
    background-color:#CDCDB4;  
    height: 61px;
    text-align:center;
    z-index: 0;
    margin-bottom: 0px;
}

#container {
	min-height: 100%;
	min-width: 1000px;
	background: #fff;
	border-right: 0px solid #21276f;
	border-left: 0px solid #21276f;
	border-top: 0px solid #21276f;
	border-bottom: 0px solid #21276f;
	text-align: center;
	margin: 0;
	padding: 0;
}

#mainContent 
{
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	border: 0;
	text-align: center;
}

#banner_div
{
    text-align:center;
    font-size: 16pt;
    font-weight:bold;
    font-style:italic;
}

#search_div
{
    
}

#file_upload
{
    
}
*/

#search_results
{
    background-color: White; 
    height: 400px; 
    overflow-y: scroll
}

#search_results a
{
	text-decoration:none;
	color:Black;
}

#search_results a:hover
{
    color: #888888;
}

table.search_results_table
{
   
}

 table.search_results_table th
{
    border-bottom: 1px solid #000000;
    background-color: #dddddd;
}

 table.search_results_table td
{
    border-bottom: 1px solid #000000;
    border-right:1px solid #000000;
    border-left:1px solid #000000;
}

#footer {
	
}

/* Ipad specific for portrait layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	body {
		padding-left: 0px;
		padding-right: 0px;
	}
	#footer {
		min-width: 940px;
	}
	#container {
		min-width: 940px;
	}
}

.copy {
	text-align: center;
	padding-bottom: 0px;
	background: #ffffff;
	color: #8a9fcc;
	font-weight: bold;
}

div.copy {
	text-align: center;
	padding-bottom: 0px;
	border-bottom: 1px solid white;
	background: #ffffff;
	color: #8a9fcc;
	font-weight: bold;
}


/*MENU */

/*
p {
	margin: 10px;
	padding: 5px 50px 5px 10px;
	color: #555555;
	font-weight: normal;
}

li {
	color: #555555;
}

h1 {
	border-top: 1px solid #004D84;
	border-bottom: 1px solid #004D84;
	/*background-color: #553a72;
	color: #562a5f;
	font-size: 8pt;
	padding-left: 10px;
	
}

h2 {
	color: #565553;
	font-size: 16px;
	margin-top: 0;
	padding-left: 10px;
}

h3 {
	border-bottom: 1px solid #2b3280;
	color: #2b3280;
	font-size: 15px;
	padding-left: 10px;
	height: 18px;
	padding-bottom: 5px;
}


h5 {
	/*border-bottom: 1px solid #2b3280;
	color: #2b3280;
	font-size: 15px;
	padding-left: 10px;
	height: 18px;
	margin-left: 10px;
}

h4 /*.section_header {
	color: #9eb9f0;
	font: bold 14px;
	margin: 5px 0 0px 0px;
	border: 0px solid red;
}
*/


#progressIndicator {
	width: 13%;
	min-width: 150px;
	border-style: outset;
	padding: 8px;
	background-color: white;
	z-index: 5000;
}

.tooltipData {
	font-weight: normal;
}


