/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Sports Betting Website  */
/* Date : 18th sept 2005 */


/* 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: #333;
font-size: 75%;
}

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-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
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;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #367c0f;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bot-shadow {
background-image: url("images/bot-shadow.jpg");
background-repeat : repeat-x;
background-position: top;
font-size: 11px;
background-color: fff;
}

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
display: block;
background-color: #367c0f;
border-top : #fff 1px solid;
border-left : #fff 1px solid;
border-right : #fff 1px solid;
height: 30;
padding-top: 6;
}

.top-link a:hover{
color: #fff;
background-color: #53a028;
text-decoration: none;
}

.right-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding-left: 10px;
display: block;
background-color: #367c0f;
border : #fff 1px solid;
height: 25;
padding-top: 4;
}

.right-link a:hover{
color: #fff;
background-color: #53a028;
text-decoration: none;
}

/* background colours */

.black {
background-color: #000000;
}

.white {
background-color: #ffffff;
}

.gray {
background-color: #9b9b9b;
}

.green {
background-color: #143e00;
}

/* borders */

.white-border {
border : #fff 1px solid;
}

/* text */

.black-txt {
color: #000000;
}

.white-txt {
color: #ffffff;
}

/* headings */

.white-head {
font-family: arial, verdana, helvetica;
font-size: 28px;
color: #fff;
}

.white-head1 {
font-family: arial, verdana, helvetica;
font-size: 30px;
color: #fff;
font-weight: 600;
}

.white-head2 {
font-family: arial, verdana, helvetica;
font-size: 18px;
color: #fff;
font-weight: 600;
}

.black-head {
font-size: 16px;
color: #000;
font-weight: 600;
}

.black-head1 {
font-size: 18px;
color: #000;
font-weight: 600;
}