/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin:0;
	padding:0;
}

body{
	font-family: Arial,sans-serif;
	line-height: 1.2;	
	margin: 10px;
	padding: 0px;
	background-image: url(/img/site/felt.jpg);
	margin-top: 0px;
	}
	
img {
	margin-botttom: 10px;
}

table img {
	margin-bottom: 10px;
}


.blueheader {
	color: #0033FF;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	color:#000066;
}

a:link.hooklink {
	color:#FF0033;
}

a:link {
	text-decoration: none;
	color:#0000FF;
}

table {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table td p {
	margin-left: 10px;
	margin-right: 10px;
}

table a:visited {
	text-decoration: none;
	color: #003366;
}

table a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

table a:link {
	text-decoration: none;
	color:#0000FF;
}

td#numbox {
	background-color:#CCCCCC;
	color: #0033FF;
	font-weight:bold;
	text-align:center;
}

a:visited {
	text-decoration: none;
	color: #003366;
}

a {
	color:#000099;
	}
	
a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 120%;
}

h1 {
	font-size: 140%;
	border-bottom: 1px;
	border-top: 15px;
	border-color:#330066;
	margin-bottom: 15px;
	margin-top: 3px;
	border-bottom-style: solid;
	border-top-style: solid;
}

h2{
    font-size: 114%;
    color: #006699;
    margin-bottom: 15px;
}

h3{
 font-size: 100%;
 color: #334d55;
 margin-bottom: 10px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin-bottom: 10px;
}

p {
	font-size: 12px;
	text-align:justify;
	margin-bottom:10px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	 list-style-image: url(/img/site/spade.gif);
 	 line-height: 1.2;
	 margin-left: 25px;
	 margin-bottom: 20px;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li { 
	font-size: 12px;
	text-align: justify;
	margin-bottom: 10px;
}


#content p {
	margin-right: 5px;
}

#content table {
	margin-right: 5px;
}

/* navBar formats */

div#leftnav p h2 {
	margin-bottom:20px;
}

div#leftnav h2 {
	background-color:#330066;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:13px;
	line-height:1.6;
	margin-bottom: 10px;
}

div#leftnav p {
	color:#FFFFCC;
	margin: 0 0 0 15px;
	padding:0;
	font-size: 11px;
}

div#leftnav a:link {
	color: #330033;
	text-decoration:none;
	font-weight:normal;
}

div#leftnav a:visited {
	color:#CC66FF;
	font-weight:normal;
	text-decoration: none;
}

div#leftnav a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

div#leftnav a:active {
	color:#FFFF00;
	font-weight:bold;
}

div#leftnav ul{
	list-style-image:none;
	list-style-type:none;
	line-height:1.2;
	margin-bottom:20px;
	margin-left: 20px;
}

div#leftnav li{
		font-size:12px;
		font-weight:normal;
		margin-bottom: 3px;
		text-align: left;
}

.recent_update {
	list-style-image: url(/sc/img/movingarrow.gif);
}

#navBar h1{
	font-size: 18px;
	font-weight: bold;
	background-color: #0033FF;
	color: #FFFFFF;
	text-align:left;
}

#navbar p {
	color: #ffffff;
	padding-left: 10px;
	padding-bottom: 0px;
}

#navBar a {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}

#navBar a:link{
	color: #FFFFFF;
}

#navBar a:visited{
	color: #FFFFFF;
}

#navBar a:hover{
	color: #ffffff;
}

#navbar table{
	color: #ffffff;
}

#navbar table h1 {
	color: #ffffff;
}

.navheader {
	color: #ffffff;
	background-color:#330066;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#navhighlight a {
	color:#FFFF00;
	font-weight:500;
	text-decoration:underline;
}
#navhighlight a:link {
	color:#FFFF00;
	}

#navhighlight a:visited {
	color:#FFFF00;
	}

#navhighlight a:hover {
	font-weight:bold;
}
#pageName{
	padding-bottom: 10px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
}

#globalNav p {
	color: #000000;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	margin-top: 0px;
	width: 970px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img{
	vertical-align: middle;
}

#topnavbar a:hover {
	color:#FF0000;
}

#topnavbar a:visited {
	color:#003366;
}

#topnavbar p {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align:right;
	}

#botnavbar a:hover {
	color:#FF0000;
}

#botnavbar a:visited {
	color:#003366;
}

#botnavbar p {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align:left;
	}
.whatsnew {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bigheader {
	font-size: 150%;
	font-weight: normal;
	color: #0000FF;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.bigheader {
	margin-bottom: 15px;
	margin-left: 10px;
}

p.featurebox {
	margin-bottom: 15px;
	margin-left: 10px;
}

.whatsnew_date {
	border-top: 1px solid #cccccc;
	font-size: 80%;
	color:#000000;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}

.cardexample {
	font-size: 11px;
	color: #ffffff;
}

.centertext {
	text-align: center;
}

.tiptext {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

#bookmenu {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}

#bookmenu td {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px
}

#bookmenu a:link {
	text-decoration: none;
	color: #ffffff;
}

#bookmenu a:visited {
	text-decoration: none;
	color: #ffffff;
}

#bookmenu a:hover {
	text-decoration: underline;
	background-color:#009933;
	color: #ffffff;
}

.probability {
	font-size: 12px;
	text-align: left;
}

.pokerlinks {
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pokerrating {
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	height: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

.pokerdetails {
	font-size: 14px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	height: auto;
}

.pokertextlink {
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.articletitle {
	font-size: 24px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color:#990033;
	}
.articledate {
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: italic;
	color:#000000;
	}
	
.footerdate {font-size: 10px;}
.holdemcolor {
	color: #CC0000;
}

.smf_title {
	font-size: 150%;
	background-color:#990000;
	color:#FFFFFF;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height:2;
	text-align:center;
}

.smf_board {
	font-size: 90%;
	background-color:#99CCFF;
	color:#000099;
	margin-top: 5px;
	margin-bottom: 0px;
}

.smf_topic {
	font-size: 90%;
	color:#003366;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#topcardrooms table {
	text-align: center;
}


div#topcardrooms table tr td a:link {
	text-decoration: none;
	color:#006600;
	font-size: 14px;
}

div#topcardrooms table tr td a:visited {
	text-decoration: none;
	color: #003366;
	font-size: 14px;
}

div#topcardrooms table tr td a:hover {
	display: block;
	text-decoration: underline;
	background-color:#006633;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.cardroom_header {
	background-color:#000099;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	color: #FFFFFF;
	padding: 7px;
	display:block;
}

.cardroom_table {
	border: 1px;
	border-color:#333333;
	}



.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* end backslash hack */

#content div.roomlist {
	border-top: 20px solid #CCCCCC;
	margin-bottom: 10px;
}

div.roomlist * {
	font-size: 12px;
	font-style:normal;
	margin: 0;
	padding: 0;
}

div.roomlist_review * {
	background-color:#FFFFCC;
	font-weight: bold;
}

div.roomlist_rating * {
	background-color:#009900;
	color:#FFFFFF;
	font-weight:bold;
}

div.roomlist_banner a {
	font-size: 14px;
	font-weight: bold;
}

div.roomlist_detail p {
	margin-bottom: 10px;
}

div.roomlist_banner a img {
clear:none;
float:left;
}

div.roomlist_banner a:active {
clear:none;
}

p.usaok {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}

div.articles_and_essays {
}

div.articles_and_essays ul {
	list-style:none;
	list-style-image:none;
	margin: 0;
	padding: 0;
	}

div.articles_and_essays ul * {
	list-style-image:none;

}

div.articles_and_essays ul li {
	list-style-image:none;
	display:block;
	float: left;
	width: 345px;
	height: 130px;
	background-color:#EEEEEE;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px;
	border-color:#666666;
	border-style:solid;
}

div.articles_and_essays h2 {
	border-top:6px;
	border-top-color:#006600;
	border-top-style:solid;
}

div.articles_and_essays h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}

table.poker_hand {
	margin-bottom: 10px;
}


table.poker_hand  tr td * {
	margin: 0;
	padding :0;
}

.sh_header {
	font-size: 18px;
	color:#FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	display:block;
}

.sh_type {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	background-color:#99CCFF
}

.sh_hands {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
}


table.table_css {
	width: 700px;
	border-top: 8px solid #FFCC66;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.table_css caption {
	margin-bottom: .5em;
	font-size: 1.5em;
	font-weight: bold;
}

table.table_css th {
	border-bottom: 2px solid #333333;
	background-color:#0066CC;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

table.table_css th[scope="col"] {
	text-align: center;
	color:#FFFF00;
}

table.table_css th[scope="col"]:first-child {
	border-right: 3px solid #333333;
}

table.table_css th[scope="row"] {
	text-align: right;
	border-right: 3px solid #333333;
}


table.table_css td {
	border-bottom: 1px solid #069;
	border-right: 1px solid #069;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

table.table_css td, table.table_css th {
	padding: 4px 8px;
}


table.table_css tr.greyrow td {
	background-color: #DDDDDD;
}#outer #content #table6 tr td #table7 tr td p strong .style4 {
	color: #63C;
}
