.style6 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px;}
.style8 {font-size: 40px}

.phone1 {
	color: #CCCCCC;
	font-size: 18px;
}
.phone2 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#divBody {
	background-color: white;
	padding: 10px;
	width: 926px;
}

.mainConsoleLinks {
	float: right;
	margin: 0px 10px -10px 10px;
}

#loggedInGreencode {
	font-size: 15px !important;
}

.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

body {
	background-image: none;
}

.footerLink ul li {
	line-height: 12px;
	list-style: none;
	margin: 0;
}
.footerLink h3 {
	border: 0
}

a, a:link, a:visited {
	color: #00579A;
}

a:hover {
	color: #ff9900;
}

th.cp, .sizedTitleCell, #logonform fieldset {
	color: #222222;
	background-color: #f7f7f7 !important;
	padding-top: 14px;
}

#logonform input {
	margin: 2px;
}

th.cp img {
	margin-top: -10px;
	margin-right: 4px;
}

legend {
	color: #222222;
}

h1 {
	font-weight: bold;
	color: #00529E;
	border-bottom: 1px solid #E5E5E5;
	margin: 10px 2px 3px 2px;
	font-size: 15px;
}

h2.cp {
	text-transform: uppercase;
	color: #EE4400;
	font-size: 13px;
	margin:5px 0 0 1px
}

h3.cp {
	color: #EE4400;
	font-size: 13px;
	margin:10px 0 10px 1px
}

#divBody > p {
	margin: 0 0 10px 0;
}

.errors {
	margin: 5px 60px 12px 60px;
}

.errors h3 {
	font-size: 14px;
}

#tableTopLeft, #tableTopCentre, #tableTopRight {
    /* We need this to hide the blue heading background. Using the !important tag to override style hardcoded on the element .*/
    background: none !important;
}

/* This rule is also for the blue heading background. */
#tableTopLeft img, #tableTopRight img {
	display: none;
}

#tableTopCentre .heading {
	padding-left: 10px;
	font-weight: bold;
	color: #00529E;
	border-bottom: 1px solid #E5E5E5;
	margin: 0px 2px 3px 2px;
	font-size: 15px;
}

table.tablesorter {
	background-color: white;
}

table.tablesorter thead tr th {
	border: none;
	font-size: 11px;
}

table.tablesorter tbody td {
	background-color: #EEEFF0;
	color: black;
}

select:focus {
	color:#1A1A1A;
}

hr {
	border: none;
	border-bottom:2px solid #888888;
}

.phone1 {
	margin-top: 40px;
	display: block;
}

.phone2 {
	display: block;
}

.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */