body {
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif, verdana;
	color: #000000;
	font-size: 11px;
	background-image: url("/share/inc_images/bg.gif");
	background-repeat: repeat-y;
}


.errorMessage {
	color: #FF3300;
	font-weight: bold;
	border: thin solid #000000;
	padding: 10px;
}

.messageDiv {
	padding: 10px;
}

/********** General Links **********/

a {
	color: #c00;
}
a:hover {
	color: #adad91;
}


/********** Wrap & Container **********/

#wrap {
	width: 781px;
	padding: 0px;
}
#container {
	width: 770px;
	position: relative;
	left: 1px;
}
	
/********** Header & Top Menu **********/

#header {
	width: 770px;
	height: 91px;
	background-image: url("/images/header.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#topinfo {
	font-size: 10px;
	color: #ffffff;
	width: 760px;
	text-align: right;
	padding-top: 1px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 2px;
}
#topmenu {
	width: 770px;
	position: absolute;
	top: 57px;
	margin: 0;
	padding: 0;
}
#topmenuleft{float: left;
	margin-top: 0px;
	position: relative;
	left: 210px;
	width: 320px;
	color: #8a8a6f;
	text-align: center;
}
#topmenuright{float: right;
	width: 210px; /* 205 */
	margin-top: 0px;
	color: #8a8a6f;
	text-align: center;
	padding-right: 25px;
}

#topmenuright a {
	color: #343419;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0.15em;
	padding-right: 0.15em;
}
#topmenuright a:hover {
	color: #6f0000;
	text-decoration: none;
}

#topmenuleft a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0.15em;
	padding-right: 0.15em;
}
#topmenuleft a:hover {
	color: #d1cdbe;
	text-decoration: none;
}

#header h1 {
	display: none;
}

.nick {
	color: #544e45;
	font-weight: bold;
}


/********** Main Content Area **********/

#main {
	width: 770px;
 	margin: 0 auto;
	height: auto;
	position: absolute;
	background-image: url("/share/inc_images/mainbg.gif");
	background-repeat: repeat-y;
	padding: 0;
}

#mainfull {
	width: 770px;
 	margin: 0 auto;
	height: auto;
	position: absolute;
	padding: 0;
	background-color: #a8a787;
}


/********** Control Bar **********/

#controlbar {
	background-image: url("/share/inc_images/control.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 770px;
	height: 4px;
	margin: 0;
	padding: 0;
}


/********** Mainmenu & Sidemenu **********/

#mainmenu {
	width: 171px;
	float: left;
	padding: 0; 
	margin: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidemenu {
	text-align: left;
	width: 170px;
}
.sidemenu dt {margin: 0;
	width: 170px;
	display: block;
	line-height: 1.5em;
	color: #F5F5F5;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	background-color: #8a8a6f;
	border-top: 1px solid #abab97;
	border-bottom: 1px solid #6c6c57;
}
.sidemenu dd {
	border-bottom: 1px solid #665d4e;
	width: 170px;
}
.sidemenu li {
	text-align: left;
	background: #adad91;
	width: 170px;
	background-color: #726857;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidemenu dt a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	border: 0 none;
	padding-left: 10px;
	height: 18px;
}
.sidemenu dt a:hover{
	color: #ffffff;
	background: #adad91;
	display: block;
	height: 18px;	
}
.sidemenu li a{
	color: #d9d5c5;
	text-decoration: none;
	display: block;
	border: 0 none;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	padding-left: 25px;
	background-image: url("/share/inc_images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 1.2em .6em;
	padding-top: 3px;
}
.sidemenu li a:hover{
	color: #d9d5c5;
	background: #6f0000;
	display: block;
	height: 18px;
	background-image: url("/share/inc_images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 1.2em .6em;
}

#newmessage {
	background-color: #ccc4a6;
	color: #6f0000;
	padding: 5px 0 5px 10px;
	width: 160px;
}
#newmessage a {
	display: block;
	text-decoration: none;
	color: #6f0000;
}
#newmessage a:hover {
	display: block;
	text-decoration: none;
	color: #c00;
}

.menutitle {
	border-bottom: 1px solid #665d4e;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
}


.pagetitle {
	border-bottom: 1px solid #ebe8dd;
}

* html .pagetitle { /* Fix top padding in IE */
	border-bottom: 1px solid #ebe8dd;
	padding-top: 10px;
}



/********** Content **********/

#contentwrap {
	float: right;
	width: 599px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
* html #contentwrap { /* Fix top padding in IE */
	float: right;
	width: 599px;
	padding: 0;
	margin: -10px 0 0 0;
	font-size: 12px;
}
#content {
	background-image: url("/share/inc_images/contentbg.gif");
	background-repeat: repeat-y;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	width: 599px;
}
#innercontent {
	padding: 10px 0 0 0; 
	margin: 0;
	width: 581px;
	position: relative;
	left: 18px;
}
#contenttop{
	background-image: url("/share/inc_images/content_top.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.padding {
	padding: 0 10px 0 10px;
	margin: 0;
}

#ttable {
	width: 561px;
}

/********** Full Content **********/

#fullcontentwrap {
	float: right;
	width: 770px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
* html #fullcontentwrap { /* Fix top padding in IE */
	float: right;
	width: 770px;
	padding: 0;
	margin: -10px 0 0 0;
	font-size: 12px;
}
#fullcontent {
	/* background-image: url("/share/inc_images/fullcontentbg.gif");
	background-repeat: repeat-y; */
	background-color: #ffffff;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	width: 770px;
}
#fullinnercontent {
	padding: 10px 0 0 0; 
	margin: 0;
	width: 770px;
}
#fullcontenttop{
	background-image: url("/share/inc_images/fullcontent_top.gif");
	background-repeat: no-repeat;
	background-position: top left;
}



/********** 2 Cols - Right small  **********/

#cols2R {
	background-image: url("/share/inc_images/2colR.gif");
	background-repeat: repeat-y;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	width: 599px;
}
#cols2Rtop{
	background-image: url("/share/inc_images/2colR_top.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#cols2Rleft {
	float: left;
	padding: 0; 
	margin: 0;
	width: 392px;
	position: relative;
	left: 18px;
}

#cols2Rright {	
	text-align: left;
	float: right;
	padding: 0; 
	margin: 0;
	width: 170px;
}

.colpadding {
	padding: 10px 0 0 0; 
}

/********** Seal and Drop shadow  **********/


#seal {
	background-image: url("/share/inc_images/seal.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 75px;
	margin-left: 18px;
}

#sealleft {
	background-image: url("/share/inc_images/seal.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 75px;
	width: 429px;
	clear: both
}


#dropshadow {
	background-image: url("/share/inc_images/dropshadow.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 599px;
	height: 14px;
	background-color: #a8a787;
}

#fulldropshadow {
	background-image: url("/share/inc_images/dropshadowfull.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 770px;
	height: 14px;
	background-color: #a8a787;
}



/********** Text **********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6f0000;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #383632;
	text-align: left;
}
h3 {
	color: #610000;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	margin-left: 0;
}

h4 {
	color: #424242;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}

.small {
	font-size: 10px;
}

.fineprint {
	font-size: 10px;
	color: #999999
}

.red {
	color: #6f0000;
}

.bred {
	color: #cc0000;
}

.green {
  color: #33CC00;
}

.date-header {
	font-size: 10px;
	color: #666666;
}

h1.hidden {
	display: none;
}

.name {
	font-size: 14px;
	font-weight: bold;
}

.smallred {
	font-size: 10px;
	color: #6f0000;
}

.ired {
	color: #6f0000;
	font-weight: bold;
	font-style: italic
}



/********** Content Layout & Formatting **********/

.imgright {
	float: right;
	padding-left: 5px;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}
.imgleft {
	float: left;
	padding-right: 5px;
	text-align: center;
	font-size: 10px;
}

.right {
	float: right;
	padding-left: 5px;
	text-align: center;
}

.boxright {
	float: right;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #C7C7C7;
	margin-left: 10px;
	text-align: center;
}
.boxright p {
	padding: 8px 0 0 0;
	margin: 0;
}

.boxleft {
	float: left;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #C7C7C7;
	margin-right: 10px;
	text-align: center;
}
.boxleft p {
	padding: 5px 0 0 0;
	margin: 0;
}


hr {
	color: #a8a787;
	padding: 0;
	margin: 0;
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0 0;
	clear: both;
}

.dash {
	background-image: url("/share/inc_images/dash.gif");
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	clear: both;
}

.scrollingdiv {
	border : solid 1px #000000;
	padding : 4px;
	width : 250px;
	height : 75px;
	overflow : auto;
}

/********** Lists **********/


ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#cols2Rleft ul {
	padding: 0 0 0 15px;
	margin: 0;
}



/********** Tables **********/

table {
	background-color: #000000;
	/* width: 560px; */
}
th {
	font-weight: bold;
	background-color: #b5ac82;
	color: #000000;
}
td {
	background-color: #f7f5ed;
}

thead {
	font-weight: bold;
	background-color: #bcb17b;
	color: #000000;
}
tbody {
	background-color: #f7f5ed;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
tfoot {
	background-color: #E3DCC2;
}

.clear td {
	background-color: #ffffff;
}
.clear th {
	background-color: #ffffff;
	font-weight: bold;
}


/********** Footer **********/


#footer {
	margin-left: 180px;
	padding-bottom: 5px;
	color: #3C3C3C;
	font-size: 11px;
	width: 580px;
}

#footer a {
	line-height: 2em;
	color: #0C0C0C;
}
#footer a:hover {
	color: #CC0000;
}

#footerfull {
	margin-left: 5px;
	padding-bottom: 5px;
	color: #3C3C3C;
	font-size: 11px;
	width: 580px
}

#footerfull a {
	line-height: 2em;
	color: #0C0C0C;
}
#footerfull a:hover {
	color: #CC0000;
}


/********** Page End **********/

#pageend {
	height: 20px;
	background-color: #000000;
}



/********** Banner Column **********/

#bannercol {
	position: absolute;
	left: 781px;
	top: 9px;
}


/********** Special **********/

.imgborder {
	border: 1px solid #000000;
}


/********** Tickets **********/

#ticketscontent{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	}


/********** Tabs **********/

#tabsbox{border: 1px solid #000000;
	margin: 0 0 5px 0;
	padding: 0 0 0;}

#tabs{height: 21px;
	position: relative;
	top: 1px;
	margin: 0;
	padding: 0;}

#tabs UL {
	margin: 0; 
	padding: 0 0 0 3px;
	list-style-type: none;
	text-align: center;
}
#tabs LI {
	padding: 0;  
	background: url("/share/inc_images/tab-off.gif") no-repeat; 
	float: left;  
	margin: 0px; 
	width: 130px;
	height: 21px;
}
#tabs A {
	display: block; 
	font-weight: bold; 
	float: left; 
	color: #ffffff; 
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
}
#tabs A {
	float: none
}
#tabs #current {
	background-image: url("/share/inc_images/tab-on.gif");
}
#tabs #current A {
	color: #6f0000;
	text-align: center;
	padding-top: 3px;
}



/********** Dos and Donts **********/

.boxdo {
	padding: 5px;
	border: 1px solid #d1ebcb;
	background-color: #f4fcf2;
}
.boxdo p {
	padding: 8px 0 0 0;
	margin: 0;
}
.boxdo h2 {
	padding: 0;
	margin: 0;
}

.boxdont {
	padding: 5px;
	border: 1px solid #C7C7C7;
	background-color: #f8f8f8;
}
.boxdont p {
	padding: 8px 0 0 0;
	margin: 0;
}
.boxdont h2 {
	padding: 0;
	margin: 0;
	color: #a40000;
}


/******** OLD *********/



/******** Freeroll Eligibility Boxes *********/

.frbox{background-color: #f9f7f0;
	border: 2px solid #e3dcc2;
	margin-bottom: 20px;}
.frbox p{margin: 0;
	padding: 5px 10px 5px 10px;}
.frbox h2{margin: 0;
	padding: 5px 10px 5px 10px;}
.frtext{font-weight: bold; font-size: 14px; color: #6f0000;}
.frbox ul li{margin: 15px; color: #000000;}

.frboxred{background-color: #e8e4d1;
	border: 2px solid #d1caaa;
	margin-bottom: 8px;
	margin: 5px;}
.frboxred p{margin: 0;
	padding: 5px 10px 5px 10px;}
.frtextred{font-weight: bold; font-size: 14px; color: #6f0000;}





/******** Player Survey *********/

.question {
	padding-bottom: 20px
}

.question_text {
	font-weight: bold;
	color: #6f0000;
	padding-bottom: 5px;
}

/******** Player Admin - Player Icons *********/

#icons a {
	float: left;
	text-align: center;
	width: 70px;
	margin: 5px;
	border: 2px solid #E5E5E5;
	background: #fff;
}

#icons a.chosen {
	border: 2px solid #C90628;
}

#icons a:hover {
	border: 2px solid #CCCC66;
}

#icons img {
	width: 28px;
	height: 28px;
	margin: 10px;
	border: 0;
}

#icons hr {
        clear: both;
}

/******** Player Admin - Support Form *********/

#support {
	text-align: left;
	width: 524px;
}

#support #subject, #email {
	width: 300px;
}



/******** Player Admin - Games (Hand History) *********/

#games {
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 95%;
	margin: 0 auto;
}

#games td {
	text-align: center;
}



#community {
	margin: 0 auto;
}

#community td {
	width: 50px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#players {
	margin: 0 auto;
}

#transcript {
	width: 80%;
	height: 150px;
	margin: 0 auto;
}

#players td {
	width: 150px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
}

#players table {
	margin: 0 auto;
}

#players td td {
	padding: 0;
	width: 50px;
}

#players span {
	font-weight: bold;
}

#players img {
	border: 0;
	width: 42px;
	height: 63px;
}





#profilelayout {
	font-size: 12px;
	position: relative;
	left: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/******** Player Admin - Verification *********/

#verilayout {
	font-size: 12px;
	position: relative;
	left: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/******** Player Admin - Ledger *********/

#profile {
	height: 20px;
	padding-top: 4px;		
	background-color: #BDAD94;
	font-size: 11px;
	text-align: left;
	color: #6F0000;
	padding-left: 15px;
	font-weight: bold;
}

#pagecount {
	font-weight: bold;
        float: left;
}

#pagelinks {
	font-weight: bold;
        float: right;
}

.clear {
	clear: both;
}


/******** PENDING TRANSACTIONS *********/

#transactions {
	width: 100%;
	border-collapse: collapse;
}


#transactions thead tr {
	font-weight: bold;
	background-color: #bcb17b;
	color: #000000;
	text-align: center;
}
#transactions thead td {
	font-weight: bold;
	background-color: #bcb17b;
	color: #000000;
	text-align: center;
}

#transactions tbody tr {
	background-color: #f7f5ed;
}

#transactions td {
	padding: 3px;
	text-align: center;
	border: 1px solid #000000;
}

/******** PLAY LEADERBOARD *********/

.leaderboard {
	width: 530px;
}

.leaderboard thead tr {
	font-weight: bold;
	background-color: #bcb17b;
	color: #000000;
	text-align: center;
}

.leaderboard tbody tr {
	background-color: #f7f5ed;
}

.leaderboard tbody tr.player {
	font-weight: bold;
}

.leaderboard td {
	padding: 3px;
	text-align: center;
	width: 25%;
}

#message{width: 100%;}


/******** Real Money Ledger ******/
.report {
	width: 100%;
	border-collapse: collapse;
}


.report thead tr {
	font-weight: bold;
	background-color: #bcb17b;
	color: #000000;
	text-align: center;
}
.report thead td {
	font-weight: bold;
	background-color: #bcb17b;
	color: #000000;
	text-align: center;
}

.report tbody tr {
	background-color: #f7f5ed;
}

.report td {
	padding: 3px;
	text-align: center;
	border: 1px solid #000000;
}


/******** Freeroll Meter *********/

#freerollmeter td {
	font-size: 5px;
}

#frgreen {
	background-color: green;
}

#freerollmeter h3 {
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 12px;
	color: #000000;
}
#freerollmeter p {
	padding: 0 0 0 0;
	margin: 0;
}

#freerollmeterbox {
	border: 1px solid #d1cdbb;
	background-color: #f1f0e4;
}

#freerollmeter h1 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}


/******** Refer a friend promo *********/

#standardrefer {
	background: url("/share/inc_images/refer-a-friend-chart.gif") no-repeat;
	width: 440px;
	height: 218px;
	margin-left: 59px;
}
#standardreferlink {
	position: relative;
	top: 25px;
	text-align: center;
}

#holidayrefer {
	background: url("/share/inc_images/refer-a-friend-holiday.gif") no-repeat;
	width: 440px;
	height: 218px;
	margin-left: 59px;
}
#holidayreferlink {
	position: relative;
	top: 25px;
	text-align: center;
}

#snowglobe {
	background: url("/share/inc_images/snowglobe.jpg") no-repeat;
	width: 152px;
	height: 168px;
	float: right;
}
#holidayjackpot {
	position: relative;
	top: 60px;
	text-align: center;
	color: #6f0000;
	font-size: 26px;
	font-weight: bold;
}

#contentIMG1 {
  text-align: right;
  float: right;
}


/********** GENERIC FORM STYLES **********/

.required_field {
	background-color: #FBEC5D; //corn
}

.required_asterisk {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: #FBEC5D; //corn
}



