/* anup ujawane (a_ujawane@yahoo.co.in) */


/* form classes */

form {
margin-bottom: 0;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}

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-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: #333333;
font-size: 11px;
}

.content {
font-size: 11px;
text-align: justify;
}

a {
color: #333333;
text-decoration: none;
}

/* images */

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.black-dot {
background-image: url("images/black-dot.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.white-dot {
background-image: url("images/white-dot.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 {
color: #ffffff;
font-size: 11px;
text-decoration: none;
display: block;
background-color: #666666;
height: 28;
padding-top: 7;
}

.top-link a:hover{
color: #F5BD13;
background-color: #666666;
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: #9b9b9b;
}

.gray1 {
background-color: #666666;
}

.gray2 {
background-color: #e5e5e5;
}

.gray3 {
background-color: #d1d1d1;
}

.yellow {
background-color: #f5bd13;
}

.green {
background-color: #afdc13;
}

/* borders */

.border-top {
border-top : #f5bd13 2px solid;
background-color: #e5e5e5;
}

.border-left {
border-left : #f5bd13 2px solid;
background-color: #e5e5e5;
}

.border-right {
border-right : #f5bd13 2px solid;
background-color: #e5e5e5;
}

.border-bottom {
border-bottom : #f5bd13 2px solid;
background-color: #e5e5e5;
}

/* text */

.copyright {
color: #000000;
font-size: 11px;
}

.black-txt {
color: #000000;
}

.white-txt {
color: #ffffff;
}

.black-txt13 {
color: #000000;
font-size: 13px;
}

.red-txt {
color: #ff0000;
}

/* headings */

.phone-txt {
font-size: 20px;
color: #f5bd13;
padding-right: 20;
}

.green-head {
font-size: 20px;
color: #afdc13;
padding-right: 20;
}

.black-head {
font-size: 16px;
color: #000000;
}


.white-head {
font-size: 14px;
color: #ffffff;
}
