
#contentBody {
	width: 680px;
	border: 1px solid #aaaaaa;
	background:#ffffff;
	vertical-align: top;
	height: 500px;
	padding: 10px;
}

#top {
	background-color: #8ca8fc;
	font-weight: bold;
	font-size: 12px;
}

#topTitle {
	border-width: thin;
	border-style: double;
	border-color: #8ca8fc;
	font-weight: bold;
}
#printBtn {
	width: 60px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
}

#sideMenu {
	width: 100%;
}

#sideMenu a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#sideMenu td {

	text-align: right;
	padding: 4px 10px;
	background-color: #ffffff;

}

#sideMenu td:hover {
	background-color: #ffffad;
}

#sideMenu td.seperator {
	background: none;
	height: 1px;
	padding: 2px;
}

#sideMenu td.seperator:hover {
	background: none;
}

#sidepanels { color:#FFFFFF; font-size: 9pt; }
#sidepanels select { font-size: 9pt; width:120px; }
#sidepanels a { color:#FFFFFF; font-weight:bold; }

#sidepanels2 { color:#FFFFFF; font-size: 9pt; }
#sidepanels2 select { font-size: 9pt; width:120px; }
#sidepanels2 a { color:#FFFFFF; font-weight:bold; }

#searchlist {
	color:#000040;
}
#searchlist li {
	font-style:italic;
	color:#000040;
}
#searchlist a {
	color:#000040;
}
#searchlist table {
    	color:#000040;
	border-width: 2px;
	border-style: none;
 	border-color: blue;
	border-collapse: collapse;
}
#searchlist td {
	border-width: 0px;
}

#searchlist img.photo {
	border-color: #4e390d;
	border-width: 2px;
	border-style: solid;
}

#searchlist img.photo_small {
	border-color: #4e390d;
	border-width: 1px;
	border-style: solid;
}



/* Required input from user */
.required {
	color: red;
}

/* Required input from user */
input.required, select.required, textarea.required {
	color: black;
	border-style: dashed;
	border-width: 1px;
	border-color: red;
}

table.listingBox {
	background-color:#eeeeee;
	padding: 1px;
}

td.listingBox {
	background-color: #8ca8fc;
	font-weight: bold;
	font-size: 12px;
}

table.listingBoxStaff {
	background-color: #ffd6d6;
	border-color: #b00000;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 1px;
}

td.listingBoxStaff {
	background-color: #d8201e;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

table.listingBoxHidden {
	background-color: #ffffca;
	border-color: #d4a500;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 1px;
}

td.listingBoxHidden {
	background-color: #fec900;
	font-weight: bold;
	font-size: 12px;
}

#photoBox {
	border-color: #3366ff;
	border-style: solid;
	border-width: 1px;
	background-color: #d2d7ff;
}

#photoBox td.hl{
	background-color: #8ca8f3;
}

#photoBoxFeature {
	border-color: #d4a500;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffca;
}

#photoBoxFeature td.hl {
	background-color: #fec900;
}

.widthTwo {
	width: 2em;
}

.widthFour {
	width: 4em;
	
}

.widthSix {
	width: 6em;
}

.rightAlign {
	text-align: right;
}



.errMsg-bad {
	width:50%;
	font-weight: bold;
	padding:20px;
	margin: 0 auto;
	border-style: dashed;
	border-color: red;
	border-width: 1px;
	color: red;
	text-align: center;
	background-color: #FFE4E1;
}

.errMsg-good {
	font-weight: bold;
	border-style: dashed;
	border-color: green;
	border-width: 1px;
	color: green;
	text-align: center;
	background-color: #dfffc6;
}

.errMsg-info {
	font-weight: bold;
	border-style: dashed;
	border-color: blue;
	border-width: 1px;
	color: blue;
	text-align: center;
	background-color: #d5ffff;
}

/**************** menu2 coding *****************/
#menu2 {
width: 100%;
background: #eee;
float: left;
}

#menu2 ul {
list-style: none;
margin: 0;
padding: 0;
width: 80px;
float: left;
}

#menu2 a, #menu2 h2 {
font: bold 8px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu2 h2 {
color:#0000CC;
background-color:#FFFFFF;
text-decoration: none;
}

#menu2 a {
color:#0000CC;
background-color:#FFFFFF;
text-decoration: none;
}

#menu2 a:hover {
color: #a00;
background-color:#FFFFFF;
}

#menu2 li {
position: relative;
}

#menu2 ul ul {
position: absolute;
z-index: 500;
}

#menu2 ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu2 ul ul,
div#menu2 ul li:hover ul ul,
div#menu2 ul ul li:hover ul ul {
	display: none;
}

div#menu2 ul li:hover ul,
div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul {
	display: block;
}
/*
</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menu2 ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}
*/
#menu2 ul li a {
	height: 1%;
} 

#menu2 a, #menu2 h2 {
	font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
/*</style>
<![endif]-->*/


#msgList {
	width: 100%;
}

#msgList .col1 {
	width: 1%;
}

#msgList .col2 {
	width: 30%;
	white-space: nowrap;
}

#msgList .col3 {
}

#msgList .col4 {
	width: 10%;
	white-space: nowrap;
}

#msgList th {
	text-align: left;
}

#msgList .hl1 {
	background-color: #cadaff;
}

#msgList .hl2 {
	/*background-color: ;*/
}

#forms .hl1 {
	background-color: #cadaff;
}

#forms .hl2 {}

.hl1 {
	background-color: #cadaff;
}


td.sidepanel {

	padding: 10px 5px 10px 5px;
	width:200px;
	vertical-align:top;
	background: #0b5494;
	color:#ffffff;
	font-size: 12px;

}

#mailFeedback {
	width: 300px;
}

#mailFeedback th {
	text-align: right;
	white-space: nowrap;
}

#mailFeedback tr.fromName,tr.fromEmail {
	background-color: #cadaff;
}

#mailFeedback input.fromName,input.fromEmail,input.subject {
	width: 200px;
}

#mailFeedback td {
	width: 100%;
}

#mailFeedback textarea {
	width: 100%;
	height: 150px;
}

#mailFeedback td.buttons {
	text-align: center;
}

#phBook {
	background-color: #cadaff;
	width: 65%;
}

#phBook td {
	width: 100%;
}

#phBook th, .buttons {
	text-align: right;
	white-space: nowrap;
}

#phBook-searchResults {
	width: 100%;
}

#phBook-searchResults th {
	white-space: nowrap;
	text-align: right;
}

#phBook-searchResults .header {
	background-color: #fec900;
}

#phBook-searchResults .header-shared {
	background-color: #cadaff;
}

#phBook-searchResults td.spacer {
	width: 40%;
}

#phBook-searchResults th.spacer {
	width: 10%;
}

#txtBanner {
	border: 1px solid #d3bc5f;
	background-color: #ece2b9;
	font-weight: bold;
	width: 360px;
	margin: 0px 0px 0px 70px;
	padding: 5px 10px 0px 10px;

}


#txtBanner a, #txtBanner a:visited {
	text-decoration: none;
	font-size:15px;
	color:#4E390D;
}

#bannerSpace {
	height: 80px;
}

#agencyNav {
	height: 20px;
	margin: auto;
	vertical-align: top;
}

#agencyNav h1, #agencyNav select {
	font-size: small;
	display: inline;
	font-weight: normal;
}

#agenyNav a, #agencyNav a:visited {
	text-decoration: none;
}

#agencyNav a:hover {
	text-decoration: underline;
}

.imgFloatLeft {
	position: relative;
	float: left;
	margin: 5px 10px 5px 5px;
	clear: left;
}

.imgFloatRight {
	position: relative;
	float: right;
	margin: 5px 5px 5px 10px;
	clear: right;
}

#tinymce {

	background:#ffffff;

}
