body{
	font: 0.9em Verdana, sans-serif;
	margin:0;
	
}
a{
	color:#7D9FC5;
	text-decoration:none;
}
a:hover{
	color:#000;
}
input, select{
	margin-bottom:5px;
	width:225px;
}
table#chkOpEquip label{
	width:5px;
	float:none;
}
label{
	width:150px;
	float:left;
	text-align:right;
	margin-right:5px;
}
#usrInfo
{
    padding:5px;
}
#topLeft{
	background-color:#F3F9FF;
	width:250px;
	padding:5px;
	border: 1px solid #88ACD5; 
}
#topLeft label{
	width:100%;
	text-align:left;
}
#topLeft a{
	font-size:.6em;
	color:#047DC9;
}
#topLeft a:hover{
	text-decoration:underline;
}
.info{
	font-style: italic;
}
li, ul{
	padding:0px;
	font: 0.9em Verdana, sans-serif;
	list-style:none;
}
h2{
	 font: 1.9em Georgia, "Times New Roman", Times, serif;
}
label{
	font: bold .9em Georgia, "Times New Roman", Times, serif;
}
#chkOpEquip input{
	width:25px;
	margin:0;
}
#chkOpEquip label{
	font: 0.9em Verdana, sans-serif;
}
#custList{
	float:right;
	height:480px;
	overflow-y:scroll;
	padding:0;
	width:30%;
}
.selected{
	background-color:#ff0;
}
#custlist h2{
	margin-top:0;
	padding-top:0;
	
}

.hint {
  display:none;
  position: absolute;
  left: 450px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #7193B6;
  padding: 10px 12px;
  background-color: #D4E1EF;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../pointer.gif) left top no-repeat;
}
/* Navigation */

/* begin css tabs */
 
ul#tabnav { /* general settings */
	text-align: left;
	margin: 3em 0 0 0; 
	font: bold 11px verdana, arial, sans-serif; 
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}
 
ul#tabnav li {
	display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3,
body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 {  
	background-color:#2D5994; 
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a,
body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a  { 
	background-color: #BCD0EA; 
	color: #000; 
	position: relative;
	top: 1px;
	padding-top: 4px; 
}
 
ul#tabnav li a {
	padding: 3px 4px;  
	background-color: #E4EFFB; 
	color: #666; 
	margin-right: 0px; 
	text-decoration: none;
}
 
ul#tabnav a:hover { 
	background: #F3F9FF;
}
 
/* end css tabs */
#subnav{
	height:20px;
	padding:5px;
	background-color: #BCD0EA;  
	margin-bottom:10px;
	
}
#subnav ul{
	padding:0;
	margin:0;
}
#subnav li{
	display:inline;
	margin-right:5px;
}
#subnav a{
	color:#F3F7FB;
	text-decoration:underline;
}
#subnav a:hover{
	text-decoration:none;
}
#servOrders{
	background-color:#88ACD5;
}
#servOrders tr{
	background-color:#F3F9FF;
}