/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

@import url(/css/color.css);

* {
	margin:0;
	padding:0;
}

.greenguy {
	border-color: lime;
	background-color: black;
	height: 80px;
}
body{
	font-family: Arial,sans-serif;
	line-height: 1.2;	
	margin: 10px;
	padding: 0px;
	margin-top: 0px;
	}
	
div#content img {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	position: relative;
}

div#masthead img {
	margin-bottom: 0px;
	margin-right: 0px;
	float: none;
}

p {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 10px;
}



p.bigheader {
	margin-bottom: 15px;
	margin-left: 10px;
}

p.featurebox {
	margin-bottom: 15px;
	margin-left: 10px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #06F;
}

table {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table td {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:justify;
}

table td p {
	margin-left: 10px;
	margin-right: 10px;
}

td#numbox {
	font-weight:bold;
	text-align:center;
}

table a:visited {
	text-decoration: none;
}

table a:hover {
	text-decoration: underline;
	font-weight: bold;
}

table a:link {
	text-decoration: none;
}

table img {
	margin-bottom: 10px;
}

table.poker_hand {
	margin-bottom: 10px;
	border-collapse:collapse;
}


table.poker_hand  tr td {
	margin: 0;
	padding: 0;
}

table.poker_hand tr td p {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
}

table.poker_hand * img {
	margin: 0;
	padding: 0;
}

table.table_css {
	width: 700px;
	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 {
	font-size: 12px;
	font-weight: bold;
}

table.table_css th[scope="col"] {
	text-align: center;
}

table.table_css th[scope="row"] {
	text-align: right;
}

table.table_css td {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

table.table_css td, table.table_css th {
	padding: 4px 8px;
}

/* 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;
	margin-bottom: 15px;
	margin-top: 3px;
	border-bottom-style: solid;
	border-top-style: solid;
}

h2{
    font-size: 14px;
    margin-bottom: 15px;
}

h3{
 font-size: 100%;
 margin-bottom: 10px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 margin-bottom: 10px;
}

h5{
 font-size: 100%;
}

ul{
	list-style-image: none;
	list-style:none;
 	line-height: 1.2;
	margin-left: 30px;
	margin-bottom: 25px;
}

ul ul{
	list-style: none;
 	list-style-type: disc;
}

ul ul ul{
	list-style: none;
 	list-style-type: none;
}

ol{
	 line-height: 1.2;
	 margin-left: 20px;
	 margin-bottom: 20px;
}

li { 
	font-size: 12px;
	text-align: justify;
	margin-bottom: 15px;
}

div#content ul li {
	background-image: url(/img/site/spade.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	list-style: none;
}

div#content ul ul li {
	background-image: url(/img/site/spade.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	list-style: none;
}

div#content h2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
	text-indent: 0px;
}

div#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*	font-family:Verdana, Geneva, sans-serif; */
	margin-right: 5px;
	font-size: 14px;
	color: #CCC;
}

div#content p.clickgirl {
	font-size: 24px;
	color: #FFFFFF;
}
strong {
	color: #FFF;
}

div#content hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#content table {
	margin-right: 5px;
	margin-bottom: 10px;
}

/* navBar formats */

div#leftnav p h2 {
	margin-bottom:20px;
}

div#leftnav img {
	margin-botttom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	float:none;
}
div#leftnav h2 {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:13px;
	line-height:1.6;
	margin-bottom: 10px;
}

div#leftnav p {
	margin: 0 0 0 15px;
	padding:0;
	font-size: 12px;
}

div#leftnav a:link {
	text-decoration:none;
	font-weight:normal;
}

div#leftnav a:visited {
	font-weight:normal;
	text-decoration: none;
}

div#leftnav a:hover {
	font-weight:bold;
	text-decoration:underline;
}

div#leftnav a:active {
	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;
}

div#leftnav li.recent_update {
	list-style-image: url(/sc/img/movingarrow.gif);
}

div#botnavbar p {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align:left;
}

div#content div#topcardrooms table {
	text-align: center;
}

div#content div#topcardrooms table tr td {
	text-align:center;
}

div#content div#topcardrooms table tr td a:link {
	text-decoration: none;
	font-size: 14px;
}

div#content div#topcardrooms table tr td a:visited {
	text-decoration: none;
	font-size: 14px;
}

div#content div#topcardrooms table tr td a:hover {
	display: block;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

#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 * {
	font-weight: bold;
}

div.roomlist_rating * {
	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 {
	color:#FF0000;
}

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#content div.articles_and_essays ul li {
	list-style-image:none;
	background-image: none;
	display:block;
	float: left;
	width: 345px;
	height: 130px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px;
	border-style:solid;
}

div#content div.articles_and_essays h2 {
	border-top:6px;
	border-top-style:solid;
	background-position: 100% 7px;
	background-repeat:no-repeat;
	padding-right: 80px;
	text-align: left;
}

div#content div.articles_and_essays h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
}

div#content div.link_exchanges h3 {
	font-size: 12px;
	font-style: normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px;
	border-top-style: solid;
}

div#content div.link_exchanges p {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.bigheader {
	font-size: 150%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.whatsnew {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.whatsnew_date {
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}

.cardexample {
	font-size: 11px;

	text-align:center;
}

.centertext {
	text-align: center;
}

.tiptext {
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.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;
	height: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

.pokerdetails {
	font-size: 14px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	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;
}

.articledate {
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: italic;
}

.footerdate {font-size: 10px;}

.freeroll_winner {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	border: 1px;
	border-style: solid;
}

.smf_title {
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	line-height:1.5;
	text-align:left;
}

.smf_board {
	font-variant:small-caps;
	font-size: 90%;
	font-weight: bold;
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	padding-left: 2px;
	line-height: 1.7;
}
.smf_board a {
	margin: 0px;
}

.smf_topic {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-left: 2px;
	margin-left: 0px;
}

.sh_header {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	display:block;
}

.sh_type {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.sh_hands {
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
}

.cardroom_header {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding: 2px;
	display:block;
}

.cardroom_table {
	border: 1px;
}

.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 */


.math_formula {
	font-size: 14px;
	font-style: normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#gadget {
	background-color: #FFFFFF;
}
