/* By : accieon */
/* For : Next Rain Irrigation  */
/* Date : 18th Feb. 2008 */


/* 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: 13px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-image: url("images/bot-gred.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.full-size-table {
width: 819px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

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

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.right-top-back {
background-image: url("images/right-top-back.jpg");
background-repeat : no-repeat;
background-position: top right;
}

.bot-tile {
background-image: url("images/bot-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;
}

.bot-right {
background-image: url("images/bot-right2.jpg");
background-repeat : no-repeat;
background-position: right bottom;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 3px 15px;
}

/* links */

.nav a {
color: #333;
font-size: 12.8px;
text-decoration: none;
font-family: arial;
font-weight: bold;
padding: 1px 8px 3px 8px;
display: block;
}

.nav a:hover{
color: #0383c1;
}

.bot-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
}

.bot-link a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #d1d3d1;
}

.blue {
background-color: #96b9bd;
}

.bluea {
background-color: #75c0ec;
}

.blueb {
background-color: #037cbc;
}

.green {
background-color: #deecba;
}

.greena {
background-color: #95c323;
}

/* borders */

/* text */

.gray-txt {
color: #a9a9a9;
}

.blue-txt {
color: #0383c1;
}

.green-txt {
color: #446612;
}

/* 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;
}
