/*  
 * CSS for The Poker Box
 * Author: Evgueni Naverniouk, evgueni@globexdesigns.com
 * Copyright: 2010 Globex Designs, Inc. All Rights Reserved.
 *
 * All style attributes in alpha-numeric order starting from 0
 *
 */

/* Global */

html, body {
	background: #FFF url(../img/background-body.gif) repeat-x;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {color: #339900}
a:hover {color: #444}
h1, h2 {color: #333}
a img {border: 0}

/* Template */

#Header {
	border-bottom: 1px solid #DDD;
	height: 60px
}

	#HeaderLogo a {
		background: url(../img/logo.png) no-repeat;
		display: block;
		height: 37px;
		margin: 8px 0 0;
		text-indent: -10000px;
		width: 194px;
	}

	#Navigation {margin: 6px 0 0 32px}

		#Navigation li a {
			color: #323232;
			display: block;
			font-size: 14px;
			font-weight: bold;
			padding: 12px 14px;
		}
		
	#UserButton {
		margin: 20px 0 0;	
	}
	
		#Logout {
			color: #333;
			font-size: 11px;
			font-weight: bold;
			line-height: 20px;
			margin: 0 8px 0 0;
		}

#Content {
	text-align: left;
	padding: 10px;
	width: 880px;
}

#Copyright {
	color: #7B7B7B;
	font-size: 10px;
	margin: 4px 0 0 0;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

#Copyright p{
	margin: 0;
}

#Copyright a{
	border: 0;
	color: #656565;
}

#Copyright a:hover{
	border-bottom: 1px dotted #276607;
	color: #333;
}

/* 
 * ========================================
 * Login Page
 * ========================================
 */
 
#LoginPage {
	margin: 0 auto;
	width: 800px;
}

#LoginPage h2{
	border-bottom: 1px dotted #BBB;
	margin: 10px 0;
} 


#LoginBox {
	margin: 0 auto 20px auto;
	width: 300px;
}

#LoginBox label{
	font-weight: bold;
}

.FormNote {
	color: #777;
	font-size: 10px;
}

input.FormField {
	border: 1px solid #BBB;
	padding: 2px 0;
}

input:focus.FormField {
	border: 1px solid #999;
}

input#LoginButton,
input#RegisterButton {
	background: transparent url('../img/button-login.gif') no-repeat top left;
	border: 0;
	color: #444;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 2px 0;
	width: 55px;
}

input#RegisterButton {
	background: transparent url('../img/button-register.gif') no-repeat top left;
	width: 73px;
}

input:hover#LoginButton,
input:hover#RegisterButton {
	background-position: bottom left;
	color: #000;
	cursor: pointer;
}

.finished {
	color: #276607;
	text-decoration: line-through;
}

.current {
	font-weight: bold;
}

.VersionHis {
	font-size: 11px;
	list-style: square;
}

.VersionHis .soon{
	color: #777;
}

/* 
 * ========================================
 * Portal Page
 * ========================================
 */
 
#PokerBoxNews {
	background: #F9F9F9;
	border: 6px solid #EEE;
	float: right;
	-moz-border-radius: 10px;
	width: 250px;
}

#PokerBoxNews h3 {
	border-bottom: 1px dotted #BBB;
	margin: 4px 0;
	text-align: center;
}

#PokerBoxNews p {
	color: #666;
	font-size: 11px;
	margin: 8px;
}

#PokerBoxNews p.date {
	color: #276607;
	font-size: 10px;
	margin: 0 8px 8px 8px;
	text-align: center;
}
 
#PortalStats {
	border-spacing: 0;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 4px;
	width: 600px;
}

#PortalStats td{
	border-bottom: 1px solid #CCC;
	padding: 4px;
}

#PortalStats td.value{
	font-weight: bold;
	padding-right: 30px;
	text-align: right;
}

#PortalStats .Settings td {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

.InfoPanel {
	background: #BFF5B5;
	border: 3px solid #AAA;
	color: #111;
	display: none;
	font-weight: normal;
	margin: -3px 0 0 -87px;
	-moz-border-radius: 10px;
	opacity: 0.9;
	padding: 8px;
	position: absolute;
	text-align: center;
	width: 200px;
}

.InfoPanel2 {
	background: #BFF5B5;
	border: 3px solid #AAA;
	color: #111;
	display: none;
	font-weight: normal;
	margin: -3px 0 0 0px;
	-moz-border-radius: 10px;
	opacity: 0.9;
	padding: 8px;
	position: absolute;
	text-align: center;
	width: 200px;
}

.Question {
	background: transparent url('../img/button-question.gif') no-repeat top left;
	border: 0;
	display: block;
	float: left;
	height: 10px;
	margin-right: 4px;
	width: 10px;
}

.Question:hover {background-position: bottom left;cursor: help;}

#AddSessionButton {
	background: transparent url('../img/button-newsession.gif') no-repeat top left;
	border: 0;
	display: block;
	float: right;
	height: 21px;
	width: 92px;
}

#ViewSessionsButton {
	background: transparent url('../img/button-viewsessions.gif') no-repeat top left;
	border: 0;
	display: block;
	float: right;
	height: 21px;
	width: 92px;
}

#AddSessionButton:hover,
#ViewSessionsButton:hover {background-position: bottom left; cursor: pointer;}

#PortalChart {
	border: 1px solid #999;
	height: 250px;
	margin: 20px 0;
	width: 600px;
}

#PortalChart #ChartMenu{	
	background: #EEE;
	border-right: 2px solid #777;
	float: left;
	height: 248px;
	margin: 1px;
	width: 96px;
}

#PortalChart #ChartMenu ul{	
	list-style: none;
	margin: 0;
	padding: 0;
}

#PortalChart #ChartMenu ul li{	
	margin: 0 0 1px 0;
}

#PortalChart #ChartMenu ul li.Title{	
	background: #444;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

#PortalChart #ChartMenu ul li a{	
	background: #DDD;
	border: 1px solid #999;
	border-right: 0;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	text-align: center;
	width: 95px;
}

#PortalChart #ChartMenu ul li.current a{	
	background: #FDD600;
	color: #222;
	font-weight: bold;
}

#PortalChart #ChartMenu ul li a:hover{	
	background: #EEE;
	color: #222;
	cursor: pointer;
}


#PortalChart .Chart{
	display: none;
	float: right;
}

#PortalChart .ChartShown{
	display: block;
}

#PokerBoxStats {
	border: 1px dotted #999;
	font-size: 11px;
	margin: 8px auto;
	width: 90%;
}

#PokerBoxStats td {
	padding: 4px;
}

#PokerBoxStats td.title{
	font-weight: bold;
	width: 60%;
}

#PokerBoxStats td.value {
	text-align: right;
}

.ButtonGray,
.ButtonAll,
.ButtonMonth {
	background: transparent url('../img/button-gray.gif') repeat-x top left;
	border: 1px solid #D4D5D5;
	border-bottom: 1px solid #ACADAD;
	color: #444;
	display: block;
	float: right;
	font-size: 11px;
	height: 22px;
	margin: 0 1px;
	-moz-border-radius: 2px;
	padding: 0 0 2px 0;
	width: 80px;
}

input:hover.ButtonGray,
input:hover.ButtonAll,
input:hover.ButtonMonth {
	background-position: bottom left;
	border: 1px solid #999;
	color: #000;
	cursor: pointer;
}

.ButtonAll {background: transparent url('../img/button-all.gif') repeat-x top left; font-size: 0;}
.ButtonMonth {background: transparent url('../img/button-month.gif') repeat-x top left; font-size: 0;}


/* 
 * ========================================
 * Sessions Page
 * ========================================
 */

#AddSession {
	float: right;
	margin: -4px -10px 0 0;
}

#StatsTable {
	background: #999; 
	border: 3px solid #DDD; 
	border-spacing: 1px;
	font-size: 10px;
	margin: 20px 0 20px 0px;
	width: 933px;
}

#StatsTable td{
	background: #FFF;
	padding: 1px 4px;
	white-space: nowrap;
}

#StatsTable a{
	border: 0;
}

#StatsTable .Titles td {
	background: #59A511 url('../img/background-statstitle.gif') repeat-x top left;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

	#StatsTable a.title{
		color: #FFF;
		display: block;
		height: 30px;
		line-height: 30px;
	}
	
	#StatsTable a:hover.title{
		background: #457E0D url('../img/background-statstitle.gif') repeat-x bottom left;
		color: #FF9900;
	}
	
	#StatsTable a.titleselected{
		background: #343434 url('../img/background-statstitle2.gif') repeat-x top left;
		color: #FF9900;
		display: block;
		height: 30px;
		line-height: 30px;
	}
	
	#StatsTable a:hover.titleselected{
		background: #343434 url('../img/background-statstitle2.gif') repeat-x bottom left;
		color: #FF9900;
	}
	
	#StatsTable a.titlestatic{
		background: #1179A8 url('../img/background-statstitle3.gif') repeat-x top left;
		color: #FFF;
		display: block;
		height: 30px;
		line-height: 30px;
	}

	#StatsTable .arrow{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		margin: 0 0 0 3px;
	}

#StatsTable .Add td {
	background: #111;
	border: 0;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #EEE;
	font-weight: bold;
	padding: 4px 4px;
}

#StatsTable td.Nothing {font-size: 11px; font-weight: bold; padding: 60px 0; text-align: center;}

#StatsTable td.Date {text-align: center; width: 50px;}
#StatsTable td.Location {text-align: center; width: 100px;}
#StatsTable td.Type {text-align: center; text-transform: capitalize; width: 60px;}
#StatsTable td.Game {text-align: center; width: 100px;}
#StatsTable td.Stakes {text-align: center; width: 60px;}
#StatsTable td.Length {text-align: right; width: 60px;}
#StatsTable td.Buyin {text-align: right; width: 60px;}
#StatsTable td.Cashout {text-align: right; width: 65px;}
#StatsTable td.Earnings {text-align: right; font-weight: bold; width: 70px;}
#StatsTable td.WinRate {text-align: right; width: 80px;}
#StatsTable td.Players {text-align: center; width: 60px;}
#StatsTable td.Notes {padding: 0; text-align: center; width: 64px;}
#StatsTable td.Actions {width: 88px;}

#StatsTable tr.secondary td {
	background: #DDD;
}

#StatsTable td.Notes a {
	background: transparent url('../img/button-viewnotes.gif') no-repeat top left;
	display: block;
	height: 13px;
	width: 63px;
}

#StatsTable td.Notes a:hover {background-position: bottom left; cursor: help;}

#StatsTable td.Notes div {
	background: #EEE;
	border: 2px solid #999;
	display: none;
	font-size: 11px;
	-moz-border-radius: 10px;
	opacity: 0.9;
	padding: 8px;
	position: absolute;
	white-space: normal;
	width: 200px;
}

a.EditButton {
	background: transparent url('../img/button-edit.gif') no-repeat top left;
	border: 0;
	display: block;
	float: left;
	height: 13px;
	margin-right: 2px;
	width: 27px;
}

a.DeleteButton {
	background: transparent url('../img/button-delete.gif') no-repeat top left;
	border: 0;
	display: block;
	float: right;
	height: 13px;
	margin-right: 2px;
	width: 42px;
}

a:hover.EditButton,
a:hover.DeleteButton {background-position: bottom left;}

/* 
 * ========================================
 * Add Session Page
 * ========================================
 */
 
#AddStatsTable {
	background: #EEE; 
	border: 3px solid #DDD; 
	border-spacing: 1px;
	font-size: 12px;
	margin: 10px auto;
	padding: 0 10px 0 0;
	width: 500px;
}

#AddStatsTable td {
	padding: 5px;
}

#AddStatsTable .AddDesc {
	font-weight: bold;
	text-align: right;
	width: 100px
}

#AddStatsTable input, select{
	font-size: 11px;
	margin: 0;
	padding: 1px;
	width: 100%;
}

a#date_ID_Link {border: 0;}
a#date_ID_Link img {margin-top: 1px;}

#date_ID {
	background: #EEE;
	border: 1px solid #999;
	position: absolute;
	visibility: hidden;
	width: 170px;
}

#date_ID table {
	background: #FFF;
	width: 170px;
}

#date_ID table#CalHeader {
	background: #DDD;
	border: 0;
	border-spacing: 0;
	height: 20px;
	margin: 0;
	padding:0;
}

#StakesRegular {display: block;}
#StakesCustom {display: none;}
#StakesCustom input {padding: 1px 0;}
a.CustomLink {font-size: 10px;}
a:hover.CustomLink {cursor: pointer;}

/* 
 * ========================================
 * Settings Page
 * ========================================
 */
 
#SettingsMenu {
	height: 25px;
	margin: 20px auto 0 auto;
	width: 800px;
}

#SettingsMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#SettingsMenu ul li {
	background: #FFF;
	border: 1px solid #999;
	border-bottom: 1px solid #CCC;
	margin: 0 1px;
	float: left;
}

#SettingsMenu ul li a{
	background: #EEE;
	border: 1px solid #E9E9E9;
	border-bottom: 0;
	color: #444;
	display: block;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	margin: 1px 1px 0 1px;
	text-align: center;
	width: 100px;
}

#SettingsMenu ul li a.selected{
	background: #DDD;
	border-color: #D9D9D9;
}

#SettingsMenu ul li a:hover{
	background: #FFF;
	color: #339900;
	cursor: pointer;
}

.SettingsPage {
	background: #F9F9F9;
	border: 4px solid #DDD;
	display: none;
	padding: 0 20px 0 0;
}

.SettingsPage h3 {
	border-bottom: 1px dotted #444;
	margin: 10px 0 0 20px;
}

#Page-Personal {display: block;}

#SettingsBox {
	margin: 20px;
	width: 100%;
}

#SettingsBox label{font-weight: bold;}
#SettingsBox input[type=text],
#SettingsBox input[type=password]{width: 300px;}

/* 
 * ========================================
 * Contact Page
 * ========================================
 */
 
#ContactForm {
	margin: 0 auto;
	width: 400px;
}

#ContactForm .desc {
	font-weight: bold;
	text-align: right;
	width: 80px;
}

#ContactForm .descl {
	font-weight: bold;
	height: 40px;
	text-align: left;
}

#ContactForm .input_field {
	width: 100%;
}

#ContactForm .input_message {
	height: 200px;
	width: 100%;
}

#ContactForm input#SubmitButton {
	background: transparent url('../img/button-login.gif') no-repeat top left;
	border: 0;
	color: #444;
	font-size: 11px;
	height: 21px;
	margin: 0;
	padding: 0 0 2px 0;
	width: 55px;
}

#ContactForm input:hover#SubmitButton {
	background: transparent url('../img/button-login-over.gif') no-repeat top left;
	color: #000;
	cursor: pointer;
}
