/* By : accieon  */
/* For : Porath Contractors Inc.  */
/* Date : 22nd Oct. 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;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #4e4e4e;
}

.full-table {
width: 95%;
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 {
font-family: arial;
}

.pad {
padding-left: 25px;
}

/* images */

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

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.nav-tile {
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-x;
}

.yellow-tile {
background-image: url("images/yellow-tile.jpg");
background-repeat : repeat-x;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
padding: 3px 1px 4px 25px;
}

.bulleta {
background-image: url("images/bullet2.jpg");
background-repeat : no-repeat;
background-position: left 7px;
padding: 2px 1px 3px 13px;
}

.bulletb {
background-image: url("images/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 4px;
padding: 2px 1px 3px 20px;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.top-link a {
font-family: arial;
font-weight: bold;
color: #b8b9ba;
font-size: 11px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : repeat-x;
padding: 11px 10px 17px 10px;
display: block;
}

.top-link a:hover{
background-image: url("images/over.jpg");
background-repeat : repeat-x;
color: #333;
}

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

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

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #e5e5e5;
}

.graya {
background-color: #515151;
}

/* borders */

/* text */

.gray-txt {
color: #b8b9ba;
}

.gold-txt {
color: #6a671a;
}

.green-txt {
color: #69770f;
}

.blue-txt {
color: #afc1cc;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 15px;
}

h3 {
font-size: 13px;
}

h4 {
font-size: 11px;
}