/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

.strategy_chart {
	width: 330px;
	margin: 0 auto;
	padding: 10px 0;
}
.strategy_chart_full {
	width: 450px;
	margin: 0 auto;
	padding: 10px 0;
}
.strategy_chart_pocket {
	width: 300px;
	margin: 0 auto;
	padding: 10px 0;
}

.tbl_chart {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.tbl_chart th {
	font-size:13px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 2px;
	text-align: center;
}
.tbl_chart td {
	font-size:12px;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 2px;
	text-align: center;
}
.tbl_chart td.hit, .chart_abbreviation span.hit {
	background-color: #00ff00;
}
.tbl_chart td.double, .chart_abbreviation span.double {
	background-color: #ffff00;
}
.tbl_chart td.stand, .chart_abbreviation span.stand {
	background-color: #ff0000;
}
.tbl_chart td.split, .chart_abbreviation span.split {
	background-color: #99ccff;
}
.tbl_chart td.surrender, .chart_abbreviation span.surrender {
	background-color: #e5e5e5;
}

h3 {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
h3 a {
	color: #fff;
	text-decoration: none;
}
h3 a:hover {
	color: #FBC944;
}


.strategy_chart_full .tbl_chart th {
	font-size:15px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px 4px;
	text-align: center;
}
.strategy_chart_full .tbl_chart td {
	font-size:13px;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px 4px;
	text-align: center;
}
.strategy_chart_full p {
	color: #fff;
	font-size: 12px;
	padding: 5px 5px;
}

.strategy_chart_pocket .tbl_chart th {
	font-size:10px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px 0px;
	text-align: center;
}
.strategy_chart_pocket .tbl_chart td {
	font-size:9px;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px 0px;
	text-align: center;
}
.strategy_chart_pocket p {
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
	line-height: 14px;
}

.strategy_chart_full h3 {
		font: bold 17px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0px 10px 0px;
	text-align: center;

}
.strategy_chart_pocket h3 { font-size: 14px; padding: 0px 0 5px; color: #fff; text-align: center;}
.btns_print { display: none;}