/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Poker Watchdogs  */
/* Date : 15th Oct 2005 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #d9d1ab;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.img {
background-image: url("images/img.jpg");
background-repeat : no-repeat;
}

/* links */


.left-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 13;
background-color: #b5b47f;
border-bottom : #d1c9ac 1px solid;
height: 20px;
padding-top: 3px;
}

.left-link a:hover{
color: #fff;
}

.left-sub-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 23;
background-color: #d1c9ac;
border-bottom : #b5b47f 1px solid;
height: 20px;
padding-top: 3px;
}

.left-sub-link a:hover{
color: #fff;
}

.right-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 13;
background-color: #61b17c;
border-bottom : #4f9266 1px solid;
height: 16px;
}

.right-link a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.green {
background-color: #61b17c;
}

.green1 {
background-color: #2d573b;
}

.green2 {
background-color: #51a06b;
}

.green3 {
background-color: #428d5a;
}

.green4 {
background-color: #347f4c;
}

.green5 {
background-color: #27733f;
}

.green6 {
background-color: #6c8a76;
}

.yellow {
background-color: #e7cb0d;
}

.gold {
background-color: #b5b47f;
}

.gold1 {
background-color: #eae7da;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.green-txt {
color: #1e593e;
}

.top-10-txt {
color: #b5b47f;

padding-left: 5;
}
.top-10-txt a:hover{
color: #fff;
}
.top-10-txt a{
color: #b5b47f;
}
.rankingsMainLink {
color: #1e593e;
font-size: 14px;
font-weight:bold;
}
.rankingsLink 
{
	text-decoration: underline;
	color: #1e593e;
	font-size: 10px;
}
.rankingsTable
{
	border: #1e593e 1px solid;
}
/* headings */

.white-head {
font-size: 14px;
color: #fff;
}

.top-10-head {
color: #fff;
background-color: #2d573b;
padding-left: 5;
}


.green-head {
font-size: 18px;
color: #1e593e;
}
h1,h2,h3
{
font-size: 18px;
color: #1e593e;	
}
.indent
{
	padding-right: 10px;
	padding-left: 10px;
}
.darkBackground
{
	background-color: #2d573b;
}
.bigRankingsTable
{
	border-right: #009900 thin solid;
	border-top: #009900 thin solid;
	border-left: #009900 thin solid;
	border-bottom: #009900 thin solid;
}
