.error{
	background: #ffffdd url(images/iconWarning.gif) no-repeat 4px;
	border: 1px solid #999999;
	color: Red;
	padding: 5px 5px 5px 25px;
	
}

ul.errorlist{
	list-style-type: square;
	margin-left: 25px;
}

.message{
	background: #ffffdd url(images/iconInformation.gif) no-repeat 4px;
	border: 1px solid #999999;
	padding: 5px 5px 5px 25px;
	
}
.linkbuttonsection{
	margin-top: 10px;
	margin-bottom: 10px;
}

A.linkbutton{
	background: #000099;
	color: White;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	font-weight: bold;
}

A.linkbutton:hover{
	background: #000099;
	color: Yellow;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	font-weight: bold;
}

table.frm {
	border: 1px solid #666;
	background-color: #F5F5F5;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
}


.frmtitle {
	padding: 4px 4px 4px 4px;
	background-color: #4682B4;
	color: White;
	font-weight: bold;
}

.frmsubtitle {
	color: #FFFF99;
	font-weight: normal;
}

.frmrow {
 background-color: ;
 
}

.frmsection {
	padding: 4px 2px 4px 2px;
	background-color: #CCE6FF;
	margin: -2px -4px -2px -4px;
}

.frmlabel {
	padding: 6px 4px 6px 4px;
	color: Black;
	text-align: right;
	vertical-align: middle;
	background-color: #D3D3D3;
	
	
}

.frmlabelreq {
	padding: 6px 4px 6px 4px;
	color: Black;
	text-align: right;
	vertical-align: middle;
	background-color: #D3D3D3;
	
	background-image: url(images/required.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

.frmfield {
	padding: 6px 4px 6px 4px;
	color: Black;
	vertical-align: middle;
	background-color: #DCDCDC;
}

.frmlink {
	padding: 3px 3px 3px 3px;
	color: Blue;
	vertical-align: top;
	background-color: #FCE6C9;
}

.frmfieldreq {
	padding: 6px 4px 6px 4px;
	color: Black;
	vertical-align: middle;
	background-color: #DCDCDC ;
}

.frmdescription {
	padding: 3px 3px 3px 3px;
	color: Green;
	vertical-align: middle;
	background-color: #DCDCDC;
	
	
}
.frmbutton{
	color: Yellow;
	font-weight: 200;
	background-color: #483D8B;
	
}

.frmbuttonsection{
	padding-top: 15px;
	text-align: right;

}

.frmdatebutton{
	color: Yellow;
	font-weight: 200;
	background-color: #483D8B;
	
}

.frmreqmessage{
	color: Black;
	margin-top: -20px;
}

.style1{
	color: #778899;
	font-size: 16pt;
}

.style2{
	color: #A9ACB6;
	font-size: 14pt;
}
.style11{
   font-family: Verdana;
   margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   color: #303030;
   line-height:20px;
   font-size: 12px;

}

.style3{
	color: #D7D7D7;
	font-size: 12pt;
}

.style4{
	color: #D7D7D7;
	font-size: 10pt;
}
.style12{
	color: #6B6B6B;
	font-size: 10pt;
	align: center;
}
.style5{
	color: #D7D7D7;
	font-size: 8pt;
}
.style6{
	color: #B87333;
	font-size: 12pt;
}


body,td,th{
	font-family: sans-serif;
	font-size: 9pt;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}


table.report {
	border: 1px solid #666;
	margin: 10px 0 10px 0;
}
table.report th, td {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}
table.report thead tr {
	background-color: #FFF8DC;
}
table.report th.sorted {
	background-color: #ADD8E6;
}
table.report th a, th a:visited {
  color: black;
}
table.report th a:hover {
  text-decoration: underline;
  color: black;
}
table.report th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}
table.report th.sortable a {
	background-image: url(images/arrow_off.png);
	background-repeat:no-repeat;
}
table.report th.order1 a {
	background-image: url(images/arrow_down.png);
	background-repeat:no-repeat;
}
table.report th.order2 a {
	background-image: url(images/arrow_up.png);
	background-repeat:no-repeat;
}
table.report tr.odd {
  background-color: #fff
}
table.report tr.tableRowEven, tr.even {
	background-color: #FFF5EE;
}
table.report td.clsAmount {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}



table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
border: 1px solid #ccc;
border-collapse: collapse;
}
table.simple td,table.simple th{
border: 1px solid #ccc;
}
table.sublist {
margin: 0 0 0 0;
width: 100%;
}
table.sublist td, table.sublist th {
width: 50%;
}


form input, form textarea, form select {
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	color: #000;
}


form input.focus, form textarea.focus, form select.focus {
	border-bottom: 1px solid Blue;
	border-right: 1px solid Blue;
	border-left: 1px solid Blue;
	border-top: 1px solid Blue;
	color: #000;
}

















