/* 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;
font-size: 11px;
}

textarea {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

/* 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-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 95%;
vertical-align : top;
background-color: #ffffff;
}

.row2 {
height: 5%;
vertical-align : top;
background-color: #ffffff;
}

td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333333;
font-size: 11px;
}

.content {
font-size: 11px;
text-align: justify;
}

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

/* images */

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

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

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

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

.i-img {
background-image: url("images/i-img.jpg");
background-repeat : no-repeat;
background-position: top left;
}

.main-bullet {
background-image: url("images/main-bullet.jpg");
background-repeat : no-repeat;
background-position: left center;
padding-left: 15;
}

.sub-bullet {
background-image: url("images/sub-bullet.jpg");
background-repeat : no-repeat;
background-position: 16;
padding-left: 30;
}

.sub-sub-bullet {
background-image: url("images/sub-sub-bullet.jpg");
background-repeat : no-repeat;
background-position: 35;
padding-left: 45;
}


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

/* links */

.top-link a {
color: #ffffff;
font-size: 11px;
text-decoration: none;
padding-left: 8px;
padding-right: 8px;
display: block;
padding-top: 6;
height: 27;
}

.top-link a:hover{
color: #ffffff;
background-color: #c62b14;
text-decoration: none;
}

.left-link a {
color: #000000;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 10;
}

.left-link a:hover{
background-color: transparent;
text-decoration: none;
color: #000000;
}

/* background colours */

.black {
background-color: #000000;
}

.white {
background-color: #ffffff;
}

.gray {
background-color: #6e6e6e;
}

.gray1 {
background-color: #aeaeae;
}

.red {
background-color: #e23922;
}

/* borders */

.border-top {
border-top : #c92c15 2px solid;
}

.border-left {
border-left : #c92c15 2px solid;
}

.border-right {
border-right : #c92c15 2px solid;
}

.border-bottom {
border-bottom : #c92c15 2px solid;
}

.gray-border {
border: #e2e2e2 1px solid;
padding: 10 10 10 10;
}

.r-top {
border-top : #E23922 1px solid;
}

.r-bottom {
border-bottom : #E23922 1px solid;
}

.r-left {
border-left : #E23922 1px solid;
}

.r-right {
border-right : #E23922 1px solid;
}

/* text */

.copyright {
color: #000000;
font-size: 11px;
}

.black-txt {
color: #000000;
font-size: 13;
}

.white-txt {
color: #ffffff;
}

.gray-txt {
color: #999999;
font-size: 16;
}

.red-txt {
color: #e23922;
font-size: 13;
}

/* headings */

.red-head {
font-size: 14px;
color: #E23922;
}

.black-head {
font-size: 13px;
color: #000000;
}

.black-head1 {
font-size: 18px;
color: #000000;
}

.yellow-head {
font-size: 16px;
color: #ffde00;
letter-spacing: 3;
font-weight: 800;
}

.page-head {
font-size: 18px;
color: #E23922;
}

.white-head {
font-size: 15px;
color: #ffffff;
background-color: #e23922;
}
