/*

Primary stylesheet for PlanetPoker.com

Some colour values will be overridden on a page by page basis but are specified here as a fall-back.

Karen Friesen karen@hothouse.ca
January 14, 2003

*/


/*

This sheet will be hidden from non-standards compliant browsers.

*/

@import url("/inc/extra-style.css");



/*

BASIC ELEMENTS

*/


body	{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height: 0px;
	font-size: 11px;
	}


h1, h2, h3, h4, p, ul, ol, li, th, #maintext td, form {
	line-height: normal;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;

	}

a:link	{
	color: #0026b6;
	}

a:hover, a:visited	{
	color: #C60A27;
	}


h1	{
	font-size: 18px;
	margin-bottom: 3px;
	}

h2	{
	font-size: 15px;
	margin-bottom: 3px;
	}

h3	{
	font-size: 13px;
	margin-bottom: 3px;
	}


p	{
	margin: 0 0 12px 0;
	line-height: 18px;
	font-size: 11px;

	}

td	{
	font-size: 11px;

	}

ul, li	{
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 11px;

	}

h2 a:link, h2 a:visited	{
	text-decoration: underline;
	}
	
h2 a:hover	{
	text-decoration: underline;
	}

th	{
	font-weight: strong;
	font-size: 12px;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	text-align: left;
	}

.rule	{
	border-top: #000 solid 2px;
	}

/*

SPECIFIC SECTIONS

*/



.textcell	{
	background-color: #fff;
/*	border: #666 dotted 1px; */
	}

#maintext	{
	padding: 0 10px 0 20px;
	margin: 0 0 5px 0;
	}

#subnav	{
	padding: 0 10px 10px 20px;
	margin: 0 0 5px 0;
/*	border: #666 dotted 1px; */
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}
#subsubnav	{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0 0 0;
	line-height: normal;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}

#bottomnav	{
	border-top: #000 solid 2px;
	padding: 5px 10px 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 10px 0 20px;
	line-height: 18px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}

.callout	{
	padding: 3px 7px;
	width: 175px;
	margin: 0 0 10px 10px;
	background-color: #E5F2FF;
	background-image: url("/images/misc/blue_stripes.gif");
	}

.download	{
	padding: 3px 7px;
	width: 225px;
	margin: 0 0 20px 10px;
	background-color: #E5F2FF;
	background-image: url("/images/misc/blue_stripes.gif");
	}


.box	{
	width: 350px;
	padding: 10px;
	margin: 10px 0;
	background-color: #E5F2FF;
	background-image: url("/images/misc/blue_stripes.gif");
	}

.visit	{
	margin: 10px;
	padding: 5px 0 0 0;
	border-top: #000 solid 2px;
	text-align: center;
	}

.border	{
	margin: 10px 0;
	padding: 0 12px 3px 12px;
	border: #000 solid 1px;
	}

/* Front page only */

.rightbar
	{
	background-image: url("/images/misc/blue_stripes.gif");
	background-repeat: repeat-y;
	padding: 0;
	}

.righttext	{
	padding: 0 10px;
	}

.bottomnavfront	{
	padding: 5px 10px 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 10px 0 20px;
	line-height: 18px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}


.textnav	{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
	line-height: normal;
	}

/* Sitemap floats */


.sitemap h2	{
	margin: 0 0 5px 0;
	}

.sitemap h2 a:link, .sitemap h2 a:visited, .sitemap h2 a:hover	{
	text-decoration: underline;
	}

.sitemap p, .sitemap li, .sitemap ul	{
	line-height: normal;
	margin-top: 0;
	margin-bottom: 2px;
	}

.spacer	{
	clear: both;
	margin: 0;
	padding: 0;
	}


/*  Real money tables */


.deposit {
	background-color: #E7F3FF;
}

.depositcol {
	background-color: #90C7FF;
}


.withdrawal {
	background-color: #DFFFE4;
}

.withdrawalcol {
	background-color: #A3FFB1;
}

.status {
	background-color: #FFE7D8;
}

.statuscol {
	background-color: #FFC8A3;
}

.smprint  {
    font-size: smaller;
    color: Gray ;
}


/* For use in large tables, to colour alternate lines */
.colour	{
	background-color: #eee;
	}


/* Styles for FAQs */

.faq	{
	margin: 10px 0;
	padding: 7px;
	border: #C60A27 dotted 1px;
	}

.questions	{
	margin: 10px 0;
	font-weight: bold;
	}

.questions a	{
	text-decoration: none;
	}

.Q	{
	font-weight: bold;
	}

.Q a	{
	color: #000;
	text-decoration: none;
	}

.A	{

	}

.top	{
	margin: 0;
	}

/* Debugging styles */

.huh	{
	color: #C60A27;
	font-weight: bold;
	letter-spacing: 3px;
	}
    

