/* Author : accieon  */

/* 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: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #565656;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 771px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #0b6983;
text-decoration: underline;
}

a:hover{
color: #000;
}

b {
font-family: arial;
}

.pad {
padding-left: 235px;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.right-bot {
background-image: url("images/right-bot.jpg");
background-repeat : no-repeat;
background-position: bottom;
}

.curve-bot {
background-image: url("images/curve-bot.jpg");
background-repeat : no-repeat;
background-position: center bottom;
padding-bottom: 20px;
}

.curve-top {
background-image: url("images/curve-top.jpg");
background-repeat : no-repeat;
background-position: center top;
padding-top: 20px;
}

.login-box {
background-image: url("images/login-box.jpg");
background-repeat : no-repeat;
background-position: center center;
}

.corner {
background-image: url("images/corner.jpg");
background-repeat : no-repeat;
background-position: left bottom;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 3px 10px;
}

.bulleta {
background-image: url("images/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 9px;
padding: 2px 1px 3px 10px;
}

.bulletb {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 4px;
padding: 2px 1px 3px 18px;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.v-dot-line {
background-image: url("images/v-dot-line.gif");
background-repeat : repeat-y;
background-position: center center;
}

/* links */

.nava a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : no-repeat;
width: 145px;
text-align: center;
padding: 6px 1px 7px 1px;
display: block;
}

.nava a:hover{
background-image: url("images/over1.jpg");
background-repeat : no-repeat;
color: #000;
}

.navb a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : no-repeat;
width: 73px;
text-align: center;
padding: 6px 1px 7px 1px;
display: block;
}

.navb a:hover{
color: #000;
background-image: url("images/over2.jpg");
background-repeat : no-repeat;
}

.navc a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : no-repeat;
width: 114px;
text-align: center;
padding: 6px 1px 7px 1px;
display: block;
}

.navc a:hover{
background-image: url("images/over3.jpg");
background-repeat : no-repeat;
color: #000;
}

.navd a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : no-repeat;
width: 56px;
text-align: center;
padding: 6px 1px 7px 1px;
display: block;
}

.navd a:hover{
color: #000;
background-image: url("images/over4.jpg");
background-repeat : no-repeat;
}

.left-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
}

.left-link a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #ebebeb;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.gray-txt {
color: #b1b1b1;
}

.brown-txt {
color: #84252b;
}

.orange-txt {
color: #bd8101;
}

/* 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;
}