/*
	Calendar CSS
*/

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #fff;
	border-bottom: 0px solid #ccb;
	border-right: 0px solid #ccb;
	border-left: 0px solid #ccb;
	border-top: 0px solid #ccb;
	topmargin: 0;
}

/* =Classes
----------------------------------------------------------------------*/

tr.head
{
	font-family: Verdana, sans-serif;
	color: #ff1111;
	font-size: 14px;
	height: 40px;
	text-align: center;
}

tr.day
{
	font-family: Verdana, sans-serif;
	color: #223;
	font-size: 11px;
	height: 50px;
}

tr.sun
{
	font-family: Verdana, sans-serif;
	color: #ff0000;
	font-size: 11px;
	height: 16px;
}

tr.sunoil
{
	font-family: Verdana, sans-serif;
	background: #e6e3d2;
	color: #ff0000;
	font-size: 11px;
	height: 16px;
}

tr.che
{
	font-family: Verdana, sans-serif;
	background: #eff2c1;
	color: #ff1111;
	font-size: 11px;
	height: 16px;
}

tr.sunche
{
	font-family: Verdana, sans-serif;
	background: #eff2c1;
	color: #ff0000;
	font-size: 11px;
	height: 16px;
}

tr.lent
{
	font-family: Verdana, sans-serif;
	background: #f2d8d5;
	color: #223;
	font-size: 11px;
	height: 16px;
}

tr.lentoil
{
	font-family: Verdana, sans-serif;
	background: #e6e3d2;
	color: #223;
	font-size: 11px;
	height: 16px;
}

tr.feastoil
{
	font-family: Verdana, sans-serif;
	background: #e6e3d2;
	color: #223;
	font-size: 11px;
	height: 16px;
}

tr.oil
{
	font-family: Verdana, sans-serif;
	background: #e6e3d2;
	color: #223;
	font-size: 11px;
	height: 16px;
}

tr.fish
{
	font-family: Verdana, sans-serif;
	background: #e6e8d9;
	color: #223;
	font-size: 11px;
	height: 50px;
	text-align: left;
}

tr.lord
{
	font-family: Verdana, sans-serif;
	color: #ff0000;
	font-size: 11px;
	height: 50px;
}

tr.mog
{
	font-family: Verdana, sans-serif;
	color: #0000ff;
	font-size: 11px;
	height: 50px;
}

tr.mogfish
{
	font-family: Verdana, sans-serif;
	background: #e6e8d9;
	color: #0000ff;
	font-size: 11px;
	height: 50px;
}