body
{
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	background: #245945 url(/images/bg_body.png) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
/*
	color: #414e73;
*/
	color: blue;
	text-decoration: underline;
}

td { vertical-align: top; }

p { margin: 0px 0px 10px 0px; }

h1 {
	color: #245945;
	margin: 7px;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
	text-align: left;
	font-weight: normal;
}

h2 { 
	font-size: 15px; 
	color: #245945; 
	margin: 0px 0px 10px 0px; 
}

h3 { 
	font-size: 13px;
	color: #414e73; 
	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: #0d68c2;
	font-weight: bold;
	color: #ffffff
}

.tableBorder {
	border: 1px solid #0d68c2;
}

.tableHeader {
	background-color: #245945;
	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: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 125px;
	width: 169px;
	padding-left: 7px;
	padding-top: 13px;
}

.cbBody {
	padding: 5px;
	border: 1px solid #B5C5D5;
}

.cbURL {
	text-align: left;
	height: 12px;
}

/* form */
.formSection {
	background-color: #ededed;
	font-size : 12px;
	font-weight: bold;
	border: 1px solid #9da7b0;
	padding: 3px 5px;
}

.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;
}