/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Company Name  */
/* Date : 14th 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: #f8f8f8;
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-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;
}

.row2 {
height: 90%;
vertical-align : top;
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
background-color: #1c1c1c;
background-position: right;
}

.i-row2 {
height: 90%;
vertical-align : top;
background-image: url("images/i-bot-img.jpg");
background-repeat : no-repeat;
background-color: #1c1c1c;
background-position: bottom;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #f8f8f8;
text-decoration: none;
}

a:hover{
color: #fff;
}

/* images */

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

.l1 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}
.l2 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}
.l3 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}
.l4 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}
.l5 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}
.t1 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}
.t2 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}
.t3 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}
.t4 {background-image: url("images/header.jpg"); background-repeat : no-repeat;}

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

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

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

.v-dot-line {
background-image: url("images/v-dot-line.gif");
background-repeat : repeat-y;
}

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

.middle-bot {
background-image: url("images/middle-bot.jpg");
background-repeat : no-repeat;
background-position: left bottom;
}

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

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

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
display: block;
height: 26;
padding-top: 4;
}

.top-link a:hover{
color: #fff;
background-color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #494343;
}

.graya {
background-color: #777;
}

.grayb {
background-color: #616161;
}

/* borders */

.border {
border : #ccc 1px solid;
padding: 10 10 10 10;
}

.bordera {
border : #ccc 1px solid;
padding: 5 5 5 5;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

/* headings */

.white-head {
font-size: 14px;
color: #fff;
}

.white-heada {
font-size: 22px;
color: #fff;
}

.gray-head {
font-size: 14px;
color: #b4b4b4;
}
