/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Casinoz  */
/* Date : 14th Nov. 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: #000;
font-size: 11px;
line-height: 1.5em;
}

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

.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;
}

a {
color: #81331c;
text-decoration: none;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

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

.nav-back {
background-image: url("images/normal.jpg");
background-repeat : repeat-x;
}

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

.yellow-tile {
background-image: url("images/yellow.jpg");
background-repeat : repeat-y;
padding-left: 21px;
}

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

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

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


/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 16px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : repeat-x;
padding: 15px 60px 16px 60px;
display: block;
}

.nav a:hover{
background-image: url("images/over.jpg");
background-repeat : repeat-x;
color: #fff;
}

.bot-nav a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding: 1px 15px 1px 15px;
}

.bot-nav a:hover{
color: #604f4d;
}

/* background colours */

.white {
background-color: #fff;
}

.yellow {
background-color: #ffffea;
}

.orange {
background-color: #FADC84;
}

.orangea {
background-color: #fcebaf;
}

.brown {
background-color: #160100;
}

.browna {
background-color: #ce9546;
}

/* borders */

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

.border {
border-left : #a29e8d 1px solid;
border-right : #a29e8d 1px solid;
border-bottom : #a29e8d 1px solid;
padding: 20px;
}

.border-top {
border-top : #a29e8d 1px solid;
}

/* text */

.brown-txt {
color: #8d4730;
}

.brown-txta {
color: #604f4d;
}

.white-txt {
color: #fff;
}

/* Heading */

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

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}