/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : mdTeknix  */
/* Date : 15th Dec. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
}

.full-size-table {
width: 768px;
height: 100%;
}

.full-table {
width: 95%;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
}

.pop-row2 {
height: 95%;
vertical-align : top;
background-color: #fff;
}

a {
color: #094195;
text-decoration: underline;
}

a:hover{
color: #000;
}

b {
font-family: arial;
}

/* images */

.top-gred {
background-image: url("images/top-gred.jpg");
background-repeat : repeat-x;
}

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.bot-gred {
background-image: url("images/bot-gred.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.t-tile {
background-image: url("images/t-tile.jpg");
background-repeat : repeat-x;
}

.b-tile {
background-image: url("images/b-tile.jpg");
background-repeat : repeat-x;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 4px;
padding: 1px 1px 2px 18px;
}


/* links */

.top-link a {
font-family: arial;
color: #fff;
font-weight: bold;
font-size: 11px;
text-decoration: none;
padding: 12px 8px 7px 8px;
display: block;
}

.top-link a:hover{
color: #000;
}

.sub-link a {
font-family: arial;
color: #666;
font-weight: bold;
font-size: 11px;
text-decoration: none;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 10px 8px;
padding: 2px 5px 3px 20px;
border-bottom: #e8e8e8 1px solid;
display: block;
}

.sub-link a:hover{
color: #000;
}

.bot-link a {
color: #054bab;
font-size: 11px;
text-decoration: none;
}

.bot-link a:hover{
color: #000;
}


.scroll a {
color: #c9e0f6;
font-size: 11px;
text-decoration: underline;
}

.scroll a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #f4f4f4;
}

.blue {
background-color: #c9e0f6;
}

.bluea {
background-color: #266fb4;
}

.blueb {
background-color: #3478b9;
}

/* borders */

.border-lr {
border-left: #bfc3c8 1px solid;
border-right: #bfc3c8 1px solid;
}

.gray-border {
border : #ccc 1px solid;
padding: 5 5 5 5;
}

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #2a4d6e;
}

.blue-txta {
color: #0464b7;
}

.blue-txtb {
color: #c9e0f6;
}

.blue-txtc {
color: #054bab;
}

.blue-txtd {
color: #094195;
}

.green-txt {
color: #56a508;
}

.red-txt{
color:Red;
}

.error-txt
{
	font-size: 9px;
	color:Red;
}
/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}

h4 {
font-size: 15px;
}