/*
	Calendar CSS - by Nathan Smith - www.sonspring.com
*/

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}

body
{
	background: #27276f url("http://www.npcames.net/images/calendar/body.gif") repeat-y top center;
	color: #27276F;
	cursor: default;
	margin: 0;
	padding: 0;
}

caption
{
	background:  url("http://www.npcames.net/images/calendar/logo.gif") no-repeat;
	border-top: 5px solid #FCFAD9;
	margin: 0 auto;
	text-align: right;
	font: 25px/30px Georgia, serif;
}

p
{
	margin: 0;
}

strong
{
	text-transform: uppercase;
}

table
{
	background: #FFFFFF;
	border-bottom: 3px solid #99CC66;
	border-right: 1px solid #CCCCBB;
	margin: 0 auto;
}

th,
td
{
	border-left: 1px solid #CCCCBB;
	border-top: 1px solid #CCCCBB;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
	width: 100px;
	height: inherit;
}

td a
{
	background:  url("http://www.npcames.net/images/calendar/arrow.gif") no-repeat center left;
	color: #3333FF;
	padding: 0 0 0 10px;
}

td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background: #EEFFEE;
}

div.buttons
{
	font: 10px Verdana, sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

div.buttons a
{
	background: #FFFFCC;
	border: 1px solid #000099;
	color: #000000;
	padding: 3px 5px;
}

div.buttons a:hover
{
	background-color: #EEFFEE;
	color: #669933;
}

tr.day
{
	color: #000000;
	font-size: 9px;
	height: 90px;
}

tr.number
{
	background: #FFFFCC;
	color: #000000;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #999988;
	color: #FFFFFF;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
