/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}

body
{
	background: #000033 url(../img/bodycal.gif) repeat-y center top;
	color: #330066;
	cursor: default;
	margin: 0;
	padding: 0;
}

caption
{
	background: no-repeat;
	border-top: none;
	margin: 0 auto;
	text-align: right;
	font: normal 30px/30px Tahoma, sans-serif;
	color: #FFCC00;
	height: 34px;
	vertical-align: middle;


}
p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	border-bottom: 3px solid #ccc;
	border-right: 1px solid #999;
	margin: 0 auto;
}

th,
td
{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, sans-serif;
	vertical-align: top;
	width: 95px;
	height: inherit;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;



}

td a
{
	background: url(../img/arrow.gif) no-repeat center left;
	padding: 0 0 0 10px;
}

/* =Classes
----------------------------------------------------------------------*/
div.buttons
{
	font: 10px Verdana, sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

div.buttons a
{
	background: #ddd;
	border: 1px solid #bbb;
	color: #000;
	padding: 3px 5px;
}

div.buttons a:hover
{
	background-color: #fee;
	color: #FFCC33;
}

tr.day
{
	background: #fff;
	color: #330099;
	font-size: 10px;
	height: 90px;
	font-weight: normal;

}

tr.number
{
	background: #ddd;
	color: #333366;
	font-size: 12px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
	font-weight: 900;

}

th
{
	background: #fff;
	color: #333399;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
