/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */

/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
}

.full-size-table {
width: 1000px;
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;
}

br {
line-height: 0.8em;
}

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

a:hover{
color: #000;
}

.pad-bot {
padding-bottom: 20px;
}

/* images */

.top-tile {
background-image: url("images_index/top-tile.jpg");
background-repeat : repeat-x;
}

.nav-tile {
background-image: url("images_index/nav-tile.jpg");
background-repeat : repeat-x;
}

.bot-tile {
background-image: url("images_index/bot-tile.jpg");
background-repeat : repeat-x;
}

.box-tile {
background-image: url("images_index/box-tile.jpg");
background-repeat : repeat-x;
border: #92a2f7 1px solid;
background-color: #fafbff;
}

.gray-tile {
background-image: url("images_index/gray-tile.jpg");
background-repeat : repeat-x;
padding-left: 15px;
height: 35px;
font-weight: bold;
color: #2638b7;
}

.gray-tilea {
background-image: url("images_index/gray-tile1.jpg");
background-repeat : repeat-x;
padding-left: 15px;
height: 68px;
font-size: 11px;
font-weight: bold;
color: #fff;
}

/* links */

.nav a {
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
background-image: url("images_index/nav-bullet.jpg");
background-repeat : no-repeat;
background-position: left 3px;
padding: 1px 20px 2px 22px;
display: block;
}

.nav a:hover{
color: #f9da4e;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #f4f4f4;
}

.graya {
background-color: #d2d2d2;
}

.grayb {
background-color: #e5e5e5;
}

.grayc {
background-color: #999;
}

.blue {
background-color: #c7caf0;
}

/* borders */

.border {
border : #bcb9a9 1px solid;
background-color: #fff;
}

.bordera {
border-left : #bcb9a9 1px solid;
border-right : #bcb9a9 1px solid;
border-bottom : #bcb9a9 1px solid;
background-color: #fff;
font-size: 11px;
font-weight: bold;
text-align: center;
height: 35px;
line-height: normal;
}

.border-rb {
border-right : #525252 1px solid;
border-bottom : #525252 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #18248b;
}

.red-txt {
color: #cf343b;
}

.small-txt {
font-size: 11px;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}