
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #4e917a;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #edbc61;
	margin: 0px;
}

h2 {
	color: #4e917a;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #7d3902;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

a {
	color: #4e917a;
	text-decoration: underline;
}

a:hover {
	color: #4e917a;
	text-decoration: none;
}

/********************************* content boxes *************************************/
.cbTitle {
	color: #4e917a;
	font-size: 20px;
	padding: 17px 18px 2px 18px;
	background-image: url(../images/bg_cb_title.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.cbBody {
	padding: 10px 18px 5px 18px;
	background-image: url(../images/bg_cb_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.cbRow {
	line-height: 5px;
}

.tableBorder {
	border: 1px solid #4e917a;
}

.tableHeader {
	background-color: #4e917a;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
	color: #000000;	
}

.oddrow {
	background-color: #fcf7ef;
	font-weight: normal;
	color: #000000;	
}

.formSection {
	background-color: #4e917a;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #FF0000;
}

.imgClass {
	border: 1px solid #edbc61;
	padding: 0px;
}

.button {
	background-color: #4e917a;
	border: 1px solid #4e917a;
	color: #ffffff;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
	font-size: 12px;
}

.button:hover {
	background-color: #ffffff;
	border: 1px solid #4e917a;
	color: #4e917a;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
	font-size: 12px;
}

#messages {
	padding: 7px 0px 7px 22px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.message_warning {
	color: #cc0000;
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	background-image: url(/sitevizcms/images/error.png);
}

.message_confirm {
	color: #4e917a;
	border-top: 2px solid #4e917a;
	border-bottom: 2px solid #4e917a;
	background-image: url(/sitevizcms/images/tick.png);
}


