/* MAKS bullets CSS - Version: 1.2 */

/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-color: #ffffff;
}

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

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

.row2 {
height: 90%;
vertical-align : top;
background-color: #d3d3db;
}

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

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

a:hover{
color: #000;
}

/* images */

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

.top-gred {
background-image: url("images/top-gred.jpg");
background-repeat : repeat-x;
border-top : #fff 3px solid;
border-left : #fff 3px solid;
border-right : #fff 3px solid;
background-color: #fff;
}

.top-greda {
background-image: url("images/top-greda.jpg");
background-repeat : repeat-x;
border : #fff 3px solid;
background-color: #fff;
}

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

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

.bullet {
background-image: url("images/blue-bullet.gif");
background-repeat : no-repeat;
background-position: 10 6;
padding: 3 1 4 20;
}

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

/* links */

.top-link a {
color: #666;
font-size: 11px;
text-decoration: none;
padding: 8 30 5 30;
font-weight: bold;
display: block;
}

.top-link a:hover{
color: #e97900;
}


.current {
color: #333;
font-size: 11px;
text-decoration: none;
background-image: url("images/orange-bullet.gif");
background-repeat : no-repeat;
background-position: 10 9;
padding: 6 1 7 20;
display: block;
}


.left-link a {
color: #333;
font-size: 11px;
text-decoration: none;
background-image: url("images/gray-bullet.gif");
background-repeat : no-repeat;
background-position: 10 9;
padding: 6 1 7 20;
display: block;
}


.left-link a:hover{
background-image: url("images/orange-bullet.gif");
background-repeat : no-repeat;
color: #000;
}


.left-link-sub a {
color: #333;
font-size: 11px;
text-decoration: none;
background-image: url("images/gray-bullet.gif");
background-repeat : no-repeat;
background-position: 15 9;
padding: 6 1 7 25;
display: block;
}


.left-link-sub a:hover{
color: #333;
font-size: 11px;
text-decoration: none;
background-image: url("images/orange-bullet.gif");
background-repeat : no-repeat;
background-position: 20 9;
padding: 6 1 7 30;
display: block;
}



/* Sitemap Links */

.sitemap-link a {
color: #0055FF;
font-size: 12px;
text-decoration: none;
background-image: url("images/gray-bullet.gif");
background-repeat : no-repeat;
background-position: 10 9;
padding: 6 1 7 20;
display: block;
}


.sitemap-link a:hover{
background-image: url("images/orange-bullet.gif");
background-repeat : no-repeat;
color: #000;
}

.sitemap-link-sub a {
color: #0077FF;
font-size: 12px;
text-decoration: none;
background-image: url("images/gray-bullet.gif");
background-repeat : no-repeat;
background-position: 40 9;
padding: 6 1 7 50;
display: block;
}


.sitemap-link-sub a:hover{
color: #333;
font-size: 12px;
text-decoration: none;
background-image: url("images/orange-bullet.gif");
background-repeat : no-repeat;
background-position: 50 9;
padding: 6 1 7 60;
display: block;
}



/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #d7d7d7;
}

.graya {
background-color: #d3d3db;
}

.grayb {
background-color: #e8e8e8;
}

/* borders */

.box {
border : #e4e3eb 1px solid;
background-color: #eaebef;
padding: 10 10 10 10;
}

/* text */

.gray-txt {
color: #969695;
}

.orange-txt {
color: #ed6a00;
}

.blue-txt {
color: #0f87cc;
}

.white-txt {
color: #fff;
}


/* headings */


h1 {
font-family: arial;
font-size: 20px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}