@charset "UTF-8";
/* CSS Document */


/*---Main Layout Styles--*/


* {margin:0; padding:0; border:0; outline:0;}

html, body {height:100%}

body {
	background:#fff url(../images/newBody_bg.jpg) repeat-x top left;
	width:100%;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}

#wrapper {
    width: 961px;
    min-height: 95%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}

#rtBG {position:absolute; top:0; right:0; background:url(../images/rt_bg.png) no-repeat top right; height:345px;}
#lftBG {position:absolute; top:0; left:0; background:url(../images/lft_bg.png) no-repeat top left; height:345px;}

#header {
	width:648px;
	min-width:648px;
	background:url(../images/header_bg.jpg) no-repeat;
	padding:18px 0 30px;
	margin:0 auto;
	text-align:left;
	top:0px;
	position:relative;
}


#mainContent {
	padding:0;
	margin-top:10px;
	position:relative;
}

#subContent {
	width:960px;
	margin:0 auto;
	position:relative;
}


#newUser {
	padding-left:-30px;
}

#flash {
	
	width:961px;
}


#linkCloud {
	background: #faf9f9;
	padding:10px;
	width: 710px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:20px auto 0;
	text-align:center;
}

div.box {
	width:200px;
	margin-right:10px;
	padding-right:10px;
	float:left;
	border-right: 1px dotted #ccc;
	font-size:11px;
	text-align:left
}

/*header login box*/
#loginBox  {
	width:190px;
	padding-left:455px;
	height:105px;
}

#loginBox input {
	width:170px;
	height:15px;
	margin:3px 0 0 0;
	font-family: Helvetica, sans-serif;
	font-size:.8em;
	border: 1px solid #eee;
	padding:4px;
	color:#d49f30;
}

#memberLogin input textarea {
}

#memberLogin .submit-button {
	float:right;
	padding:0;
	padding-right:10px;
	border:none;
	outline:none;
	height:24px;
}

/*subpage styles*/
#subTabs {
	
	/* dimensions */
	height:48px !important;
	margin:-10px auto 0 !important;
	overflow:hidden;
	width:940px;
	padding:0;	
	padding-left:30px;
	text-align:center;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#subTabs li { 
	float:left; 
	
}

#subTabs li a {
	float:left;
	display:block;
	padding:4px 8px 10px 0;
	margin-right: 20px;
  	height:129px;
	background: url(../images/mBtn_bg.png) no-repeat top right;
	
}

#subTabs li a span {
	float: left;
    padding-right: 8px;
	margin-left:-8px;
    display: block;
    margin-top: -4px;
    height: 48px;
	background: url(../images/mBtn_bg.png) no-repeat top left;
	}

.subPage p, .subPage h2, .subPage td, .subPage th {
	text-align:left;
}


/*Footer styles*/
#footer {background:#f6f6f6 url(../images/footer_bg.jpg) repeat-x; width:100%; text-align: center; }
#footer p, #footer li {font-size:9px; color:#666}

/*---TextStyles--*/

p {
	color:#ff6500;
	margin: 10px 0;
	
}

h2 {color:#35873d; text-shadow: 1px 1px #ccc; font-weight:bold; font-size:35px;}




#newUser input {
	width:500px;
	height:30px;
	margin:5px 0 0 0;
	font-family: Helvetica, sans-serif;
	font-size:1.25em;
	border: 1px solid #eee;
	padding:4px;
	color:#d49f30;
}


/*content link buttons*/
.xpBtn{ padding:5px; color:#35873d; float:left;}

.xpBtn a {
	float: left;
	text-decoration: none;
	padding: 12px 15px 0 0;
	margin-right: 8px;
	background:url(../images/xpBtnSprite.jpg) no-repeat top right;
	color:#F60;
}

.xpBtn a span {
	background:url(../images/xpBtnSprite.jpg) no-repeat top left;
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -12px;
	height: 41px;
}

.xpBtn a:hover {
	background:url(../images/xpBtnSprite.jpg) no-repeat -44px right;
}
.xpBtn a:hover span {
	background:url(../images/xpBtnSprite.jpg) no-repeat -44px left;
}



/*---Misc Styles--*/
.sifrL {text-align:right;}

.fltleft {float:left; margin-right:20px;}
.fltrt {float:left; margin-left:20px;}

#homeBtn {width:400px; height:125px; float:left;}





/*stats table*/
#jackJill {width:870px; min-width:870px; min-height:165px; margin:10px auto; padding:0 3px 10px; background: url(../images/table_bg.jpg) no-repeat;}

#jackJill th{color:#35873d; vertical-align:middle; text-shadow: 1px 1px #fff;}

#jackJill td  {width:190px;  font-size:14px; border-bottom:1px solid #ccc; padding-bottom:2px;}

#jackJill .nwSum {padding-top:10px; color:#35873d;}
