@charset "utf-8";

/*Standard CSS structure with special concessions noted in section TWO*/
p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.a_tabbed:link {
	color: #EBBD1D;
	text-decoration: none;
}

.a_tabbed:visited {
	color: #EBBD1D;
	text-decoration: none;
}

.a_tabbed:hover {
	text-decoration: none;
	color: #000;
	background: #FC3;
	text-indent: 3px;
	padding-right: 10px;
	padding-left: 15px;
}

.text_red
{
	color: #F00;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.event_title {
	color: #FFCC00;
}

.closed
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background-image: url(/images/sub_title_closedholiday.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	height: 170px;
	padding-top: 48px;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ECBE1E;
	border-right-color: #ECBE1E;
	border-bottom-color: #ECBE1E;
	border-left-color: #ECBE1E;
	border-right-width: 0px;
	border-left-width: 0px;
}

p.date{
/*	width:280px;
	height:17px;
	float:left;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:12px;
/*	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 3;*/
}

