/*
---------------------------------------------------------------------------------------------------------Horizontal Accordion
*/
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Arial;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial;
}

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: 64px;
	width: 40px;
	color: #ffffff;
	border-right: 1px solid #cccccc;
	cursor: pointer;
	margin: 0;
	background-color: #990000;
	padding-right: 5px;
	padding-left: 5px;
}
.horizontal_accordion_toggle_active {
	border-right: 1px solid #cccccc;
	background-color: #666666;
}
h4.horizontal_accordion_toggle_active  {
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	padding-top: 2px;
	color: #FF6600;
}
.horizontal_accordion_content {
	/* REQUIRED */
	height: 66px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
	background-color: #ffffff;
}
/* Container styling*/
#horizontal_container {
	/*margin:0px auto;*/
}
.week4
{
	width: 451px;
	height: 66px;
}  
 .week5
{
	width: 502px;
	height: 66px;
} 
.week6
{
	width: 553px;
	height: 66px;
} 
h4 {
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	padding-top: 2px;
}
#weekdays {
	height: 66px;
	width: 246px;
	background-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#weekdays p {

	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
tr#month {
	font-size: 9px;
	color: #CCCCCC;
	}
tr#day {
	color: #FFFFFF;
	font-size: 12px;
}
tr#date {
	color: #FFFFFF;
font-size: 12px;
}
.big {
	font-size: 24px;
}
a {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#eventcontainer {
	margin-top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
		
}
#eventdetailsweek0, #eventdetailsweek1, #eventdetailsweek2, #eventdetailsweek3, #eventdetailsweek4, #eventdetailsweek5 {
	visibility: hidden;
	position: fixed;
	top: 229px;
}
#eventcontainer h3 {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	color: #333333;
}
#eventcontainer p {
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #666666;
	font-style: italic;
}

.week4eventcontainer  {


}
.week5eventcontainer  {
	width: 499px;
}
.week6eventcontainer  {
	width: 550px;
}
.eventdetails {
	visibility: hidden;
	background-color: #ffffff;
	/*filter: Alpha(Opacity=85, FinishOpacity=85);*/
	width: 449px;
	border: 1px solid #CCCCCC;
	position: absolute;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.right {
	text-align: right;
}
#eventsbar {
	background-image: url(../../images/sortbarbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
a#pastevents {
	color: #FFFFFF;
	text-indent: -9999px;
	display:block;
	cursor:pointer;
	background-image: url(../../images/pastevents_o.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 77px;
	float:left;
}
a#pasteventsactive {
	color: #FFFFFF;
	text-indent: -9999px;
	display:block;
	cursor:pointer;
	background-image: url(../../images/pastevents_u.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 77px;
	float:left;
}
a:hover#pastevents {
	background-image: url(../../images/pastevents_u.png);
}
a#currentevents {
	color: #FFFFFF;
	text-indent: -9999px;
	display:block;
	cursor:pointer;
	background-image: url(../../images/currentevents_o.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 105px;
	float:left;
	margin-left: 15px;
}
a#currenteventsactive {
	color: #FFFFFF;
	text-indent: -9999px;
	display:block;
	cursor:pointer;
	background-image: url(../../images/currentevents_u.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 105px;
	float:left;
	margin-left: 15px;
}
a:hover#currentevents {
	background-image: url(../../images/currentevents_u.png);
}
a#sortup {
	text-indent: -9999px;
	display:block;
	cursor:pointer;
	height: 18px;
	width: 16px;
	background-image: url(../../images/sortup.png);
	background-repeat: no-repeat;
	background-position: left top;
		float:right;
}
a#sortdown {
	text-indent: -9999px;
	display:block;
	cursor:pointer;
	height: 18px;
	width: 16px;
	background-image: url(../../images/sortdown.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
	margin-right: 20px;
	margin-left: 10px;
}
#showcaseimage {
	float: left;
	margin: 10px;
}
#showcasetext {
	margin-left: 140px;
	height: 140px;
}
#dynamicpagenav {
	margin-right: 10px;
	margin-left: 10px;
}