/* For : Casino Cash Journey  */
/* Date : 12th Dec. 2005 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: arial, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: arial, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: arial, "ms sans serif", arial, verdana, helvetica;
color: #162b77;
font-size: 12px;
line-height: 17px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 778;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 93%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 2%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #162b77;
text-decoration: none;
}

a:hover{
color: #1aa853;
text-decoration: underline;
}

/* images */

.header-tile {
background-image: url("images/header-tile.jpg");
background-repeat : repeat-x;
}

.top-green-curve {
background-image: url("images/top-green-curve.jpg");
background-repeat : no-repeat;
}

.left-top-green-tile {
background-image: url("images/left-top-green-tile.jpg");
background-repeat : repeat-x;
}

.footer-tile {
background-image: url("images/footer-tile.jpg");
background-repeat : repeat-x;
}

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
background-position: top;
background-color: #fff;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
background-position: right;
background-color: #fff;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
background-position: top;
background-color: #fff;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
background-position: left;
background-color: #fff;
}

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
display: block;
background-color: #b19269;
border : #d0bea5 1px solid;
height: 20;
padding-top: 3;
}

.top-link a:hover{
color: #fff;
background-color: #b96331;
border : #d5a183 1px solid;
text-decoration: none;
}

.left-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 35;
border-bottom : #9acdf6 1px solid;
height: 24;
padding-top: 2;
background-image: url("images/normal.gif");
background-repeat : no-repeat;
background-position: left center;
}

.left-link a:hover{
background-color: #50c058;
background-image: url("images/over.gif");
background-repeat : no-repeat;
background-position: left center;
color: #fff;
text-decoration: none;
}


.bot-link a {
color: #fff;
text-decoration: none;
}

.bot-link a:hover{
color: #000;
text-decoration: none;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.blue {
background-color: #45a3ef;
}

.blue1 {
background-color: #1379cd;
}

.red {
background-color: #ff372b;
}

.yellow {
background-color: #ffd02b;
}

.green {
background-color: #73cf0f;
}

/* borders */

.black-border {
border : #000 1px solid;
}

.tbl-border {
border-bottom : #d2d2d2 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.red-txt {
color: #ff2a1d;
background-color: #fff;
}

/* headings */

.white-head {
font-size: 13px;
color: #fff;
}

.white-head1 {
font-size: 16px;
color: #fff;
}

.green-head {
font-size: 15px;
color: #31b557;
}

.blue-head {
font-size: 15px;
color: #162b77;
}

.style1 {
font-size: 11px
}

h1 {
margin: 0;
font-size: 15px;
color: #162b77;
}

h2 {
margin: 0;
font-size: 12px;
font-weight: bold;
color: #162b77;
}

h3 {
margin: 0;
font-size: 14px;
color: #162b77;
}

.green-head-txt {
font-size: 12px;
color: #31b557;
font-weight: bold;
}

.blue-bold-txt {
font-size: 12px;
color: #3399FF;
font-weight: bold;
}

.blue-line {
background-image: url("images/blue.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.yellow-bold-txt {
font-size: 12px;
color: #ffd02b;
font-weight: bold;
padding-left: 20;
border-bottom : #9acdf6 1px solid;
height: 24;
}

.yellow-txt {
font-size: 11px;
color: #ffd02b;
font-weight: bold;
}
