/*
 * 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: 1000px;
	margin:0 auto;
	text-align:left;
	font-family: Trebuchet MS,Georgia, Arial, serif;
}

#divHeader {
	background: #7391CE url(../images/template/WBD_header_animated.gif) center no-repeat;
	height: 136px;
}

#divMenu {
	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: 210px;
	float: right;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#divSearch ul {
	display: inline;
	list-style-type: none;
}

#divSearch .srchSet {
 padding: 0px 0px 0px 0px;
}

#divSearch .quickSearchBox {
	width: 160px;
}

#divSearch #country_id {
	width: 180px;
}

#divSearch .provinceField {
	width: 180px;
}

#divUserOpt {
	clear: left;
	background: #ffffff;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#divMain {
	background: #ffffff;
	padding-top: 20px;
	padding-left: 30px;
	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;
}

#divFooter {
	background-color: #FFFFFF;
}

#divErrors {
	background-color: #FFFFFF;
}

#divLogin {
	clear: both;
	background-color: #FFFFFF;
}

#divLogin fieldset {
	width: auto;
}

#divSearch select { width: 200px; }

#divBottomLine {
	clear: both;
	background: #8C8C8C url("../images/template/footer_background.gif") left top repeat-x;
	color: #ffffff;
	padding: 4px 5px 3px 5px;
}

.entryName {
	font-size: 16px;
	font-weight: bold;
}

.entryDetail {
	font-size: 12px;
}

/* 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 0px 0px 0px;
}

#divSearch2 .quickSearchBox {
	width: 200px;
}

#divSearch2 #country_id {
	width: 180px;
}

#divSearch2 .provinceField {
	width: 180px;
}

#divSearch2 select { width: 200px; }
