/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

.cal caption
{
	line-height: 20px;
	margin: 0 auto;
	text-align: right;
	font: 20px/30px Tahoma, sans-serif;
}

 
.cal strong
{
	text-transform: uppercase;
}

.cal table
{
	 	background: #fff;
	border-bottom: 3px solid #ccc;
	border-right: 1px solid #999;
	margin: 0 auto;
}

.cal th, .cal td
{
	margin-top: 0px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
  }

.cal td a
{
 	padding-left: 0px;
 	padding-bottom: 0;
 	padding-right: 0;
 	padding-top: 0;
 	text-decoration: none;
 	color: black;
}

.cal td a:hover
{
}



/* =Classes
----------------------------------------------------------------------*/

 col.Sat, col.Sun
{
	background: #eef;
}

.cal a {text-decoration:none;}

  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: #666;
	font-size: 9px;
	height: 15px;
}

 tr.number
{
 	color: #909090;
	font-size: 10px;
	height: 10px;
	text-align: right;
	vertical-align: middle;
}

td.num { 
background-color: #e5e5e5;

}


td.class { 
background-color: #c9e5c1;

}


td.important { 
background-color: red;

}

.cal th
{
	background-color: #fefefe;
	color: #999;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
