/* Anup Ujawane (a_ujawane@yahoo.co.in) */


/* Form Classes */

FORM {
margin-bottom: 0;
}

INPUT {
FONT-FAMILY: "Verdana", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

TEXTAREA {
FONT-FAMILY: "Verdana", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

SELECT {
FONT-FAMILY: "Verdana", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

/* Page Default Settings */

BODY {
FONT-FAMILY: "Verdana", arial, verdana, helvetica;
COLOR: #333333;
FONT-SIZE: 11px;
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-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-gred.jpg");
background-repeat : repeat-y;
background-position: top left;
background-color: #FFFFFF;
}

.i-left-tile {
height: 90%;
vertical-align : top;
background-image: url("images/i-left-tile.jpg");
background-repeat : repeat-y;
background-position: top left;
background-color: #FFFFFF;
}

.i-right-tile {
height: 90%;
vertical-align : top;
background-image: url("images/i-right-tile.jpg");
background-repeat : repeat-y;
background-position: top left;
background-color: #FFFFFF;
}

.i-left-tile1 {
vertical-align : top;
background-image: url("images/i-left-tile.jpg");
background-repeat : repeat-y;
background-position: top left;
background-color: #FFFFFF;
}

.i-right-tile1 {
vertical-align : top;
background-image: url("images/i-right-tile.jpg");
background-repeat : repeat-y;
background-position: top left;
background-color: #FFFFFF;
}

.row3 {
height: 5%;
vertical-align : top;
}

TD {
FONT-FAMILY: "Verdana", arial, verdana, helvetica;
COLOR: #333333;
FONT-SIZE: 13px;
}

.content {
FONT-SIZE: 13px;
text-align: left;
}

A {
color: #04379B;
text-decoration: underline;
}

a:hover{
background-color: transparent;
text-decoration: underline;
COLOR: #000000;
}

/* 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;
}

.i-header1 {
background-image: url("images/i-header1.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.gray-line {
background-image: url("images/gray.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.v-dot-line {
background-image: url("images/v-dot-line.jpg");
background-repeat : repeat-y;
background-position: center center;
}

/* Links */

.top-link A {
FONT-FAMILY: tahoma, "Verdana", arial, verdana, helvetica;
FONT-SIZE: 11px;
COLOR: #FFFFFF;
text-decoration: underline;
display: block;
padding-left: 10;
padding-right: 10;
padding-top: 3;
height: 20;
}

.top-link a:hover{
background-color: transparent;
text-decoration: none;
COLOR: #000000;
}

.r-link A {
FONT-FAMILY: tahoma, "Verdana", arial, verdana, helvetica;
FONT-SIZE: 13px;
COLOR: #002C7E;
text-decoration: underline;
display: block;
padding-top: 5;
padding-bottom: 5;
}

.r-link a:hover{
background-color: transparent;
text-decoration: underline;
COLOR: #000000;
}

/* Background Colours */

.black {
background-color: #000000;
}

.white {
background-color: #FFFFFF;
}

.gray {
background-color: #9B9B9B;
}

.gray1 {
background-color: #F4F4F4;
}

.gray2 {
background-color: #C6C6C6;
}

.gray3 {
background-color: #B2B2B2;
}

.green {
background-color: #4FB908;
}

.blue {
background-color: #B5CEFF;
}

.blue1 {
background-color: #2359BE;
}

/* Borders */

.border {
border : #CCCCCC 1px solid;
}

/* Text */

.copyright {
COLOR: #000000;
FONT-SIZE: 13px;
}

.black-txt {
COLOR: #000000;
}

.white-txt {
COLOR: #FFFFFF;
}

.blue-txt {
COLOR: #3E6EC6;
}

/* Headings */

.gray-head {
FONT-FAMILY: tahoma, "Verdana", arial, verdana, helvetica;
FONT-SIZE: 18px;
COLOR: #878787;
}

.blue-head {
FONT-FAMILY: tahoma, "Verdana", arial, verdana, helvetica;
FONT-SIZE: 16px;
COLOR: #2359BE;
}