
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #685e00;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #7f4e2d;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #685e00;
	text-decoration: none;
}

a:hover {
	color: #7f4e2d;
}

.tableBoundary {
	background-color: #685e00;
	color: #FFFFFF;
	font-weight: bold;
}

.tableBorder {
	border: 1px solid #685e00;
}

.tableHeader {
	background-color: #685e00;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

.tableHeader a {
	color: #ffffff;
}

.evenrow {
	background-color:#FFFFFF;
	font-weight:normal;
	color:#000000;	
}

.oddrow {
	background-color:#f5eee1;
	font-weight:normal;
	color:#000000;	
}

.formSection {
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	background-color: #685e00;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

/* -- content box -- */
.cbTitle {
	color: #4c3278;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	font-stretch: narrower;
	padding: 3px 0px 3px 2px;
	vertical-align: bottom;
}

.cbURL {
}

.cbBody {
	border-top: 1px solid #f5eee1;
	background-image: url(../images/bg_box.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f5eee1;
	float: left;
	padding: 10px;
}


.redText {
	color: #FF0000;
}

#messages {
	padding: 7px 0px 7px 22px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.message_warning {
	color: #ff0000;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	background-image: url(/sitevizcms/images/error.png);
}

.message_confirm {
	color: #009900;
	border-top: 2px solid #009900;
	border-bottom: 2px solid #009900;
	background-image: url(/sitevizcms/images/tick.png);
}

.imgClass {
	border: 1px solid #685e00;
	padding: 1px;
}