/* The master stylesheet imports supporting stylesheets into the document =====*/
@import url("structure.css");
@import url("nav.css");
@import url("forms.css");
@import url("text.css");
@import url("scroller.css");

/* Default style Sets =====*/
body {
	background: #eaebf4 url(../img/bg.png) repeat-x;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 22px;
}

img {
	border: 0;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

a:link {
	color: #0b147d;
	text-decoration: underline;
}

a:visited {
	color: #0b147d;
	text-decoration: underline;
}

a:hover {
	color: #fa2007;
	text-decoration: underline;
}

a:active {
	color: #fa2007;
	text-decoration: underline;
}

.solo{ /* This hides certain form fields for some reason =====*/
	display:none;
}

/* Share This CSS for when it's in the header */

/*#sharethis {
	height:0;
}
#sharethis a {
	width:20px;
	height:20px;
	position:relative;
	left:862px;
	top: -34px;
	text-decoration:none !important;
	color:#202562 !important;
	font-family:arial,helvetica,sans-serif !important;
	font-size:10px !important;
	font-weight:normal !important;
}*/

/* New Gift Donation Form CSS */

.italic {
	font-style: italic;
}

.red {
	color: #ff0000;
}

.donationTableText td{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;
}

#giftDonationSubmit {
	background:transparent url(../img/btn_donate.jpg) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	display:block;
	float:left;
	height:28px;
	margin:0 15px 0 0;
	overflow:hidden;
	text-indent:-999em;
	width:115px;
}

#giftDonationSubmit:hover {
	background: url(../img/btn_donate.jpg) no-repeat 0 -28px;
}

.reqAsterisk {
	color: #ff0000;
	font-size: 20px;
}

.requiredInfo {
	color: #000;
}

.requiredInfo em {
	font-size: 20px;
}