* {
    padding:0px;
    margin:0px;
}

p {
	margin-bottom:1em;
}
.radiobut {
	border:0;
	background-color:#FFFFFF;
}

input, textarea{
	border:1px dotted #abb1b6;
}

h1 {
	font-size:18px;
	margin-bottom:12px;
	font-weight:normal;
	color:#203c79;
}
h2 {
	font-size:16px;
	margin-bottom:12px;
	font-weight:normal;
	color:#203c79;
}
h3 {
	font-size:14px;
	margin-bottom:0;
	font-weight:normal;
	color:#203c79;
}
img {
    border:0;
    padding:inherit;
    display:block;
}

.form_warn img {
	display:inline;
	vertical-align:bottom;
}

td {
    text-align:left;
   }

html,body {
	margin:10px 0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#434343;
	font-family:Verdana,Arial,sans-serif;
	color:#F8F8F8;
	background-image:url(/template/background.gif);
	background-repeat:repeat-x;
	font-size:11px;
}

input, select, textarea {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}


table.template 
{
	width:769px;
}

table.template thead 
{
	background:url('/template/template_t.gif');
	height:13px;
}
table.template tfoot 
{
	background:url('/template/template_b.gif');
	height:26px;
	
}

table.template tfoot td
{
	line-height:26px;
	color:#626161;
}

td.bottombar
{
	background:url('/template/bottombar_m.gif');
}

td.bottombar a
{
	line-height:24px;
	color:#fff;
	text-decoration:none;
}
td.bottombar a:link, td.bottombar a:visited, td.bottombar a:active {
	color:#fff; 
	text-decoration:none;
}		
td.bottombar a:hover {
	color:#ea9908; 
	text-decoration:none;
}

td.menubar 
{ background-color:#2c3e74;
	background:url('/template/menubar_m.gif') ;
	height:27px;
}
td.menubar a,
td.menubar img
{
	display:block;
	float:left;
	line-height:27px;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;

}
td.menubar a
{
	padding:0 30px;
	
}

td.menubar a.selected
{
	background:url('/template/menubar_or.gif');
	color:#203c79;
}
td.menubar a:hover {
	color:#ea9908;
}
td.menubar a.selected:hover {
	color:#203c79;
	}

td.leftmenu
{
	background:#eee url('/template/leftmenu_b.gif') bottom left no-repeat;
	height:500px;
	width:167px;
	position:relative;
	vertical-align:top;
}


td.sattruck
{
	background:#d7d7d7 url('/template/sattruck_b.gif') bottom left ;
	vertical-align:bottom;
	height:90px;
}

td.leftmenu div.leftmenuholder a {
	display:block;
	min-height:19px;
	background-image:url('/template/navback.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	padding:6px 0 0 20px;
	text-decoration:none;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:top;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
td.leftmenu div.leftmenuholder a:hover {
	background-position:top left;
	color:#203c79;
}

td.leftmenu div.leftmenuholder div div a {
	background-image:url('/template/navback2.jpg');
}

td.rightcontent
{
	vertical-align:top;
	background:#eee;
}

div.breadcrumb
{
	background: url('/template/breadcrumb_m.gif');
	margin:4px 1px 4px 0;

}

div.breadcrumb img
{
	display:inline;
	vertical-align:middle;
}
div.breadcrumb a
{
	display:inline-block;
	line-height:22px;
	text-decoration:none;
	color:#626161;
}
table.content {
	width:100%;
}

table.content thead,
table.content thead tr,
table.content thead tr td
{
	height:5px;
	background:url('/template/content_t.gif');
}

table.content tbody {
	background:white;
}
.datatable {
	font-size: 11px; 
	color: rgb(131, 131, 131); 
	font-family: Arial,Helvetica,sans-serif; 
	border-collapse: collapse;
	margin-bottom:15px;
}
.datatable th {
	border: 1px solid rgb(32, 60, 125); 
	padding: 3px; 
	color: rgb(255, 255, 255); 
	background-color: rgb(32, 60, 125);
	vertical-align:top;
	text-align:left;
}
.datatable td {
	border: 1px solid rgb(204, 204, 204); 
	padding: 3px;
	vertical-align:top;
	text-align:left;
}


.body
{
	vertical-align:top;
	color:#616161;
	padding:5px;
}
.body img {
display:inline;
}

#contacttable {
	width:350px;
}
#repairrequesttable {
	width:100%;
}

#contacttable td {
	padding:3px 0;
}
#contacttable th {
	padding:0 0 0 10px;
}

.body ul {
	margin-left:2em;
	margin-bottom:1em;
}	

.body ul.expanded li {
	margin-bottom:.5em;
}
.body a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body a:link, .body a:visited, .body a:active {
	color:#ea9908; 
	text-decoration:none;
}		
.body a:hover {
	color:#203c79; 
	text-decoration:none;
}
img.form_button {
	display:inline;
	}