/* body settings */

body,p,div,td {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

/* container settings */

div#wrapper {
	margin: 10px auto;
	width: 750px;
}
div#main, div#header {
	/*position: relative;*/
	padding-bottom: 10px;
	text-align: left;
	width: 750px;
}
div#navigation {
	padding-top: 5px;
	text-align: center;
}
div#impersonation {
	border: 2px solid #FF0000;
}
div#warning {
	border: 1px solid #f00;
	background-color: #FFF2F2;
	width: 240px;
	margin: 20px;
	padding: 4px;
	text-align: center;
}
div#mapimage {
	background: url(../images/mapload.gif) no-repeat center 100px;
	width: 400px;
	height: 400px;
}
div#pagetitle {
	margin-top: 20px;
}
div#pagetitle a {
	color: #060;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
div#pagetitle a:hover {
	text-decoration: underline;
}
div#footer {
	position: relative;
	margin-top: 40px;
	border-top: 1px solid #060;
	text-align: center;
}
div#footer p {
	color: #ccc;
	font-size: 8pt;
}

/* homepage containers */

div#login {
	background-color: #f7f7f7;
	border: solid 1px #666;
	padding: 6px;
	margin-bottom: 10px;
}
div#login a {
	display: list-item;
	list-style: none;
}
div#divImage, div#divRaffle, div#divStats, div#divCalc, div#divLinks {
	margin-bottom: 10px;
}
div#divRaffle p, div#divStats, div#divCalc, div#divLinks {
	font-size: 9pt;
}
div.boxRounded {
	width: 360px;
	background: url(../images/box_capped_ftr.gif) no-repeat bottom;
	border: 1px solid #fff;
}
div.boxRoundedContent {
	padding: 10px;
	margin: 0px 0px 16px 0px;
	background: url(../images/box_capped_bg.gif);
}

div.box_w250 {
	width: 250px;
	background: #f5f5f5 url(../images/box_w250_bg.gif) repeat-y;
}

div.box_w388 {
	width: 388px;
	background: #f5f5f5 url(../images/box_w388_bg.gif) repeat-y;
}

div.box_w560 {
	width: 560px;
	background: #f5f5f5 url(../images/box_w560_bg.gif) repeat-y;
}


/* tag settings */

h1 { font-size: 175% }
h2 { font-size: 150% }
h3 { 
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 30px 0px;
	padding: 10px 0px;
}
h4 {
	padding: 3px;
	background: #f7f7f7;
	border-top: 1px solid #085437;
	border-right: 1px solid #085437;
	border-bottom: none;
	border-left: 1px solid #085437;
}
h5 { font-size: 10pt; font-weight: bold; }
a {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #f00;
}
a img {
	border: none;
	background-color: transparent;
}
td {
	vertical-align: top;
	text-align: left;
}
select {
	font-size: 11px;
}
textarea {
	width: 90%;
}
label {
	font-weight: bold;
}
span label {
	font-weight: normal;
}

/* class settings */

br.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 1px;
}
.tblBordered {
	border:1px solid #075536;
}
.tblBordered td {
	background-color: #f5f5f5;
	padding: 12px;
}
table.tblTable {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}
table.tblTable td {
	border: 1px solid #fff;
	padding: 8px;
}
table.tblNarrow {
	width: auto;
}
.tblHdrCol td {
	font-weight: bold;
	text-align: left;
	background: #B3CEB2;
}
.tblHdrCol td a {
	color: #000;
}
.tblHdrRow {
	font-weight: bold;
	text-align: right;
}
.tblData td {
	background-color: #f5f5f5;
}
.tblDataAlt td {
	background-color: #fff;
}
.tblDataOver, .tblDataOver td, .tblDataAltOver td {
	background-color: #F0E1D9;
}
.tblData td, .tblDataAlt td, .tblDataOver td, .tblDataAltOver td {
	font-size: 9pt;
}
.tblList {
	border: 0px none;
}
.tblList td {
	border: 1px solid #fff;
}
.hdrRed {
	padding: 20px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #f00;
}
.hdrGreen {
	padding: 20px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #090;
}
.txtRed {
	color: red;
}
.txtGreen {
	color: #090;
}
.txt10, .txt10 a {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txtSmall, .txtSmall a, .txtSmall td {
	font-size: 8pt;
}
.lnkDisabled, .lnkDisabled:hover {
	color: #999;
	text-decoration: none;
}
.lnkList {
	text-align: right;
}
.lnkList a {
	font-size: 11pt;
	padding-left: 10px;
}
.txtCentered {
	text-align:center;
}
.cntrlReadOnly {
	color: #666666;
	background: #f5f5f5;
}
.cntrlFocus {
	background-color: #eef3ee;
}
.pageheader {
	background:  url("../images/pageheaders/hdr_bg.gif");
	margin-top: 15px;
	margin-bottom: 15px;
}
.imgFloatRt {
	float: right;
	margin: 0px 0px 10px 10px;
}
.imgFloatLt {
	float: left;
	margin: 0px 10px 10px 0px;
}
.txtMoreInfo {
	font-size: 8pt;
	white-space: nowrap;
	vertical-align: text-top;
}
.txtMoreInfo img {
	padding: 0px 4px;
	vertical-align: middle;
}
.txtMoreInfo a {
	text-decoration: none;
}
.ulMinimal {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.ulMinimal li {
	padding-bottom: 5px;
}

ul.ulAdmin {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.ulAdmin li {
	margin: 0px;
}
ul.ulAdmin li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border: 1px solid #f6f6f6;
	text-decoration: none;
	width: 200px;
}
ul.ulAdmin li a:hover {
	border: 1px solid #999;
	background-color: #f9f9f9;
	color: #f90;
}

.txtRequired, .txtMoreInfo {
	font-size: 8pt;
	white-space: nowrap;
	vertical-align: text-top;
}
.txtRequired img, .txtMoreInfo img {
	padding: 0px 4px;
	vertical-align: middle;
}
.txtRequired {
	color: red;
}
.tbCalendar {
	float: left;
	margin-right: 5px;
}

.statusSuccess,
.statusWarning {
	margin: 10px auto;
	padding: 15px;
	width: 50%;
	min-height: 32px;
	border: 1px solid #ccc;
}
.statusSuccess {
	background: #D3EDD3 url(../images/backgrounds/green_lined.jpg) repeat-x;
	font-weight: bold;
	text-align: center;
}
.statusWarning {
	background: #FFD3D3 url(../images/backgrounds/red_lined.jpg) repeat-x;
	font-weight: normal;
	text-align: left;
}
.statusSuccess img,
.statusWarning img {
	float: left;
	margin: 0 10px 55px 0;
}