/* Anup Ujawane (a_ujawane@yahoo.co.in) */


/* Form Classes */

FORM {
margin-bottom: 0;
}

INPUT {
FONT-FAMILY: "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

TEXTAREA {
FONT-FAMILY: "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

SELECT {
FONT-FAMILY: "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

/* Page Default Settings */

BODY {
FONT-FAMILY: "MS Sans Serif", arial, verdana, helvetica;
COLOR: #333333;
FONT-SIZE: 12px;
margin: 0;
SCROLLBAR-FACE-COLOR: #d0d0d0;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #e1f2f2;
SCROLLBAR-3DLIGHT-COLOR: #e1f2f2;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #1b1e25;
background-color: #595959;
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #FFFFFF
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #333333
}

.row2-i {
height: 90%;
vertical-align : top;
background-color: #FFFFFF
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #FFFFFF
}

TD {
FONT-FAMILY: "MS Sans Serif", arial, verdana, helvetica;
COLOR: #333333;
FONT-SIZE: 12px;
}

.content {
FONT-SIZE: 12px;
text-align: justify;
}

.white-content {
FONT-SIZE: 12px;
text-align: justify;
color: #FFFFFF
}

A {
color: #333333;
text-decoration: none;
}

/* Images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.i-left-tile {
background-image: url("images/i-left-tile.jpg");
background-repeat : repeat-y;
}

.i-link-back {
background-image: url("images/i-link-back.jpg");
background-repeat : no-repeat;
}

/* Links */

.left-link A {
COLOR: #FFFFFF;
FONT-SIZE: 12px;
text-decoration: none;
display: block;
height: 30;
padding-top: 5;
}

.left-link a:hover{
COLOR: #FFA600;
background-color: #none;
text-decoration: none;
}

.right-link A {
COLOR: #FFFFFF;
FONT-SIZE: 12px;
text-decoration: none;
display: block;
padding-left: 10;
height: 18;
padding-top: 1;
}

.right-link a:hover{
background-color: transparent;
text-decoration: none;
COLOR: #FFA600;
}

/* Background Colours */

.black {
background-color: #000000;
}

.white {
background-color: #FFFFFF;
}

.gray {
background-color: #9B9B9B;
}

.gray1 {
background-color: #595959;
}

.gray2 {
background-color: #4D4D4D;
}

.orange {
background-color: #FE5A00;
}

.orange1 {
background-color: #FC945A;
}

.orange2 {
background-color: #FFA600;
}

.red {
background-color: #FF5A00;
}

/* Borders */

.border {
border : #CCCCCC 1px solid;
}

/* Text */

.white-txt {
COLOR: #FFFFFF;
}

.red-txt {
COLOR: #FF0000;
}

.blue-txt {
COLOR: #0033FF;
}

/* Headings */

.page-head {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
FONT-SIZE: 16px;
COLOR: #FFA600;
}

.black-head {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
FONT-SIZE: 13px;
COLOR: #000000;
}

.white-head {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
FONT-SIZE: 16px;
COLOR: #FFFFFF;
}

.orange-head {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
FONT-SIZE: 14px;
COLOR: #FFA600;
padding-left: 10;
}

.red-head {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
FONT-SIZE: 16px;
COLOR: #FF5A00;
}

.orange-head1 {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
FONT-SIZE: 14px;
COLOR: #FFA600;
}