
/* ---------- Page top-level formatting ---------- */
body { 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	padding-top: 0px; padding-bottom:10px; 
}

.bodyclass {
	background-color: #d4ebf9;
	background-image: url(../images/bg_body.jpg); 
	background-repeat:repeat-y; 
	background-position:center;
	margin:0px;
	margin-left: 1px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.fieldLbl {
	text-align: right;
	padding-right: 10px;
}

.fieldVal {
	text-align: left;
}

td { font-size: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: top; }
p {margin: 0px 0px 10px 0px; }
a { color: #396682;}
a:link { color:#396682; }
/* a:visted { font-size: 12px; color:#382F8A; } */
a:hover { color:#6f9ebb; }
a:active { color:#396682; }

h1 { 
	border-bottom:1px #4b8622 dotted;
	color: #396682;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}

h2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #4b8622; margin: 5px 0px 8px 0px; }
h3 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #396682; margin: 5px 0px 6px 0px;}

.tableBoundary {
	background-color: #4b86aa;
	color:#FFFFFF;
	font-weight:bold;
}

.tableBorder {
	border: 1px solid #4b86aa;
}

.tableHeader {
	background-color: #4b86aa;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

.tableHeader a {
	color: #ffffff;
}

.evenrow {
	background-color:#FFFFFF;
	font-weight:normal;
	color:#000000;	
}

.oddrow {
	background-color:#e1f1fa;
	font-weight:normal;
	color:#000000;	
}

/* -- Page Title -- */
#bottom {
	background-image: url(../images/bg_bottom.gif);
	background-repeat:repeat-x;
	background-position: top;
}

#bottom_link {
	padding-top: 0px;
	color: #0167a5;
	font-size: 11px;
}

#bottom_link a,
#bottom_link a:hover {
	color: #0167a5;
	text-decoration: underline;
}

	
/* ------------ NAVIGATION ----------*/
.menu {
	width: 182px;
}

.menu a {
	display: block;
	padding: 4px 5px 4px 11px;
	color:#ffffff;
	background-color: #4b86aa;
	text-decoration: none;
}

.menu a:hover {
	color:#ffffff;
	background-color: #396682;
	text-decoration: none;
}

.menu_on {
	width: 182px;
}

.menu_on a,
.menu_on a:hover {
	text-decoration: none;
	display: block;
	padding: 4px 5px 4px 11px;
	display: block;
	font-weight: bold;
	color:#ffffff;
	background-color: #4b86aa;
}

#navcontainer {
	width: 198px;
	padding: 0px;
	margin:0px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style:none;
	margin: 0;
}

#navcontainer li a
{
	text-decoration: none;
	display: block;
	color:#ffffff;
	padding: 4px 5px 4px 11px;
	border-top: 1px #ffffff dotted;
	background-color: #4b86aa;
	-width:182px;
}

#navcontainer li a:hover
{
	background-color: #396682;
}

#navcontainer li a#current
{
	background-color: #4b86aa;
	font-weight: bold;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li
{
	list-style:none;
	margin: 0;
}

#navcontainer li li a
{
	text-decoration: none;
	display: block;
	color:#ffffff;
	border-top: 1px #ffffff dotted;
	background-color: #6f9ebb;
	padding: 4px 5px 4px 11px;
	-width:182px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	background-color: #396682;
	font-weight: normal;
}

#top_button {
	float: right;
	padding: 1px 3px 0px 0px;
	width:131px;
	height: 17px;
}

/* -- content box -- */
.cbBody {
	border-top:1px #4b8622 dotted;
	padding: 6px;
}

.cbTitle	{
	font-size:16px;
	font-weight:bold;
	color:#396682;
	height:18px;
}

.cbCol {
	width: 20px;
	display: block;
}

.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);
}


