/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* form classes */

.style1 {color: #FF0000}


.style3 {
	font-size: 11px;
	font-weight: bold;
}
.style4 {font-size: smaller}
.style5 {
	font-size: 11px;
}




form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

input.check {
border-style:none;
border-width: 0px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height:1.4em;
}

body {
margin: 0px;
padding: 0px;
background-color: #024f97;
margin-top: 5px;
margin-bottom: 15px;
}

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

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

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

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

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

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

.pad-left{
padding-left:  25px;
}

.pad-lefta{
padding-left:  15px;
}

/* images */

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

.headera {
background-image: url("static_images/header1.jpg");
background-repeat : no-repeat;
}

.top-gred {
background-image: url("static_images/top-gred.jpg");
background-repeat : repeat-x;
}

.pass-box {
background-image: url("static_images/pass-box.jpg");
background-repeat : no-repeat;
}

.bullet {
background-image: url("static_images/bullet1.gif");
background-repeat : no-repeat;
background-position: 25px 6px;
padding: 2px 1px 3px 35px;
}

.bulleta {
background-image: url("static_images/bullet2.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 2px 1px 3px 12px;
}

/* links */

.top-nav a {
font-family: arial;
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding:6px 25px 7px 25px;
display: block;
}

.top-nav a:hover{
color: #fff;
background-color: #6abde9;
}

.current {
background-color: #6abde9;
}

.left-nav a {
font-family: arial;
color: #055382;
font-size: 12px;
font-weight: bold;
text-decoration: none;
background-image: url("static_images/bullet.gif");
background-repeat: no-repeat;
background-position: 20px 8px;
padding: 5px 5px 6px 31px;
border-bottom: #fff 1px solid;
display: block;
}

.left-nav a:hover{
color: #055382;
background-color: #7fc7ec;
}

/* background colours */

.blue {
background-color: #2aa1df;
}

.bluea {
background-color: #024f97;
}

.blueb {
background-color: #b5ddf5;
}

.bluec {
background-color: #3d75ac;
}

.blued {
background-color: #eef6fd;
}

.bluee {
background-color: #c5e5f8;
}

.bluef {
background-color: #90bbe4;
}

.blueg {
background-color: #e2f2f9;
}

.blueh {
background-color: #bbe0f3;
}

.green {
background-color: #f3fff3;
}

.greena {
background-color: #bceff3;
}

.gray {
background-color: #f8f8f8;
}

/* borders */

.left-right {
border-left : #90bbe4 1px solid;
border-right : #90bbe4 1px solid;
padding: 0px 15px 0px 15px;
}

.left-top-right {
border-left : #90bbe4 1px solid;
border-top : #90bbe4 1px solid;
border-right : #90bbe4 1px solid;
padding: 10px;
}

.top-right {
border-top : #90bbe4 1px solid;
border-right : #90bbe4 1px solid;
padding: 5px 5px 5px 30px;
}


.top-righta {
border-top : #90bbe4 1px solid;
border-right : #90bbe4 1px solid;
}

.top {
border-top : #90bbe4 1px solid;
}

.right {
border-right : #90bbe4 1px solid;
}

.bottom {
border-bottom : #90bbe4 1px solid;
}

.left {
border-left : #90bbe4 1px solid;
}

.border {
border : #90bbe4 1px solid;
padding: 2px 0 5px 0;
}
.gray-border {
border : #ccc 1px solid;
padding: 3px;
}

.blue-border {
border : #bbe0f3 1px solid;
}

.blue-bordera {
border : #125ea6 3px solid;
}

.white-border {
border-right : #fff 1px solid;
}

/* text */

.blue-txt {
color: #add6f0;
}

.blue-txta {
color: #024c93;
}

.blue-txtb {
color: #4a90d0;
}

.blue-txtc {
color: #2aa1df;
}

.blue-txtd {
color: #2687b9;
}

.blue-txte {
color: #406b84;
}

.white-txt {
color: #fff;
}

.red-txt {
color: #ff0000;
}

/* 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;
}