/* Start of CMSMS style sheet 'stp_main' */
body 
{
	min-height: 100%;
	padding-top:10px;
	margin-top:10px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/pageBG.png);
	color: #000;
	background-color: #002100;
}
a:link {
	color: #D60000;
}
/* Start of CMSMS style sheet 'feltpoker' */
h3, h4, h5, h6 {
font-size: 14px;
}
.feltpoker #container {
	width: 1050px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.feltpoker #contentholder {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(images/bg-infowrappertop.png);
	background-repeat: repeat-x;
	background-color: #D7DFC6;
}
.feltpoker #header {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 165px;
	width: 1050px;
} 
.feltpoker #header .logo {
	float: left;
	width: 500px;
}
.feltpoker #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.feltpoker #navbartop {
	height: 36px;
	background-image: url(images/bg-navbartop.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-right: 25px;
	padding-left: 30px;
}
.feltpoker #navbartop li{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
.feltpoker #navbartop a{
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:32px; /* for IE5/Win */
	padding-top: 36px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
.feltpoker #navbartop a:hover {
	background-position: 0 -36px;
	}
#navbartop a:active , #navbartop a.selected {
	background-position: 0 -36px;
	}
#home a  {
	width: 152px;
	background-image: url(images/navbar-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#forums a  {
	width: 167px;
	background-image: url(images/navbar-forum.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#news a  {
	width: 167px;
	background-image: url(images/navbar-news.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#blogs a  {
	width: 166px;
	background-image: url(images/navbar-blogs.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#strategy a  {
	width: 167px;
	background-image: url(images/navbar-strategy.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#rakeback a  {
	width: 145px;
	background-image: url(images/navbar-rakeback.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.feltpoker #sidebar1 {
	float: left;
	padding-bottom: 15px;
}
.feltpoker #sidebar2 {
	float: right;
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 0px;
}
.feltpoker #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 573px;
	line-height: 18px;
	float: left;
} 
.feltpoker #footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 15px;
} 
.feltpoker #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.feltpoker #footer a {
	color: #9F6;
}



a.footer
{
    color:#ffffff;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
}
a.footer:hover
{
    color:#ffffff;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
}
#sidebar1 .sidebar-contentholder ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
#sidebar1 .sidebar-contentholder ul li {
	list-style-image: url(images/bullet-greendot.png);
	list-style-position: inside;
	height: 22px;
	font-weight: bold;
	color: #414141;
	line-height: 22px;
	margin-left: 5px;
}
#sidebar1 .sidebar-contentholder ul li a {
	display: block;
	height: 22px;
	text-decoration: none;
	color: #414141;
	padding-left: 15px;
}
#sidebar1 .sidebar-contentholder ul li a:hover {
	background-repeat: no-repeat;
	height: 22px;
	width: 218px;
	color: #347921;
	text-decoration: underline;
}
.menulinks     {
	color: #414141;
	font-weight: bold;
	height: 32px;
	text-decoration: none;
}
.menulinks a    {
	color: #414141;
	font-weight: bold;
	text-decoration: none;
}
.menulinks a:hover  {
	color: #414141;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/leftHOVER.png);
	background-repeat: no-repeat;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.box {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.mid-box-container {
	border: 1px solid #204804;
	padding: 5px;
	width: 540px;
}
#midcontent-wrapper {
	float: left;
	width: 559px;
	background-image: url(../../rakeupdate3/images/bg_topwhite_gradient.png);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#midcontent-wrapper h2 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0033cc;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #011b4c;
	padding-bottom: 5px;
}
#midcontent-wrapper h3 {
	font-size: 16px;
	color: #000033;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContent a:hover {
	color: #347921;
}
.clear {	clear: both;
}
.midcontent-box {
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	padding-top: 10px;
	background-color: #FFF;
}
.midcontent-box ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
}
.midcontent {
	width: auto;
	background-image: url(images/midcontent_bg.png);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #D7DFC6;
}
.midcontent-header {
	background-image: url(images/bodytop2.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 572px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	padding-left: 40px;
	font-size: 14px;
}
.midcontent_btm {
	background-image: url(images/midcontent_bottom.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 100%;
	clear: both;
}
.midcontent_container {
	width: 553px;
}
.midcontent_top {
	background-image: url(images/midcontent_top.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 100%;
	background-position: top;
}
.step_bottom {
	background-image: url(images/bg_steps_bottom.png);
	background-repeat: no-repeat;
	height: 13px;
	width: auto;
}
.step_container {
	float: left;
	width: 253px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.step_content {
	width: auto;
	background-image: url(images/bg_stepscontent.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-size: 14px;
	height: 150px;
	padding-right: 5px;
	clear: both;
}
.top_step1 {
	height: 77px;
	width: auto;
	background-image: url(images/top_step1.png);
	background-repeat: no-repeat;
}
.top_step2 {
	height: 77px;
	width: auto;
	background-image: url(images/top_step2.png);
	background-repeat: no-repeat;
}
.top_step3 {
	height: 77px;
	width: auto;
	background-image: url(images/top_step3.png);
	background-repeat: no-repeat;
}
.top_step4 {
	height: 77px;
	width: auto;
	background-image: url(images/top_step4.png);
	background-repeat: no-repeat;
}
.button_container {
	width: 221px;
	margin-right: auto;
	margin-left: auto;
}


.rakerooms-images {
	float: left;
	width: 160px;
}
.room-logo-container {
	margin-bottom: 10px;
}
.room-logo {
	float: left;
	width: 114px;
}
.room-logo-percent {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 32px;
	width: 35px;
	overflow: hidden;
	height: 35px;
	background-image: url(images/room-percent-bg.png);
	background-repeat: no-repeat;
	color: #FFF;
}
.room-logo-us {
	float: right;
	margin: 5px;
	width: 35px;
	overflow: hidden;
}
.room-details {
	float: right;
	width: 375px;
	padding-left: 3px;
	padding-right: 2px;
}
.room-details table {
	height: 250px;
	border: 2px solid #256116;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
	background-color: #014196;
	background-image: url(images/bg_table.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 3px;
}
.room-details table tr td {
	padding: 4px;
	border: 2px solid #328B1F;
}
/* w3 validation */
.leftmenuheading
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
	padding-top:0px;
	padding-left:40px;
	font-family: Verdana;
	font-weight:bold;
	margin-top:0px;
	width: 178px;
	height: 32px;
	background-image: url(images/lefttop.png);
	background-repeat: no-repeat;
	line-height: 32px;
}
.leftmenumid {
	vertical-align: top;
	text-align: center;
	background-image: url(images/leftMid.png);
	width: 218px;
}
.leftmenumid .offer {

}
.leftmenumid .offer td{
	padding: 5px;
}
.offer td a:hover {
	text-decoration: underline;
	color: #347921;
}
.leftmenumid .offer tr td p {
	font-size: 11px;
	line-height: 18px;
}
.referralcode {
	font-size: 11px;
	line-height: 18px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-size: 12px;
}
.sidebar-contentholder {
	background-image: url(images/leftMid.png);
	background-repeat: repeat-y;
	width: 218px;
}

/* End of 'feltpoker' */
.banner-area {
	width: 550px;
	float: left;
}
.banner-container {
	margin-top: 48px;
	width: 476px;
	margin-right: auto;
	margin-left: auto;
}
.sidebar {
	float: left;
	width: 218px;
	background-color: #0FF;
}
.midcontent-bottom {
	margin: 0px;
}
.sidebar-bottom {
	margin: 0px;
}

/* End of 'stp_main' */

