/*
	Poker for Beginners CSS
*/

BODY {
	margin: 10px; padding: 0px;
	background-image:url('images/backg.gif');
	background-repeat:repeat;
	
}

BODY, TD, TH {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

H1 {
	margin-top: 15px;
	font-size: 16px;
	font-style: bold;
	color: #004C99;
}

H2 {
	color: #004C99;
	font-size: 12px;
	font-style: bold;
	margin-left: 15px;
}

P {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 0px;
}

li {
	margin-left: 15px;
	margin-right: 0px;
}

.highLightCell {

background-color: #dfdfdf;
}

.indent {
	margin-left: 15px;
}

.cell_backg {
	background-color:white;
}

.cell_centre {
	background-color:white;
	background: url('images/a_m_r.gif') top left repeat-y;
	background-position:right;
	background-attachment:fixed
}

.top_left {
	background: url('images/a_t_l.gif') top left no-repeat;
	height:60px;
	width:60px;
}

.top_right {
	background: url(images/a_t_r.gif) top right no-repeat;
	height:60px;
	width:60px;
}

.mid_left {
	background-color:white;
	width:10px;
}

.mid_right {
	background: url('images/a_m_r.gif') top left repeat-y;
	height:9px;
	width:60px;
}

.btm_left {
	background: url('images/a_b_l.gif') top left no-repeat;
	height:89px;
	width:60px;
}

.btm_mid {
	background: url('images/a_m_b.gif') top left repeat-x;
	height:89px;
}

.btm_right {
	background: url(images/a_b_r.gif) top right no-repeat;
	height:89px;
	width:60px;
}

.cssnav{
  position:relative;
  font-family: arial, verdana, helvetica, sans-serif;
  background-image: url(images/green_chip.gif);
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0; 
  margin-bottom:0px;
  padding: 0; 
}

.cssnav a {
  display:block;
  font-size: 12px;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0;
  padding: 0;
  color: black; text-decoration: none; 
}

.cssnav img {width: 100%; height: 100%; border: 0; }

* html a:hover {visibility:visible}

.cssnav a:hover img{visibility:hidden}

.cssnav span {
  position:absolute;
  left:20px;
  top:0px;
	width: 120;
  color:#000000;
  font-weight:bold;
  margin:0;
  cursor: pointer;
}
