/* 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;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
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: #000;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #1b1e25;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

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 */

.header {
background-image: url("images/home-header.jpg");
background-repeat : no-repeat;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.back {
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.right-shadow {
background-image: url("images/right-shadow.jpg");
background-repeat : repeat-y;
}

.shadow {
background-image: url("images/shadow.jpg");
background-repeat : repeat-y;
}

.i-shadow {
background-image: url("images/i-shadow.jpg");
background-repeat : repeat-y;
}

/* links */

.top-link a {
color: #ffffff;
font-size: 11px;
text-decoration: none;
padding-left: 3px;
padding-right: 3px;
display: block;
background-color: #b19269;
border : #d0bea5 1px solid;
height: 18;
padding-top: 1;
}

.top-link a:hover{
color: #ffffff;
background-color: #b96331;
border : #d5a183 1px solid;
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;
}

.blue {
background-color: #daecfd;
}

.blue1 {
background-color: #5da1ec;
}

.blue2 {
background-color: #91c6f8;
}

.blue3 {
background-color: #c1dff9;
}

/* borders */

.border {
border : #cccccc 1px solid;
}

/* text */

.copyright {
color: #000000;
font-size: 11px;
}

.black-txt {
color: #000000;
}

.blue-txt {
color: #378be8;
font-size: 13;
}

/* headings */

.site-title {
font-size: 25px;
color: #378be8;
padding-left: 10;
font-weight: 800;
}

.white-title {
font-size: 25px;
color: #fff;
font-weight: 800;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: blue;
  text-decoration: underline;
}