
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	width: 726px;
	height: 48px;
	display: block;
	background-image: url(../images/bg_pagetitle.jpg);
	color: #ffffff;
	font-size: 33px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 2px 0px;
	padding: 26px 0px 0px 16px;
	border-bottom: 1px solid #edb761;
}

h2 {
	color: #005f49;
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #95c58c;
	text-decoration: none;
}

.tableBorder {
	border: 1px solid #d7d7d7;
}

.tableHeader {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	background-color: #005f49;
}

.tableHeader a,
.tableHeader a:hover {
	color: #ffffff;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	background-color: #005f49;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #edb761;
}

.imgClass {
	padding: 0px;
	border: 1px solid #dbdbdb;
}

.button {
	width: 122px;
	height: 24px;
	padding: 0px 0px 2px 0px;
	border: none;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #005f49;
	background-image: url(../images/bg_button_off.gif);
	background-repeat: no-repeat;
}

.button:hover {
	color: #005f49;
	background-color: #edb761;
	background-image: url(../images/bg_button_on.gif);
}

#messages {
	padding: 5px;
	margin-bottom: 10px;
}

.message_warning {
	color: #edb761;
	border-top: 3px solid #edb761;
	border-bottom: 3px solid #edb761;
	border-left: none;
	border-right: none;
	background-image: none;
}

.message_confirm {
	color: #005f49;
	border-top: 3px solid #005f49;
	border-bottom: 3px solid #005f49;
	border-left: none;
	border-right: none;
	background-image: none;
}

.imgContainer {
	border: 1px solid #ededed;
	width: 333px;
	margin-left: auto;
	margin-right: auto;
}

.imgCaption {
	padding: 5px 0px 0px 9px;
	height: 21px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #005f48;
}

.imgDescription {
	padding-top: 3px;
}

.imgCountersContainer {
	position: relative;
}

.imgCounters {
	position: absolute;
	left: 510px;
	top: -2px;
	background-color: transparent;
	width: 150px;
}

.img_counter_arrow {
	margin: 11px 2px 0px 0px;
}

.img_counter_page {
	width: 31px;
	height: 23px;
	float: left;
	margin: 0px 1px 0px 0px;
}

.img_counter_page a {
	width: 100%;
	height: 16px;
	display: block;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	background-image: url(../images/bg_counter_off.png);
	border: none;
}

.img_counter_page a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bg_counter_over.png);
	background-color: transparent;
}

.img_counter_page a.current {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bg_counter_on.png);
	background-color: transparent;
}
