/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Blackjack Strategy Card  */
/* Date : 30th Mar. 2006 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 13.5px;
line-height: 18px;
}

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('images2/back.jpg');
background-repeat : repeat;
}

.full-size-table {
width: 779;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #bc1131;
}

/* images */

.top-tile {
background-image: url('images2/top-tile.jpg');
background-repeat : repeat-x;
}

.shadow {
background-image: url('images2/shadow.jpg');
background-repeat : repeat-y;
background-position: right;
background-color: #0940ab;
}

.tile {
background-image: url('images2/tile.jpg');
background-repeat : repeat-x;
}

.h-dot-line {
background-image: url('images2/h-dot-line.jpg');
background-repeat : repeat-x;
background-position: center center;
}

.gray-box {
background-image: url('images2/gray-box.jpg');
background-repeat : no-repeat;
}

.bullet-blue {
background-image: url('images2/bullet-blue.jpg');
background-repeat : no-repeat;
background-position: 10 center;
background-color: #f4f4f4;
border-bottom : #fff 1px solid;
height: 20;
padding-left: 20;
}

.bullet-red {
background-image: url('images2/bullet-red.jpg');
background-repeat : no-repeat;
background-position: 10 center;
background-color: #f4f4f4;
border-bottom : #fff 1px solid;
height: 20;
padding-left: 20;
}

.bullet-green {
background-image: url('images2/bullet-green.jpg');
background-repeat : no-repeat;
background-position: 10 center;
background-color: #f4f4f4;
border-bottom : #fff 1px solid;
height: 20;
padding-left: 20;
}

.bullet-yellow {
background-image: url('images2/bullet-yellow.jpg');
background-repeat : no-repeat;
background-position: 10 center;
background-color: #f4f4f4;
border-bottom : #fff 1px solid;
height: 20;
padding-left: 20;
}

.bullet-bluea {
background-image: url('images2/bullet-bluea.jpg');
background-repeat : no-repeat;
background-position: 10 center;
background-color: #f4f4f4;
border-bottom : #fff 1px solid;
height: 20;
padding-left: 20;
}



/* links */

.left-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 15;
border-bottom : #5a7fc7 1px solid;
height: 20;
padding-top: 2;
}

.left-link a:hover{
background-color: #3f6abd;
text-decoration: none;
color: #fff;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #d6d6d6;
}

.green {
background-color: #43ba46;
}

.greena {
background-color: #54c859;
}

.blue {
background-color: #99b1e0;
}

.bluea {
background-color: #0940ab;
}

.blueb {
background-color: #0071c8;
}

.red {
background-color: #f70926;
}

.yellow {
background-color: #ecbc0a;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.gray-txt {
color: #333;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #0940ab;
}

.red-txt {
color: #ff0000;
}

.tbl-red-txt {
color: #bc1131;
background-color: #fff;
}

/* headings */

.white-head {
font-size: 13px;
color: #fff;
padding-left: 10;
}

.blue-head {
font-size: 16px;
color: #0940ab;
}

.blue-heada {
font-size: 13px;
color: #0940ab;
}

.left-link-head{
color: #fff;
font-size: 11px;
text-decoration: none;
padding-left: 15;
border-bottom : #5a7fc7 1px solid;
height: 20;
padding-bottom:1;
}

h1 {
margin: 0;
text-decoration: bold;
}

style1 {
font-size: 11px;
}

.blue-line {
background-image: url("images/blue.jpg");
background-repeat : repeat-x;
background-position: center center;
}