/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Cash Advance Watch Dogs  */
/* Date : 25th Oct 2005 */


/* 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: 11px;
}

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: 780;
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;
}


/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center;
}

/* links */

.left-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 25;
border-bottom : #65ca00 1px solid;
height: 23px;
padding-top: 4;
}

.left-link a:hover{
background-color: transparent;
text-decoration: underline;
color: #000;
}

.left-sub-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 35;
border-bottom : #fff 1px solid;
height: 23px;
padding-top: 4;
background-color: #65ca00;
}

.left-sub-link a:hover{
background-color: #65ca00;
text-decoration: underline;
color: #000;
}

.right-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 12;
border-bottom : #fff 1px solid;
height: 20px;
padding-top: 2;
}

.right-link a:hover{
background-color: transparent;
text-decoration: underline;
color: #fff;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.green {
background-color: #65ca00;
}

.blue {
background-color: #093786;
}

.blue1 {
background-color: #03245c;
color: #fff;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

/* headings */

.blue-head {
font-size: 14px;
color: #093786;
}

.green-head {
font-size: 18px;
color: #61c101;
}

.white-head {
font-size: 16px;
color: #fff;
}


.right-head {
font-size: 12px;
color: #fff;
height: 28;
background-color: #4876c3;
padding-left: 12;
font-weight: bold;
}

h1
{
	font-size: 17px;
	color: #093786;
	font-family: tahoma;
}
h2,h3
{
	font-size: 17px;
	color: #61c101;
	font-family: tahoma;
}
hr
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.mainTextBody
{
	width:95%;
}
.regularLink
{
	font-size: 10px;
	font-family: tahoma;
	text-decoration: underline;
	color: #61c101;
}
.rankingsLink
{
	font-size: 10px;
	font-weight:bold;
	font-family: tahoma;
	text-decoration: underline;
	color: #000000;
}
.rankingsHeader
{
	font-size: 10px;
	color: #fff;
	background-color: #4876c3;
}