﻿/* Anup Ujawane (a_ujawane@yahoo.co.in) */


/* Form Classes */

FORM {
margin-bottom: 0;
}

INPUT {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

TEXTAREA {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

SELECT {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

/* Page Default Settings */

BODY {
FONT-FAMILY: tahoma, "MS Sans Serif", 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;
background-color: #FFFFFF;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #FFFFFF;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #FFFFFF;
}

TD {
	FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
	COLOR: #FFFFFF;
	FONT-SIZE: 11px;
}

.content {
FONT-SIZE: 11px;
text-align: justify;
}

.white-content {
	FONT-SIZE: 12px;
	text-align: justify;
	color: #D2D2D2;
}

A {
	color: #000000;
	text-decoration: none;
}

/* Images */

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

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

/* Links */

.top-link A {
COLOR: #FFFFFF;
FONT-SIZE: 11px;
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
display: block;
background-color: #3B3B3B;
height: 30;
padding-top: 7;
}

.top-link a:hover{
COLOR: #FFFFFF;
background-color: #C39419;
text-decoration: none;
}

.top-link2 A {
COLOR: #FFFFFF;
FONT-SIZE: 11px;
text-decoration: none;
padding-left: 20px;
padding-right: 20px;
display: block;
background-color: #C39419;
height: 30;
padding-top: 7;
}

.top-link2 a:hover{
COLOR: #FFFFFF;
background-color: #C39419;
text-decoration: none;
}

.left-link A {
COLOR: #FFFFFF;
FONT-SIZE: 11px;
text-decoration: none;
background-color: #333333;
display: block;
padding-left: 10;
padding-top: 7;
height: 30;
border-bottom : #5C5C5C 1px solid;
}

.left-link a:hover{
background-color: #333333;
text-decoration: none;
COLOR: #C39419;
}

/* Background Colours */

.black {
	background-color: #000000;
	color: #FFFFFF;
}
.black1 {
	background-color: #000000;
	height: 90%;
	color: #FFFFFF;
}

.white {
background-color: #FFFFFF;
}

.gray {
background-color: #9B9B9B;
}

.gray1 {
background-color: #333333;
}

.gray2 {
background-color: #474747;
}

.yellow {
background-color: #C39419;
}

.yellow1 {
background-color: #DCBC09;
}

.blue {
background-color: #103D81;
}

/* Borders */

.border {
border : #CCCCCC 1px solid;
}

/* Text */

.copyright {
COLOR: #000000;
FONT-SIZE: 11px;
}

.black-txt {
	COLOR: #FFFFFF;
}

.white-txt {
	COLOR: #FFFFFF;
	font-size: x-small;
	text-align: center;
}

/* Headings */

.page-head {
FONT-SIZE: 14px;
COLOR: #FFFFFF;
padding-right: 25;
letter-spacing: 5;
}
