/* Author : Anup Ujawane  */
/* By : Meltmagic-India  */
/* For : Deutsche Online Casinos  */
/* Date : 28th Apr. 2009 */


/* 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: #333;
font-size: 12px;
line-height: 1.3em;
}

body {
margin: 0px;
padding: 0px;
background-color: #e9e9e9;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: underline;
}

a:hover{
color: #FF3300;
}

.pad-left{
padding-left:13px;
}

/* 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;
}

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

.devide {
background-image: url("images/devide.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 3px 15px;
}

.bulleta {
background-image: url("images/bulleta.jpg");
background-repeat : no-repeat;
background-position: 15px 8px;
padding: 2px 1px 3px 30px;
}

/* links */

.left-nav a {
color: #fff;
font-size: 12px;
text-decoration: none;
border-bottom: #000 1px solid;
padding: 2px 5px 3px 15px;
display: block;
}

.left-nav a:hover{
color: #f6a600;
}

.white-link a {
color: #fff;
font-size: 12px;
text-decoration: none;
}

.white-link a:hover{
color: #fcc31c;
}

.page a {
text-decoration: none;
padding: 1px 5px 1px 5px;
}

.page a:hover{
}



/* background colours */

.white {
background-color: #fff;
}

.black {
background-color: #000;
}

.blue {
background-color: #a1a8de;
}

.bluea {
background-color: #00149c;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #1379cd;
}

.green-txt {
color: #31b557;
}

.orange-txt {
color: #f6a600;
}

.red-txt {
color: #FF3300;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 13px;
}

h2 {
font-size: 12px;
}

h3 {
font-size: 13px;
}