﻿/* Calendar Styles */
.eventcal-table
{
	width: 595px !important;
}

/* Removes padding around the title */
.eventcal-table td
{
	padding: 0;
}

.eventcal-daystyle,
.eventcal-othermonthdaystyle
{
	border: 1px solid #305241;
	color: #000;
	font: 9px Verdana !important;
	height: 85px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

.eventcal-daystyle ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.eventcal-daystyle ul li,
.eventcal-daystyle ul li a
{
	color: #305241;
	text-decoration: none;
}

.eventcal-daystyle ul li a:hover
{
	text-decoration: underline;
}

.eventcal-othermonthdaystyle
{
	background-color: #ccc;
}

.eventcal-dayheaderstyle
{
	background-color: #808080;
	font: 12px Verdana !important;
	height: 24px !important;
	text-transform: uppercase;
}

.eventcal-titlestyle
{
	background-color: #305241;
	color: #fff;
	font: 20px Verdana !important;
	height: 40px !important;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.eventcal-nextprevstyle a
{
	background-color: #ccc;
	font: 9px Verdana !important;
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px 8px;
	text-decoration: none;
	width: 50px !important;
}
/* End Calendar Styles */

/* Repeater Styles */
h1.eventcal,
div.eventcal 
{
	color: #305241;
}

h1.eventcal
{
	font-family: Verdana;
}

div.eventcal
{
	font: 12px Verdana !important;
	margin-bottom: 20px;
}

div.eventcal h3
{
	margin-bottom: 0;
	padding-bottom: 0;
}
/* End Repeater Styles */

/* Drop-down Styles */
.eventcal-selectors
{
	font: 12px Verdana !important;
	margin-bottom: 10px; 
	width: 600px;
}
.eventcal-selectors select
{
	font: 12px Verdana !important;
}
