.standard, .standard table {
	background-color: #0E0E0E;
	border: 0;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	width: 100%;
	
}
.standard th {
	background-color: #222;
	font-weight: bold;
	font-size: 13px;
	height: 28px;
	color: #767676;
}
.standard thead {
	background-color: #F26522;
	font-weight: bold;
	height: 30px;
	color: #FFFFFF;

}
.standard tbody {
}
.standard tfoot {
	background-color: #F26522;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	text-align:center;
}
.standard td {
	width: 124px;
	min-height: 115px !important;
	height: 115px;
	vertical-align: top;
	text-align: left;
	font-size:0.9em;
	border: 0;
	background-color: #0c0c0c;
	padding: 0;
}

.standard li {
	list-style-position: inside;
	color: #089DD5;
	float: left;
}

.standard .date
{
	float: right;
	width: 21px;
	height: 15px;
	background: #222;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.standard .day
{
	background: #222;
	color: #0F0F0F;
}

.small, .small table
{
	background-color: #0e0e0e;
	border: 0;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	width: 100%;
}

.small td
{
	height: 28px;
	width: 30px;
	text-align: center;
}

.small .today
{
	background: url(../../images/cell-bg.png) no-repeat;
}

