/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* Basic HTML
------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}

body
{
	background-color: #F1EADE;
	color: #96622C;
	cursor: default;
	margin: 0;
	padding: 0
}

caption
{
	border-top: 5px solid #96622C;
	/*margin: 0 auto;*/
	margin: 8px;
	text-align: center;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 30px; 
	font-size: 24px; 
	font-family: Tahoma, sans-serif
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #fff;
	border-bottom: 3px solid #ccc;
	border-right: 1px solid #999;
	margin: 0 auto;
}

tr th {
    font-weight: bold;
}

th,
td
{
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, sans-serif;
	padding: 0 4px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

td a
{
	background: url('arrow.gif') no-repeat center left;
	color: #33f;
	padding-left:10px; padding-right:0; padding-top:0; padding-bottom:0
}

td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------*/


col.Sun
{
	background: #E5D8CA;
	text-color: #FFF;
}

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: #eef;
	color: #369;
}

tr.day
{
	color: #000;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #ddd;
	color: #96622C;
	font-size: 10px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
}

th
{
	background: #F5F0EA;
	color: #96622C;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
