/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : SubodhSathe.com  */
/* Date : 1st Aug 2006 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, 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, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #E0E0E0;
scrollbar-shadow-color: #E0E0E0;
scrollbar-3dlight-color: #E0E0E0;
scrollbar-arrow-color: #1f1f1f;
scrollbar-track-color: #E0E0E0;
scrollbar-darkshadow-color: #E0E0E0;
background-color: #fff;
}

.full-table {
width: 100%;
height: 100%;
}

.full-row {
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

.i-full-row {
height: 100%;
background-color: #cfcfcf;
}

.full-size-table {
width: 780;
height: 100%;
}

.content {
text-align: justify;
}

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

a:hover{
color: #fff;
}

b {
font-family: arial;
}

/* images */

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


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

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

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding: 7px 6px 8px 6px;
font-weight: bold;
display: block;
}

.top-link a:hover{
color: #cfcfcf;
background-color: #fff;
}


.current a {
font-size: 11px;
text-decoration: none;
padding: 7px 6px 8px 6px;
font-weight: bold;
color: #999;
background-color: #fff;
display: block;
}

.current a:hover{
color: #999;
background-color: #fff;
}

/* background colours */

.black {
background-color: #000;
}

.gray {
background-color: #222;
}

.graya {
background-color: #111;
}

.grayc {
background-color: #4d4d4d;
}

.grayd {
background-color: #333;
}

.graye {
background-color: #f2f2f2;
}

.grayf {
background-color: #cfcfcf;
}

/* borders */

.border {
border : #7a7a7a 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.gray-txt {
color: #a7a7a7;
}

.gray-txta {
color: #999;
text-align: justify;
}

.yellow-txt {
color: #ffcc00;
}

.green-txt {
color: #4b8f92;
}

/* headings */

.white-head {
font-size: 18px;
color: #fff;
}