/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : J. C. Trident, Inc.  */
/* Date : 19th Feb. 2008 */


/* 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: #a9bccf;
}

.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: underline;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
padding-left: 25px;
padding-bottom: 15px;
}

.top-right-img {
background-image: url("images/top-right-img.jpg");
background-repeat : no-repeat;
background-position: right;
}

.i-top-right-img {
background-image: url("images/i-top-right-img.jpg");
background-repeat : no-repeat;
background-position: right;
}

.content-gred {
background-image: url("images/content-gred.jpg");
background-repeat : repeat-x;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.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/bullet.jpg");
background-repeat : no-repeat;
background-position: 22px 9px;
padding: 2px 1px 3px 30px;
}

.check {
background-image: url("images/check.jpg");
background-repeat : no-repeat;
background-position: left 4px;
padding: 2px 1px 3px 22px;
}

.gred {
background-image: url("images/gred.jpg");
background-repeat : repeat-x;
}


/* links */

.nav a {
color: #fff;
font-family: arial;
font-size: 11px;
text-decoration: none;
border-bottom : #708eb5 1px solid;
background-image: url("images/normal.jpg");
background-repeat : repeat-y;
padding: 1px 5px 2px 10px;
font-weight: bold;
display: block;
}

.nav a:hover{
background-image: url("images/over.jpg");
background-repeat : repeat-y;
color: #fff;
}

.bot-nav a {
color: #576e8b;
font-size: 11px;
text-decoration: none;
}

.bot-nav a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #708eb5;
}

.bluea {
background-color: #5c7aa1;
}

.blueb {
background-color: #a8c6ed;
}

.bluec {
background-color: #270d82;
}

.blued {
background-color: #40426d;
}

.bluee {
background-color: #e1e5ed;
}

.bluef {
background-color: #c4cbda;
}

.gray {
background-color: #e5e5e5;
}

/* borders */

.border {
border : #a6a9ab 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #003f92;
}

.blue-txta {
color: #d1e4fc;
}

.blue-txtb {
color: #576e8b;
}

.blue-txtc {
color: #120654;
}

.blue-txtd {
color: #445f88;
}

.orange-txt {
color: #f59100;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

h4 {
font-size: 18px;
}