form{
	padding: 0px;
	margin: 0px;
}
td{
	vertical-align: top;
}
p{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h1 {
	border-bottom:1px solid #febc16;
	color: #2279be;
	font-size: 24px;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	margin: 24px 0 26px 0;
	text-transform:capitalize;
}

h2 {
	color: #2279be;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color:#095897;
	text-decoration: none;
}

a:hover {
	color: #febc16;
	text-decoration: none;
}

.tableBorder {
	border: none;
}

.tableHeader {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;

}

.tableHeader a,
.tableHeader a:hover {
	color: #ffffff;
}

.evenrow {
	background-color: #f6f3e7;
	font-weight: normal;
}

.oddrow {
	background-color: #ffffff;
	font-weight: normal;
}

.formSection {
	background: url(/images/form.gif) 0 0 repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	
}

.fieldLbl {
	text-align: left;
	padding: 5px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #edb761;
}

.imgClass {
	padding: 2px;
	border: none;
}

.button {
	background: url(/images/button.gif) 0 0 no-repeat;
	width: 126px;
	height: 23px;
	padding: 0px 0px 2px 0px;
	border: none;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.button:hover {
	background: url(/images/button_over.gif) 0 0 no-repeat;
	color: #febc16;
}

#messages {
	padding: 5px;
	margin-bottom: 10px;
}

.message_warning {
	color: #febc16;
	border-top: 3px solid #febc16;
	border-bottom: 3px solid #febc16;
	border-left: none;
	border-right: none;
	background-image: none;
}

.message_confirm {
	color: #2279be;
	border-top: 3px solid #2279be;
	border-bottom: 3px solid #2279be;
	border-left: none;
	border-right: none;
	background-image: none;
}
.imgCountersContainer {
	position: relative;
}

.imgCounters {
	position: absolute;
	left: 4px;
	top: 0px;
	background-color: transparent;
	width: 167px;
}

.img_counter_arrow {
	margin: 9px 2px 0px 0px;
}

.img_counter_page {
	width: 31px;
	float: left;
	margin: 0px 1px 0px 0px;
}

.img_counter_page a {
	width: 100%;
	display: block;
	height: 15px;
	padding:6px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/bg_counter_off.png) 0 100% no-repeat;
	border: none;
}

.img_counter_page a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/bg_counter_over.png) 0 100% no-repeat;
}

.img_counter_page a.current {
	color: #000000;
	text-decoration: none;
	background: url(../images/bg_counter_on.png) 0 0 no-repeat;
	height:21px;
}

