/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th,{
  margin: 0;
  padding: 0;
}

td{
padding-left:5px;
padding-right:5px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  background: white;
  line-height: 150%;
}

a {
  color: #663;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  border: 0;
  color:#000;
  text-decoration:underline;
}



table {
	border: 1px solid #C0C0C0;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}

th {
	font-weight: normal;
	font-size: 20px;
	padding: 2px 5px;
	vertical-align: top;
	text-align:left;
	xbackground-color: #003562;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
th a{

	color: #000;

}
th a:hover{

	color: #000;

}
.blockHeader {
  margin-bottom: 5px;
  padding: 5px 10px;
  border-bottom: 1px solid #333;
  font-size: 120%;
}

.blockHeader h2 {
  margin: 5px 0;
  font-size: 17px;
  font-weight: normal;
}

input, textarea, select {
	border: 1px solid #CCC;
	padding: 3px;
	font-family:  arial, helvetica, sans-serif;
	font-size: 14px;
	background: white;
	margin-left: 10px;
	margin-top:5px;
}

input
{
width:200px;
}
select {
  padding: 1px;
}

button.submit {
	height: 40px;
	background-color:#C03;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 2px;
	border:none 0;
}
button.reset {
	height: 40px;
	background-color:#C03;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 2px;
	border:none 0;
}

input.checkbox {
  border: 0;
  width: auto;
}

input.file{
	border: 1px solid #000000;
	padding: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-top:5px;
	background-color: #FFFFFF;
	}

input.radiobutton {
	border: 0;
	width: auto;
	margin-top: 3px;
}



input:hover, textarea:hover, select:hover {
  border: 1px solid #222;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid black;
}

h1 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  color: #c03;
  font-size: 20px;
  border-bottom: 3px double #ccc;
}

h2 {
  margin: 10px 0;
  color: #c03;
  font-size: 16px;
}

h6 {
  margin:0;
  color: #000;
  font-size: 16px;
}


.table_row_odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 25px;
}

/*.table_row_even:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	height:22px;
	text-decoration: none;
	background-color: #C8C7C7;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDBD;
	padding-left: 5px;
}*/
.table_row_odd_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	height: 25px;
	background-color: #003562;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.table_row_even {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 25px;
}

.table_row_even_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	background-color: #003562;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 25px;	
}
.form_labels_panel {
	background-color: #F8F8F8;
	padding-left: 15px;
	margin-right: 10px;
}
.error_span {
font: Arial, Helvetica, sans-serif;;
font-size:13px;
font-weight:bold;
color:#C03;
padding:5px;
margin:5px;

}