/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Gas Station  */
/* Date : 8th Aug. 2007 */


/* form classes */

/* page default settings */

body, td {
font-family: verdana, helvetica;
color: #333;
font-size: 13px;
}
 ul, li {
font-family: verdana, helvetica;
color: #333;
font-size: 13px;
}
body {
margin: 0px;
padding: 0px;
background-color: #e3e2e4;
margin-top: 8px;
}

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

/* images */

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

.header-inside {
background-image: url("images/header-inside.jpg");
background-repeat : no-repeat;
padding-top: 35px;
}

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

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

.text {
font-family: arial;
color: #2C2C2C;
font-size: 11px;
}

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

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

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

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

/* links */

.top-link a {
font-family: verdana;
color: #333;
font-size: 11px;
text-decoration: none;
border-bottom : #fff 1px solid;
font-weight: bold;
padding: 8px 1px 1px 1px;
display: block;
}

.top-link a:hover{
color: #224093;
border-bottom : #224093 1px solid;
}

.top-link-selected a{
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #224093;
text-decoration: none;
padding: 8px 1px 1px 1px;
border-bottom : #224093 1px solid;
display: block;
}

.top-link-selected a:hover{
color: #224093;
text-decoration: none;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #224093;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.red-txt {
color: #e80630;
}
.blue-txt {
color: #0033CC;
}

.red-txt-inside {
color: #e80630;
background-image: url('images/underline.jpg');
height: 18px
}

.gray-txt {
color: #565656;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: verdana;
padding-top:10px;
margin: 0px;
}

h1 {
font-size: 13px;
}

h2 {
font-size: 11px;
}
