/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Poker Cash Journey  */
/* Date : 22nd Jan. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: arial, "ms sans serif", arial, verdana, helvetica;
color: #162b77;
font-size: 12px;
line-height: 17px;
}

body {
margin: 0px;
padding: 0px;
background-color: #e9e9e9;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #162b77;
text-decoration: underline;
}

a:hover{
color: #31b557;
}

b, strong {
font-family: arial;
font-size: 12px;
}

.pad {
padding-left: 10px;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.box-tile {
background-image: url("images/box-tile.jpg");
background-repeat : repeat-y;
}

.nav-bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 17px 8px;
}


/* links */

.left-link a {
color: #fff;
font-size: 12px;
text-decoration: none;
border-bottom: #9acdf6 1px solid;
padding: 2px 5px 3px 30px;
display: block;
}

.left-link a:hover{
background-color: #3092e2;
color: #fff;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 17px 8px;
text-decoration: none;
}

.bot-link a {
color: #fff;
font-size: 12px;
text-decoration: none;
}

.bot-link a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #45a3ef;
}

.bluea {
background-color: #2679bf;
}

.red {
background-color: #ff372b;
}

.green {
background-color: #73cf0f;
}

/* borders */

.tbl-border {
border-bottom : #d2d2d2 1px solid;
}

.tbl-borderred {
color: #ff2a1d;
border-bottom : #d2d2d2 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #162b77;
}

.blue-txta {
color: #1379cd;
}

.green-txt {
color: #31b557;
}

.brown-txt {
color: #d25603;
}

.red-txt {
color: #ff2a1d;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 13px;
}

h2 {
color: #1379cd;
font-family: arial;
font-size: 12px;
margin: 0;
}

h3 {
font-size: 13px;
}