/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

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

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

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

caption
{
	background: /*url(../img/logo.gif) no-repeat;*/;
	border-top: 5px solid #f9f;
	margin: 0 auto;
	text-align: right;
	font: 20px/30px "Trebuchet MS", sans-serif;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #fff;
	border-bottom: 3px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
}

th,
td
{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

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

td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background: #ffd;
}

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

div.buttons a
{
	background: #000;
	border: 1px solid #bbb;
	color: #fff;
	padding: 3px 5px;
	text-decoration: none;
}

div.buttons a:hover
{
	background-color: #ddd;
	color: #333;
	text-decoration: none;
}

tr.day
{
	color: #666;
	font-size: 12px;
	height: 90px;
}

tr.number
{
	background: #fcf;
	color: #933;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

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

.new{
background-color:#feff5f;
color:#bf2323;
font-size:11px;
font-weight:bold;
}

.offsite{
color:#4789bf;
font-weight:bold;
}

.workshop{
color:#23bf90;
font-weight:bold;
}
a: hover.workshop
{
color:#ffffff;
background-color:#23bf90;

}
.class{
color:#af0038;
font-weight:bold;
}
a:hover.class{
color:#ffffff;
background-color:#af0038;

}

.performance{
color:#ff910f;
font-weight:bold;
}

a:hover.performance{
color:#ffffff;
background-color:#ff910f;
}

.workshop{
color:#ee0fff;
font-weight:bold;
}

a:hover.workshop{
color:#ffffff;
background-color:#ee0fff;
}

.birthday{
	color:#800080;
}

.pinkish {
	color:#FF00FF;
}

.hawaii {
	background-color:#0000FF;
	color:#00FFFF;
	
}

.egypt {
	background-color:#ffff66; 
	color:#0066cc;
}

div.calnav {
	font: .75em Verdana, sans-serif;
	text-align: center;
}
div.calnav a {
	color: #933;
}
div.calnav a:hover {
	color:#ffffff;
	background-color:#af0038;
}
