body
{
	margin: 0 0 30px 0;
	padding: 0;
	background: #FFF;
	font-size: 75%;
	font-family: "arial", "verdana", "tahoma", "georgia", "trebuchet ms";
	/*color: #666;*/
	color: #111;
}

#container
{
	margin: 0 auto;
	width: 800px;
}

#headercont
{
/*	height: 100px; /*controls where line is drawn*/
	width: 800px;
	height: 40px;
	text-align: center;
	border-bottom: 2px solid #F90;
	background-color: #000000;
}

#headercont ul
{
/*	margin: 0 0 0 10%;*/
	margin: 0;
	
	padding: 15px 0 0 0;
	list-style-type: none;
	color: #CCC;
}

#headercont ul li
{
	display: inline;
	margin-right: .5%;
}

#headercont ul li a
{
	text-decoration: none;
	/*color: #999;*/
	color: #F90;
	font-weight: bold;
}

#headercont ul li a.active
{
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}

#headercont ul li a:hover
{
	text-decoration: none;
	/*color: #333;*/
	color: #FFFFFF;
}

#maincont
{
	width: 800px;
	line-height: 160%;
	padding: 15px 0 5px 0;
	background-color: #F0F0F0;
	color: blue;
	font-weight: bold;
	border-bottom: 2px solid #F90;
}

#maincont h2, h3
{
	text-align: center;
	font-weight: bold;
	color: red;
}

#maincont select
{
	height: 24px;
	font-weight: bold;
	margin-right: 1%;
}

#maincont legend
{
	color: red;
}

#maincont fieldset
{
	border: 1px solid #781351;
	margin: 5px;
}

/*
#bottom
{
	clear: both;
	width: 800px;
}
*/

#footercont
{
	width: 100%;
	float: left;
	/*color: #999;*/
	/*background-color: pink;*/
}

#footercont p
{
	padding: 0px;
}

#footercont a
{
	/*color: #999;*/
	margin: 10%;
	color: #F90;
	text-decoration: none;
}

#footercont a:hover
{
	/*color: #F90;*/
	color: #FFFFFF;
	text-decoration: none;
}

#footerleft
{
	width: 31%;
	float: left;
	height: 40px;
	background-color: black;
}

#footerleft p
{
	margin: 0;
	padding: 0;
	line-height: 40px;
}

#footerright
{
	width: 69%;
	float: left;
	height: 40px;
	text-align: right;
	background-color: green;
}

#footerright p
{
	margin: 0;
	padding: 0;
	line-height: 40px;
}

.decks
{
	text-align: center;
	width: 80px;
	margin-right: 1%;
}

.comptext
{
	font-weight: bold;
	width: 80px;
	
	margin-right: 5px;
	text-align: center;
	background: #000000;
	color: #ffffff;
}

.totcardstext
{
	font-weight: bold;
	width: 84px;
	margin-left: 17px;
	text-align: center;
	background: #000000;
	color: #ffffff;
}

.compbuttonr
{
	font-weight: bold;
	width: 40px;
	/*height: 24px;*/
}

.compbuttona
{
	font-weight: bold;
	width: 40px;
	/*height: 24px;*/
	margin-right: 8px;
}

.totlabel
{
	margin-left: 20px;
}

.pcardtext
{
	font-weight: bold;
	text-align: center;
	background: #000000;
	color: #ffffff;
	/*width: 52%;*/
	width: 295px;
/*	margin-right: 1%;*/
}

.phandtext
{
	font-weight: bold;
	text-align: center;
	background: #000000;
	color: #ffffff;
	width: 37%;
	margin-left: 10px;
}

.rankbutton
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	/*width: 4.8%;*/
	width: 27px;
}

.bUndeal
{
	font-weight: bold;
	width: 11%;
	margin-left: 10px;
}

.bResetCompute
{
	font-weight: bold;
	width: 13%;
}

.bFullShoe
{
	font-weight: bold;
	width: 80px;
	margin-left: 20px;
}

.posoverall
{
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 10%;
}

.negoverall
{
	font-weight: bold;
	background-color: #ff0000;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 10%;
}

.blankoverall
{
	display: inline-block;
	background-color: #666;
	width: 10%;
}

.vertLabel
{
	font-weight: bold;
	background-color: #ffffff;
	color: black;
	display: inline-block;
	text-align: center;
	width: 10%;
}

.horzLabel
{
	font-weight: bold;
	background-color: #ffffff;
	color: black;
	display: inline-block;
	text-align: center;
	width: 8%;
}

.posEVLabel
{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	width: 8%;
	margin-top: 3px;
}

.negEVLabel
{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #ff0000;
	color: #ffffff;
	width: 8%;
	margin-top: 3px;
}

.blankLabel
{
	background-color: #666;
	display: inline-block;
	width: 8%;
	margin-top: 3px;
}

.blankInsEV
{
	display: inline-block;
	background-color: #666;
	width: 8%;
	margin-right: 4%;
}

.posInsEV
{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	width: 8%;
	margin-right: 4%;
}

.negInsEV
{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #ff0000;
	color: #ffffff;
	width: 8%;
	margin-right: 4%;
}

.dUp
{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	color: black;
	background-color: #ffffff;
	width: 6%;
}

.dVert
{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	color: black;
	background-color: #ffffff;
	width: 6%;
	margin-top: 3px;
}

.dHorz
{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	color: black;
	background-color: #ffffff;
	width: 8%;
}

.dProb
{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	width: 8%;
	margin-top: 3px;
}
