/*
 * wbd.css - Styles for all directory pages
 *
 * Scott Bragg (jsbragg@scriptforge.org)
 *
 * NOTES:
 * Should probably annotate this file a bit more rather than keep adding styles.
 *
 * Since all the pages are the same, may as well put all the styles in the one CSS set of files
 * The file "print.css" complements this wbd.css for printable pages.
 */

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
        background-color: #FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	line-height:1.3em;
}

#divPage {
/*	width: 1020px; */
	margin:0 auto;
	text-align:left;
	font-family: Trebuchet MS,Georgia, Arial, serif;
	font-size: 11px;
	background: #fff; border: solid 1px #5d94b6; width: 1072px;
	margin-bottom: 8px;
	min-height: 400px;
}

#sublev { padding: 0 0 6px 0; }

#divHeader {
	/*background: #7391CE url(../images/template/WBD_header_animated.gif) center no-repeat;
	height: 136px; */
}

#divMain h1 { margin: 0 0 8px 0; padding-top: 0px; color:#004470; font: normal 24px Arial, Helvetica, sans-serif;}

#divMenu {

width: 175px;
float: left;
/*clear: both;
	width: 783px;
	background: #FFFFFF;
	line-height: normal; */
}

/* #divMenu ul {
	list-style: none;
	padding: 0px 10px;
	margin: 0px;
}

#divMenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url("../images/template/btn2up_on_right.gif") no-repeat right top;

}

#divMenu a {
	display: block;
	background: url("../images/template/btn2up_on_left.gif") left top no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #ffffff;
}

#divMenu a:hover {
	text-decoration: underline;
} */

#divSearch {
	background-color: #FFFFFF;
	width: 190px;
	border-left: dotted 1px #5d94b6;
	float: right;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	display: block;
	min-height: 350px;
}

#divSearch ul {
	display: inline;
	list-style-type: none;
}

#divSearch .srchSet {
 padding: 0px;
}



#divSearch .quickSearchBox {
	width: 160px;
}

#divSearch #country_id {
	width: 180px;
	 margin: 6px 0;
}

#divSearch .provinceField {
	width: 180px;
	 margin: 6px 0;
}

#divUserOpt {
/*	float: left; */
	width: 680px;
	padding-top: 5px;
	padding-left: 180px;
	padding-right: 30px;
	padding-bottom: 10px;

}

#divMain {
	width: 680px;
	background: #ffffff;
	padding-top: 20px;
	padding-left: 180px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#divMain .paginator {
	text-align: center;
}

#divMain .pagFirst {
	font-weight: bold;
}

#divMain img {
	border: none;
}

#divMain .areaList {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

#divMain table {
	padding-left: 100px;
}


#divMain table.mceEditor {
	padding-left: 0px;
}



#divFooter {
	background-color: #FFFFFF;
}

#divErrors {
	background-color: #FFFFFF;
}

#divLogin {
	clear: both;
	background-color: #FFFFFF;
}

#divLogin fieldset {
	width: auto;
}

fieldset { border: none; }

#divSearch select { width: 200px; }

#divBottomLine {
	clear: both;
	background: #8C8C8C url("../images/template/footer_background.gif") left top repeat-x;
	color: #fff;
	/* font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif; */
	padding: 4px 5px 3px 5px;
}

.entryName {
	font-size: 16px;
	font: Arial, Helvetica, sans-serif;
	color: #004470;
}

.entryDetail {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* The Add/Edit forms are in a different DIV so all styles relating to these forms can be found with #divUpdate in this file */
#divUpdate {
	background: #ffffff;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#divSearch2 {
	background-color: #FFFFFF;
	width: 210px;
	clear: both;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#divSearch2 ul {
	display: inline;
	list-style-type: none;
}

#divSearch2 .srchSet {
 padding: 0px;
}

#divSearch2 .quickSearchBox {
	width: 200px;
}

#divSearch2 #country_id {
	width: 180px;
}

#divSearch2 .provinceField {
	width: 180px;
}

#divSearch2 select { width: 200px; }
