/* 	THE CASH GRAB 2009
	  CSS STYLESHEET	  */


/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(../backgrounds/bg1_01.jpg) repeat left top;
	height: 100%;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #FFFFFF;
}

h1 {
}

h2 {
	font-size:13px;
}

h3 {
	font-size: 11px;
}

.style1 {
	width: 253px;
	height: 30px;
	padding: 13px 0px 0px 27px;
	background: url(../backgrounds/homepage08.jpg) no-repeat left top;
	font-size: 13px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8BBBE;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LISTS */

.list1 {
	width: 228px;
	margin: 0px;
	padding: 6px 0px 0px 26px;
	list-style: none;
}

.list1 li {
	height: 50px;
	background: url(../backgrounds/homepage09.jpg) no-repeat left bottom;
	font-size: 10px;
	line-height:14px;
}

.list1 h3 {
	padding: 9px 0px 0px 0px;
	font-size: 11px;
	color: #FFEEB5;
	margin:0;
}

.list1 p {
	padding:0;
	margin:0;
}

.list1 a {
	color: #FFEEB5;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list2 li {
	float: left;
	display: block;
	width: 226px;
	height: 22px;
	padding: 8px 10px 0px 10px;
	background: url(../backgrounds/homepage14.jpg) no-repeat left top;
}

.list2 li.alt {
	background-image: url(../backgrounds/homepage15.jpg);
}

.list2 a {
	float: left;
	text-decoration:none;
}

.list2 span {
	float: left;
	font-weight: 700;
}

.list2 em {
	float: right;
	font-style: normal;
	color: #6EA3C0;
}

/** FORMS */


form .text {
	height: 16px;
	padding: 2px 0px 0px 0px;
	background: #00405E;
	border: 1px solid #003A56;
	border-top-color: #001721;
	border-bottom-color: #2E6A86;
	font-size: 10px;
	color: #7499A6;
}

form .button {
	width: 58px;
	height: 20px;
	background: url(../backgrounds/homepage02.jpg) no-repeat left top;
	border: none;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.editor_field {
	background-color:black;
	border:1px solid gray;
	overflow:hidden;
	height:100px;
}

/** LINKS */

a {
	color: #DBCE9E;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding-left: 18px;
	background: url(../icons/barrow.gif) no-repeat left center;
	font-size: 10px;
}

.refplus {
	display:block;
	padding:0 0px 4px 22px;
	background: url(../icons/refplus.gif) no-repeat left center;
	text-decoration:none;
}

.offerplus {
	display:block;
	padding:0 0px 4px 22px;
	background: url(../icons/offerplus.gif) no-repeat left center;
	text-decoration:none;
}

.mail {
	display:block;
	padding:0 0px 4px 22px;
	background: url(../icons/mail.gif) no-repeat left center;
	text-decoration:none;
}

.idrequest {
	display:block;
	padding:0 0px 4px 22px;
	background: url(../icons/idrequest.gif) no-repeat left center;
	text-decoration:none;
}

.locked {
	display:block;
	padding:0 0px 4px 22px;
	background: url(../icons/locked.gif) no-repeat left center;
	text-decoration:none;
}

.profile {
	padding:0 0px 4px 22px;
	background: url(../icons/user.png) no-repeat left center;
	margin-right:8px;
}

.help {
	padding:0 0px 4px 22px;
	background: url(../icons/help.png) no-repeat left center;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 4px 8px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url(../backgrounds/bg1_02.jpg) repeat-x left top;
}

#bg {
	background: url(../backgrounds/bg01.jpg) repeat-y center top;
}

#bgtop {
	background: url(../backgrounds/bg02.jpg) no-repeat center top;
}

#bgbtm {
	padding-bottom: 20px;
	background: url(../backgrounds/bg03.jpg) no-repeat center bottom;
}

/** HEADER */

#header {
	width: 902px;
	height: 165px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 316px;
	height: 158px;
	background: url(../backgrounds/logo.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

#logo a {
	width:290px;
	height:120px;
	display:block;
	text-decoration:none;
	position:relative;
	top:-35px;
	left:15px;
}

/** SEARCH */

#search {
	width: 290px;
	height: 102px;
	background: url(../backgrounds/header_right1l.jpg) no-repeat left top;
	font-size: 12px;
	color: #5C9BB4;
	float: left;
}

#search ul {
	padding: 25px 0px 0px 43px;
	text-transform:capitalize;
}

#search input {
	float: left;
	margin-bottom: 15px;
}

#search-text {
	width: 146px;
}

#search-submit {
	margin-left: 12px;
}

/** LOGIN */

#login {
	width: 296px;
	height: 102px;
	background: url(../backgrounds/header_right2l.jpg) no-repeat left top;
	float: left;
}

.countdown {
	padding: 17px 0px 0px 50px;
}

#login form {
	padding: 25px 0px 0px 31px;
}

#login input {
	float: left;
	margin-bottom: 13px;
}

#login-submit {
	margin-left: 12px;
}

#username {
	width: 196px;
}

#password {
	width: 126px;
}

/** LOGGED IN TOP */

#topleft {
	width: 290px;
	height: 102px;
	background: url(../backgrounds/bg1_03.jpg) no-repeat left top;
	font-size: 12px;
	color: #5C9BB4;
}

#topleft form {
	padding: 25px 0px 0px 43px;
}

#topleft input {
	float: left;
	margin-bottom: 15px;
}

#topleft-text {
	width: 146px;
}

#topleft-submit {
	margin-left: 12px;
}


/** MEMBERS MENU */

#menu {
	width: 586px;
	height: 56px;
	background: url(../backgrounds/bg1_05.jpg) no-repeat left top;
	float: left;
}

#menu ul {
	position: relative;
	margin: 0px;
	padding: 15px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 14px 0px 14px;
	background: url(../backgrounds/homepage03.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** FRONT MENU */

#frontmenu {
	width: 586px;
	height: 56px;
	background: url(../backgrounds/bg1_05.jpg) no-repeat left top;
	float: left;
}

#frontmenu ul {
	position: relative;
	margin: 0px;
	padding: 15px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#frontmenu li {
	float: left;
}

#frontmenu a {
	padding: 0px 14px 0px 14px;
	background: url(../backgrounds/homepage03.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#frontmenu a:hover {
	text-decoration: underline;
}

#frontmenu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 902px;
	background: url(../backgrounds/bg1_09.jpg) repeat-y left top;
	margin: 0px auto;
}

#page .bgbtm {
	background: url(../backgrounds/bg1_10.jpg) no-repeat left bottom;
}

#single {
	width: 902px;
	background: url(../backgrounds/subpage2_01.jpg) repeat-y left top;
	margin: 0px auto;
}

#single .bgtop {
	background: url(../backgrounds/subpage2_02.jpg) no-repeat left top;
}

#single .bgbtm {
	background: url(../backgrounds/subpage2_03.jpg) no-repeat left bottom;
}

#single .pagetitle {
	padding: 32px 0px 0px 40px;
}

#single .pagecontent {
	padding: 30px 50px;
	background: url(../backgrounds/subpage2_04.jpg) no-repeat left top;
}

/** CONTENT */

#content {
	width: 570px;
	padding: 17px 11px 0px 5px;
	background: url(../backgrounds/subpage1_02.jpg) no-repeat left top;
	float: right;
}

#homepage #content {
	background-image: url(../backgrounds/bg1_11.jpg);
}

.pagetitle {
	height: 26px;
	padding: 11px 0px 0px 18px;
	font-size: 11px;
}

.pagecontent {
	background: url(../backgrounds/bg1_16.jpg) no-repeat left top;
	padding:15px 0px 20px 0px;
}

.cashout {
	background: url(../backgrounds/cashout.jpg) no-repeat left top;
	opacity:0.8;
	filter: alpha(opacity=80);
	clear:left;
	width:520px;
	height:45px;
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	margin: 0px 24px 45px 24px;
	position:relative;
	top:18px;

}

.cashout:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
	cursor:pointer;
}

.cashout span {
	display:block;
	font-size:11px;
}


.message {
	padding: 5px 24px 0px 24px;
	clear:left;
	margin-bottom:10px;
	font-weight:normal;
}

.message span {
	border:1px dotted #B8BBBE;
	width:100%;
	display:block;
}

.positive {
	color:#99dd25;
	font-weight:bold;
	border:1px dotted #99dd25;
}

.negative {
	color:#ff6c6c;
	font-weight:bold;
	border:1px dotted #ff6c6c;
}

.message em {
	text-align:left;
	margin:10px;
	display:block;
	padding-left:32px;
	line-height:18px;
	font-style:normal;
	letter-spacing:.1em;
}

.loading {
	background: url(../icons/loading.gif) no-repeat top center;
	width:25px;
	height:25px;
	display:block;
	margin:15px auto;
}

/** POST */

.post {
	padding: 0px 24px 10px 24px;
	clear:left;
	min-height:82px;
}

.post .title {
	height: 28px;
	padding: 10px 0px 3px 18px;
	background: url(../backgrounds/homepage16.gif) no-repeat left bottom;
	font-size: 11px;
}

.title span {
	float:right;
	margin: 10px 18px 0px 0px;
	font-size: 11px;
	font-weight:normal;
	display:block;
}

.post .entry {
	padding: 10px 20px 0px 20px;
}

.post .meta {
	clear: both;
	height: 27px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(../backgrounds/homepage17.gif) no-repeat left bottom;
	text-align: right;
}

.post .meta a {
	padding: 0px 22px 0px 15px;
	font-size: 10px;
}

.post .meta .comments {
	background: url(../backgrounds/homepage18.gif) no-repeat left center;
	padding-left:18px;
}

.post .meta .permalink {
	background: url(../backgrounds/homepage10.gif) no-repeat left center;
}

/** BOX STYLE A */

.boxA {
	width: 902px;
	margin: 0px auto 7px auto;
	background: url(../backgrounds/bg1_06.jpg) repeat-y left top;
}

.boxA .bgtop {
	background: url(../backgrounds/bg1_07.jpg) no-repeat left top;
}

.boxA .bgbtm {
	padding: 19px 0px 19px 19px;
	background: url(../backgrounds/bg1_08.jpg) no-repeat left bottom;
}

.boxA .column1 {
	float: left;
	width: 292px;
}

.boxA .column2, .boxA .column3 {
	float: left;
	width: 280px;
	padding-left: 10px;
}

.boxA .more {
	margin: 0px;
	padding: 8px 0px 0px 26px;
}

/** BOX STYLE B */

.boxB {
}

.boxB .title {
	height: 26px;
	padding: 11px 0px 0px 18px;
	background: url(../backgrounds/bg1_13.jpg) no-repeat left top;
	font-size: 11px;
}

.boxB .alttitle {
	height: 26px;
	padding: 11px 0px 0px 18px;
	background: url(../backgrounds/bg1_13g.jpg) no-repeat left top;
	font-size: 11px;
}


.boxB .content {
	padding: 20px 23px 1px 23px;
	background: url(../backgrounds/bg1_14.jpg) no-repeat left top;
	min-height:58px;
}

.boxB .more {
	padding: 10px 0px 0px 0px;
}

.boxB .bottom {
	position:relative;
	top:-12px;
	background: url(../backgrounds/bg1_15.jpg) no-repeat left top;
	height:35px;
}
/** SIDEBAR */

#sidebar {
	width: 292px;
	padding: 17px 5px 0px 19px;
	background: url(../backgrounds/subpage1_01.jpg) no-repeat left top;
	float: left;
}

#homepage #sidebar {
	background-image: url(../backgrounds/bg1_12.jpg);
}

/** FOOTER */

#footer {
	height: 100px;
	background: url(../backgrounds/bg04.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding-top: 35px;
	text-align: center;
	color: #163348;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}


/** EARNINGS PAGE */

#hor-zebra
{
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	width:100%;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 0 8px 8px 8px;
	background:#171a1f;
	color:#6fb633;	
}

#hor-zebra th a
{
	font-size: 14px;
	color:#6fb633;	
	text-decoration:none;
}

#hor-zebra th a:hover
{
	font-size: 14px;
	color:#6fb633;	
	text-decoration:underline;
}

#hor-zebra th img
{
	position:relative;
	top:3px;
}

#hor-zebra tr
{
	background: #0c1d25;
}
#hor-zebra td
{
	padding: 8px;
}
#hor-zebra .alt
{
	background: #162d3b;
}

#hor-zebra .lefttd {
	padding-left:25px;
	font-weight:bold;
	text-align:left;
	background: url('../icons/garrow.gif') no-repeat 8px 11px;
}

/** OFFERS PAGE */

fieldset.offers {
	padding:6px;
	margin-bottom: 10px;
	border:1px dotted #679b08;
	}

.offerheading {
	float:left;
	}
	
.offerpayout {
	float:right;
	font-size:15px;
	color:#6fb633;
	text-decoration:none;	
	}
	
div.offerheading a {
	font-weight: bold;
	font-size:15px;
	color:#6fb633;
	text-decoration:none;
	}	

div.offerheading a:hover {
	color:#66cc11;
	}		
	
fieldset.offers legend {
	padding: 5px;
	font-weight: normal;
	font-size:15px;
	color:#6fb633;
	background-color:#171a1f;
	}	

.offertext {
	padding-top:5px;
	clear:both;
	font-family:verdana;
	font-size:8pt;
	}
	

.centered {
	text-align:center;
}

.submit {
	width:90px;
	height:20px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.expired {
	width:20px;
	height:20px;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin-left:3px;
}

.submitbonus {
	width:120px;
	height:20px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.nopages {
	height:10px;
	}
	
div .pages {
	text-align:center;
	padding:5px 0px 5px 0px;
	display:block;
	line-height:32px;
}

.pages a:hover  { 
	background-color:#029cc6; 
}

.pages a {
	padding: 5px;
	margin-right:5px;
	background-color: #074762;
	border: 1px solid #095e82;
	color: #eafaef;
	text-decoration: none;	 
}


/** OFFER BUTTONS */

ul#nav {
	font-family: Tahoma;
	font-size:11px;
	list-style:none;
	padding:0;
	margin:3px 0 0 0;
}

ul#nav li {
	display:inline;
}

ul#nav li a {
	text-decoration:none;
	display: block;
	padding:5px 10px;
	margin-right:10px;
	background-color:#074762;
	color:#eee;
	float:left;
	text-align:center;
	border-top:2px solid #095e82;
	border-right:2px solid #052d3e;
	border-bottom:2px solid #052d3e;
	border-left:2px solid #095e82;
}

ul#nav li a:hover {
	background-color:#029cc6;
	color:#000;
	border-top:2px solid #04495b;
	border-right:2px solid #0696bd;
	border-bottom:2px solid #0696bd;
	border-left:2px solid #04495b;
}

ul#nav li a.here {
	background-color:#029cc6;
	color:#000;
	border-top:2px solid #04495b;
	border-right:2px solid #0696bd;
	border-bottom:2px solid #0696bd;
	border-left:2px solid #04495b;
}

/* These styles create the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em; 
	font-family: Tahoma;
	font-size:11px;
	float:right;
}
#navbar li {
	list-style: none;
	float: left; 
}
#navbar li a {
	display: block;
	padding: 5px 0px;
	background-color: #074762;
	color: #fff;
	text-decoration: none; 
	border-top:2px solid #095e82;
	border-right:2px solid #052d3e;
	border-bottom:2px solid #052d3e;
	border-left:2px solid #095e82;
	width:80px;
	text-align:center;
}
#navbar li ul {
	display: none; 
	width:80px; /* Width to help Opera out */
	background-color: #029cc6;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #029cc6;
	border-top:none;
	color: #000; }
#navbar li li a:hover {
	background-color: #03addb; }


#clear {
	width:100%;
	clear:both;
	}
/** TOOLTIPS */

body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

/** ROUNDED CORNERS FOR EARNINGS */

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../backgrounds/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('../backgrounds/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../backgrounds/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../backgrounds/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

/** TOOL TIPS */

.questionMark {
	margin-left:5px;
	position:relative;
	display:inline;
	height:11px; /*dimensions of our image*/
	width:11px;
	cursor:pointer;
	}

.toolTip {
	position:absolute;
	left:18px; /*Moves it to the right beside the question mark*/
	top:-4px;
	display:none;
	width:225px;
	padding:5px;
	border:1px dashed #ffffff;
	font:10px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#d9dada;
	background-color: rgba(238, 238, 238, .85);
	}

.toolTip p {
	margin:0;
	padding:0;
	line-height:14px;
	text-align:left;
	}


/** EDIT ACCOUNT PAGE */

form.edit {
	margin-left:auto;
	margin-right:auto;
	display:block;
	}
	
fieldset {
	padding-left:5px;
	padding-right:5px;
	margin-bottom: 10px;
	border:1px dotted #679b08;
	}

legend {
	padding: 5px;
	font-weight: bold;
	font-size:15px;
	color:#679b08;
	background-color:#171a1f;
	}	

form.edit fieldset ol {
	margin: 0 auto;
	padding: 0;
	}

form.edit fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}

form.edit label {
	width: 164px; /* Width of labels */
 	display: inline-block;
  	line-height: 1.8;
  	vertical-align: top;
	}	

form.edit em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}


form.edit p {
	padding-left:5px;
	}
	
form.edit input {
	background: url(../backgrounds/homepage14.jpg) no-repeat left top;
	border:1px solid #116c8a;
	padding:3px;
	width:160px;
	}
	
form.edit select {
	background-color:#0e242f;
	border:1px solid #116c8a;
	padding:3px;
	width:168px;
	}

.textarea {
	background-color:#0e242f;
	border:1px solid #116c8a;
	padding:3px;
	width:160px;
	height:100px;
	}
	
form.edit option {
	background-color:#0e242f;
	margin:3px;
	width:132px;
	}
	
input.radio {
	width:20px;
	display:inline;
	background:none;
	border:none;
	}


form.edit input.submit {
	background-image:none;
	background-color:#628f09;
	border:2px solid #679b08;
	font-size:14px;
	height:32px;
	vertical-align:middle;
	margin-top:5px;
	cursor:pointer;
	color:#FFFFFF;
	}
	
	
form.edit input.submit:hover {
	background-color:#76ab0d;
	border-color:#ccff00;
	color:#FFFFFF;
	}
	
/** NEWS PAGE */

.news-header {
	font-size:14pt;
	margin:0;
	color: #6EA3C0;
}

.news-date {
	margin:0 0 5px 0;
	font-size:12px;
}

/** SUPPORT PAGE */

.userticket {
	background: url(../icons/userticket.png) no-repeat left center;
	padding:10px 0px 10px 54px;
	text-align:left;
	margin-bottom:10px;
}

.adminticket {
	background: url(../icons/adminticket.png) no-repeat left center;
	padding:10px 0px 10px 54px;
	text-align:left;
	margin-bottom:10px;	
}
