/*
// style.css
// $Id: style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// EasyCalendar Style Sheet 
*/
a.prevnext:link {color: #666666; font-size: 12px; text-decoration:none}
a.prevnext:visited {color: #666666; font-size: 12px; text-decoration:none}
a.prevnext:hover {color: #666666; font-size: 12px; text-decoration:none}
a.prevnext:active {color: #666666; font-size: 12px; text-decoration:none}

a.day:link {color: black; font-size: 18px; text-decoration:none}
a.day:visited {color: black; font-size: 18px; text-decoration:none}
a.day:hover {color: red; font-size: 18px; text-decoration:none}
a.day:active {color: black; font-size: 18px; text-decoration:none}

a.event:link {color: #666666; font-size: 12px; text-decoration:none}
a.event:visited {color: #666666; font-size: 12px; text-decoration:none}
a.event:hover {color: #666666; font-size: 12px; text-decoration:none}
a.event:active {color: #666666; font-size: 12px; text-decoration:none}

a.admin:link {color: #666666; font-size: 12px; text-decoration:none}
a.admin:visited {color: #666666; font-size: 12px; text-decoration:none}
a.admin:hover {color: #666666; font-size: 12px; text-decoration:none}
a.admin:active {color: #666666; font-size: 12px; text-decoration:none}

table.cal {
background-color: #ccc;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

.caption {
color: #333;
font-family: Georgia, serif;
font-style: italic;
font-weight: bold;
font-size: 26px;
}

.thead {
color: #277BC1;
background-color: #999;
font-size: 18px;
	height: 23px;
	background: url(images/glassy_bg.jpg) repeat-x;
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: #ccc;
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ED1C24;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
	padding: 5px;
}

/* custom CSS */

body {
background-color: #FFFFFF;
color: #333;
font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
font-size: 11px;
}

h1 {
color: #666;
font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
}

.day {
padding: 5px;
font-family: Georgia, serif;
font-style: italic;
}
