/* CSS Document */


/*====================== DONATION FOUNDATION STYLE SHEET ======================*/

/* Colors Used------------ 
Grey	#101010
Green	#c3c616
Grey	#333
green	#9dc106
--------------------------*/





/*================ BROWSER DEFAULT CODES ================*/


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #c3c616;
	text-decoration: underline;
}
input {
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 24px;	
}

h2.enterNow1{
	display: block;
	width: 355px;
	height: 43px;
	background: url(../images/enterNow_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.welcomeBack{
	width: 355px;
	height: 43px;
	background: url(../images/welcomeBack_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.thanks{
	width: 355px;
	height: 40px;
	background: url(../images/thanks_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.registered{
	width: 355px;
	height: 99px;
	background: url(../images/registered_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.ace{
	width: 355px;
	height: 29px;
	background: url(../images/ace_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.faq{
	width: 335px;
	height: 41px;
	background: url(../images/faq_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.contact{
	width: 335px;
	height: 40px;
	background: url(../images/contact_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.about{
	width: 335px;
	height: 95px;
	background: url(../images/about_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.terms{
	width: 335px;
	height: 95px;
	background: url(../images/terms_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.downloads{
	width: 335px;
	height: 40px;
	background: url(../images/downloads_heading.png) center top no-repeat;
	text-indent: -3000px;
}

h2.privacy{
	width: 335px;
	height: 94px;
	background: url(../images/privacy_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.copyright{
	width: 335px;
	height: 40px;
	background: url(../images/copyright_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.activate{
	width: 335px;
	height: 95px;
	background: url(../images/activate_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.forgot{
	width: 335px;
	height: 95px;
	background: url(../images/forgot_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.video{
	width: 335px;
	height: 41px;
	background: url(../images/video_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h2.closed{
	width: 318px;
	height: 70px;
	background: url(../images/closed_heading.gif) center top no-repeat;
	text-indent: -3000px;
}

h3{
	font-size: 20px;
	margin: 10px 0 20px 0;
}

h4{
	font-size: 12px;
	margin: 0 0 22px 0;
}

.greyTxt{
	color: #5f625e;	
}

/*================ START STYLE ================*/

#aspnetForm {
	width: 100%;
	height: 801px;
	background: url(../images/mainBg.jpg) center -30px no-repeat;
	padding: 40px 0 0 0;
}

#siteWrap {
	width: 955px;
	margin: 0px auto;
}



/*================ HEADER STYLE ================*/
#headerWrap {
	width: 960px;
	height: 93px;
}
#logo {
	float: left;
	width: 313px;
	height: 93px;
}
#headerRight{
	float: right;	
}
#loginWrap {
	float: right;
}


.userTab, .passTab {
	height: 23px;
	background: #222820;
	border: 1px solid #424a42;
}
.userTab {
	margin-right: 10px;
}

.loginTab {
	font-size: 11px;
	color: #a5aca3;
}
.loginTab a {
	color: #a5aca3;
	text-decoration: underline;
}
.loginTab a:hover {
	color: #7BBBEB;
	text-decoration: underline;
}
.loginUsername, .loginPassword {
	font-size: 11px;
	padding: 3px 8px 3px 8px;
	color: #c2c2c2;
	background: #222820;
}
.loginUsername {
	width: 120px;
}
.loginPassword {
		width: 112px;
}
.loginButton {
	border-left: 1px solid #424a42;
	font-size: 12px;
	background: #222820;
	padding: 2px;
	color: #c2c2c2;
	margin: 0px;
	cursor: pointer;
}

.loginTd {
	padding: 8px 5px 0px 0px;
}

.loginError{
	
}

.loginErrorMsg{
	float: left;
	padding: 5px 0 0 0;
}

/* watermark positioning container */
.updnWatermark
{
	position: relative;	/* positioning container */
	width: 0;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
/* IE7/6 hasLayout hack */

/* watermark label styling */
.updnWatermark label
{
	position: absolute;
	left: 0;
	top: -7px;
	white-space: nowrap;
	color: #999;
	padding-left: 4px;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	.updnWatermark label
	{
		top: 7px;
	}
	.loginUsername, .loginPassword {
		font-size: 12px;
		padding: 5px 8px -8px 8px;
		color: #c2c2c2;
		background: #222820;
	}
}



/*==== MAIN NAVIGATION STYLE ====*/


ul#mainNavi {
	list-style: none;
	font-size: 20px;
	padding: 0 0 0 0;
	float: right;
	height: 26px;
	text-align: right;
	color: #7bbbeb;
}
ul#mainNavi li {
	float: left;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}
ul#mainNavi li a {
	color: #ffffff;
	text-decoration: none;
}
ul#mainNavi li a:hover {
	color: #7bbbeb;
	text-decoration: none;
}


/*================ BODY STYLE ================*/
#bodyWrap {
	width: 940px;
	height: 454px;
	padding: 0 10px;
	background: #000000;
	position: relative;
}



/*================ FOOTER STYLE ================*/
#footerWrap {
	width: 960px;
	height: 100px;
	background: url(../images/footer_bg.png) left top no-repeat;
	position: absolute;
	top: 449px;
	left: 0;
}
ul#footerLinks {
	float: left;
	width: 489px;
	height: 33px;
	margin: 35px 0px 0px 0;
	padding: 12px 0 0 20px;
	background: url(../images/bottomNav_bg.png) left top no-repeat;
}
ul#footerLinks li {
	list-style: none;
	float: left;
}
ul#footerLinks li a {
	font-size: 12px;
	color: #222820;
}
ul#footerLinks li a:hover{
	color: #7BBBEB;	
}
.FLBorder {
	padding: 0px 8px 0px 10px;
	background: url(../images/greyBorder.gif) left no-repeat;
}

ul#footerLogos {
	float: right;
	margin: 30px 10px 0px 0px;
}
ul#footerLogos li {
	list-style: none;
	float: left;
	padding-left: 20px;
}

#copyWri {
	width: 960px;
	margin: 115px 0 0 0;
	font-size: 11px;
	color: #737373;
	height: 15px;
	text-align: left;
}