
select, input {
	color: #666666;
	font-size: 12px;
} 

.content {
 	font-weight: normal;
	text-decoration: none;
	width: auto;
	font-size: 12px;

} 

hr {
  color             : #0099cc;
  height            : 1px;
  width             : 100%;
}

.formheading {
  font-size         : 24px;
  font-weight       : normal;
  text-align        : left;
  color             : #171796;
}

.sectionHeader {
	background-color:#1d889d;
	height:16px;
	text-align: left;
	vertical-align:middle;
	color:white; 
	font-weight:bold;
	padding: 7px 15px 7px 15px;
}

.buttonStyle {
	color:white;
	background:#ac1c10;
	border:2px outset;
}

table.content {
   background:white;
   padding: 5px 0px 5px 0px;
   font-size: 12px;
}

table.content1 {
   border-bottom: 5px solid #fff5eb;
   font-size: 12px;	
}

table.content1 th {
	background:#fff5eb;
	color:#f06400;
	text-align:left;
	padding: 7px 10px 7px 10px;
	border-bottom: 2px solid #f06400;
}

table.content1 td {
   padding: 7px 10px 7px 10px;
   border-bottom: 1px solid #f06400;	
}

.readOnly {
	background:#fff5eb;
	border: 1px solid #99CC00; 
	text-align:right;
}

