/*   
Pub Poker Championship
Site facelift by Buckethead Studio
Description: HTML/PHP/CSS and Layout tweaked June/July 2008. CSS file has been
			re-organized labeled.
Author: Buckethead Studio
Author URI: http://www.bucketheadstudio.com
Version: v 2.0
*/

/*	Layout
	------------------------------------------------------ */

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../img/top_bg.png) repeat-x left top;
	font-size: 62.5%;
	color: #636363;
}
#mainContainer {
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
html>/**/body #innerContainer {
	height: 100%;
	min-height: 100%;
	display: table;
}

#main {
	width:100%;
	overflow:hidden;
	background:#ffffff;
	background:#ffffff url(../img/mainbg.png) repeat-y top center;
	border-bottom:1px solid #c0c0c0;
}

.wrap{
	width:800px;
	margin:0px auto;
}

.wrapmain{
	width:800px;
	margin:0px auto;
	background: #ffffff url(../img/bg_inner.png) repeat-y;	
}

#maincolumn {
	width:530px;
	float:right;
	border-left: 1px solid #c0c0c0;
	background-color: #fff;
}

#sidebar {
	width: 249px;
	float: left;
	padding: 28px 20px 0 0;
}

div#logo {
	width: 206px;
	height: 139px;
	float: left;
	position: relative;
}
	#logo h1 a {
		width: 206px;
		height: 139px;
		padding: 0;
		margin: 0;
		background: #000 url(../img/ppc_logo.png) no-repeat left top;
		display: block;
	}
	#logo h1 a span {
		display: none;
	}

#marquee {
	margin: 26px 0 18px 20px;
}

#small_marquee {
	margin: 0 0 18px 0;
}

div.spanbox {
	border-bottom:1px solid #c4c4c4;
	background:#ffffff;
}

div.mod_holder {
	margin: 18px 0 1.8em 20px;
}

#footerContainer {
	text-align: center;
	clear: both;
	margin-top: 1.8em;
}

div#player_info {
	width: 299px;
	float: left;
}

div#player_info_avatar {
	width: 186px;
	float: right;
	overflow: hidden;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}


/*	Navigation
	------------------------------------------------------ */

#topNav {
	float: right;
	height: 24px;
	width: 594px;
	font-size: 1.1em;
	color: #fff;
	text-align: right;
	margin-top: 1em;
}

#topNav a {
	color: #fff;
}

#topNav a:hover {
	text-decoration: none;
}

ul#mainNav {
	position: relative;
	float: right;
	width: 590px;
	height: 31px;
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul#mainNav li {
	margin: 0 0 0 4px;
	padding: 0;
	display: inline;
	height: 31px;
	float: left;
}

ul#mainNav li a.joinus_btn,ul#mainNav li a.whereplay_btn,ul#mainNav li a.about_btn,ul#mainNav li a.wanthost_btn,ul#mainNav li a.store_btn {
	display: block;
	height: 31px;
	background: #000 url(../img/nav_buttons.png) no-repeat 0 0;
	color: #fff;
	text-indent: -9999px;
	width: 93px;
}

ul#mainNav li a.about_btn {
	width: 93px;
}

ul#mainNav li a:hover.about_btn, body#about ul#mainNav li a.about_btn {
	background-position: 0px -31px;
}

ul#mainNav li a.whereplay_btn {
	background-position: -93px 0px;
	width: 137px;
}

ul#mainNav li a:hover.whereplay_btn, body#playwhere ul#mainNav li a.whereplay_btn {
	background-position: -93px -31px;
}

ul#mainNav li a.joinus_btn {
	background-position: -230px 0px;
	width: 140px;
}

ul#mainNav li a:hover.joinus_btn, body#joinus ul#mainNav li a.joinus_btn {
	background-position: -230px -31px;
}

ul#mainNav li a.wanthost_btn {
	background-position: -370px 0px;
	width: 137px;
}

ul#mainNav li a:hover.wanthost_btn, body#hosting ul#mainNav li a.wanthost_btn {
	background-position: -370px -31px;
}

ul#mainNav li a.store_btn {
	background-position: -507px 0px;
	width: 62px;
}

ul#mainNav li a:hover.store_btn, body#store ul#mainNav li a.store_btn {
	background-position: -507px -31px;
}

ul#profile_btns {
	float: right;
	width: 225px;
	text-align: right;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#profile_btns li {
	margin: 0;
	padding: 0;
	float: right;
}


#innerContainer {
	width: 100%;
	height: 100%;
}

#contentEnvelope {
	height: 100%;
	position: relative;
	width:100%;
	overflow:hidden;
	background: #fff url(../img/mainbg.png) repeat-y top center;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#c0c0c0;
}


#headerContainer {
	height: 143px;
	position: relative;
}

#footerclear {
	position: relative;
	bottom: 0px;
	margin: 0;
	clear: both;
	height: auto;
	line-height: 1.2;
}

#contentColumn {
	margin-left: 285px;
}
#contentContainer {
	padding: 10px;
	margin-bottom: 10px;
	height: 100%;
}

#loginBox {
	padding: 15px;
}

#navContainer {
	color: #FFFFFF;
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	height: 115px;
	width: 594px;
	float: right;
}


/*	Lists
	------------------------------------------------------ */
.wrapmain ul {
	margin: 0 0 1.6em 2.4em;
	padding: 0;
	list-style-type: none;
}

.wrapmain ol li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 0.4em 0;
}

.wrapmain ul li {
	margin: 0 0 0.4em 0;
	background: transparent url(../img/spade_bullet.gif) no-repeat 0px 4px;
	padding: 0 0 0 14px;
	font-size: 1.2em;
	line-height: 1.6em;
}

.wrapmain ul.ul_nospade {
	margin-left: 0;
}

.wrapmain ul.ul_nospade li {
	background-image: none;
	padding: 0;
}

#sidebar ul {
	margin: 0 0 1.6em 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	background: none;
}

ul#welcomeList {
	margin: -0.8em 0 1.4em 12px;
	padding: 0;
	list-style-type: none;
}

ul#welcomeList li {
	font-size: 1.2em;
	color: #0e0e0e;
	line-height: 1.8em;
	margin: 0;
	padding: 0 0 0 24px;
	background: transparent url(../img/list_check.png) no-repeat 0px 2px;
}


/*	Typography
	------------------------------------------------------ */
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

h2#player_profile_h2 {
	background: transparent url(../img/player_profile_hdr.gif) no-repeat left top;
	text-indent: -9999px;
	height: 23px;
	width: 146px;
	display: block;
	float: left;
}
	
h3 {
	font-weight: bold;
	font-size: 1.6em;
	color: #0e0e0e;
	padding: 0;
	margin: 0 0 0.2em 0;
}

h4 {
	font-weight: normal;
	font-size: 1.4em;
	color: #0e0e0e;
	padding: 0;
	margin: 0 0 0.2em 0;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	color: #636363;
	margin: 0 0 0.6em 0;
}

p {
	color: #636363;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 1.4em 0;
}

p.p_right {
	text-align: right;
}

div.small_text {
	font-size: 1em;
	/*padding-left: 68px;*/
	margin-top: -1em;
	position: relative;
	height: 30px;
}

#sidebar hr {
	width: 249px;
	border: none;
	border-bottom: 1px dashed #c0c0c0;
	height: 1px;
	background-color: #f5f5f5;
	color: #f5f5f5;
	padding: 0;
	margin: 0 0 1.4em 0;
}

strong, b {
	color: #0e0e0e;
}

strong.strong_red {
	color: #a42d32;
}

em {
	font-style: italic;
	font-family: Georgia, Times, serif;
}

em.em_red {
	color: #a42d32;
}


img.img_right {
	float: right;
	margin: 0 0 0 20px;
}

img.img_left {
	float: left;
	margin: 0 20px 0 0;
}

img.img_avatar {
	border:1px solid #c4c4c4;
	padding: 2px;
	width: 180px;
	margin-bottom: 1.4em;
}


/*	Linkage
	------------------------------------------------------ */
a, a:link, a:visited {
	color: #a42d32;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a#edit_profile_btn {
	width: 89px;
	height: 28px;
	margin-right: 14px;
	background: transparent url(../img/edit_profile_btn.png) no-repeat left top;
	display: block;
}

a#be_high_roll_btn {
	height: 28px;
	width: 111px;
	display: block;
	background: transparent url(../img/be_high_roll_btn.png) no-repeat left top;
}

a#edit_profile_btn span, a#be_high_roll_btn span {
	display: none;
}

h4 a {
	color: #a42d32;
}


/*	Form elements
	------------------------------------------------------ */

form {
	padding: 0;
	margin: 0;
}
	
input, textarea {
	border: 1px solid #c0c0c0;
	padding: 3px;
}

button#loginBtn {
	width: 54px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	background: transparent url(../img/login_btn.gif) no-repeat left top;
	vertical-align: middle;
	display: block;
	cursor: pointer;
	cursor: hand; /* for IE 5.x */
}

div#error_box {
	border: 1px solid #a42d32;
	padding: 1em;
	margin-bottom: 1.6em;
	text-align: center;
}

#error_box p {
	margin-bottom: 0;
	color: #a42d32;
	font-weight: bold;
}

#sidebar ul.nopass_login {
	margin:-1em 0 0 0;
	padding:0;
	list-style-type:none;
}

#sidebar ul.nopass_login li {
	margin:0;
	padding:0;
	float: right;
	font-size:1em;
	list-style-type:none;
	display:inline;
}



/*	Tables and table elements
	------------------------------------------------------ */

table {
	font-size: 1.2em;
	margin-bottom: 1.4em;
}

th {
	color: #0e0e0e;
	text-align: left;
}

table tr td table {
	font-size: 1.2em;
}

table.locations {
	border-collapse: collapse;
	border: 1px solid #c4c4c4;
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	width: 100%;
	margin: 0 0 1.2em 0;
}

table.locations th {
	background: #efefef url(../img/event_loc_bg.gif) repeat-x left top;
	height:34px;
	border-bottom:1px solid #ccc;
	padding:6px;
}

table.locations tr {
	vertical-align: middle;
}

table.locations td {
	padding:0 6px;
	border-bottom:1px solid #ccc;
	height:40px
}

table.locations tr.loc_stripe {
	background-color:#f5f5f5;
}

.gridRow1 {
	padding: 6px 2px 4px 2px;
	border-bottom: 1px solid #c4c4c4;
}
.gridRow2 {
	padding: 6px 2px 4px 2px;
	border-bottom: 1px solid #c4c4c4;
}

.calendarTable {
	border-collapse: collapse;
	border: 1px solid #c4c4c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #636363;
	margin: 0.4em 0 0 2px;
	width: 184px;
}
.calendarMonthCell {
	border: 1px solid #c4c4c4;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.calendarCell1 {
	border: 1px solid #c4c4c4;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.calendarCell2 {
	border: 1px solid #c4c4c4;
	background-color: #c4c4c4;
	text-align: center;
}
.calendarCell3 {
	border: 1px solid #c4c4c4;
	text-align: center;
}
.calendarCell4 {
	border: 1px solid #c4c4c4;
	background-color: #e0e0e0;
	text-align: center;
}
.calendarCell5 {
	border: 1px solid #c4c4c4;
	background-color: #e0e0e0;
	color: #FFFFFF;
	text-align: center;
}
table.calendarTable td a:link {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 17px;
}
table.calendarTable td a:visited {
	text-decoration: none;
	display: block;
}
table.calendarTable td a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a42d32;
}

.gridRow3 {
	background-color: #f5f5f5;
	padding: 2px;
	border-bottom: 1px solid #c4c4c4;
}
.gridRow4 {
	border-bottom: 1px solid #c4c4c4;
	padding: 2px;
}
.tab_active {
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-bottom: none;
	padding: 1.4em;
}
.tab_inactive {
	border: 1px solid #c4c4c4;
	border-top: none;
	background-color: #f5f5f5;
	padding: 1.4em;
}
.tab_content_container {
	padding: 10px;
	font-size: 0.8em;
}



/*	Top 10 Tabs - homepage
	------------------------------------------------------ */
div#tabs_content {
	width: 510px;
	position: relative;
	overflow: hidden;
}

div#top_holder {
	width: 1600px;
}

div#top_holder div#tabone, div#top_holder div#tabtwo, div#top_holder div#tabthree {
	width: 510px;
	display: block;
	float: left;
	position: relative;
}

.wrapmain ul#toptabs {
	margin: -2.4em 0 0 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #e2e2e2;
	border-collapse: collapse;
}

.wrapmain ul#toptabs li {
	display: inline;
	background-image: none;
	margin: 0 0 -1px 10px;
	font-size: 1.1em;
	float: right;
	padding: 0;
}

.wrapmain ul#toptabs li.tab {
	border: 1px solid #e2e2e2;
	border-collapse: collapse;
	background-color: #f5f5f5;
}

.wrapmain ul#toptabs li.selectedView {
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

.wrapmain ul#toptabs li a {
	color: #0e0e0e;
	text-decoration: none;
	padding: 9px;
	display: block;
}

.wrapmain ul#toptabs li.selectedView a {
	color: #a42d32;
}

div.tab_col1 {
	width: 236px;
	float: left;
}

div.tab_col2 {
	width: 236px;
	float: right;
}

table.top10_table {
	margin-top: 1.2em;
	width: 100%;
	border-collapse: collapse;
}

table.top10_table tr th {
	text-transform: uppercase;
	color: #636363;
}

table.top10_table tr td {
	padding: 6px 4px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 0.916em; /* 0.916x12 = 11px */
}


.headerLinks:link {
	color: #999999;
	text-decoration: none;
}
.headerLinks:visited {
	color: #999999;
	text-decoration: none;
}
.headerLinks:hover {
	color: #888888;
	text-decoration: none;
}

.navLinks:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navLinks:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navLinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tinyText {
	font-size: 8pt;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	margin: 0 auto;
	text-align: center;
}

#homeFocal {
	background-image: url(../images/focal_homepage.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 515px;
}
#pagedownFocal {
	background-image: url(../images/focal_pagedown.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 515px;
}
#loginContainer {
	text-align: left;
	margin-top: 25px;
	padding: 0 10px 0 10px;
}
#playerDetailsContainer {
	text-align: left;
	margin-top: 25px;
	padding: 0 10px 0 10px;
}
#newsContainer {
	text-align: left;
	margin-top: 25px;
	padding: 0 10px 0 10px;
}
#sponsorsContainer {
	text-align: left;
	margin-top: 25px;
	padding: 0 10px 0 10px;
}
.heading1 {
	font-weight: bold;
	color: #FF0000;
	border-bottom: 5px solid #333333;
	line-height: 8pt;
	font-size: 12pt;
}
.heading2 {
	color: #FF0000;
}
.heading3 {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
.heading4 {
	color: #FFFFFF;
	font-weight: bold;
}
.heading5 {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.heading6 {
	border-top: 1px solid #333333;
	color: #333333;
	font-size: 8pt;
	margin-top: 5px;
	padding-bottom: 5px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 1%;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 1%;
}
.imageFrame1 {
	background-image: url(../images/tile_check1.gif);
	background-repeat: repeat;
	padding: 10px;
	border: 1px solid #666666;
}
.newsItem {
	padding: 10px;
	margin-top: 5px;
}
.twoCol1 {
	float: left;
	width: 50%;
	margin: 0 auto 0 0;
}
.clear {
	width: 100%;
	clear: both;
}
#messageContainer {
	color: #FF0000;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #333333;
	text-align: center;
	margin: 10px;
}
#box1 {
	border: 1px solid #333333;
	padding: 10px;
	background-color: #0F0F0F;
}
.box {
	border: 1px solid #333333;
	padding: 10px;
	background-color: #0F0F0F;
}

#locationImage {
	background-image: url(../images/image_locationdetails.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 327px;
	margin-bottom: -60px;
	position: relative;
	top: -50px;
}
#registrationImage {
	background-image: url(../images/image_regsitrationisfree.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 356px;
	margin-bottom: -70px;
	position: relative;
	top: -40px;
}
.registrationHeading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.registrationTables {
	padding: 10px;
}
.redtext {
	color: #FF0000;
}
#thankyouImage {
	background-image: url(../images/image_thankyou.gif);
	background-repeat: no-repeat;
	height: 82px;
	width: 247px;
	margin-bottom: -60px;
	position: relative;
	top: -45px;
}
#playerprofileImage {
	background-image: url(../images/image_playerprofile.gif);
	background-repeat: no-repeat;
	height: 88px;
	width: 327px;
	margin-bottom: -90px;
	position: relative;
	top: -50px;
}
#messagelistImage {
	background-image: url(../images/image_messagelist.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 327px;
	margin-bottom: -90px;
	position: relative;
	top: -52px;
}
#playerMenu {
	list-style-image: url(../images/bullet_redarrow.gif);
	margin: 0;
	padding: 0;
}
#playerMenu li {
	margin-left: 15px;
}
#playerMenu a:link {
	color: #999999;
	text-decoration: none;
}
#playerMenu a:visited {
	color: #999999;
	text-decoration: none;
}
#playerMenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#avatarContainer {
	float: right;
	width: 180px;
}
#playerAvatar {
	/* height: 207px; */
	width: 180px;
	overflow: hidden;
}
#minipanel {

}
#profileContainer {
	float: left;
	width: 280px;
}
.icons {
	vertical-align: middle;
}
.grid125 {
	display: block;
	width: 125px;
	float: left;
}
#calendarContainer {
	margin-left: 16px;
}


* html #box1 {
	height: 1%;
	clear: both;
}
* html #footerclear {
	clear: both;
	background-image: url(./images/background_maincontainer.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: 50px;
	margin: 0 auto;
	width: 800px;
	bottom: 0;
}