/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : 1Gambling Online Casino  */
/* Date : 19 April 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: #000;
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-color: #000;
}

.full-size-table {
width: 757;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

.content2 {
font-size: 13px;
}

a {
/* color: #333;  */
/* text-decoration: none; */
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.bot-tile1 {
background-image: url("images/bot-tile1.jpg");
background-repeat : repeat-x;
}

.left-nav-tile {
background-image: url("images/left-nav-tile.jpg");
background-repeat : repeat-y;
}

.gray-line {
background-image: url("images/gray.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.left-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 25;
height: 20;
padding-top: 2;
border-bottom : #e49e62 1px solid;
}

.left-link a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

/* borders */

/* text */

/* headings */

.page-head {
font-size: 18px;
color: #8c7700;
}

.white-head {
font-size: 13px;
color: #fff;
}

.brown-head {
font-size: 14px;
color: #c16416;
}

.group1 {
padding: 5px
}