/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Get Bats Out  */
/* Date : 05th Feb. 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: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #c6a239;
background-image: url("images/back.jpg");
background-repeat : repeat-y;
background-position: center center;
}

.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: #000;
text-decoration: underline;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.cor-tile {
background-image: url("images/cor-tile.jpg");
background-repeat : repeat-x;
}

.footer-tile {
background-image: url("images/footer-tile.jpg");
background-repeat : repeat-x;
}

.orange-top {
background-image: url("images/orange-top.jpg");
background-repeat : no-repeat;
}

.i-orange-top {
background-image: url("images/i-orange-top.jpg");
background-repeat : no-repeat;
}

.but-tile {
background-image: url("images/but-tile.jpg");
background-repeat : repeat-x;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 3px 1px 4px 10px;
}

.bulleta {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 9px;
padding: 3px 1px 4px 10px;
}

.gray-line {
background-image: url("images/gray-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.watermark {
background-image: url("images/watermark.jpg");
background-repeat : no-repeat;
background-position: center 200px;
}

/* links */

.nav a {
font-family: arial;
color: #fbe7c2;
font-size: 13px;
font-weight: bold;
text-decoration: none;
padding: 2px 10px 3px 10px;
display: block;
}

.nav a:hover{
color: #fff;
}

.but a {
color: #fbe7c2;
text-decoration: none;
}

.but a:hover{
color: #fff;
}

.bot-nav a {
color: #000;
text-decoration: none;
}

.bot-nav a:hover{
color: #000;
}

/* background colours */

.gray {
background-color: #b6b0a2;
}

.peach {
background-color: #fbe7c2;
}

.orange {
background-color: #f4b53a;
}

/* borders */

/* text */

.peach-txt {
color: #fbe7c2;
}

.brown-txt {
color: #732100;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 22px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}

h4 {
font-size: 11px;
}