@charset "UTF-8";

html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
    height: 100%;
    min-width:1200px;
	font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: small;
	line-height: 1.25em;
	padding: 10px;
	margin: 0;
}

#header
{
    width:100%;
    min-width:1200px;
	margin: 0;
	padding:0;
	border-bottom: 2px solid #778;
	/* background: #fff;
	text-align: center; */
}

#tmc_header_label
{
    color:#CDCDB4;
    font-family:Arial;
    font-size:20pt;
    font-weight:bold;
    font-style:italic;
}

#calibration_header_label
{
    color:#CDCDB4;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    font-style:italic;
}

td.tmc_header_cell
{
    background-color:#ffffff;  
    height: 61px;
    text-align:left;
    z-index: 0;
    margin-bottom: 0px;
    padding:0;
}

td.tmc_header_cell_right
{
    background: url('../../Content/spacer.gif') repeat-x #CDCDB4;
    height: 61px;
    padding-right:10px;
    text-align:right;
    vertical-align:top;
}

a.nav_link
{
    display:inline-block;
    width:90px;
    height:20px;
    font-style:normal;
    font-size:12pt;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
    border-width:1px;
    border-style:Solid;
    border-color:White;
    height:20px;
    text-align: center;
    text-decoration:none;
}


#container {
	
	background: #fff;
	
}

#mainContent 
{
    min-width:970px;
	background: #FFFFFF;
	border: 0;
	
	
}



#search_div
{
    
}

#file_upload
{
    
}




