body {
	font-family: Arial, Trebuchet MS;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

a {
	color: #cb00cb;
	text-decoration: none;
}

a:hover {
	color: #cb00cb;
	text-decoration: underline;
}

td { vertical-align: top; }

p { margin: 0px 0px 10px 0px; }

h1 {
	color: #cb00cb;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c7c4f3;
	width: 100%;
}

h2 { 
	font-size: 17px; 
	color: #8592e0; 
	margin: 0px 0px 10px 0px; 
}

h3 { 
	font-size: 14px;
	color: #8681ca; 
	margin: 0px 0px 7px 0px; 
}

.message_warning {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #FF0000;
	color: #ff0000;
}

.message_confirm {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #7787b0;
	color: #7787b0;
}


/* Table properties */
.tableBoundary { 
	background-color: #8592e0;
	font-weight: bold;
	color: #ffffff
}

.tableBorder {
	border: 1px solid #8592e0;
}

.tableHeader {
	background-color: #8592e0;
	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: 20px;
	font-weight: bold;
	padding-left: 110px;
	vertical-align: bottom;
	height: 43px;
	letter-spacing: -1px;
}

.cbBody {
	color: #ffffff;
	padding-left: 112px;
	padding-right: 7px;
	font-size: 13px;
	font-weight: bold;
	height: 88px;
}

.cbBodyBottom {
	color: #ffffff;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 13px;
	font-weight: bold;
	height: 88px;
}

.cbURL {
	height: 25px;
	padding-right: 7px;
	text-align: right;
}

.cbURL a {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.cbURL a:hover {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

/* 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;
}

.clear {
	clear: both;
}

small {
	font-size: 12px;
}
