﻿/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Cross-Land Cpmveuprs, LLC  */
/* Date : 30th May 2008 */


/* 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: verdana, tahoma, "ms sans serif", arial, helvetica;
color: #333;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 15px;
padding: 15px;
background-color: #0353aa;
}

.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;
}

b, strong {
font-family: arial;
}

/* images */

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

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

.footer-tile {
font-family: tahoma, "ms sans serif", arial, helvetica, verdana;
background-image: url("images/footer-tile.jpg");
background-repeat : repeat-x;
padding-left: 20px;
}

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

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

.bulleta {
background-image: url("images/bulleta.jpg");
background-repeat : no-repeat;
background-position: 20px 9px;
padding: 2px 1px 3px 30px;
}

.bulletb {
background-image: url("images/bulletb.jpg");
background-repeat : no-repeat;
background-position: left 5px;
padding: 2px 1px 3px 20px;
}

/* links */

.nav a {
font-family: arial;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
padding: 13px 25px 14px 25px;
display: block;
}

.nav a:hover{
color: #fff;
background-color: #4a4a4a;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

.border {
border : #999 1px solid;
}

.bordera {
border : #999 1px solid;
padding: 10px;
}

/* text */

.blue-txt {
color: #1a5c9e;
}

.gray-txt {
color: #4e4e4e;
}

/* Heading */

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

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 18px;
}