body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	margin: 10px 10px;
}

a, a:visited {
	color: #006CC4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #002E54;
}

a.player-info, a.player-info:visited, a.player-info2, a.player-info2:visited {
	color: #006CC4;
	font-weight: bold;
}

form {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
}

table {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

h1 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

.weekTotal {
	text-align: right;
	font-weight: bold;
}

table.history {
	font-size: 12px;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
}

table.history tr.rowW {
	color: blue;
}

table.history tr.rowL {
	color: black;
}

table.history tr.rowX {
	color: grey;
}

table.history tr.rowD {
	color: grey;
}

table.history td, table.history th {
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	padding: 2px 8px;
}

table.history tr.rowHead {
	background-color: #ccc;
}

table.history tr.gameHead {
	background-color: #333;
	color: #fff;
	font-size: 13px;
}

table.history tr.gameHead td {
	font-weight: normal;
}

table.history tr.row-P0 {
	background-color: #fff;
}

table.history tr.row-P1 {
	background-color: #ddd;
}

table.history tr.row-P2 {
	background-color: #ddd;
}

table.history tr.row-P3 {
	background-color: #eee;
}

table.history tr.row-P4 {
	background-color: #eee;
}

table.history tr.row-P5 {
	background-color: #eee;
}

table.history tr.row-P6 {
	background-color: #eee;
}

table.history tr.row-TL {
	color: #086600;
}

table.history tr.row-TS {
	color: #000;
}

table.history tr.row-TM {
	color: #A87E00;
}

table.history td.wagerDesc {
	letter-spacing: 1px;
}

table.history td.wagerDesc strong {
	/*color: #910000;*/
}

table.history tr.weekSummary {
	background-color: #eee;
}

table.history tr.grandTotal {
	background-color: yellow;
	color: red;
}

td.currency {
	text-align: right;
}

p {
	padding: 0 0;
	margin: 2px 0;
}

p.notes {
	margin-top: 20px;
}

p.color-s {
	color: #000;
}

p.color-m {
	color: #A87E00;
}

p.color-l {
	color: #086600;
}

.history-select {
	margin: 10px 0;
}

.history-select select {
	width: 150px;
}

.hide {
	display: none;
}

input.notes {
	width: 300px;
	color: #ed1c24;
	margin-right: 5px;
	margin-left: 5px;
}

.divNotes {
	margin: 5px 0;
}

label {
	text-decoration: underline;
}

table.history tr.new-bet {
	background-color: #fbff86;
}

tr.added {
	color: #888;
	background-color: #eee;
}

sup.hot {
	color: red;
	font-size: 8px;
}

h3.passChange {
	color: brown;
}