body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #5091d9;
	text-decoration: none;
}

a:hover {
	color: #f89808;
	text-decoration: none;
}

td { 
	vertical-align: top;
	
}

p { margin: 0px 0px 0px 0px; }

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #004b85;
	margin: 0px 0px 4px 0px;
	border-bottom: 1px solid #eae9e9;
}

h2 {  
	font-size: 14px;
	color: #cf813a;
	font-weight: bold;
	margin: 0px 0px 10px 0px; 
}

h3 { 
	font-size: 14px;
	font-weight:lighter;
	color: #004b85; 
	margin: 0px 0px 2px 0px; 
}

b {
	color: #cf813a;
	font-weight: bold;
}

.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 {

}

.tableBorder {
	border: 1px solid #cbdcec;
}

.tableHeader {
	background: url(/images/form_top.gif);
	color:#FFFFFF;
	font-size : 15px;
	font-weight: bold;
	padding: 5px 7px;
}

.tableHeader a {
	color: #ffffff;
}

.oddrow { 
	background-color: #F3F3F3;
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
}

.evenrow { 
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
}

.cbTitle {
	color: #FFFFFF;
	background: url(/images/cbtitle_bg.gif) no-repeat;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 10px;
	height: 31px;
	display:block;
}

.cbBody {
	background: #FFFFFF;
	font-size:12px;
	padding: 0px 3px 0px 3px;
}

.cbBody h1 {
	font-size: 17px;
	color: #004b85;
}


.cbBody img{
	float:left;
	margin-bottom: 5px;
}

.cbBody p{
}

.cbURL {
	padding-top: 10px;
	padding-left: 5px;
	text-align: left;
}

.cbURL a {
		color: #32699d;
		font-size: 13px;
		
}

.cbRow {
	line-height: 5px;
}

/* form */
.formSection {
	background: url(/images/form_top.gif);
	color:#FFFFFF;
	font-size : 15px;
	font-weight: bold;
	padding: 5px 7px;
}

.formSection a{
	color:#FFFFFF;
	font-size:12px;
	padding-left: 10px;
}

.fieldLbl {
	text-align: right;
	padding-right: 10px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #ff0000;
}

.required {
	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;
}
