
/* Freebets CSS Stylesheet */


* {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

body {
	margin: 0;
	padding: 0; 
	font: normal 0.8em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #555555;
	text-align: center;
	height: 100%;
}

form p label {
	width: 20%;
	float: left;
	margin: 0px auto;
	padding: 0;
}

form p label span {
	width: 20%;
	float: left;
	margin: 0px auto;
	padding: 0;
}

#container {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	border: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 70px;
	background: transparent url(../../images/bg_main.jpg) no-repeat center top;
}

#container_content {
	margin: 0px auto;
	width: 800px;
	padding-top: 175px;
	border: solid 0px orange;
	height: 100%;
}

/* Top Navigation */
#linkList{
	position: absolute;
	top: 140px;
	margin-left: 0px;
	width: 800px;
	padding-left: 0px;
	border: solid 0px green;
}

#linkList2{
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
}

#linkList ul {
	text-align: justify;
	list-style: none;
	margin: 0;
	padding: 0;
}

#linkList ul li{
	margin: 0;
	padding: 3px 11px 3px 11px;
	display:inline;
	text-align: right;
}

#linkList ul li a, #linkList ul li a:visited {
	color: #990134;
	font-size: 14px;
	text-decoration: none;
}

#linkList ul li a:hover 
{
	color: #990134;
	font-size: 14px;
	text-decoration: underline;
}


/* Footer Navigation */
#linkListFooter{
	margin: 0px auto;
	padding: 0;
	width: 800px;
	border-top: solid 1px #87CBA2;
}

#linkList2Footer{
	width: 800px;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	text-align: center;
}

#linkListFooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#linkListFooter ul li{
	margin: 0;
	padding: 3px 17px 3px 17px;
	display:inline;
}

#linkListFooter ul li a, #linkListFooter ul li a:visited {
	color: #136946;
	font-size: 10px;
	text-decoration: none;
}

#linkListFooter ul li a:hover 
{
	color: #3AAF7B;
	font-size: 10px;
	text-decoration: underline;
}

/* QuickBet Navigation */
#quickbetNavHolder 
{
	position: absolute;
	top: 175px;
	float: left;
	width: 150px;
	background-color: #fdd865;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CC9502;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CC9502;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CC9502;
}


#quickbetNavContainer ul
{
	list-style-type: none;
	text-align: left;
	background-color: #fffb97;
	
}

#quickbetNavContainer ul li a
{
	background: transparent url(../../images/css/quickbet-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: bold 1.0em Tahoma, Verdana, Arial, Georgia, sans-serif;
	text-decoration: none;
	color: #555;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFEC4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC9502;
	width: 135px;
	line-height: 20px;
	display: block;
}

#quickbetNavContainer .clsQuickBetHeader
{
	background-color: #FEE765;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC9502;
	line-height: 20px;
}

#quickbetNavContainer ul li a:hover
{
	background: transparent url(../../images/css/quickbet-hover.gif) left center no-repeat;
	color: #990000;
	background-color: #FFFEF2;
}


/* General Page Layout */
#pagetitle {
	top: 170px;
	position: relative;
	left: 165px;
	width: 635px;
	text-align: left;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #000066;
	border: solid 1px blue;
}

#pagetitle p {
	font: normal 1.2em Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #403874;
	text-align: left;
	text-decoration: none;
}

#maincontent {
	width: 635px;
	text-align: justify;
	padding: 0px 5px 0px 160px;
	border: solid 0px green;
}

#maincontent p {
	font: normal 0.9em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #7c7c7c;
}



.cssLabelNormal
{
	padding-right: 100px;
}

.cssLabelMandatory
{
	color: #403874;
	padding-right: 100px;
}

.cssLabelContactForm
{
	color: #403874;
}

.cssErrorMessage
{
	color: #ff0000;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

/* images */
a .clsImageLink
{
	border-style: none;
}


/* buttons */
.clsButton {
	border-width: 1px 1px 1px 1px;
	border-color: #403874;
	border-style: solid;
	background: #DAD7F1;
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
.clsButtonHover {
	border-width: 1px 1px 1px 1px;
	border-color: #403874;
	border-style: solid;
	background: #F0EEFC;
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}


/* inputs */
.clsInputDefault {
	background-color: #eeeeee;
	border-color: #444444;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
	padding: 0;
	width:300px;
	font: normal 1.0em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #7c7c7c;
}

.clsInputFocus {
	background-color: #ffffff;
	border-color: #403874;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
	padding: 0;
	width:300px;
	font: normal 1.0em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #7c7c7c;
}

.clsInputError {
	background-color: #FFFFFF;
	border-color: #FFF2F2;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
	padding: 0;
	width:300px;
	font: normal 1.0em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #7c7c7c;
}

.clsHeader {
	font: normal 1.2em Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #403874;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}


p {
	margin-bottom: 10px;
}

h1 
{
	font-size: 15px;
}

/* Homepage - Bookie Repeater */
.bookieRepeaterHolder
{
	width: 620px;
	height: 50px;
	padding: 5px 0px 3px 0px;
	margin: 2px 0px 2px 0px;
	border-bottom: solid 1px green; 
	border-top: solid 1px green;
	background-color: #eefff5;
}

.bookieRepeaterLeft
{
	width: 100px;
	height: 40px;
	padding: 1px 1px 1px 1px;
	float: left;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0C6D44;
}

.bookieRepeaterMiddle
{
	width: 400px;
	float: left;
	border: solid 0px red;
	padding: 0px 0px 0px 5px;
	text-align: left;
	line-height: 125%;
}

.bookieRepeaterRight
{
	width: 100px;
	padding: 0px 0px 0px 2px;
	float: left;
	border: solid 0px purple;
	text-align: center;
}

.bookieRepeaterRightMain 
{
	font-weight: bold;
}

.bookieRepeaterRightSmall 
{
	font-weight: bold;
	font-size: 10px;
}

/* Bookie Main Page - Bookie Repeater */
.bookieMainHolder
{
	width: 620px;
	height: 90px;
	padding: 5px 0px 3px 0px;
	margin: 2px 0px 2px 0px;
	border-bottom: solid 1px green; 
	border-top: solid 1px green;
	background-color: #eefff5;
}

.bookieMainLeft
{
	width: 150px;
	height: 80px;
	padding: 1px 1px 1px 1px;
	float: left;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0C6D44;
}

.bookieMainMiddle
{
	width: 300px;
	float: left;
	border: solid 0px red;
	padding: 0px 0px 0px 5px;
	text-align: left;
}

.bookieMainRight
{
	width: 150px;
	padding: 0px 0px 0px 2px;
	float: left;
	border: solid 0px purple;
	text-align: center;
}

.bookieMainRightMain 
{
	font-weight: bold;
}

.bookieMainRightSmall 
{
	font-weight: bold;
	font-size: 10px;
}


.p1 
{
	font: normal 1.0em Verdana, Arial, Georgia, sans-serif; 
	color: #555555;
	text-align: left;
}

.content_strong
{
	font-weight: bold;
}

