/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : World's Best Poker Deals  */
/* Date : 18th Feb. 2006 */


/* 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: #fff;
font-size: 13px;
}

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: 97%;
vertical-align : top;
}

.row2 {
height: 3%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #fff;
text-decoration: none;
}

a:hover{
color: #fff;
}

/* images */

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
background-color: #ca0808;
height: 97%;
vertical-align : top;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
background-position: right;
background-color: #ca0808;
height: 97%;
vertical-align : top;
}

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.left-img {
background-image: url("images/left-img.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.top-link a {
color: #fff;
font-size: 13px;
text-decoration: none;
padding-left: 8px;
padding-right: 8px;
display: block;
height: 94;
padding-top: 70;
}

.top-link a:hover{
color: #ca0808;
}

.left-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding-left: 35px;
padding-top: 5;
display: block;
height: 25;
border-bottom : #3b3b3b 1px solid;
font-weight: bold;
}

.left-link a:hover{
color: #fff;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 17 center;
}

/* background colours */

.black {
background-color: #000;
}

.green {
background-color: #004500;
}

.greena {
background-color: #336133;
}

.red {
background-color: #ca0808;
}

.reda {
background-color: #edabab;
}

/* borders */

/* text */

.white-txt {
color: #fff;
font-size: 11px;
}

/* headings */

.white-head {
font-size: 16px;
color: #fff;
}

.white-heada {
font-size: 22px;
color: #fff;
}