/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : I Amaze Myself  */
/* Date : 06th Dec. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 12px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 12px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #898989;
}

.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: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b {
font-family: arial;
}

/* images */

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

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

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

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

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #000;
font-size: 11px;
text-decoration: none;
background-image: url("images/nav.jpg");
background-repeat : no-repeat;
padding: 8px 5px 8px 20px;
display: block;
}

.nav a:hover{
color: #99061c;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

.border {
border-top : #b2adad 1px solid;
border-right : #b2adad 1px solid;
border-bottom : #b2adad 1px solid;
padding: 1px;
}

/* text */

.white-txt {
color: #fff;
}

.red-txt {
color: #ad0720;
}

/* Heading */

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

h1 {
font-size: 30px;
}

h2 {
font-size: 16px;
}

p {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
font-size: 12px;
}

a {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
font-size: 12px;
font-weight: bold;
color: #ad0720;
margin: 0px;
}

.redbold14 {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
font-size: 14px;
font-weight: bold;
color: #ad0720;
margin: 0px;
line-height: normal;
}

.redbold16 {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
font-size: 16px;
font-weight: bold;
color: #ad0720;
margin: 0px;
line-height: normal;
}