body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #55530f;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 3px;
	width: 710px;
	border-bottom: #E0E0DC 1px solid;
}

a {
	color: #0072bc;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

td { vertical-align: top; }

p { margin: 0px 0px 10px 0px; }

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9da514;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 12px;
	color: #55530f;
	margin: 0px 0px 7px 0px;
}

.message_warning {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #FF0000;
	color: #ff0000;
	background-image: none;
}

.message_confirm {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #7787b0;
	color: #7787b0;
	background-image: none;
}


/* Table properties */
.tableBoundary { 
	background-color: #95550e;
	font-weight: bold;
	color: #ffffff
}

.tableBorder {
	border: 1px solid #55530f;
}

.tableHeader {
	background-color: #9da514;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 3px;
}

.tableHeader a {
	color: #ffffff;
}

.oddrow { 
	background-color: #F3F3F3;
	color: #000000;
	font-weight: normal;
}

.evenrow { 
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
}


.cbTitle {
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/cbtitle_bg.png) no-repeat;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	padding-left: 7px;
	padding-top: 2px;
	text-transform: uppercase;
	margin-top: 4px;
	display: block;
}

.cbBody {
	padding: 0px;
}

.cbBody_main  {
	width: 483px;
	padding: 4px 4px 4px 4px;
	border-right: 1px solid #d6cfb0;
}

.cbBody_toplast {
	width: 235px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}

.cbBody_toplast table {
	width: 235px;
}

.cbURL {
	padding-top: 10px;
	text-align: left;
}

.cbRow {
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	background: none;
}

.cbBottomContent {
	width: 245px;
	border-top: 1px solid #d6cfb0;
	border-right: 1px solid #d6cfb0;
	padding: 4px 4px 0px 4px;
}

.cbBottomContent_Last {
	width: 235px;
	border-top: 1px solid #d6cfb0;
	padding-top: 4px;
	padding-left: 4px;
}

#main_content_table {
	width: 100%;
}

/* form */
.formSection {
	background-color: #55530f;
	font-size : 13px;
	font-weight: bold;
	border: 1px solid #9da514;
	padding: 3px 5px;
	color: #ffffff;
}

.fieldLbl {
	text-align: right;
	padding-right: 10px;
}

.fieldVal {
	text-align: left;
}

.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 #9da7b0;
	padding: 3px;
}

.imgCaption {
	padding-top: 5px;
	font-weight: normal;
	font-size: 10px;
}

.imgDescription {
	padding-top: 3px;
}

.required {
	color: #FF0000;
}

.white_text {
	color: #FFFFFF;
}

.red_text {
	color: #FF0000;
}

.brown_text {
	color: #565310;
}
