/* POKERIOPAS */

#guidecontent
{
	margin-top:32px;
	margin-bottom: 32px;
}

#guidecontent p
{
	font-family: Arial, Verdana, sans-serif;
	width: 100%;
}

#guidecontent p.hint
{
	font-family: Arial, Verdana, sans-serif;
	color: #4d57a3;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	float: left;
}

#guidecontent p.centered
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

#guidecontent p.list
{
	float: left;
	margin-left: 16px;
	width: 80%;
}

#guidecontent p.note
{
	font-weight: bold;
	color: #737cc1;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#guidecontent p.center
{
	height: 32px;
	text-align: center;
}

#guidecontent b.math
{
	background: #eaeaea;
}

#guidecontent h1
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
}

#guidecontent h2
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 16px;
	font-style: italic;
}

#guidecontent h3
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

#guidecontent h4
{
	font-size: 14px;
	text-transform: uppercase;
	color: #ff6c00;
	font-weight: bold;
	margin-top: 48px;
	margin-bottom: 8px;
}

#guidecontent h5
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #3a3a40;
}

#guidecontent img
{
	margin-top: 16px;
}

#guidecontent p.quote
{
	
	position: relative;
	background: #f5f0ea;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	border: 2px solid #e0d5ca;
	font-weight: bold;
	width: 50%;
	clear: both;
	text-align: center;
}

i.u
{
	font-style: normal;
	text-decoration: underline;
}

.quote i
{
	font-weight: normal;
	font-style: italic;
}

ul#titlelist
{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
ul#titlelist a
{
	color: #63699c;
	text-decoration: none;
}
ul#titlelist a.current
{
	background-color: #e9e7d3;
}
ul#titlelist a:hover
{
	color: #868fd6;
}
ul#titlelist a:visited
{
	color: #9b5f70;
}
ul#titlelist a:visited:hover
{
	color: #d7839b;
}

.topiclist
{
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
}

.guidenav
{
	display: block;
	height: 16px;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 32px;
	clear:both;
}

.guidenavleft
{
	position: relative;
	float: left;
}

.guidenavcenter
{
	position: absolute;
	
	left: 320px;
	
	width: 256px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #6e618c;
}

.guidenavright
{
	position: relative;
	float: right;
}

.guidenav a
{
	color: #63699c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.guidenav a:hover
{
	color: #868fd6;
}

.guidenav a:visited
{
	color: #9b5f70;
}

.guidenav a:visited:hover
{
	color: #d7839b;
}

#guidecontent caption
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

#guidecontent table
{
	border-spacing: 0 4px;
}

#guidecontent table.bordered
{
	border-spacing: 0 0px;
}

#guidecontent tr
{
	height: 24px;
}

#guidecontent tr.bluetitle
{
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	background-color: #9793c0;
}

#guidecontent tr.grey
{
	background-color: #cccccc;
}

#guidecontent tr.ltgrey
{
	background-color: #f0f0f0;
}

#guidecontent td
{
	
	font-family: Arial, Verdana, sans-serif;
	width: 96px;
}

#guidecontent td.orange
{
	background-color: #ffae00;
}
#guidecontent td.yellow
{
	background-color: #ffe400;
}
#guidecontent td.blue
{
	background-color: #8386c6;
}

#guidecontent td.wide
{
	width: 256px;
}

#guidecontent td.narrow
{
	width: 40px;
}

#guidecontent li
{
	font-family: Arial, Verdana, sans-serif;
}

.info
{
	color: #ff6c00;
	text-decoration: none;
}

.info:hover
{
	color: #ffa25d;
	background: none; /* IE6-kikka */
}

.info span
{
	display:none;
	
	font-size: 12px;
	color: #d66000;
	text-align: left;
	text-decoration: none;
}

.info:hover span
{
	display:inline;
	position:absolute;
	
	left: 14px;
	width: 144px;
	
	background: #f1f0e4;
	border: 1px solid #cbcab4;
	
	padding: 5px;
}

.red
{
	font-family:Times, Georgia, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: red;
}
.black
{
	font-family: Times, Georgia, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
}