/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* 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: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #f4f4f4;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.h-dot-linea {
background-image: url("images/h-dot-line1.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.box-img {
background-image: url("images/box.jpg");
background-repeat : no-repeat;
}

/* links */

.left-link a {
color: #fff;
font-size: 13px;
text-decoration: none;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8;
padding: 3 1 4 15;
font-weight: bold;
display: block;
}

.left-link a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #838381;
}

.graya {
background-color: #767673;
}

.grayb {
background-color: #cecece;
}

/* borders */

.border-bot {
border-bottom : #bbb 1px solid;
background-color: #fff;
}

.border-lr {
border-left : #bbb 1px solid;
border-right : #bbb 1px solid;
background-color: #fff;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #2f78cc;
}

/* headings */

h1 {
font-family: arial;
font-size: 25px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}
