/* ------------------------------- body font color and font size --------------------------------*/		
.pokerstatic {
	color:#363a3d;
	font-size:1em;
	display: inline-block;
	}
	
.pokerstatic h1,.pokerstatic h2{
	font-family:Tahoma,Arial,sans-serif;
	}
/* ------------------------------- H2 main body headline with background image - font color  + spacing can be found in style.css --------------------------------*/		
h2{
	height:26px;
	line-height:22px;
	padding-bottom:20px;
	background-repeat:no-repeat;
	}
/* ------------------------------- H3 header style with background image and indent --------------------------------*/			
.pokerstatic h3 {
	color:#fff;
	height: 20px;
	line-height: 19px;
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #0096db;
	padding:5px 10px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	}

.pokerstatic h5 {
	color:#045187;
	height: 40px;
	line-height: 19px;
	font-size: 1em;
	font-weight: bold;
	background-image: url(http://www.boylepoker.com/Content/images/T2_h3_alt_background.png);
	background-repeat: no-repeat;
	margin-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	}
	
.pokerstatic h4 {
	font-weight:bold;
	font-size:1em;
	}
/* ------------------------------- Table background color --------------------------------*/	
table {
	background:#ebebeb;
	text-align:center;
	border-collapse:collapse;
	width:100%;
	text-align:center;
	}
	
table a:link {
	color:#002C49;
	}

table a:hover{
	text-decoration:underline;
	}

/* ------------------------------- Table header & font colour + spacing ----------------------*/	
table th {
	font-weight: bold;
	color: white;
	background-color: #379DFE;
	padding: .5em 2em;

	}
/* ------------------------------- Table font color and sapcing --------------------------------*/	
table td {
	color:#002339;
	font-size:.9em;
	border-width:1px 1px;
	padding: .5em .2em;
	text-align:center;
	}
/* ------------------------------- SNG HIGH GEAR Table background color --------------------------------*/
.pointstable {
	widht:400px;
	color:#002339;
	font-size:.9em;
	border-width:1px 1px;
	padding: .2em .2em;
}
/* ------------------------------- SNG HIGH GEAR Table header & font colour + spacing ----------------------*/	
.pointstable td {
	color:#002339;
	font-size:.9em;
	border-width:1px 1px;
	padding: .5em .2em;
}
/* ------------------------------- SNG HIGH GEAR Table font color and sapcing --------------------------------*/	
.pointstable th {
	font-weight: bold;
	color: white;
	background-color: #379DFE;
	padding: .5em .2em;
}

/* ------------------------------- Table alternate background colour --------------------------------*/		
tr.alt{
	background-color:#ffffff;
	}
	
td.alt {
	background-color:#ffffff;
	}
th.altblue {
	background-color:#1683e1;
}

/* ------------------------------- Unordered List style with bullet point --------------------------------*/		

.pokerstatic ol li {
	list-style-type:decimal;
	}

.pokerstatic ul li {
	display: list-item;
	list-style-type: disc;
	text-align: -webkit-match-parent;
	}

.pokerstatic ul {
	list-style-type:disc;
	display: block;
	padding-left:3em;
	padding-top:1em;
	padding-bottom:1em;
	}
li. disc {
	list-style:disc;
	}



/* ------------------------------- Ordered list style with indent --------------------------------*/		
.pokerstatic ol {
	list-style-type:decimal;
	display:block;
	padding-left:3em;
	padding-top:1em;
	padding-bottom:1em;
	}
	

/* ------------------------------- Link styles --------------------------------*/		
.pokerstatic a {
	color:#fff;
	font-weight:bold;
	}

.pokerstatic a:hover {
	text-decoration:underline;
	}

.boldlink a {
	color:#fff;
	font-weight:bold;
	}

.boldlink a:hover {
	text-decoration:underline;
	}
	
td a{
	color:#002C49;
	}
td a:visited {
	color:#002C49;
	}
	
td a:hover{
	text-decoration:underline;
	}
/* -------------------------- Alignment for play button on download page -------------------*/
.playbuttonalign {
	text-align:center;
	}