/* For : Gamble Journey  */
/* Date : 5th Nov. 2008 */


#dropmenudiv{
position:absolute;
border:1px solid #fff;
border-bottom-width: 0;
font:normal 13px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-align: center;
border-bottom: 1px solid #fff;
padding: 4px 4;
text-decoration: none;
color: #fff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #8185bf;
}



/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-family: arial, verdana, helvetica;
font-size: 12px
}

.no-border {
border-style: solid;
border-width: 0px;
font-family: arial, verdana, helvetica;
font-size: 12px
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12.5px;
line-height: 17px;
}

body {
margin: 0px;
padding: 0px;
background-color: #cbccdb;
}

.full-size-table {
width: 962px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #162b77;
text-decoration: underline;
}

a:hover{
color: #339900;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.nav-back {
background-image: url("images/nav-back.jpg");
background-repeat : repeat-x;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-y;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 7px;
padding: 2px 1px 3px 14px;
}


/* links */

.nav a {
color: #fff;
font-size: 12px;
text-decoration: none;
text-align: center;
font-weight: bold;
background-image: url("images/spacer.gif");
background-repeat : repeat-x;
padding: 8px 24px 9px 24px;
display: block;
}

.nav a:hover{
color: #fff;
background-image: url("images/over.jpg");
background-repeat : repeat-x;
}

.bot-nav a {
color: #fff;
text-decoration: none;
padding: 1px 5px 1px 5px;
}

.bot-nav a:hover{
color: #999999;
}

.counter a {
color: #162b77;
text-decoration: none;
padding: 1px 5px 1px 5px;
}

.counter a:hover{
}

/* background colours */

.white {
background-color: #fff;
}

.voilet {
background-color: #a2a4c4;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #162b77;
}

.red-txt {
color: #ff0000;
}

.green-txt {
color: #339900;
}

.purblue-txt {
color: #000066;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}