/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Leansoft.com  */
/* Date : 20th Jun 2007 */
/* 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: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0px;
padding: 0px;
background-image: url("images/back.jpg");
background-repeat : repeat-y;
background-position: center center;
}

.full-size-table {width: 780px;height: 100%;}

.row1 {height: 5%;vertical-align : top;}

.row2 {
height: 90%;
vertical-align : top;
background-color: #3c990d;
}

.i-row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {height: 5%;vertical-align : top;}

a {color: #333;text-decoration: none;}

a:hover{color: #000;}

/* images */

.header {
background-image: url("images/home-header.jpg");
background-repeat : no-repeat;
}

.i-top-tile {
background-image: url("images/i-top-tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.i-left-bot {
background-image: url("images/i-left-bot.jpg");
background-repeat : no-repeat;
background-position: left bottom;
background-color: #fff;
}

/* links */

.top-link a {
font-family: arial;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
display: block;
}

.top-link a:hover{color: #fff;}

.bot-link a {
font-family: arial;
color: #006699;
font-size: 11px;
font-weight: bold;
text-decoration: none;
display: block;
}

.bot-link a:hover{color: #000;}

.right-link a {
font-family: arial;
color: #4c4c4c;
font-size: 11px;
font-weight: bold;
text-decoration: none;
border-bottom : #c7c7c7 1px solid;
padding: 6px 1px 7px 1px;
display: block;
}

.right-link a:hover{color: #000;}

/* background colours */

.green {background-color: #5fbd30;}

.greena {background-color: #3c990d;}

/* borders */

.green-head {
border-left : #5fbd30 2px solid;
padding: 2px 30px 2px 4px;
color: #5fbd30;
}

.blue-head {
border-left : #052d89 2px solid;
padding: 2px 5px 2px 4px;
color: #052d89;
}

/* text */

.black-txt {color: #000;}

.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {font-family: arial;margin: 0px;}

h1 {font-size: 20px;}

h2 {font-size: 18px;}

h3 {font-size: 16px;}

h4 {font-size: 13px;}
