
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, .pageTitle {
	color: #830319;
	border-bottom: 1px solid #e0b968;
	margin-bottom: 2px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #be162a;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #3f000c;
	text-decoration: underline;
	outline: none;
}

.tableBorder {
	border: 1px solid #dbdbdb;
}

.tableHeader {
	background-image: url(/images/layout/bg_headers.png);
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
}

.tableHeader a {
	color: #ffffff;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	background-image: url(/images/layout/bg_headers.png);
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #cc0000;
}

.imgClass {
	padding: 0px;
	border: 1px solid #cccccc;
}

.button {
	width: 122px;
	height: 24px;
	background-color: #A50623;
	background-image: url(/images/buttons/btn_off.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.button:hover {
	background-color: #810319;
	background-image: url(/images/buttons/btn_off.png);
	color: #ff8b00;
}

#messages {
	padding: 5px 0px;
	margin-bottom: 10px;
	font-size: 11px;
}

.message_warning {
	color: #be162a;
	border-top: 3px solid #be162a;
	border-bottom: 3px solid #be162a;
	background-image: none;
}

.message_confirm {
	color: #456F4B;
	border-top: 3px solid #456F4B;
	border-bottom: 3px solid #456F4B;
	background-image: none;
}


