
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	padding: 0px 0px 3px 0px;
	color: #72a523;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #72a523;
	margin: 0px;
}

h2 {
	color: #796319;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}

h3 {
	color: #72a523;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	letter-spacing: -1px;
}

a {
	color: #6988c9;
	text-decoration: none;
}

a:hover {
	color: #6988c9;
	text-decoration: underline;
}

.tableBorder {
	border: 1px solid #796319;
}

.tableHeader {
	background-color: #796319;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
	color: #000000;	
}

.oddrow {
	background-color: #c8e3a5;
	font-weight: normal;
	color: #000000;	
}

.formSection {
	background-color: #796319;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #ff0000;
}

.imgClass {
	padding: 0px;
	border: 1px solid #796319;
}

.button {
	background-color: #796319;
	border: none;
	color: #ffffff;
	text-align: center;
	padding: 3px 20px;
	cursor: pointer;
	font-size: 11px;
}

.button:hover {
	background-color: #4b6f18;
	border: none;
	color: #ffffff;
	text-align: center;
	padding: 3px 20px;
	cursor: pointer;
	font-size: 11px;
}

#messages {
	padding: 5px 8px;
	margin-bottom: 10px;
	font-size: 11px;
}

.message_warning {
	color: #ff0000;
	border: 3px solid #ff0000;
	background-color: #ededed;
}

.message_confirm {
	color: #72a523;
	border: 3px solid #72a523;
	background-color: #c8e3a5;
}
.imgCountersContainer {
	position: relative;
}
.imgCounters {
	position: absolute;
	right: 6px;
	bottom:14px;
	background-color: transparent;
	width:auto;
}
.img_counter_page {
	width: 26px;
	height: 25px;
	float: left;
	margin: 28px 0px 0px 4px;
}
.img_counter_page a {
	width: 100%;
	height: 13px;
	display: block;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	background-image: url(../images/bg_counter_off.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	border: none;
	padding-top:12px;
}
.img_counter_page a:hover {
	color: #4b6f18;
	text-decoration: none;
	background-image: url(../images/bg_counter_over.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.img_counter_page a.current {
	color: #4b6f18;
	text-decoration: none;
	background-image: url(../images/bg_counter_on.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.img_counter_arrow {
	display:none;
}
