
/* 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;
}

/* menu classes */

#dropmenudiv{
position:absolute;
border:1px solid #fff;
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color: #fff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f9b40d;
color: #fff;
}

/* 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-image: url("/images/back.jpg");
background-repeat : repeat-x;
background-color: #e7e9ec;
}

.full-size-table {
width: 780px;
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;
padding-bottom: 5px;
padding-right: 93px;
}

.gred {
background-image: url("/images/gred.jpg");
background-repeat : repeat-x;
}

.boxa {
background-image: url("/images/box1.jpg");
background-repeat : no-repeat;
padding-right: 10px;
border: #9598a2 1px solid;
}

.boxb {
background-image: url("/images/box2.jpg");
background-repeat : no-repeat;
padding-right: 10px;
border: #9598a2 1px solid;
}

.boxc {
background-image: url("/images/box3.jpg");
background-repeat : no-repeat;
padding-right: 10px;
border: #9598a2 1px solid;
}

.v-dot-line {
background-image: url("/images/v-dot-line.gif");
background-repeat : repeat-y;
background-position: center center;
}

.h-dot-line {
background-image: url("/images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.orange-bullet {
background-image: url("/images/orange-bullet.gif");
background-repeat : no-repeat;
background-position: left 4px;
padding: 1px 1px 2px 12px;
}

.yellow-bullet {
background-image: url("/images/yellow-bullet.gif");
background-repeat : no-repeat;
background-position: left 4px;
padding: 1px 1px 2px 12px;
}

.bullet {
background-image: url("/images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 9px;
padding: 2px 1px 3px 10px;
}

.bulleta {
background-image: url("/images/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 7px;
padding: 1px 1px 2px 6px;
}

.bulletb {
background-image: url("/images/bullet.jpg");
background-repeat : no-repeat;
background-position: 10px 8px;
padding: 1px 1px 2px 18px;
}

.bulletc {
background-image: url("/images/bullet1.gif");
background-repeat : no-repeat;
background-position: left 8px;
padding: 1px 1px 2px 10px;
}

.nav-bullet {
background-image: url("/images/nav-bullet.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 1px 1px 2px 10px;
}

.pop {
background-image: url("/images/pop.jpg");
background-repeat : no-repeat;
padding: 10px;
}

.i-pop {
background-image: url("/images/i-pop.jpg");
background-repeat : no-repeat;
padding: 10px;
}

.nav-head-back {
background-image: url("/images/nav-head-back.jpg");
background-repeat : repeat-x;
padding: 7px 1px 8px 1px;
}

.orange-tile {
background-image: url("/images/orange-tile.jpg");
background-repeat : repeat-x;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #ffffdd;
font-size: 11px;
text-decoration: none;
padding: 7px 18px 7px 18px;
display: block;
}

.nav a:hover{
color: #000;
background-color: #f9b40d;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #f6f6f7;
}

.graya {
background-color: #e8eaec;
}

.grayb {
background-color: #e1e5e6;
}

.grayc {
background-color: #a0a1a4;
}

.grayd {
background-color: #f6f7f8;
}

.graye {
background-color: #7c7c7c;
}

.grayf {
background-color: #a4a4a4;
}

/* borders */

.border {
border : #eaeaeb 1px solid;
}

.bordera {
border : #ababac 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.red-txt {
color: #c83901;
}

.orange-txt {
color: #f15f08;
}

.yellow-txt {
color: #fef8da;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 14px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 12px;
}