/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Video Poker Player  */
/* Date : 14th July 2008 */


/* 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: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #eceded;
font-size: 11px;
line-height: 1.5em
}

body {
margin: 0px;
padding: 0px;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

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

.row1 {
/*height: 5%;*/
vertical-align : top;
background-color: #050b1d;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #050b1d;
}

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

b, strong {
font-family: arial;
}

a {
color: #eceded;
text-decoration: none;
}

a:hover{
color: #fff;
}

/* images */

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

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

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

.line {
background-image: url("images/blue.jpg");
background-repeat : repeat-x;
background-position: center center;
}

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

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 1px 1px 1px 12px;
}

/* links */

.nav a {
color: #d6d7d9;
font-family: arial;
font-weight: bold;
font-size: 11px;
text-decoration: none;
padding: 3px 1px 4px 12px;
display: block;
}

.nav a:hover{
color: #fff;
}

/* background colours */

.blue {
background-color: #050b1d;
}

.bluea {
background-color: #272c3b;
}

.blueb {
background-color: #101219;
}

/* borders */

.border-left {
border-left : #3b4762 1px solid;
}

.border-right {
border-right : #3b4762 1px solid;
}

/* text */

.yellow-txt {
color: #fce9b6;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #6c707a;
}

/* Heading */

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

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

padding {
padding-left:10px;
}
