﻿h1
{
	margin: 0px 0px 20px 0px;
	font-size: 1.7em;
	font-weight: normal;
}

h3
{
	margin: 5px 0px 0px 0px;
	font-size: 1.3em;
}

#rightcol .community
{
	color: #000;
}

#rightcol .community:hover
{
	color: #555
}

#rightcol .library
{
	color: #747;
}

#rightcol .library:hover
{
	color: #969;
}

#rightcol .meetings
{
	color: #F00;
}

#rightcol .meetings:hover
{
	color: #f55;
}

#rightcol .parks
{
	color: #090;
}

#rightcol .parks:hover
{
	color: #3a3;
}

#rightcol .convention
{
	color: #F60;
}

#rightcol .convention:hover
{
	color: #f93;
}

#rightcol .quinta
{
	color: #b00;
}

#rightcol .quinta:hover
{
	color: #e00;
}

#rightcol .submit
{
	background: url('images/submitevent.jpg') no-repeat;
	display: block;
	width: 180px;
	height: 35px;
	margin: 5px auto;
}

#rightcol .submit:hover
{
	background-position: 0px -36px;
}

#rightcol .submit span
{
	display: none;
	visibility: hidden;
}

.EventCalendar
{
	margin-top: 15px;
	width: 100%;
	border: 1px solid #a2a2a2;
}

.EventCalendar .header
{
	border: none;
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 1.2em;
}

.EventCalendar .header td
{
	padding: 10px 40px;
}

.EventCalendar .header a
{
	color: White !important;
	text-decoration: none;
}

.EventCalendar .dayheaders
{
	font-weight: bold;
	color: #FFF;
	background: #2f66b0;
	padding: 2px 0px;
	text-align: center;
}

.EventCalendar td
{
	text-align: left;
	vertical-align: top;
	
}

.EventCalendar .daycell
{
	background: url(images/daycell.gif) no-repeat;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	border-bottom: 1px solid #aaa;
	min-height: 100px;
}

.EventCalendar .datelink
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: White;
	margin: 0px;
	padding: 1px 0px 3px 2px;
}

.EventCalendar ul
{
	font-size: .9em;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
}

.EventCalendar ul li
{
	border: none;
	background: none;
	padding: 0px 0px 9px 0px;
	list-style-type: none;
	list-style-image: none;
}

.EventCalendar li a
{

	text-decoration: none;
}

.EventCalendar .selecteddaycell
{
	background: url(images/selecteddaycell.gif) no-repeat;
	background-color: #f7f8fa !important;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	border-bottom: 1px solid #aaa;
}

.EventCalendar .otherdaycell
{
	background-color: #f7f8fa !important;
	border-bottom: 1px solid #aaa;
}

.calendarpage .legend
{
	float: right;
	margin: 0px 0px 10px 10px;
	border: 2px dotted #ccc;
	padding: 5px;
	width: 200px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.maincol .calendarpage h2
{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 3px;
}

.maincol .calendarpage p
{
	margin: 0px;
	margin: 5px 0px 10px 15px;
}

.maincol .calendarpage .description a
{
	color: #000;
	font-weight: bold;
	border-bottom: 1px dotted #333;
	background: none;
	padding: 0px 0px 1px 0px;
}

.maincol .calendarpage .description a:hover
{
	color: #444;
}

.header td
{
	text-align: center;
}