/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Bingo Journey  */
/* Date : 18th April. 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 12px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 12px;
}


/* page default settings */

body, td {
font-family: arial, "ms sans serif", arial, verdana, helvetica;
color: #162b77;
font-size: 12px;
line-height: 17px;
}

body {
margin: 0px;
padding: 0px;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.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;
}

.content {
text-align: justify;
}

a {
color: #162b77;
text-decoration: underline;
}

a:hover{
color: #31b557;
}

.pad {
padding-left: 10px;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.box-tile {
background-image: url("images/box-tile.jpg");
background-repeat : repeat-y;
}

.nav-bullet {
background-image: url("images/nav-bullet.jpg");
background-repeat : no-repeat;
background-position: 17px 8px;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 9px;
padding: 2px 1px 3px 10px;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.nav a {
color: #fff;
font-size: 12px;
text-decoration: none;
border-bottom: #9acdf6 1px solid;
padding: 2px 5px 3px 30px;
display: block;
}

.nav a:hover{
color: #fff;
background-color: #3092e2;
background-image: url("images/nav-bullet.jpg");
background-repeat : no-repeat;
background-position: 17px 8px;
}

.nav2 a {
color: #FFCC00;
font-size: 12px;
text-decoration: none;
border-bottom: #9acdf6 1px solid;
padding: 2px 5px 3px 30px;
display: block;
}

.nav2 a:hover{
color: #FFCC00;
background-color: #3092e2;
background-image: url("images/nav-bullet.jpg");
background-repeat : no-repeat;
background-position: 17px 8px;
}

.white-link a {
color: #fff;
font-size: 12px;
text-decoration: none;
}

.white-link a:hover{
color: #162b77;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.blue {
background-color: #2679bf;
}

.bluea {
background-color: #45a3ef;
}

.green {
background-color: #31b557;
}

.greena {
background-color: #31b557;
}

.red {
background-color: #ff372b;
}

/* borders */

.tbl-border {
border-bottom : #d2d2d2 1px solid;
}

.tbl-borderred {
color: #ff2a1d;
border-bottom : #d2d2d2 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.green-txt {
color: #31b557;
}

.blue-txt {
color: #1379cd;
}

.blue-txta {
color: #277ac0;
}

.blue-txtb {
color: #015092;
}

.brown-txt {
color: #d25603;
}

.red-txt {
color: #ff2a1d;
}


/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 13px;
}

h2 {
color: #1379cd;
font-family: arial;
font-size: 12px;
margin: 0;
}

h3 {
font-size: 13px;
}