body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2c2c2c;
	text-align: left;
}

.helpScreen {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}

a.img img {
  border:none;
}

hr {
  color:#003399;
  height:1px;
}

#pageBlock {
  width:770px;
  margin:auto;
  padding:4px;
  border:solid 2px #003399;
}

#agentAddress {
	height:131px;
	margin:0px;
	padding:3px;
	border-top:solid 1px #8fae3c;
	width:167px;
	color:#2c2c2c;
	overflow:auto;
	background-color: #F1FAFF;
}

input.select
{
    border-right: #8fae3c thin solid;
    border-top: #8fae3c thin solid;
    border-left: #8fae3c thin solid;
    border-bottom: #8fae3c thin solid;
}

input.textBox {
  border:solid 1px #ccc;
  padding: 4px;
}

/*input.button {
	background-color: #8fae3c;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}*/

input,table {
  font-family: Arial,sans-serif;
  font-size: 14px;
}

.disabled {
  /*background-color:whitesmoke;*/
  background-color:#EAEAEA;
  color:gray;
}

.restrictedButton {
  border:solid 1px red;
}

.error {
  color:Red;
  font-weight:bold;
}

.errorMed {
  color:Red;
  font-weight:bold;
  font-size:12px;
}

.ErrorSection {
  font-weight:bold;
  font-family: Arial,sans-serif;
	font-size:11px;  
  }

.required {
  color:Red;
  margin-left:3px;
}

.rowLabel {
  text-align:right;
  white-space:nowrap;
  width:40%;
  font-weight: bold;
}

.rowLabelCCC {
  text-align:right;
  white-space:nowrap;
  width:40%;
	font-size: 14px;
	font-weight: bold;
	color: #2c2c2c;
	font-family:  Arial, Helvetica, sans-serif;
}

.colHeader {
  font-weight:bold;
  text-decoration:underline;
}

.blockHeader {
  /*background-color:#c1d8f2;*/
  color:#6A8A40;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  /*font-style:italic;*/
  /*padding:5px; */
}

.blockHeader2 {
  background-color:#003399;
  color:#ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  font-style:italic; 
  padding:3px; 
}

.blockHeader3 {
  background-color:#EEF0F0;
  color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold; 
  text-align:center;
}

.greenBorder {
  border:solid 1px #c6c6c6;
}

.sectionHeader { 
  background-color:#EEF0F0;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;  
}

.sectionHeader2 { 
  background-color:#EEF0F0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}

.hide {display:none;}
.show {display:block;}