
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #f47624;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #ccdea5;
	padding-top: 12px;
	padding-bottom: 1px;
	margin: 0px;
}

h2 {
	color: #67863c;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #f47624;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

a {
	color: #f47624;
	text-decoration: underline;
}

a:hover {
	color: #f47624;
	text-decoration: none;
}

.cbBody {
	padding: 0px 6px;
	background-color: #ffffff;
}

.cbBottom {
	background-image: url(../images/cb_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
}

.cbTop {
	background-image: url(../images/cb_top.gif);
	background-repeat: no-repeat;
	height: 5px;
}

.cbTitle {
	font-size: 18px;
	padding: 12px 0px 21px 9px;
	width: 331px;
	background-position: top;
	background-repeat: no-repeat;
	color: #ffffff;
}

.cbTitleLeft {
	background-image: url(../images/cb_title_left.gif);
}

.cbTitleRight {
	background-image: url(../images/cb_title_right.gif);
}

.cbURL {
	background-image: url(../images/bg_button.gif);
	height: 21px;
	width: 56px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	color: #353535;
	margin-top: 10px;
}

.tableBoundary {
	background-color: #f47624;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}

.tableBorder {
	border: 1px solid #f47624;
}

.tableHeader {
	background-color: #f47624;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

.tableHeader a {
	color: #ffffff;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f1f6e6;
	font-weight: normal;
}

.formSection {
	color: #ffffff;
	background-image: url(../images/bg_sectiontitle.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 3px 0px 3px 5px;
	font-size: 13px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #f15d23;
}

#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 #ccdea5;
	padding: 2px;
}

