﻿table.stripe {
	margin-left: 2ex;
	border: 1px solid #CCC;
	font-size: 90%;
}

table.stripe td {
	border: 1px solid #CCC;
	padding: 3px;
	margin:5px;
	background-color: #ffffed;
}

table.stripe tr.even td {
	background-color: white;
}

table.stripe tr.odd td {
	background-color: #ffffed;
}

table.stripe th {
	border: 1px solid #CCC;
	padding: 3px;
	margin:5px;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
}


table.hstripe {
	margin-left: 2ex;
	border: 1px solid #CCC;
	font-size:80%;
}

table.hstripe td {
	border: 1px solid #CCC;
	padding: 3px;
	margin:5px;
	background-color: #ffffed;
}

table.hstripe tr.even td {
	background-color: white;
}

table.hstripe tr.odd td {
	background-color: #ffffed;
}

table.hstripe th {
	border: 1px solid #CCC;
	padding: 3px;
	margin:5px;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
}

table.hstripe tr.odd td.over {
	background:#ecfbd4;
}

table.hstripe tr.even td.over {
	background:#ecfbd4;
}

table.hstripe td.over {
	background:#ecfbd4;
}

table.hstripe tr.odd td.down {
	background:#bce774;
	color:#fff;
}

table.hstripe tr.even td.down {
	background:#bce774;
	color:#fff;
}

table.hstripe td.down {
	background:#bce774;
	color:#fff;
}

table.hstripe tr.odd td.selected {
	background:#bce774;
	color:#555;
}

table.hstripe tr.even td.selected {
	background:#bce774;
	color:#555;
}

table.hstripe td.selected {
	background:#bce774;
	color:#555;
}

table.hstripe tr.even td.empty{
	background:#fff;
}

table.hstripe tr.odd td.empty{
	background:#fff;
}

table.hstripe td.empty{
	background:#fff;
}