/*--------------------------------------------------*/
/*- Generic Styles that Apply to All Pages         -*/
/*--------------------------------------------------*/

.clearfix {display: inline-block;}

.clearfix:after {
    display:inline;
    content:".";
    height:0;
    clear:both;
    visibility:hidden;
}

.cleardiv {
	clear:both;
	line-height:0;
	font-size:0;
}

img {
	border:none;
}

html, body {
	background-color:#fff;
	border:1px solid #fff;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #330;
	text-align: center;
}

#doc {
	width:740px;
	margin:0px auto;
}

h1 {
	font-size: 17px;
	font-weight:800;
	margin-bottom:.5em;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:.5em;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:.5em;
}

a {
	color: #940505;
	font-family: Verdana, Helvetica, sans-serif;
}
	
a:hover {
	color:#ff0000;
}

select, input {
	/* not sure why this isn't inheriting correctly */
	font-size: 11px; 
	font-family: Verdana, Helvetica, sans-serif;
}

/*--------------------------------------------------*/
/*- Error Styles that Apply to All Pages         -*/
/*--------------------------------------------------*/

div.errors {
}

.error {
	color: red;
	font-weight: bold;
}

/*--------------------------------------------------*/
/*- Styles that Apply to All Forms         -*/
/*--------------------------------------------------*/

input.textfield, select {
	background-color:#fff;
	border:1px solid #999;
}

/*--------------------------------------------------*/
/*- Styles that Apply to Inline Dialogs         -*/
/*--------------------------------------------------*/

#dialogwrapper {
	width:95%;
	margin:2px 7px;
}

.inlineDialog {
	background-color:#772211;
	position:absolute;
	top:50px;
	left:50px;
	padding:0;
	text-align:center;
}

.inlineDialog iframe {
	margin-top:25px;
	border-left:2px solid #666;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
}

.inlineDialogCloser {
	position:absolute;
	color:#fff;
	top:2px;
	right:2px;
}

.inlineDialogTitle {
	color:#fff;
	position:absolute;
	top:1px;
	left:8px;
	font-weight:bold;
	font-size:18px;
}

/*--------------------------------------------------*/
/*- Styles for the Live Chat module		         -*/
/*--------------------------------------------------*/

#livepersonlink {
	text-decoration:none;
	display:block;
	font-size:10px; 
	font-family: Arial,Helvetica,sans-serif;
}
	
#live {
	color:#475780;
}

#person {
	color:#56A145;
}

/*------------------------------------------------------------------*/
/*- For PokerHandTable component								   -*/
/*------------------------------------------------------------------*/

#pokerhandstablewrapper {
	width:100%;
	text-align:center;
	padding:20px 0;
}

#pokerhandstable {
	margin:0 auto;
	text-align:left;
	font-size:13px;
	font-family:Arial, Geneva, sans-serif;
	width:550px;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
}

#pokerhandstable th {
	color:#fff;
	background-color:#890303;
	padding:8px 10px;
	border-bottom:1px solid #fff;
}

#pokerhandstable td.heading {
	color:#fff;
	background-color:#7d7d7d;
	vertical-align:top;
	font-weight:bold;
}

#pokerhandstable td {
	vertical-align:top;
	line-height:20px;
	background-color:#e1e1e1;
	padding:5px;
	border-right:1px solid #666666;
}

#pokerhandstable td img {
	padding-left:2px;
}

#pokerhandstable tr.even td {
	background-color:#c1bfbf;
}

#pokerhandstable .handcol {
	width:90px;
}

#pokerhandstable .explcol {
	width:270px;
}

#pokerhandstable .examplecol {
	width:185px;
}

/*------------------------------------------------------------------*/
/*- For FaqContent component								   		-*/
/*------------------------------------------------------------------*/

#faqwrapper {
	padding:0 15px 5px;
	line-height:1.5em;
}

#toplinks {
	padding-bottom:20px;
	font-size:10px;
}

#toplinks a {
	display:block;
	padding-bottom:5px;
}

#answersheader {
	padding-bottom:10px;
}

#answers a {
	font-size:10px;
	font-weight:bold;
}

#answers .backtotop a {
	font-weight:normal;
}

.backtotop {
	font-size:10px;
	padding-bottom:15px;
}

#answers p {
	padding:0;
	margin:10px 0;
}

#answers h2 {
	margin-top:7px;
}


