@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	border: thin none #066;
}


#container {
	width: 968px;
	background: #FFFFFF;
	margin: 0 auto;
	/*overflow: hidden; Need this commented out so dropdowns work in Firefox*/
}
#banner_right {
	height: 78px;
	padding-top: 10px;
	width: 715px;
	text-align: right;
}


#banner {
	background-image: url(Images/Speedshield_FleetWeigh_Logo.gif);
	height: 110px;
	width: 718px;
	padding-left: 250px;
	padding-top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
	background-color: #7F7F7F;
	background-position: 20px center;
	
}
#main_image {
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
	width: 968px;
}
#Header {
	height: 20px;
	width: 200px;
	background-color: #066;
	font-weight: bold;
	color: #FFF;
	font-size: 14pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}
#main {
	width: 968px;
	text-align: left;
}
#right_column {
	float: right;
	width: 280px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#left_column {
	float: left;
	text-align: left;
	width: 280px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#roitable {
	border: thin solid #066;
}
#roitable tr td {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #066;
	border-right-color: #066;
	border-bottom-color: #066;
	border-left-color: #066;
	margin: 0px;
	padding: 0px;
}
#tableheading {
	color: #FFF;
}

#centre_column {
	text-align: left;
	margin-left: 340px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;

}



#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 55px;
	background-color: #7F7F7F;
	border-top-width: 3px;
	border-top-style: ridge;
	border-top-color: #CCC;
	width: 948px;
	padding-left: 20px;
	text-align: left;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#fulllineintro {
	width: 948px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#container h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #066;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#build {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	width: 750px;
}
#buildtable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}
.mC {
	float:right;
	font-size: 18px;
	width:250px; 
	margin:5px; 
	
}
.mC h5 {
	color:#FFF; 
	cursor:pointer;  
	font-weight:bold; 
	background-color:gray;
	width:150px;
	line-height:18px;
}
.mC ul {
	display:none; 
	margin-left:0; 
	margin-bottom:10px; 
	padding-left:0; 
	list-style: none;
}
.mC li {
	margin-left:0; 
	display:block;
	text-align:center;
	background-color:gray;
	width:150px;
}
#search{
	width:100%;
}
#entry{
	width:100%;
}
#log{
	width:100%;
	float:left;
}
#details{
	width:50%;
	float:left;
}
.navi{
	display:none;
	position:fixed;
	top:100px;
	right:0%;
	width:225px;
	z-index:20;
}
#labels{
	float:left;
	width:20%;
	line-height:36px;
}
#fields{
	float:left;
	width:20%;
}



