
/*start -this css is the intellisense window for military location */	


#centerColumn  li {margin: 0; padding:0; background:none;}
*html #centerColumn ul{margin: 0; padding:0; list-style-type:none;}
.suggestion_list{
	z-index:2000;
	background: white;
	padding: 1px;
 }

 .suggestion_list ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
 }

 .suggestion_list a{
	text-decoration: none;
	background-color:white;
	color: #6699cc;
	display:block; padding:4px;

 }

 .suggestion_list .selected{
	background-color:#ECF0EF;
	color: #6699cc;
 }

 .suggestion_list .selected a{
	background-color:#ECF0EF;
	color: #6699cc;
 }
  .suggestion_list .selected a:hover{
  background-color:#ECF0EF;
}

 #autosuggest{
	z-index:2000;
	width:225px;
	border:1px solid #ECF0EF;
	background-color:#fff;
	display:none;
	height:160px;
	overflow:auto;
	position:absolute;
	top:0px;
	
 }
#hideSelectIE {
	position:relative; height:23px;  border:0; display:none;z-index:0; top:-14px;
} 
 
 
 /*end -this css is the intellisense window for military location */
.infoTable{
	width:350px;
} 
.infoTable strong{
	color:#000;
}
.infoTable input{
	width:260px;
	margin:0 2px 0 2px;
}
.infoTable select{
	width:265px;
	margin:0 2px 0 2px;
	font-size:11px;
}
.infoTable td{ 
	vertical-align:top;
	text-align:left; 
	padding:6px 2px 6px 3px;
	border-bottom:1px solid #ECF0EF;
}
.infoTable td.militaryTd{
	background-color:#ECF0EF;
	padding:6px 2px 6px 3px;
	border-bottom:1px solid #fff;
}
td.requiredField{
	font-weight:bold;
}

input.smaller{
	width:110px;
}
select.smaller{
	width:115px;
}
	
	
	
	