table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

a:hover,a:active {
	color: #0080FF;
	text-decoration: underline;
}

.main{	
	width: 130em;
}

.clsLeftNav {
	float:left;
	font-family: Arial;
	font-size: 12px;
	height: 80em;
	width: 15em;
	left: auto;
	background-color: #003399;
}

.content {
	float:left;	
	width: 90em;
	font-size: 12px;
	font-family: Arial;
	position: static;
	top: auto;	
	border: 1px solid #000000;	
}

.content_header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	background-color: #CCCCCC;
}

.content_sub_header {
	font-family: Arial;
	font-size: 14px;		
}

.section_hdr {
	font-family: Arial;
	font-size: 14px;		
	font-style: normal;
	font-weight :bold;
	height : 1.5em;
	text-align: left;
	vertical-align: middle;
	width : 15em;	
	background-color:#CCCCCC;
	border: 1px solid #000000;	
}


table.clsFrm_cust {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 0.8em;
	border-spacing: 0pt;
	border-collapse: separate;
	empty-cells: show;	
}

table.clsTbl {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 0.8em;
	border-spacing: 0pt;
	border-collapse: separate;
	empty-cells: show;	
	
}

table.clsTbl_list {
	
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 0.9em;
	border-spacing: 0pt;
	border-collapse: separate;
	empty-cells: show;	
	
}

table.clsTbl_Profile {
	font-style: normal;
	font-weight :bold;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 1em;
	border-spacing: 0pt;
	border-collapse: separate;
	empty-cells: show;	
	
}

table.clsTbl_ShipSched {
	font-style: normal;
	font-weight :bold;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 1em;
	border-spacing: 0pt;
	border-collapse: separate;
	empty-cells: show;	
	background-color: #CCCCCC;
}


.clsFormSection {
	font-weight: bold;
	font-size: 1.0em;
	color: #FFFFFF;
	text-transform: capitalize;
	background-color: #808080;
	text-align:center;
}



tr.clsTr {		
	vertical-align: middle;
	text-align: center;
}

tr.odd{
	background-color: #dddddd; 	
}

td.clsTd {		
	vertical-align: middle;
	text-align: center;
}

th.clsTh {		
	vertical-align: middle;
	text-align: center;
}

.txtFld{	
	background-color: #EEE;
}

input.myButton {
   font-family: Arial;
   font-size: 12px; 
   padding: 2px;
   height: 25px;  
   
} 

div.errDiv { 
  border:1px solid #006699;  
  color :red; 
  width :90em; 
  border-color :red; 
  position:relative; 
  font-size: 1.0em;
}
	
div.infoDiv { 
  border:1px solid #006699;  
  color :blue; 
  width :90em; 
  border-color :blue; 
  position:relative; 
  font-size: 1.0em;
}	
	
#divId_Address {		
	width:100%;
	padding:5px;
	border:2px solid #CCCCCC;	
	
}

td.clsTabSelected{
	
	background: url(../images/tab_on.gif) 0px 0px no-repeat;
}
	
	
