/* Start of CMSMS style sheet 'PU Aug 09' */
/*
 * Pokerunlimited CSS
 */
 
/* General */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fff url("/images/side_borders.gif") repeat-y 50% 0;
	background-color: #e8e8e8;
	font-family: verdana;
	font-size: 10px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size:13px;
}
  
h2 {
	font-size:11px;
        font-weight: bold;
        text-align:center;
       
}

h3 {
	font-size:10px;
        

}

p {
        font: Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 1em;
}

a {
	color: #d87514;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 0;
	padding-left: 8px;
}


hr {
	border: none;
	border-top: 1px dashed #666;
	height: 1px;
	
}

input, select, textarea {
	border: 1px solid #000;
        width: 400px;
}

#wrapper {
        position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	width: 839px;
	/* height: 100%; */
	min-height:100%;
}

#top_banner {
       
       	height: 100px;
	//background: url("/images/top_banner.jpg") no-repeat;
        background: url("http://nl.pokerunlimited.eu/images/startpage/bannertest.jpg") no-repeat;
}



/* Navigation */
#nav {
	height: 39px;
	background: url("/images/nav_bg.jpg") no-repeat;
	color: #ebebeb;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

#nav ul {
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 13px;
	padding-left: 5px;
}
#nav li {
	display: inline;
}

#nav li a {
	color: #ebebeb;
	text-decoration: none;
}

#nav img {
	vertical-align: middle;
        padding: 0 2px 0 2px;
}

/* Stats */
#stats {
	width: 178px;
	padding-top: 4px;
	margin-left: 635px;
      
}

#stats h2 {
	margin-bottom: 13px;
	font-weight: 600;
}

#banner1{
        width:839px;
        height:75px;
}

/* Main  */
#left_col {
	display: inline;
	float: left;
	width: 195px;
	padding-left: 10px;
}

#left_col li {
	list-style-image: url("/images/li_black.gif");
}

#left_col li a {
	color: #000;
	text-decoration: none;
}

a  img {
	border: none;
}

#left_col li a:hover {
	text-decoration: underline;
}

#content {
	display: inline;
	width: 250px;
	float: left;
	overflow: hidden;
}

#lcontent {
	display: inline;
	width: 250px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
}

#rcontent {
	margin-left: 322px;
	padding-left: 8px;
	padding-right: 10px;
	border-left: 1px dashed #e3bb00;


}



/* Content boxes */
div.cbox {
	margin-bottom: 1em;
	padding-bottom: 1px;
	width: 310px;
	background: url("/images/cbox_bottom.gif") no-repeat bottom center;
}

div.cbox h2 {
	padding-top: 6px;
	padding-right: 15px;
	height: 18px;
	text-align: right;
	background: url("/images/cbox_title.gif") no-repeat;
}

.cbox_body {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 8px;
	background: url("/images/cbox_mid.gif") repeat-y;
}

.cbox ul {
	margin-bottom: 0px;
}

/* Main boxes */
div.mbox {
	margin-bottom: 1em;
	margin-left: 5px;
	padding-bottom: 7px;
	width: 250px;
        z-index: 2;
	background: url("/images/mbox_bottom.gif") no-repeat bottom center;
}

div.mbox h2 {
	padding-top: 6px;
	padding-right: 15px;
	height: 18px;
	text-align: right;
	background: url("/images/mbox_title.png") no-repeat;
}

.mbox_body {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	background: url("/images/mbox_mid.png") repeat-y;
}

.mbox_body  p {
	padding: 0;
	margin: 0;
}

.mbox_body form { 
	margin: 0; 
	padding: 0; 
}

/** LinkBoxes HP **/

/*Left Column*/

#links-nodeposit ul {
        list-style-type: none;
        width: 250px;
}

#links-nodeposit li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links-nodeposit li a {
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links-nodeposit li a {  /* make hover effect work in IE */
	width: 250px;
}

#links-nodeposit li a:hover {
        background: #ccffcc;
}

#links-nodeposit a em {
        padding-top: 8px;
        padding-left: 5px;
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%;
}

#links-nodeposit a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}


/* Center Column */

#links-deposit ul {
        list-style-type: none;
        width: 250px;
}

#links-deposit li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links-deposit li a {
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links-deposit li a {  /* make hover effect work in IE */
	width: 250px;
}

#links-deposit li a:hover {
        background: #ffffaa;
}

#links-deposit a em {
        padding-top: 5px;
        padding-left: 5px;
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%;
}

#links-deposit a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}


/* Center Column */


#links-rakeback ul {
        list-style-type: none;
        width: 250px;
}

#links-rakeback li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links-rakeback li a {
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links-rakeback li a {  /* make hover effect work in IE */
	width: 250px;
}

#links-rakeback li a:hover {
        background: #99ccff;
}

#links-rakeback a em {
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%;
}

#links-rakeback a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}
/* End of 'PU Aug 09' */

