#calendar_main {
	position: relative;
	width: 342px;
	height: 356px;
	background: url(images/calendar_BG.png) no-repeat top left;
	left: 15px;
	top: 15px;
}

#month_year_main {
    position: absolute;
    width: 192px;
    left: 75px;
    top: 79px;
}

div#back_arrow {
    float: left;
}

div#next_arrow {
    float: left;
}
#back_arrow  a, #back_arrow  a:visited   {
	width: 21px;
	height: 25px;
	display:block;
	background: url(images/back_arrow_dual.png) no-repeat left bottom;
	border: none;
}

#back_arrow a:hover, #back_arrow a:active {
    background-position: left top;
}

#next_arrow a, #back_arrow a:visited {
    width: 21px;
    height: 25px;
    display:block;
    background: url(images/next_arrow_dual.png) no-repeat left bottom;
    border: none;
}

#next_arrow a:hover, #next_arrow a:active {
    background-position: left top;
}

#month_year_text {
    display: block;
    text-align: center;
    vertical-align: middle;
    float: left;
    font-size: large;
    width: 150px;
    height: 23px;
    padding-top: 2px;
    font-family: impact, arial, helvetica, sans-serif;
}

#small_calendar {
    position: absolute;
    top: 145px;
    left: 40px;
}

#large_date {
    position: absolute;
    margin-left: 10px;
    top: 165px;
    left: 190px;
    width: 110px;
    height: 90px;
    text-align: center;
    font-size: 64pt;
    font-weight: bold;
    font-family: impact, arial, helvetica, sans-serif;
}

#this_month {
    position: absolute;
    margin-left: 10px;
    top: 145px;
    left: 190px;
    width: 110px;
    height: 20px;
    text-align: center;
    font-size: 12pt;
    font-family: impact, arial, helvetica, sans-serif;
}

#event_title {
    position: absolute;
    top: 270px;
    left: 40px;
    width: 185px;
    height: 50px;
    font-family: impact, arial, helvetica, sans-serif;
    font-size: 20px;
    text-decoration: underline;
    font-weight: normal;
}

#event_title a:link, #event_title a:visited {
    color: black;
    font-family: impact, arial, helvetica, sans-serif;
    font-size: 20px;
    text-decoration: underline;
    font-weight: normal;
}

#event_title a:hover, #event_title a:active {
    color: #F37A02;
}

.calendar-table {
    width: 140px;
    height: 105px;
    font-size: 8pt;
}

.calendar-header-day {
    font-weight: bold;
    border-bottom: solid thin #000000;
    text-align: center;
}

.selected-day {
    background-color: #CCCCCC;
}

#full_event {
	position: relative;
	width: 325px;
	text-align: left;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 240px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: hidden;
}
#full_event a {
	color: #800000;
	text-decoration: none;
}

h2 {
    font-size: 18px;
    text-decoration: underline;
}
#full_event a:visited {
	color: #800000;
	text-decoration: none;
}
#full_event a:hover {
	color: #800000;
	text-decoration: underline;
}
.full_event {
	position: relative;
	width: 325px;
	text-align: left;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	overflow: auto;
	height: 240px;
}
