*, html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/bgSplash.jpg) top left no-repeat #222222;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	padding-bottom: 30px;
}
a {
	color: #fff;
}
ul {
	list-style-image: url(/images/bullet_yellow.png);
	margin-left: 25px;
}
ol {
	margin-left: 30px;
}
ol li {
	margin-bottom: 5px;
}
p {
	padding: 5px;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #ffc300;
	font-style: italic;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 5px;
}
h6 {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 5px;
}
hr {
	height: 1px;
	color: #fff;
	background-color: #fff;
	width: 90%;
}

#fixtures {
	border-collapse: collapse;
}
#fixtures td {
	padding: 4px 5px 5px;
}
.redBG {
	background-color: #ff0000;
	text-align: right;
}
.greenBG {
	background-color: #1fad72;
}
.yellowBG {
	background-color: #ffc500;
	color: #000;
}
.greyBG {
	background-color: #666;
	white-space: nowrap;
}
.yellowText {
	color: #ffc300;
}
.fullWidth {
	padding: 0;
	margin: 0 0 0 -5px;;
}
.points {
/*	background-color: #fdcc29;
	color: #000; */
	padding: 0 3px;
	font-weight: bold;
}

#wrapper {
	margin: 24px 0 0 43px;
	width: 1001px;
}

#wrapperTop {
	background: url(/images/topBox.jpg) no-repeat;
	height: 58px;
	padding: 20px;
	text-align: right;
}

#wrapperMidBowls {
	background: url(/images/midBox.jpg) no-repeat;
	height: 181px;
	padding: 10px 20px 10px 40px;
}
#wrapperMidBowls p, #wrapperMidBowls ul {
	font-size: 14px;
	line-height: 1.6em;
}
#wrapperBody {
	border-left: 10px solid #5b5c5e;
	border-right: 10px solid #5b5c5e;
	background: #272222;
	height: 564px;
}
#wrapperBodyLeft, #wrapperBodyMid, #wrapperBodyRight, #wrapperBodyRightLarge, #wrapperBodyFull {
	float: left;
	padding: 15px 20px 20px 10px;
	height: 529px;
}
#wrapperBodyLeft {
	background: url(/images/bgMidLeft.jpg);
	width: 296px;
	padding-left: 23px;
}
#leftHeader {
	color: #000;
	font-size: 1.1em;
}
#wrapperBodyMid {
	background: url(/images/bgMidMid.jpg);
	width: 293px;
	position: relative;
}
#wrapperBodyRight {
	background: url(/images/bgMidRight.jpg);
	width: 289px;
	padding-top: 360px;
	height: 184px;
}
#wrapperBodyRightLarge {
	background: url(/images/bgMidRightLarge.jpg);
	width: 612px;
}
#wrapperBodyFull {
	background: url(/images/bgFull.jpg);
	width: 908px;
	margin-left: 23px;
}
#wrapperBodyRight p {
	line-height: 1.4em;
}
#topMenu {
	padding-top: 42px;
}
#topMenu li {
	display: inline;
	padding: 5px 2px;
}
#topMenu a {
	color: #fff;
	text-decoration: none;
}
#topMenu a:hover {
	color: #ffc300;
	text-decoration: none;
}
#midFooter {
	position: absolute;
	top: 482px;
	left: 3px;
	width: 298px;
	height: 60px;
	font-size: 0.8em;
}
#midFooter img {
	float: left;
	margin: 2px 5px 0 0;
}
#footer {
	background-color: #5b5c5e;
	padding: 10px;
	text-align: center;
}
#JackPotts {
	width: 350px;
	height: 624px;
	background: url(/images/jpBG.jpg) #5b5c5e;
}
#JPContent {
	overflow: auto;
	height: 330px;
	width: 330px;
	margin: 65px 10px;
	position: absolute;
}
#tblCoC {
}
#tblCoC td {
	padding: 3px 2px;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
	vertical-align: bottom;
}
.borderRight { border-right: 1px solid #fff; }
.borderLeft { border-left: 1px solid #fff; }
.borderSides { border-right: 1px solid #fff; border-left: 1px solid #fff; }