/* CSS Document */





body {

/*	margin: 50 20 20;*/

	padding: 0;

	background-color: #029141;

	background-image: url(Images/preview_greenfelt.jpg);

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	text-align: center;

/*	background-repeat: no-repeat; */

	background-repeat: repeat; 

	background-position: top;

}

.address_table {

	background-color: #FFFFFF;
	color: #000000;
	height: auto;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	width: 855px;

}

#address_table tr {
	padding-bottom: 33px;
}

.address_head {

	background-color: #C00006;
	color: #FFFFFF;
	padding: 3px;
}

.address_info {

	padding: 3px;
	text-align: left;
}

.clock {

font-size: 12pt;

color: #000000; 

}

/* League Titles */

.leaguemenu {
text-align: center;
}

.leaguetitles {
background-image: url(Images/titlebg.png);
background-repeat: repeat-x;
vertical-align: bottom;
margin: 0;
height: 30px;
font-size: 16px;
vertical-align: middle;
}
.leaguemenutable {

	background-position: bottom;

	background-repeat: repeat;

	background-color:#ffffff;

	color: #C00006;

	height: auto;
	
	text-decoration: none; 
	
	text-align: center;

}

.page {

width: 900px ;

}

.header {

	background-image: url(Images/pubpokerclub-league_hdr_3D_2.png);

	background-repeat: no-repeat;

	background-position: top;

	height: 175px;

}

.footer {

	background-image: url(Images/pubpokerclub-league_ftr.png);

	background-repeat:repeat-x;

	background-position: left;

	height: 45px;

	color:#ffffff;

	font-size:10px;

}

.maintable1 {

	background-position: bottom;

	background-repeat: repeat;

	background-color:#C00006;

	color: #ffffff;

	height: auto;
	
	text-decoration: none; 

}


.stats_table {

	background-color: #FFFFFF;
	color: #000000;
	height: auto;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	width: 100%;

}

#stats_table tr {
	padding-bottom: 33px;
}

.points_table1 {

	background-color: #FFFFFF;
	color: #000000;
	height: auto;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	width: 50%;

}

#points_table1 tr {
	padding-bottom: 33px;
}

.points_table {

	background-color: #FFFFFF;
	color: #000000;
	height: auto;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	width: 80%;

}

#points_table tr {
	padding-bottom: 33px;
}

.points_head {

	background-color: #C00006;
	color: #FFFFFF;
	padding: 3px;

}
.winner_table {

	background-color: #FFFF00;
	color: #000000;
	height: auto;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	width: 80%;

}

#winner_table tr {
	padding-bottom: 33px;
}

.winner_head {

	background-color: #C00006;
	color: #FFFFFF;
	padding: 3px;

}
.bestav_table {	
	color: #000000;
	background-color: #CCCCCC;
	height: auto;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	width: 80%;

}

#bestav_table tr {
	padding-bottom: 33px;
}

.bestav_head {

	background-color: #C00006;
	color: #FFFFFF;
	padding: 3px;

}
.rules_table {

	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	text-align: left;
	width: 75%;

}

.rules_head {

	background-color: #C00006;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;

}

.blinds_table {

	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	text-align: center;
	width: 75%;

}

.blinds_head {

	background-color: #C00006;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;

}
.blind_break {
	background: #FFFFFF;
	background-position: center;
	background-image: url(Images/breakline.png);
	background-repeat:repeat-x;
}
.blind_break_space {
	background-image: url(Images/break.png);
	background-repeat: no-repeat;
	background-position: center;
}
#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

