/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : ATS  */
/* Date : 14th Sept 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-image: url("images/back.jpg");
background-repeat : repeat-x;
background-position: top;
background-color: #020001;
}

.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 {
font-family: arial;
}


/* images */

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

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

.top-cor {
background-image: url("images/top-cor.jpg");
background-repeat : no-repeat;
background-position: top left;
}

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

.left-bot {
background-image: url("images/left-bot-img.jpg");
background-repeat : no-repeat;
background-position: bottom;
background-color: #e6e6e6;
padding-bottom: 221px;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 2px 1px 3px 15px;
}

.bulleta {
background-image: url("images/bullet1.gif");
background-repeat : no-repeat;
background-position: left 5px;
padding: 2px 1px 3px 15px;
}

/* links */

.left-link a {
color: #000;
font-size: 11px;
text-decoration: none;
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: left bottom;
padding: 3px 5px 4px 15px;
display: block;
}
.category {
color: #000;
font-size: 11px;
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: left bottom;
padding: 3px 5px 4px 15px;
display: block;
}


.left-link a:hover{
color: #000;
}

.sub-link a {
font-family: arial;
color: #000;
font-size: 11px;
text-decoration: none;
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: left bottom;
padding: 3px 5px 4px 20px;
font-weight: bold;
display: block;
}

.sub-link a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #d7d7d6;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.green-txt {
color: #8aac02;
}

.gray-txt {
color: #5b5b5b;
}

.blue-txt {
color: #0089cf;
}

.brown-txt {
color: #925700;
}

.brown-txta, .brown-txta a{
color: #d88c86;
}

/* Heading */

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

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}