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

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

a
{
	cursor: hand;
}

body
{
	background-color: #D7EEFA;
	color: #966;
	cursor: default;
	margin: 0;
	padding: 0;
}

caption
{
	background-image:url(../img/logoviva.gif);
	height: 60px;
	background-repeat: no-repeat;
	color: #EF687D;
	border-top: 6px solid #70ACDE;
	margin: 0 auto;
	text-align: right;
	font: 20px/30px Tahoma, sans-serif;
}

p
{
	margin: 0;
}

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

th, td
{
	border-left: 1px solid #70ACDE;
	border-top: 1px solid #70ACDE;
	font-family: Verdana, sans-serif;
	padding: 5px 5px;
	vertical-align: top;
	width: 150px;
	height: inherit;
}

th, td h2
{
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 0;
}

th, td p
{
	margin: 2px 0 5px 12px;
}

strong
{
	color: #666;
}

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

div.buttons
{
	font: 10px Verdana, sans-serif;
	padding: 3px 0;
	text-align: right;
}

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

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

tr.day
{
	background: #fff;
	color: #666;
	font-size: 9px;
	height: 200px;
}

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

th
{
	background-image:url(../img/date.jpg);
	margin: 0;
	padding: 0;
	color: #FFDFDF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
