/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : FreeOnlineOffers.net  */
/* Date : 22nd Jun 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;
}

body {
margin: 0px;
padding: 0px;
background-image: url("../images/back.jpg");
background-repeat : repeat-x;
background-color: #006699;
}

.full-size-table {
width: 739px;
}

.middle {
vertical-align : top;
background-color: #ddedfa;
background-image: url("../images/tile2.jpg");
background-repeat : repeat-x;
}

a {
color: #333;
text-decoration: underline;
}

a:hover{
color: #000;
}

/* images */

.top-tile {
background-image: url("../images/top-tile.jpg");
background-repeat : repeat-x;
}

.tilea {
background-image: url("../images/tile1.jpg");
background-repeat : repeat-x;
background-position: bottom;
background-color: #fff;
}

.bot-tile {
background-image: url("../images/bot-tile.jpg");
background-repeat : repeat-x;
}

.h-dot-line {
background-image: url("../images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-color: #003366;
padding: 8px 10px 8px 10px;
display: block;
}

.top-link a:hover{
color: #fff;
background-color: #339900;
}

.right-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("../images/h-dot-line-green.jpg");
background-repeat : repeat-x;
background-position: bottom;
padding: 5px 10px 6px 1px;
display: block;
}

.right-link a:hover{
color: #fff;
}

/* background colours */

.green {
background-color: #339900;
}

.blue {
background-color: #6685a3;
}

/* borders */

.right-border {
border-right : #ddedfa 1px solid;
background-color: #659ee8;
}

.lr-border {
border-right : #ddedfa 1px solid;
border-left : #ddedfa 1px solid;
background-color: #659ee8;
}

/* text */

.green-txt {
color: #339900;
}

.gray-txt {
color: #5c5c5c;
}

.white-txt {
color: #deedf7;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 13px;
}
