﻿/*----------------------------------------- Main Layout -------------------------------------------*/

body, html
{
	font-family : verdana,helvetica,freesans,sans-serif; 
	font-size: 85%; 
	margin: 0;
	padding: 0;
	color:  #814020;
	line-height: 24px
}

body {
	min-width: 900px;
}

p
{
	font-family : verdana,helvetica,freesans,sans-serif; 
	margin: 0 50px 30px 10px;
	text-align: justify;
	color: #814020;
}

h1
{
	font-family: verdana,helvetica,freesans,sans-serif; 
	font-size: large;
	font-style: normal;
}

#back
{
	background: green;
}

#wrap 
{
	margin: 0 auto;
	width: 900px;
	background: white ;	
}

#sidebar
{
	width: 240px;
	margin-left: 5px;
	margin-top: 5px;
}

#mainContent 
{
	width: 600px;
	margin: 10px 0 5px 10px;
	background: transparent;	
}

#Resultsent 
{
	width: 850px;
	margin: 10px 0 5px 10px;
	background: transparent;	
}

#bottom
{
	clear: both;
	background: green;
	width: 100%;
	height: 40px;
}

/*----------------------------------------- Title -------------------------------------------*/
#header {
	height: 60px;
}

#pageHeader
{
	float: left;
	margin:  0 0 0 15px;
	width: 350px;
	height: 60px;
	background: transparent url(images/TransBrand.gif) no-repeat;
}

#rightHeader
{
	float: right;
	margin:  15px 30px 0 15px;
}

#prtLogo
{
	width: 60px;
	height: 60px;
	background: transparent url(images/plainLogo2.gif) no-repeat;
	float: left;
}

#logo
{
	width: 450px;
	height: 60px;	
	background: white url(images/Horses2.jpg) no-repeat;
	float: right;
	display: inline;
}
	

#advert 
{
	float: right;
}
#line
{
	padding: 0 0 0 0;
	margin: 0;
	background: url(images/line.gif) repeat-x bottom;
	height: 6px;
	width: 100%;
}

/*----------------------------------------- Menu ---------------------------------------------*/
#menu 
{
	background-color: #492d18;
	margin: 0 0 0 0;
	padding: 1px 0 ;
	width: 100%;
	border-top: solid 1px black;
	border-bottom: solid 2px black;
}

#menu li
{
	margin: 5px 0;
	padding: 0 3px 0 3px;
	display: inline;
	background-color: #492d18;
	list-style-type: none;
}

#menu a
{
	margin: 0;
	font-weight: 300;
	font-family: Arial;
	text-align: center;
	font-variant: normal;
	font-size: 1em;
	line-height: 10px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: white;
	border: solid 1px #492d18;
}

#menu a:hover
{
	color: Black;
	background-color: white;
	border-right: Burlywood 1px solid;
	border-top: saddlebrown 1px solid;
	border-left: saddlebrown 1px solid;
	border-bottom: Burlywood 1px solid;
}

#menu2
{
	background-color: #492d18;
	margin: 0 0 0 0;
	padding: 1px 0 ;
	width: 100%;
	border-top: solid 1px black;
	border-bottom: solid 2px black;
}

#menu2 li
{
	margin: 5px 0;
	padding: 0 3px 0 3px;
	display: inline;
	background-color: #492d18;
	list-style-type: none;
}

#menu2 a
{
	margin: 0;
	font-weight: 300;
	font-family: Arial;
	text-align: center;
	font-variant: normal;
	font-size: 1em;
	line-height: 10px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: white;
	border: solid 1px #492d18;
}

#menu2 a:hover
{
	color: Black;
	background-color: white;
	border-right: Burlywood 1px solid;
	border-top: saddlebrown 1px solid;
	border-left: saddlebrown 1px solid;
	border-bottom: Burlywood 1px solid;
}


#highlight
{
	margin: 0;
	font-weight: 300;
	font-family: Arial;
	text-align: center;
	font-variant: normal;
	font-size: 1em;
	line-height: 10px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: red;
	border: solid 1px #492d18;
}

#memberMenu
{
	background-color: #660033;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#memberMenu li
{
	margin: 5px 0;
	padding: 0 10px 0 20px;
	display: inline;
	background-color: #660033;
	list-style-type: none;
}

#memberMenu a
{
	margin: 0;
	font-weight: 300;
	font-family: Arial;
	text-align: center;
	font-variant: normal;
	font-size: 1em;
	line-height: 10px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: white;
	border: solid 1px #660033;
}

#memberMenu a:hover
{
	color: Black;
	background-color: white;
	border-right: Burlywood 1px solid;
	border-top: saddlebrown 1px solid;
	border-left: saddlebrown 1px solid;
	border-bottom: Burlywood 1px solid;
}



/*----------------------------------------- Sidebar ---------------------------------------------*/
#sidebarBox
{
	border: 0;
	margin-left: 0;
	padding-left: 2px;
	width: 241px;
	float: left;
	background: white url(images/sideBarMid.jpg) repeat-y;
}


#topofBox
{
	border: 0;
	margin-left: 0;
	width: 241px;
	height: 16px;
	background: white url(images/sideBarTop.jpg);
}

#login
{
	margin: 0 0 0 12px;
	padding: 10px 0 10px 10px;
	width:190px;
	background: white;
	text-align: center;
	border: solid 1px #888888;
	font-size: 10px;
	color: black;
	font-family: Georgia;
	line-height: normal;
}

#login strong
{
	font-weight: bolder;
}

.loginText
{
	font-family : Arial, verdana,helvetica,freesans,sans-serif; 
	font-size: 12px;
}

#monthly_figures
{
	margin-left: 5px;
	width:190px;
	height: 110px;
	background: #ffff33;
	text-align:center;
	border: solid 1px Black;
}

#monthly_figures p
{
	text-align: center;
	margin: 2px 5px 2px 5px;
}

#figure
{
	text-decoration: none;
	padding: 15px 5px 15px 5px;
	text-align:center;
	font-size: 38px;
	color: Black;
}

#year_figures
{
	margin-left: 12px;
	margin-top: 5px;
	width: 200px;
	height: 120px;
	background: #ffff33;
	text-align: center;
	border: solid 1px #888888;
}

#year_figures p
{
	text-align: center;
	margin: 2px 5px 2px 5px;
	color: Black;
}

#yearFigure
{
	text-decoration: none;
	padding: 15px 5px 15px 5px;
	text-align:center;
	font-size: 38px;
	color: Black;
	
}


#breakingNews
{
	margin: 12px;
	width:200px;
	text-align:center;
	border: solid 1px black;
}

#bottomSidebar 
{
	margin-left: 5px;
	height: 22px;
	width: 241px;
	background: white url(images/sideBarbottom.jpg) no-repeat;
}


#loggedIn
{
	width:100%;
	height: 130px;
	text-align:center;
}

#loggedIn p
{
	width : 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	background: #814020;
	color: #ff9933;
	border-bottom: black;
	padding: 2px 0;
}

#member
{
	text-decoration: none;
	padding: 25px 5px 25px 5px;
	text-align:center;
	font-size: 36px;
	color: Black;
}

#InfoPaneTop
{
	margin-left: 10px;
	margin-top: 10px;
	width:202px;
	height:12px;
	background: transparent url(images/InfoTop.gif) no-repeat;
}

#InfoPaneMiddle
{
	margin-left: 10px;
	width:202px;
	float: left;
	background: white url(images/InfoMiddle.gif) repeat-y;
}

#InfoPaneBottom
{
	margin-left: 10px;
	width:202px;
	height:13px;
	background: transparent url(images/InfoBottom.gif) no-repeat;
}

#InfoInner
{
	margin: 0 0 0 12px;
	padding: 10px 0 10px 10px;
	width:190px;
}

#InfoInner td
{
	color: Black;
}

#MemberPane a
{
	text-decoration: none;
	color: #660033;
	padding: 0;
	margin-left: 10px;
	padding-bottom: 10px;
}


/*----------------------------------------- Default ---------------------------------------------*/
#caption
{
	width: 600px;
	margin: 0 auto;
	height: 84px;
	background: url(images/caption.gif) no-repeat;
	text-indent: -5000px;
}

#promo
{
	float: left;
	margin: 30px 10px 0px 10px;
	color: darkred;
	font-family: 'Comic Sans MS' , Verdana;
	font-size: 1.8em;
	font-weight: bold;
}


#topBit
{
	width: 100%;
}

#ticker
{
	color: Black;
	text-align: center;
	margin: 0px 50px 10px 10px;
	padding: 20px;
	background: #f0e5b9;
	border-style: double;
	border-color: #492d18;
}

#ticker a
{
	text-decoration: none;
	color: Black;
}

#TwentyFivePound
{
	position: absolute;
	top: 120px;
	right: 20px;
	width: 150px;
	height: 150px;
	background: transparent url(images/25Pound.gif) no-repeat;
}

#attractions 
{
	clear: right;
}

#attractions a
{
	color: darkred;
}

ol
{
	line-height: 3em;
}

a: link
{
	text-decoration: none;
}

#newSite
{
	float: right;
	width: 199px;
	height: 103px;
}



/*----------------------------------------- Results ---------------------------------------------*/
#Results
{
	margin: 10px 10px;
}

#Results strong
{
	font-size: 2em;
}


#gvResults
{
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#Rbottom
{
	padding: 20px 0 20px 0;
	background: transparent;
}

#monthlySummary
{
	float: left;
}

#monthlyGraph
{
	float: left;
	width: 350px;
	height: 230px;
	margin: 20px auto; 
}
#Graph
{
	margin-left: 10px auto;
}

#GraphText
{
	margin-left: 10px;
	color: Black;
	text-align: center;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#detail
{
	clear: both;
}

#gvResults
{
	clear: both;
}

#planName
{
	margin: 5px auto;
	font-weight: bold;
}

#planName a
{
	margin-left : 100px;
	text-decoration: none;
	color: #660033;
}

#analyseTable tr
{
	text-align: center;
}

#analyseTable td
{
	padding: 2px 5px 2px 5px;
}


/*----------------------------------------- About Us ---------------------------------------------*/
h2
{
	margin-right: 100px;
	font-size: 2em;
	color: #005;
	font-weight: bold;
	font-family: 'Franklin Gothic Book' , 'Century Gothic';
	border-bottom: dashed 1px #005;
	text-transform:uppercase;
}
#AboutUs p
{
	margin-left: 100px;
	margin-right: 100px;
}

#AboutUs a
{
	margin-right: 200px;
	float: right;
	text-decoration: none;
	color: #300;
}

#AboutUs a:hover
{
	font-weight: bold;
}

#AboutUs li
{
	margin-left: 100px;
	margin-right: 100px;
}

#AboutUs blockquote
{
	margin-left: 100px;
	margin-right: 100px;
}

/*----------------------------------------- Todays Racing ---------------------------------------------*/

#StakingPlans p
{
	margin-left: 100px;
	margin-right: 100px;
}

#StakingPlans a
{
	text-decoration: none;
	color: #300;
}

#link
{
	margin-right: 100px;
	float: right;
}
	

/*----------------------------------------- Todays Racing ---------------------------------------------*/

#gvRaces
{
	font-size: 4em;
	font-weight: bold;
	text-transform:capitalize;
}

#Error
{
	color: Red;
}

/*----------------------------------------- Plan Pages ---------------------------------------------*/

#planTable a
{
	text-decoration: none;
	color: Black;
	margin-left: 10px;
	padding-bottom: 20px;
	clear: both;
}

#planTable td
{
	border-bottom: solid 1px black;
}

#planTable a:hover
{
	text-decoration: underline;
}

#stakeTable
{
	margin-left: 10px;
}

#stakeTable td
{
	border-bottom: solid 1px Black;
}

#Plans td
{
	border-bottom : solid 1px black;
}

#Plans table
{
	border-top: solid 1px black;
}

#Plans a
{
	text-decoration: none;
	color: #300;
}

#Plans a:hover
{
	font-weight: bold;
}

#pointTable tr
{
	height: 10px;
	background: white;
}

#pointTable td
{
	border-top: solid 1px black;
}

#Security
{
	border: solid 1px Black;
	margin: 10px 70px 10px 10px;
}

#Security p
{
	color: Black;
	margin: 5px;
	line-height: 18px;
	font-size:80%;
}

#key
{
	clear: both;
}	

#tightText p
{
	font-family : verdana,helvetica,freesans,sans-serif; 
	margin: 5px 20px 20px 10px;
	text-align: justify;
	line-height: 18px;
}

#tightText h1
{
	margin-left: 10px;
}

.NewsletterGrids a
{
	color: Black;
}

#TipsTable table
{
	border: solid 1px Black;
	margin: 10px 70px 10px 10px;
}

#TipsTable td
{
	font-face: Verdana;
	color: Black;
	margin: 5px;
	line-height: 18px;
}


