*
{
	font-family: Arial;
}

body
{
	background: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #dddddd;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #777777;
}
strong
{
	color: #ffffff;
}

h1, p, h2, h3, ul
{
	margin-top: 2px;
	margin-bottom: 6px;
}

h1
{
	color: #ffffff;
	font-size: 1.6em;
}

h2
{
	color: #ffffff;
	font-size: 1.4em;
}

h3
{
	color: #ffffff;
	font-size: 1.0em;
}


/* Zones */

div.zoneContainer
{
	width: 1170px;
	margin: 0 auto;
	display: table;
	background: url(images/Background.jpg);
}

div.alternateBackground
{
	background: url(images/Background2.jpg);
}

div.alternateBackground2
{
	background: url(images/Backround2.jpg);
}

div.alternateBackground3
{
	background: #000000;
}

div.zoneContainer div.zone
{
	width: 1170px;
	float: left;
	display: table;
	padding: 0px;
}

div.control
{
	display: block;
	clear: left;
	margin: 0px;
}

div.zoneContainer div.zoneLeft
{
	width: 1008px;
	float: right;
}

div.zoneContainer div.zoneCenterLeft
{
	width: 1008px !important;
	float: left;
}

div.zoneContainer div.zoneCenter
{
	width: 808px !important;
	float: right;
}

div.zoneContainer div.zoneRightTable
{
	width: 808px;
	clear: right float: right;
}

div.zoneContainer div.zoneLeftTable
{
	width: 200px;
	float: left;
}

div.zoneContainer div.zoneRight
{
	background-image: url(images/rightBackground.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 827px;
	float: right;
}

div.zoneContainer div.zoneLeftMenu
{
	margin: 0 auto;
	width: 140px !important;
	height: 371px !important;
	clear: left;
	float: left;
}

div.zoneContainer div.zoneRight div.paragraph
{
	margin-top: 116px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

div.zoneContainer div.zoneHalf
{
	width: 506px;
}

/* Content Formatting */

div.homepageHeader, div.rileyTables
{
	text-align: center;
	width: 1008px;
	margin-top: 10px;
	margin-bottom: 74px;
	float: left;
}

div.rileyContentTable
{
	text-align: center;
	width: 1008px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

div.homepageHeader img
{
	margin-top: 58px;
	margin-bottom: 50px;
}

div.rileyTablesnospace
{
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}

div.rileyLogonospace
{
	text-align: left;
                     width:450px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
 float:left
}

div.rileyCuenospace
{
	text-align: left;
                     width:520px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
 float:right
}

div.tournamentChampionImage
{
	width: 300px;
	margin-top: 10px;
	float: right;
	text-align: right;
}

div.tournamentChampionText
{
	text-align: center;
	width: 300px;
	padding: 0px 20px 8px 20px;
	clear: right;
	float: right;
}

div.LeftMenuPara
{
	margin-left: 0px;
	margin-bottom: 50px;
	margin-top: 25px;
	text-align: left;
	text-transform: uppercase;
}

div.tablePreview
{
	margin-bottom: 120px;
}

div.tablePreview div.tableLeft
{
	text-align: center;
	width: 300px;
	float: left;
}

div.tablePreview div.tableRight
{
	text-align: center;
	width: 400px;
	margin-right: 50px;
	float: right;
	clear: right;
}

div.tablePreview div.tabledetailLeft
{
	width: 550px;
	float: left;
	text-align: left;
	color: #ffffff;
	margin-left: 50px;
	margin-right: 50px;
}

div.headerPadding
{
	margin-left: 50px;
	width: 550px;
}

div.ContentPadding
{
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;

}

div.ContentPadding P
{

	text-align: left;

}


div.tablePreview div.tabledetailRight
{
	text-align: center;
	width: 400px;
	color: #ffffff;
	float: right;
	clear: right;
}

div.control div.control
{
	display: inline;
	margin: 0;
}

div.paragraph
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
}

/* Main Menu */

div.mainMenu
{
	margin: 0px;
	margin-bottom: 0px;
}

div.mainMenu ul
{
	background: url(images/mainMenuBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #151515;
	list-style: none;
	display: block;
	height: 70px;
	margin: 0px;
}

div.mainMenu li
{
	float: left;
	margin: 0px;
}

div.mainMenu a
{
	text-decoration: none;
	color: #fff;
	height: 52px;
	display: block;
	text-align: center;
	padding: 15px 40px;
}


div.simpleMenu a.selected
{
	color: Green;
}

div.simpleMenu div.hide
{
	display: none;
}

/* Multi level implementation for simpleMenu */
div.zoneContainer div.mainMenu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
div.zoneContainer div.mainMenu li
{
	float: left;
	position: relative;
	z-index: 100;
}

/* use the table to position the dropdown list */
div.zoneContainer div.mainMenu table
{
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 23px;
}

/* style all the links */
div.zoneContainer div.mainMenu li .menuItem, div.zoneContainer div.mainMenu:visited
{
	display: block;
	width: 140px;
	padding: 7px 0;
	text-decoration: none;
	margin-right: 1px;
	text-align: center;
}
/* style the links hover */

div.zoneContainer div.mainMenu ul li a:hover
{
                      color: #00df74;
}

/* hide the sub level links */
div.zoneContainer div.mainMenu ul ul
{
	visibility: hidden;
	position: absolute;
	width: 149px;
	height: 0;
}

div.zoneContainer div.mainMenu ul ul li
{
	background-color: #333333;
	height: 30px;
}

/* make the sub level visible on hover list or link */
div.zoneContainer div.mainMenu ul li:hover ul, .menu ul a:hover ul
{
	visibility: visible;
}

/* Sub Menu */
div.subMenu ul
{
	list-style: none;
	margin: 0;
}

div.subMenu a
{
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	padding: 12px 4px;
	margin: 4px 4px 8px 12px;
	width: 130px;
	border: solid 1px #fff;
}

div.subMenu a:hover
{
                     border-color: #00df74;
                     color: #00df74;
}

div.snookerhtml
{
	text-align: left;
	color: #ffffff;
	margin-left: 50px;
	margin-right: 50px;
	float: left;
}

div.playerprofiles
{
	text-align: center;
	width: 800px;
}

div.playerprofiles div.playerleft
{
	text-align: center;
	margin-left: 125px;
	width: 330px;
	float: left;
}

div.playerprofiles div.playerright
{
	text-align: center;
	margin-right: 125px;
	width: 330px;
	float: right;
	clear: right;
}

div.playertext
{
	text-align: left;
	color: #ffffff;
	margin-right: 58px;
	width: 330px;
	float: right;
	clear: right;
height: 190px;
	overflow-y: scroll;
}

div.playermaintext
{
	text-align: left;
	color: #ffffff;
	margin-left: 50px;
	float: left;
	width: 900px;
	height: 340px;
	overflow-y: scroll;
}

div.fixedHeightHtml
{
	text-align: left;
	color: #ffffff;
	margin-left: 50px;
	float: left;
	width: 958px;
	height: 556px;
	overflow-y: scroll;
}

div.halfHeightHtml
{
	text-align: left;
	color: #ffffff;
	padding-right: 400px;
	margin-left: 50px;
	float: left;
	width: 558px;
	height: 556px;
	overflow-y: scroll;
}


li.last a.menuItem
{
color: red;
}