
/*==================
body area of website
==================*/
body
		{
		  padding:0;
		  margin:0;
		  /* background:#9DD05B; */
		  background:#EAF3DA;
		  /* background-image:url("images/sccsl_16.gif");  */
                  /* background-repeat: repeat-x */
		}
/*=============================
mainpage border area of website
=============================*/
#mainpage_border
		{
		  border:solid 1px;
		  background:#003333;
                  width:800px;
                  margin:auto;
                  padding:4px;
                }
/*======================
mainpage area of website
======================*/
#mainpage
		{
		  background:white;
                  border:solid 1px;
                  width:800px;
		  margin:auto;
		  /* overflow:auto; */
                }
/*==================================
header area of website - via div id=
==================================*/
#header
		{
		  border:solid 1px;
/*
                  padding-top:20px;
		  text-align:center;
		  text-align:center;
		  font-family:helvetica;
		  font-size:30pt;
*/
                  width:100%;  
		  margin:auto;
		  background-image:url("images/sccsl_16.gif");  
		  height:120px;
		}
#hdr_logo	{
		margin:0;padding:0;
		float:left;
		}
#hdr_text	{
		  float:left;
		  margin:0;padding:0;
                  padding-top:20px;
		  text-align:center;
		  font-family:helvetica;
		  font-size:30pt;
		  width:65%;
		}

#hdr_right	{
		  float:right;
		}
#hdr_login	{
		  margin:0;padding:0;
		  font-family:helvetica;
		  font-size:10pt;
		  text-align:center;
		  padding-top:65px;
		  padding-right:25px;
		}
#hdr_date	{
		margin:0;padding:0;
		  font-family:helvetica;
		  font-size:10pt;
		  font-size:10pt;
		  text-align:center;
		  padding-top:15px;
		  padding-right:15px;
		}
/*==================
menu area of website
==================*/
#menu
		{
                  width:100%;
		  margin:auto;
                  font-family:helvetica;
                  font-size:8pt;
		  height:20px;
                  background-color:#E0EDC5;
		}
#menu ul
		{
		  list-style:none;
		  padding:0;
		  margin:0;
		}
#menu li
		{
		  display:inline;
		}
#menu li a
		{
		  width:100px;
		  font-size:10pt;
		  float:left;
		  text-decoration:none;
		  text-align:center;
		  padding-left:5px;
		  padding-top:3px;
		  padding-bottom:3px;
		  color:black;
                  /* background-image:url("images/button_blank1.gif"); */
/*
                  background-color:green;
		  background-image:url("images/sccsl_16.gif");  
*/
		  margin-right:1px;
		}
#menu li a:hover
		{
		  color:black;
		  background-image:none;
                  background-color:green;
		}
/*======================
register area of website
======================*/
#register
		{
                  height:550px;
                }
/*===================
login area of website
===================*/
#old_login
		{
                  border:solid 1px;
                }
/*=====================
content area of website
=====================*/
#content
		{
		  clear:both;
		  width:800px;
		  margin:auto;
                  padding-top:5px;
                }
#content_forum
		{
		  clear:both;
                  width:800px;
		  padding:0; margin:0;
                  margin:auto;
		  padding-top:10px;
		  height:1000px;
		}
#content_play_texas_hold_em
		{
		  clear:both;
                  width:800px;
                  margin:auto;
		  height:100%;
		}
#content_poker_news
		{
	      	  clear:both;
                  width:800px;
                  margin:auto;
                  height:600px;
		}
#content_wsop
		{
		  clear:both;
                  width:800px;
                  margin:auto;
		  height:800px;
		  padding-top:10px;
		}
#content_termsandconditions
		{
		  padding:10px;
		}
#content_contactus
		{
		  padding:10px;
		}
/*==================
home area of website
==================*/
#home
		{
		  height:430px;
		  padding-top:20px;
		  padding-bottom:20px;
		  padding-left:70px;
		  font-family:helvetica;
		  font-size:10pt;
		}
a:visited
		{
		  color:#007744;
		} 
a:active
		{
		  color:red;
		}
/*================================
texas_holdem_rules area of website
================================*/
#texas_holdem_rules
		{
		  border-left:solid 1px;
		  border-right:solid 1px;
		  margin:40px 60px;
		  padding:10px 20px;
		  font-family:helvetica;
		  font-size:10pt;
		  background-image:url("images/poker_table_transparent.jpg");
		  background-repeat:no-repeat;
		  background-position:center;
		}
#texas_holdem_rules_header
		{
		  font-family:helvetica;
		  font-size:14pt;
		  font-weight:bold;
		  text-decoration:underline;
		}
#texas_holdem_rules_preflop
		{
		  font-family:helvetica;
		  font-size:10pt;
		  font-weight:bold;
		}
#texas_holdem_rules_flop
		{
		  font-family:helvetica;
		  font-size:10pt;
		  font-weight:bold;
		}
#texas_holdem_rules_turn
		{
		  font-family:helvetica;
		  font-size:10pt;
		  font-weight:bold;
		}
#texas_holdem_rules_river
		{
		  font-family:helvetica;
		  font-size:10pt;
		  font-weight:bold;
		}
#texas_holdem_rules_show
		{
		  font-family:helvetica;
		  font-size:10pt;
		  font-weight:bold;
		}
#texas_holdem_rules_hand_rankings
		{
		  font-family:helvetica;
		  font-size:10pt;
		  font-weight:bold;
		}
/*================================
play texas hold em area of website
================================*/
#links_text
		{
		  padding:20px;
		}
#links_area
		{
		  margin:auto;
		  margin:20px 70px;
		  padding:10px 0px;
		  font-family:helvetica;
		  font-size:10pt;
		  height:2070px;
		}
#links_area a
		{
		  padding-bottom:5px;
		  padding-top:5px;
		}
#link
		{
		  border:solid 1px;
		  width:650px;
		  float:left;
		  display:inline;
		  margin-bottom:5px;
		}
#text
		{
		  float:left;
		}
#image
		{
		  float:right;
		}
/*========================
poker news area of website
========================*/
#poker_news_rss1
                {
        	  float:left;
        	  width:220px;
        	  background:#FCF9ED;
        	  padding:10px;
        	  margin-right:10px;
        	  margin-left:10px;
        	  overflow:auto;
		  height:500px;
                }
#poker_news_rss1 a
		{
        	  display:block;
		  color:#007744;
		}
#poker_news_rss2
                {
                  float:left;
                  width:220px;
                  background:#FCF9ED;
                  padding:10px;
        	  margin-right:10px;
                  overflow:auto;
		  height:500px;
                }
#poker_news_rss2 a
                {
                  display:block;
		  color:#007744;
                }
#poker_news_rss3
                {
                  float:left;
                  width:220px;
                  background:#FCF9ED;
                  padding:10px;
                  overflow:auto;
		  height:500px;
                }
#poker_news_rss3 a
                {
                  display:block;
                  color:#007744;
                }
#bold_black_text
		{
		  font-weight:bold;
		  padding:10px;
		}
#poker_news_text
		{
		  padding:20px;
		}
/*=======================
contactus area of website
=======================*/
#contactus_form
		{
		  margin-top:20px;
		}
.row
		{

		}
.menu_field
		{

		}
.cust_name
		{
		  margin-left:30px;
		}
.cust_email
		{
		  margin-left:25px;
		}
.cust_contact
		{
		  margin-left:19px;
		}
.cust_question
		{
		  margin-left:13px;
		}
#submit_row
		{
		  clear:both;
		}
#contactus_form_submit
		{
		  margin-left:123px;
		  padding:10px;
		}
/*====================
footer area of website
====================*/
#footer1
		{
		  background:#007744;
		  color:black;
                  width:800px;
		  margin:auto;
		  clear:both;
		  margin-top:5px;
		  text-align:center;
		  font-family:helvetica;
		  font-size:8pt;
		}
#footer2
		{
		  height:15px;
		}
#footer2 a
		{
		  padding:5px;
		  text-decoration:none;
		  color:white;
		}
#footer2 a:hover
		{
		  color:black;
		}
#footer3
		{
		  
		}
#footer3 a
		{
		  
		}
/*=======================
show date area of website
=======================*/
#show_date
		{
		  position:relative;
		  top:5px;
		  left:580px;
		  width:200px;
                  color:black;
		  font-family:helvetica;
		  font-size:10pt;
		  font-weight:bold;
		}
/*===========================================
generic style for error messages - via class=
===========================================*/
.errormessage
		{
	  	  color:#007744;
		}

/*===========================================
document list page
===========================================*/
#document_list 	{
		padding:0; margin:0;
		padding-top:10px;
		}
.doc		{
		border: solid 1px;
		background-color: #ECECEC; /* light gray */
	        padding: 20px;
		width: 80%;	
		margin:auto;
		}
.doc_title	{
		padding-top:10px;
		text-align:center;
		font-size:12pt;
		
		}
.doc_date	{
		padding-top:5px;
		text-align:center;
		font-size:8pt;
		}
.doc_details	{
		padding-top:10px;
		padding-left:10px;
		text-align:left;
		font-size:12pt;
		}
.doc_link	{
		padding-top:10px;
		text-align:center;
		}
.doc_link a	{
		color:green;
		}

