/* 	global calendar colors located in main.css
	so you can use the calendar on any page */
.event_holder
{
	padding-left: 25px;
}
.event_holder strong
{
	font-size: 14px;
	margin-left: -25px;
	margin-bottom: 20px;
}
/* BACK TO CALENDAR BUTTON */
#back_to_cal
{
	background: transparent url(http://www.downtownmedford.com/images/icons/left_arrow.png) no-repeat;
	background-position: 20px 20px;
	border-width: 1px;
	border-color: #d3d3d3;
	border-style: solid;
	width: 475px;
}
#back_to_cal:hover
{
	background-color: #f6f6f6;
}
#back_to_cal a
{
	background: transparent url(http://www.downtownmedford.com/images/icons/calendar.png) no-repeat;
	background-position-y: center;
	background-position-x: 93%;
	color: #47b02e;
	font-size: 14px;
	text-decoration:none;
	display:block;
	padding: 30px 30px 30px 90px;
}
#back_to_cal a:hover
{
	text-decoration:underline;
}
/* 	DO NOT EDIT BELOW THIS LINE UNLESS YOU WANT TO DESTROY
	MY CALENDAR! AFK BRB PK IRL!
*/

/* SMALL CALENDAR */
table.calendar_small
{
	margin-top: -5px;
	margin-left: 15px;
	width: 220px;
}

table.calendar_d_small
{
	text-align:center;
	font-size: 12px;
	border-spacing: 0;
}

table.calendar_d_small td
{
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
}

table.calendar_d_small td a
{
	display:block;
	padding: 4px 0 4px 0;
	background: #4de9ff;
	color: #000;
	text-decoration: none;
}
table.calendar_d_small td a:hover
{
	background: #39acbc;
}
table#header h3
{
	font-size: 10px;
	color: #797066;
}
table#header td
{

}
tr.headings td
{ border:none; }
/*LARGE CALENDAR */
table.calendar_large
{
	border: 1px solid: #CCC;
	margin: 0 auto;
} 
table.calendar_d_large
{
	text-align: left;
	font-size: 12px;
	border-spacing: 0;
}
table.calendar_d_large td
{
	border: 1px solid #CCC;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 90px;
	min-width: 90px;
	height: 80px;
}
table.calendar_d_large td a
{
	display:block;
	color: #000;
	text-decoration:none;
	vertical-align: top;
	font-size: 10px;
}
table.calendar_d_large tr.headings td
{
	height: 20px;
}
.arrow
{
	padding-left: 10px;
}