/* GLOBAL */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#eee;
}

a {
	/*color:#0000cc;*/
	text-decoration:none;
}

a:hover {
	/*color:#0000cc;*/
	text-decoration:underline;
}

a:visited { 
	color:#551a8b;
}

div#bodyWrapper {
	margin:0px auto;
	padding:0px;
	width:996px;
	text-align:left;
	background:url('../img/common/pageBg2.gif') #fff repeat-y;
	background-color:#fff;
}


/* BUTTON STYLES */

input.activeBtn, input.activeBtnSml, input.activeBtnLrg {
	cursor:pointer;
	border-left:1px solid #fdd04e;
	border-top:1px solid #fdd04e;
	border-right:1px solid #edb40a; 
	border-bottom:1px solid #edb40a;
	font-weight:bold;
}

input.activeBtn {
	background:url('../img/common/buttonBg.gif') #febc1d repeat-x left top;	
}

input.activeBtnSml {
	font-size:8pt;
	background:url('../img/common/buttonBgSml.gif') #febc1d repeat-x left top;
}

input.activeBtnLrg {
	padding: .15em 0em;
	font-size:12pt;
	background:url('../img/common/buttonBg.gif') #febc1d repeat-x left top;
}

input.inactiveBtn, input.inactiveBtnSml, input.inactiveBtnLrg {
	background-color:#f3f3f3; 
	border:1px solid #ccc; 
	font-weight:bold;
	color:#ccc;
	cursor:default;
}

input.inactiveBtnSml {
	font-size:8pt;
}

input.inactiveBtnLrg {
	padding: .15em 0em;
	font-size:12pt;
	font-size:12pt;
}


/* ALERT */

div#alert {
	margin: 0px 3px 0px 0px;
	padding: 6px 15px;
}

div#alert img.alertImg{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.alertError {
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background-color: #f4b6b7;
	margin:0px;
}

span#alertTxt {
	font-size:0.9em;
}

div.alertInfo {
	border-top: 1px solid #fcc829;
	border-bottom: 1px solid #fcc829;
	background-color: #fdeab4;
	margin:0px;
}

div#alertOptions {
	font-size:8pt;
	float:right;
	margin-left:50px;
	margin-bottom:10px;
}

span.alertHeader{
	font-size:1.1em;
	font-weight:bold;
}

span.alertErrorHeader{
	font-size:1.1em;
	margin-left:35px;
	font-weight:bold;
}

/* FOOTER */

div#footer {
	width:990px; 
	margin:70px 0px 0px 3px;
	border-top:1px solid #e7e7e7;
	background:url('../img/common/footerBg2.gif') repeat-x #fff;
}

div.footerCol {
	width:138px;
	float:left; 
	font-size:10pt;
	color:#666;
}
div.footerColWide {
	width:144px;
	float:left; 
	font-size:10pt;
	color:#666;
}
div.footerColpad {
	padding:15px 0px 40px 15px;
}

div.footerCol p,div.footerColWide p {
	font-size:8pt; 
	line-height:1.5em;
	margin-top:5px;
	margin-bottom: 0px;
}

a.footerColTitle {
	font-weight:bold;
}

div#footer a  {
	color:#666;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footerEnd {
	clear:both;
	font-size:8pt;
	color:#ccc;
	line-height:2em;
	padding:10px 15px 10px 15px;
	background:url('../img/common/footerEndBg.gif') #747474 repeat-x;
}

div#footerEnd a {
	color:#ccc;
	text-decoration:none;
}

div#footerEnd a:hover {
	text-decoration:underline;
}

span.footerSep {
	margin-left:8px;
	margin-right:8px;
}


/* BREADCRUMBS */

div#bcWrap {
	border:1px solid #e4e4e4;
	background-color:#f3f3f3;
	font-size:8pt;
	height:20px;
	margin:15px 0px 10px 0px;
	color:#555;
}

div.bcLinkWrap {
	background:url('../img/common/bcBg.gif') #f3f3f3 repeat-x;
	height:20px;
	float:left;
}

div.bcLinkWrap a {
	color:#555;
	display:block;
	float:left; 
	padding:3px 10px 0px 10px;
}

div.bcLinkWrap a:hover {
	color:#555;
	text-decoration:underline;
}

div.bcLinkWrap a:visited {
	color:#555;
}

div.bcArrow {
	float:left; 
	width:10px;
}

div.bcLast {
	float:left; 
	padding:3px 10px;
}

div#pageHelpWrap {
	float:right; 
	background:url('../img/common/bcBg.gif') #f3f3f3 repeat-x;
	border-left:1px solid #e4e4e4; 
	height:20px;
}

div#pageHelpIcon, div#pageHelpLink {
	float:left; 
}

div#pageHelpIcon a {
	display:block;
	padding:3px 5px 0px 10px;
}

div#pageHelpLink a {
	color:#555;
	display:block; 
	padding:3px 10px 0px 0px;
}


/* CONTENT */

div#content {
	clear:both;
	margin:0px 3px;
	padding: 0px 15px 50px 15px;
}

h1 {
	margin: 0px 0px 25px 0px;
}

h2 {
	font-size:14pt;
	margin: 0px 0px 5px 0px;
	background-color: #e6e6e6;
	padding: 2px 5px;
}

h2 img {
	margin-right:5px;
}

h3 {
	font-size: 12pt;
	margin: 0px 0px 5px 0px;
	background-color: #e6e6e6;
	padding: 2px 5px;
}

h3.tableTitle {
	font-size: 12pt;
	margin: 25px 0px 0px 0px;
	background:none;
}

h4 {
	font-size:14pt;
	margin:0px 0px 5px 0px;
}

h5 {
	font-size:12pt;
	margin:0px;
	padding:0px;
}

textarea {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

div#content p {
	margin-top:0px;
	margin-bottom: 15px;
}

div#content th, div#content td {
	font-family:Arial;
	font-size: 13px;
}

div.contentBox {
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	margin-top: 25px;
}

div.contentBox h2 {
	margin-top:0px;
	margin-bottom:0px;
}

div.contextHelp {
	float: right;
	padding: 0px 0px;
}

div#contextHelp img{
	vertical-align: middle;
}

img.arrowSpacing {
	margin-right:10px;
}


/* FORMS */

span.formLabel {
	font-size:9pt;
}

span.formLabelSml {
	font-size:8pt;
}

span.requiredFieldTxt,span.optionalFieldTxt {
	color:#000;
	font-size:8pt;
	font-style:italic;
	font-weight:normal;
}

/* GLOBAL FONTS */
.gold {
	color:#9d821a;
	font-weight:bold;
}

span.earnPoints {
	color:#cc0000;
}

span.earnEntries {
	color:#42a004;
}

span.special {
	font-weight:bold;
}


/* FEEDBACK */

div.feedbackPosWrap, div.feedbackNegWrap {
	padding:5px;
	line-height:1.2em; /* IE Bug correction */
	margin-bottom:15px;
}

div.feedbackPosWrap {
	background-color:#bde1b5;
	border:1px solid #008800;
}

div.feedbackNegWrap {
	background-color:#f0c6c8;
	border:1px solid #f00;
}

div.feedbackPosImg, div.feedbackNegImg {
	margin-right:5px;
	float:left;
}

div.feedbackText {
	margin-left:30px;
}

div.warningWrap, div.notEnoughWrap {
	border:1px solid #e6e6e6; 
	background-color:#f3f3f3;
	margin-bottom:15px;
}

div.warningImg {
	float:left; 
	margin:5px; 
	width:15px;
	display:inline;
}

div.warningImgLrg {
	float:left; 
	margin:5px; 
	width:25px;
	display:inline;
}

div.signInImg, div.notEnoughImg {
	float:left; 
	margin:5px 5px 0px 0px; 
	width:25px;
	display:inline;
}
div.notEnoughImg2 {
	float:left; 
	margin:5px 5px 10px 5px;
	width:25px;
	display:inline;
}

div.warningTxt { 
	margin:5px 5px 5px 25px;
}

div.signInTxt, div.notEnoughTxt {
	margin:5px 5px 5px 27px;
}

div.warningTxtOnly, div.upgradeTxtOnly {
	margin:5px;
}

div.feedbackInstWrap, div.signInWrap, div.upgradeWrap {
	border:1px solid #fcc829; 
	background-color:#fdeab4; 
	margin-bottom:20px;
}

div.feedbackInstTxtOnly {
	padding:10px;
}


/* Login form styles */

  div#loginBox {
		width: 470px;
		overflow: hidden;
		/**/
	  background-color: #DDDDDD;
	}
	
	div#loginBox h2 {
		display: block;
		width: 470px;
		margin: 0 0 5px 0;
		/**/
		background-color: #666666;
		color: #FFFFFF;
		font-size: 18pt;
	}
		div#loginBox h2 em { display: block; font-style: normal; padding: 5px; }
	 
	span#loginDesc {
		display: block;
		width: 150px;
		margin: 2px 10px 0 0;
		float: right;
	}
		span#loginDesc h3 { margin: 0; padding: 0 ; font-size: 14px; background-color: transparent; }
		
		* html span#loginDesc { width: 140px; }
		
	div#loginForm {
		width: auto;
		margin: auto 5px 0 0;
		padding: 0 0 5px 0;
	}
		div#loginForm label.block {
			display: block;
			width: 70px;
			height: 30px;
			padding: 0 10px 0 0;
			/**/
			float: left;
			clear: left;
			/**/
			font-weight: bold;
			line-height: 30px;
			text-align: right;
		}
		
		input.bgImage {
			width: 200px;
			height: 20px;
			margin: 0 0 3px 0;
			padding: 5px 0 0 20px;
			/**/
			border: 1px solid #7F9DB9;
			background-repeat: no-repeat;
			background-position: center left;
			/**/
			font-size: 12px;
		}
			
			input.userName { background-image: url('/img/homepage/username.jpg'); }
			input.userPass { background-image: url('/img/homepage/password.jpg'); }
		
		span#padLeft {
			display: block;
			width: 220px;
			margin: 0 0 0 80px;
		}
		
		span.passwordz { display: block; }
		
	.smallText { font-size: 11px; line-height: 25px; }

/*	Login Drop Box */

a.loginToggle, a.joinToggle {
		height: 20px;
		padding: 4px 25px 5px 10px;
		/**/
		background-image: url('/img/homepage/toggleStateArrow.gif');
		background-repeat: no-repeat;
		background-position: bottom right;
		/**/
		font-weight: bold;
		line-height: 20px;
	}
		a.joinToggle { width: 270px; padding: 4px 25px 5px 0; }
		
		a.loginToggle:hover {
			text-decoration: underline;
		}
		
		a.activeArrow { 
			background-position: top right;
		}
		
		
div#loginDropBox {
	height: 80px;
	margin: 0 3px 0 0;
	background-image: url('/img/header/signinBg.gif');
	background-repeat: repeat-x;
	/**/
	overflow: hidden;
}

#loginDropBox h2 {
	display: block;
	width: 100px;
	height: 80px;
	margin: 0;
	float: left;
	/**/
	font-size: 16pt;
	background-color: transparent;
	text-align: center;
	line-height: 55px;
}
	
#loginDropBox label.block {
	width: 350px;
	height: 30px;
	padding: 0 10px 0 0;
	/**/
	font-weight: bold;
	text-align: right;
}

#loginDropBox .inputBlock {
	display: block;
	padding: 15px 0 0 0;
}

#loginDropBox label.rememberMe {
	display: block;
	width: 190px;
	float: left;
}

div#emailUses { padding: 0 0 0 100px; }

/* SITE MAP */
ul.navLvl1 {
	list-style-image:url('../img/common/sitemapCorner.gif'); 
	margin-top:5px;
}


li.navLvl1, li.navLvl2, li.navLvl3 {
	margin-left:-10px;
}

/* SIGN IN PROMPT */

div#promptJoinWrap {
	width:468px;	
	float:left;
}

div#promptSignInWrap {
	float:left;
	margin-right:20px;
	width:468px;
/*	border-right:1px solid #e3e3e3;*/
}

div#promptJoin {
	padding:10px 10px 10px 0px;
}

div.promptSignIn {
	background-color:#f8f8f8;
	border:1px solid #dfdfdf;
	padding:10px;
	margin-top:17px;
}


/* COLUMNS */

div#fiftyLeftCol,div.fiftyLeftCol {
	width:470px; 
	float:left; 
}

div#fiftyRightCol,div.fiftyRightCol {
	width:470px; 
	float:right; 
}

div#thirtyLeftCol,div.thirtyLeftCol {
	width:348px; 
	float:left; 
	margin-right:20px;
}

div#sixtyRightCol,div.sixtyRightCol {
	width:592px; 
	float:right; 
}

div#thirtyRightCol,div.thirtyRightCol {
	width:348px; 
	float:right; 
	margin-left:20px;
}

div#sixtyLeftCol,div.sixtyLeftCol {
	width:592px; 
	float:left; 
}


/* STANDARD TABLE */

div.stdTable table {
	border-collapse:collapse;
	border:1px #ccc solid;
}

.stdTableFix {
	margin-left:0px;	
}

@-moz-document url-prefix()
{
.stdTableFix { margin-left:1px}
}


div.stdTable th {
	background-color:#e6e6e6;
	border:1px solid #ccc;
	text-align:left;
	padding: 4px;

}

div.stdTable td {
	border:1px solid #ccc;
	padding: 4px;
}

div.stdTable tr.alt1 {
	background-color:#fff;
}

div.stdTable tr.alt2 {
	background-color:#fff;
}

div.stdTable tr.footer {
	background-color:#e6e6e6;
}

div#stdTableGold table {
	border-collapse:collapse;
	border:1px #c9a93b solid;
}


div#stdTableGold th {
	background-color:#e2cd81;
	border:1px solid #c9a93b;
	text-align:left;
	padding: 4px;
}

div#stdTableGold td {
	border:1px solid #c9a93b;
	padding: 4px;
}

div#stdTableGold tr.alt1 {
	background-color:#fff;
}

div#stdTableGold tr.alt2 {
	background-color:#fff;
}

div#stdTableGold tr.footer {
	background-color:#c9a93b;
}


/* STANDARD TABS */

div#stdTabs div.active, div#stdTabs div.inactive, 
div#stdTabs div.goldActive, div#stdTabs div.goldInactive {
	width:120px;
	margin-right:2px;
	font-weight:bold;
	text-align:center;
	float:left;
}


div#stdTabs div.active a, div#stdTabs div.inactive a, 
div#stdTabs div.goldActive a, div#stdTabs div.goldInactive a {
	color:#000;
}

div#stdTabs div.active a:hover, div#stdTabs div.inactive a:hover, 
div#stdTabs div.goldActive a:hover, div#stdTabs div.goldInactive a:hover {
	color:#0000ff;
}

div#stdTabs div.active {
	padding:10px 5px 5px 5px;
	background-color:#ccc; 
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc; 
	border-right:1px solid #ccc;
}

div#stdTabs div.inactive {
	margin-top:5px;
	padding:5px;
	background-color:#f1f1f1; 
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc; 
	border-right:1px solid #ccc;
}

div#stdTabs div.goldActive {
	padding:10px 5px 5px 5px;
	background-color:#c9a93b; 
	border-left:1px solid #c9a93b; 
	border-top:1px solid #c9a93b; 
	border-right:1px solid #c9a93b;
}

div#stdTabs div.goldInactive {
	margin-top:5px;
	padding:5px;
	background-color:#e2cd81;
		border-left:1px solid #c9a93b; 
	border-top:1px solid #c9a93b; 
	border-right:1px solid #c9a93b;
}

div#stdTabs div.greyDivLine, div#stdTabs div.goldDivLine {
	clear:both; 
	height:3px; 
	padding:0px; 
	margin:0px; 
}

div#stdTabs div.greyDivLine {
	background-color:#ccc;
}

div#stdTabs div.goldDivLine {
	background-color:#c9a93b;
}


/* HORIZONTAL LINES */

div.solidLine {
	clear:both;
	border-bottom:1px solid #CCC;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

div.dashedLine {
	clear:both;
	border-bottom:1px dashed #CCC; 
	border-collapse:collapse; 
	margin-top: 5px;
	margin-bottom:5px;
}

div.goldSolidLine {
	clear:both;
	border-bottom:1px solid #e2cd81;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

div.goldDashedLine {
	clear:both;
	border-bottom:1px dashed #e2cd81; 
	border-collapse:collapse; 
	margin-top: 5px;
	margin-bottom:5px;
}

/* EARN, REDEEM & COMMUNITY HPS */

div.categoryGuideWrap {
	width:650px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:15px;
	float:left;
}

div.categoryGuideWrap div.col1 {
	width:330px;
	margin-right:20px;
	float:left;
}

div.categoryGuideWrap div.col2 {
	width:300px;
	float:left;
}

div.categoryGuideWrap div.col1a {
	width:320px;
	margin-right:20px;
	float:left;
	display:inline; /* IE margin bug fix */
}

div.categoryGuideWrap div.col2a {
	width:185px;
	margin-right:10px;
	float:left;
	display:inline; /* IE margin bug fix */
}

div.categoryGuideWrap div.col3a {
	width:105px;
	margin-right:10px;
	float:left;
	display:inline; /* IE margin bug fix */
}

div.menuOpt img {
	float:left;
	margin:0px 10px 0px 0px;
}

div.desc {
	margin-left:40px;
}

div.desc a {
	font-size:13pt;
	font-weight:bold;
}

div.pointsInfo {
	margin-top:1px;
	line-height:1.3em;
}

span.entriesInfoLink {
	margin-left:10px;
	font-size:8pt;
}


/* BROWSE TOGGLE MENU */

div#browseMenu {
	padding:5px;
}

div.treeList {
	margin-left:30px;
	font-size:8pt;
}

div.treeList2 {
	display:none; 
	margin-left:30px; 
	font-size:8pt;
}

a.treeTitle {
	font-weight:bold;
}

a.treeToggle {
	float:left;
	height:9px;
	margin:3px 3px 1px 0px;
	width:9px;
	cursor:pointer;
}

div.treeNonToggle {
	float:left;
	height:9px;
	margin:3px 3px 1px 0px;
	width:9px;
}

div.treeClosed, div.treeOpen {
	text-align:left;
	float:left;
	margin-bottom:3px;
}

div.treeOpen a.treeToggle {
	background:transparent url(../img/common/collapse.gif) no-repeat scroll 0%;
}

div.treeClosed a.treeToggle {
	background:transparent url(../img/common/expand.gif) no-repeat scroll 0%;
}

div.treeOpen div.treeList {
	display:block !important;
}

div.treeClosed div.treeList {
	display:none;
}

span.partnerCount {
	font-size:8pt;
}

span.categoryLink {
	font-weight:bold;
	padding-left:5px;
}

/* QUICK HELP */

div.quickHelpOutline {
	border:1px solid #e6e6e6;
	background-color:#fff;
}


div.quickHelpTitle {
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
	margin:0px;		
	padding-top:5px;
	padding-bottom:3px;
}

div.quickHelpTitle img, div.quickHelpAll img{
	margin-right:15px;
}

div.quickHelpLinks {
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;		
}

div.quickHelpLinks ul{
	margin-top:0px;
	margin-bottom:0px;
}

div.quickHelpLinks li{
	margin-left:-15px;
}

div.quickHelpPad {
	padding:10px;
}

div.quickHelpAll {
	font-weight:bold;
	border-top:1px dashed #CCCCCC;
	margin:0px;		
	padding-top:5px;
	padding-bottom:3px;
}

/* FORM STYLES */
div#formOutline {
	border:1px solid #e6e6e6;
}
.greyOutline{
	border:1px solid #e6e6e6;
}

/* STATUS DETAILS - CLAIM, CASH OUT, CATALOGUE */
div#history td.statusDetails {
	border-top:1px solid #ccc;
	border-bottom:2px solid #ccc;
	font-size:8pt;
}

div#history td.footer {
	background-color:#f3f3f3;
}

div#history span.new, div#history span.onHold, 
div#history span.started {
	color:#cc0000;
	font-weight:bold;
}

div#history span.pending, div#history span.reissued, 
div#history span.cancelled {
	color:#6e6e6e;
	font-weight:bold;
}

div#history span.rejected {
	color:#121212;
	font-weight:bold;
}

div#history span.approved, div#history span.done,
div#history span.ptsGiven {
	color:#017901;
	font-weight:bold;
}

div#history span.sent, div#history span.expired,
div#history span.missed, div#history span.error,
div#history span.incomplete, div#history span.screened, 
div#history span.quota {
	font-weight:bold;
}

div#history span.processDate {
	font-size:9pt;
}


/* USERNAME PROMPT */

div#upForm {
	padding:10px;
}

div#upForm div.formLeft {
	float:left; 
	width:180px; 
	margin-right:5px; 
	margin-top:3px; 
	text-align:right;
}

div#upForm div.formRight {
	float:left; 
	width:435px;
}

div.formRight li {
	margin-left:-25px; 
	margin-bottom:5px;
}

div#upForm div.clear {
	clear:both; 
	height:12px;
}

/* SUB SUB NAV ON AUCTION & COUPONS */

div#subSubNav {
	background-color:#f8f8f8; 
	border:1px solid #e6e6e6; 
	padding:5px 0px;
	
}

div#subSubNav div.navItem {
	float:left;
	margin:0px 4px;
	display:inline; /* IE margin bug fix */
}

/* DROPSHADOWS */

/* usage:
<div class="shadowFour">
	<div class="shadowThree">
		<div class="shadowTwo">
			<div class="shadowOne">
				...content here...
			</div>
		</div>
	</div>
</div>
*/
.shadowOne{
	float:left;border-left:1px solid #f5f5f5; border-top:1px solid #f5f5f5; border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;
}
.shadowTwo{
	float:left;border:solid #ececec; border-width:0px 1px 1px 0px;
}
.shadowThree{
	float:left;border:solid #f5f5f5; border-width:0px 1px 1px 0px;
}
.shadowFour{
	float:left;border:solid #fcfcfc; border-width:0px 1px 1px 0px;
}

/* LIST STYLES */
.spaced li {
	margin-bottom: 10px;
}


/*div.hint_short {
	font-size:11px;
	background:#ffffff url(../img/common/tooltips_bg_short.gif) repeat-x 0 0;
	color:#444;
	border:1px solid #cccccc;
	padding:10px;
	width:290px;
	position:absolute;
	margin: -5px 0 0 20px;
	display:none;
	position:absolute;
	z-index:10;
	line-height:14px;
	vertical-align:middle;
}

#joinformWrapper div.hint_short p{
	padding:0 0 7px 0;
	margin:0;
}

div.hint_short b.arrow{
	font-weight:normal;
	background:url(../img/common/tooltips_arrow_short.gif) no-repeat 0 0;
	width:15px;
	height:17px;
	position:absolute;
	top:7px;
	left:-15px;
}*/

/* TOOL TIP STYLES */
div.hint {
	font-size:11px;
	color:#000000;
	width:310px;
	position:absolute;
	margin: -11px 0 0 20px;
	display:none;
	z-index:100;
	line-height:14px;
}

div.hintContent{
	background:#ffffff url(../img/common/tooltips_bg.gif) repeat-y 0 0;
	width:290px;
	padding:0 10px;
}
div.hintContent .dashedBlue{
	border-top:1px dashed #b1c2f9;
	width:285px;
	padding:0 0 7px 0;
}

div.hint b.arrow{
	font-weight:normal;
	background:url(../img/common/tooltips_arrow.gif) no-repeat 0 0;
	width:14px;
	height:23px;
	position:absolute;
	top:11px;
	left:-12px;
}

div.hintTop{
	height:13px;
}

/******** NEW CLASSES FOR REWARDS CENTRAL ***********/
.greyTable{
	border-collapse:collapse;
}
.greyTable td{
	border:1px solid #CCCCCC;
	padding:5px;
}
.greyTable th{
	font-size:15px;
	font-weight:bold;
	background-color:#E6E6E6;
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:left;
}
.greyTable td td{
	border:none;
}
.tranferForm{
	padding:15px;
}
.formfieldName{
	width:200px;
	padding:0 20px 10px 0;
	float:left;
	font-weight:bold;
	text-align:right;
}
* html .formfieldName{
	width:222px;
}
*:first-child+html .formfieldName{
	width:222px;
}
.formField{
	float:left;
}
.formField2{
	float:left;
	font-size:11px;
}
/*.formField span{
	font-size:11px;
	font-style:italic;
}*/
.paddingBtm8{
	padding-bottom:8px;
}

.captcha{
	padding-top:5px;
}
.captchaCode {
	float:left; 
	background-color:#fcf2d1; 
	padding:5px 20px; 
	width:137px; 
	font-weight:bold; 
	font-size:30px; 
	text-align:center; 
	border: 1px solid #FFD058;
}

.refreshCode {
	float:left; 
	width:160px; 
	padding-left:10px; 
	padding-top:20px; 
	font-size:11px;
}
.smallFont{
	font-size:8pt;
}
.transfer{
	vertical-align:middle;
	margin:2px 0 2px 12px;
}
.transfer2{
	vertical-align:middle;
	margin:2px 0 2px 0;
}
.padding_link{
	padding-top:5px;
}
.help_transfer{
	font-size:8pt;
	vertical-align:middle;
	float:left;
	position:relative;
	margin-left:5px;
}
.clear{
	clear:both;
}

/* ANNOUNCEMENT HEADER STYLE */

div#anncHeaderWrap {
	margin:0px; 
	padding:5px 0px; 
	width:100%; 
	text-align:center; 
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

span.anncTxt {
	font-weight:bold; 
	color:#cc0000;
}
.activeJoinBtnLrg{
	background:#febc1d url(../img/join/joinBtnBg.gif) repeat-x 0 0;
	border-top:1px solid #fdd04e;
	border-left:1px solid #fdd04e;
	border-right:1px solid #edb40a;
	border-bottom:1px solid #edb40a;	
	width:201px;
	cursor:pointer;
	font-weight:bold;
	margin:10px 0 0 170px;
	font-size:20px;
}

.formField_transfer{
	float:left;
}
.formField_transfer textarea{
	font-size:10px;
}

div#seventyLeftCol {
	float:left;
	margin-right:20px;
	width:650px;
}
div#thirtyRightCol2 {
	float:left;
	width:290px;
}
.alignMiddle{
	vertical-align:middle;
}

.joinFacebook{
	position:absolute;
	top:5px;
	right:-3px;
}

.facebookLoginInfo {
	margin:0 15px 0 0;
	overflow:hidden;
	width:168px;
}
.facebookLoginText,
.notLoggedInText a,
.notLoggedInText3 a{
	color:#666666;
	font-weight:bold;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-align:right;
	text-decoration:none;
}
.notLoggedInText3 a{
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
}
.notLoggedInText a:hover{
	text-decoration:underline;
}
.facebookLoginButton {
	display:inline;
	float:left;
	height:25px;
	margin-right:5px;
	margin-top:5px;
}

/* FACEBOOK SIGN IN */
.fbSignInBox{
	margin-top:5px;
	border:1px solid #c8c8c8;
	background:#fff url(../img/common/fbSignInBoxBg.gif) repeat-x 0 0;
}
.fbSignInBoxContent{
	background:url(../img/common/fbBg.gif) no-repeat right bottom;
	padding:15px 9px;
	height:220px;
}
.fbSignInBox img{
	float:left;
	margin:0 15px 0 0;
}
.fbSignInBox .fbText{
	float:left;
	width:360px;
}
.fbSignInBox p{
	padding-top:10px;
}
.fbSignInBox .no{
	font-size:30px;
	font-weight:bold;
	/*color:#cc0000;*/
}
.fbSignInBox .yes{
	font-size:30px;
	font-weight:bold;
	/*color:#009900;*/
}
input.activeFBLrg {
	background:#FEBC1D url(../img/join/joinBtnBg.gif) repeat-x 0 0;
	border-color:#FDD04E #EDB40A #EDB40A #FDD04E;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-size:13px;
	padding:5px 10px;
	font-weight:bold;
	margin-top:10px;
