/*
---------------------------
Centreville - template E - for forms and the like
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 31 aug 2007
---------------------------
*/

#header h1 a {
	background-color: #4B98B4;
}

#mainbody {
	background: #EDEEEF;
	width: 749px;
	height: 460px;
	position: relative;
}

#bg {
	position: absolute;
	z-index: 10;
	top: 16px;
	right: 16px;
	background: #fff;
	filter:alpha(opacity=85); /* IE's opacity*/
    opacity: 0.85;
    height: 458px;
	width: 557px;
	border-right: 1px solid #D6D7D8;
	border-bottom: 1px solid #B9B9BA;
}

#usercontent {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	/* padding: 1px 10px 0px 4px; */
	padding: 14px;
	/* height: 457px; width: 544px; */
	 height: 430px; 
	 width: 530px;
	overflow: auto;
	color: #383738;
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 100;
}

#usercontent h3 {
	font-size: 13px;
	color: #E18026;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: -8px;
}

#usercontent ul {
	margin: 12px 0 12px 1px;
}

.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.gray {
	color: #666;
}

#subnav {
	background-color: #E0E1E2;
	filter:alpha(opacity=99); /* IE's opacity*/
    opacity: 0.99;
}

#subnav h5 a {
	border-bottom: 1px solid #fff;
}

#quicklinks {
	width: auto;
	position: absolute;
	right: -12px;
	bottom: -27px;
	/* left: 305px;
	bottom: -22px; */
	background-color: #1A1818;
}

#wholepage #mainbody #quicklinks ul li {
	border-bottom: none;
}

#quicklinks li h6, #quicklinks li, #quicklinks li a {
	display: inline;
}

#userImg, #footer, #buttons, #showText, #hideText {
	display: none;
}


/* Secure Store Lock thing ----------- */

.secure {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(/css/img/security-locked_16.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 11px;
	line-height: 16px;
}

#givingform fieldset {
	margin: 10px 0;
}

#givingform p {
	line-height: 1.2em;
	margin: 12px 0;
	clear: left;
}

#givingform label {
	line-height: 1.4em;
	float: left;
	width: 146px;
}

#givingform input, #givingform select, #givingform textarea {
	margin: 0;
}

#givingform p.radios {
	line-height: 1.7em;
}

#usercontent .formerror {
	font-weight: bold;
	color: #B72424;
	margin: 12px 0;
	border: 1px solid #CE7979;
	padding: 6px;
	background: #EEDBDB;
}

#usercontent .formerror ul {
	margin: 8px 12px;
}

#usercontent .formerror ul li {
	font-weight: normal;
}

#usercontent .formsuccess {
	font-weight: bold;
	color: #137E1B;
	margin: 12px 0;
	border: 1px solid #5BAC61;
	padding: 6px;
	background: #D7E9D9;
}

#usercontent .formsuccess ul {
	margin: 8px 12px;
}

#usercontent .formsuccess ul li {
	font-weight: normal;
}

#usercontent table td, #usercontent table th {
	padding: 10px;
	line-height: 1.3em;
}

#usercontent table th {
	white-space: nowrap;
	text-align: left;
}


