/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Soil Solutions, LLC  */
/* Date : 18th April. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12px;
}

body {
padding: 0px;
margin: 15px 0px 15px 0px;
background-color: #e0dfe1;
}

.full-size-table {
width: 764px;
}

.row2 {
vertical-align : top;
background-color: #fff;
}

.row3 {
vertical-align : top;
border-left : #fff 2px solid;
border-right : #fff 2px solid;
border-bottom : #fff 1px solid;
}

.content {
text-align: justify;
}

a {
color: #6699cc;
text-decoration: none;
}

a:hover{
color: #333;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 3px 1px 4px 20px;
}

.bulleta {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 35px 7px;
padding: 3px 1px 4px 45px;
}

/* links */

.left-link a {
font-family: arial;
color: #000;
font-size: 11px;
text-decoration: none;
border-top : #9abbd1 1px solid;
padding: 6px 5px 7px 20px;
font-weight: bold;
display: block;
}

.left-link a:hover{
background-color: #87adc9;
color: #000;
}

.current a {
font-family: arial;
color: #000;
font-size: 11px;
text-decoration: none;
border-top : #9abbd1 1px solid;
padding: 6px 5px 7px 20px;
font-weight: bold;
background-color: #87adc9;
display: block;
}

/* background colours */

.gray {
background-color: #3d3d3d;
}

.graya {
background-color: #636363;
font-family: arial, verdana, helvetica;
font-size: 11px;
color: #fff;
}

.blue {
background-color: #6999bb;
border-left : #fff 2px solid;
}

.yellow {
background-color: #faf5e9;
border-left : #fff 1px solid;
border-right : #fff 1px solid;
padding-left: 27px;
padding-top: 20px;
padding-bottom: 20px;
}

.white {
background-color: #fff;
}

.black {
background-color: #000;
}

/* borders */

.border-bot {
border-left : #fff 2px solid;
border-right : #fff 2px solid;
border-bottom : #fff 1px solid;
}

/* text */

.gray-txt {
color: 3d3d3d;
}

.blue-txt {
color: #073465;
}

.blue-txta {
color: #073465;
padding-left: 20px;
}

.gold-txt {
color: #9e8733;
}

.small-white-txt {
font-family: arial, verdana, helvetica;
font-size: 11px;
color: #fff;
}

/* headings */

h1 {
font-family: arial;
font-size: 16px;
margin: 0px;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0px;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0px;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0px;
}