/* 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, verdana, helvetica;
color: #333;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
}

.full-size-table {
width: 946px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.back {
background-image: url("images/back.jpg");
background-repeat : repeat-x;
}

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 6px 10px;
}

.footer-tile {
background-image: url("images/footer-tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

/* links */

.left-nav a {
background-image: url("images/nav-back.gif");
background-repeat : no-repeat;
background-position: left bottom;
font-weight:bold;
color: #000;
font-size: 11px;
text-decoration: none;
padding: 1px 1px 3px 27px;
display: block;
}

.left-nav a:hover{
color: #8ab510;
}

/* background colours */

.white {
background-color: #fff;
}

.green {
background-color: #8ab510;
}

.greena {
background-color: #03b36b;
}

.greenb {
background-color: #9bda05;
}

.greenc {
background-color: #edf3b1;
}

.orange {
background-color: #fdcc06;
}

/* borders */

.border-lr {
border-left : #e8e693 1px solid;
border-right : #e8e693 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.green-txt {
color: #417d0a;
}

.green-txta {
color: #1e4500;
}

.gold-txt {
color: #838109;
}

.red-txt {
color: #ff3301;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height:normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 20px;
}