#categoryBanner {
	width: 780px;
	color: #000;
}

#categoryBanner .editCategoryBannerIcon {
	position: absolute;
	top: 5px; left: 5px;
	cursor: pointer;
}

.categoryContent {
	margin: 15px;
	color: #FFF;
}

.categoryContent table.categoryHeadSel {
	background-color: #494949;
	color: #F7FF11;
	font-size: 14px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}

.categoryContent table.categoryHead {
	background-color: #747273;
	color: #FFF;
	font-size: 14px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}

.categoryContent #breadcrumb {
	font-size: 10px;
	margin-bottom: 15px;
}

.categoryContent .contentBody {
	background-color: #494949;
	width: 100%;
}

.categoryContent .contentBody .content {
	margin: 10px;
	position: relative;
	width: 490px;
}

.categoryContent .dottedBorderBot {
	border-bottom: 1px dotted #999999;
}

.categoryContent .midContent {
	width: 510px;
	float: left;
}

.categoryContent .rightContent {
	width: 230px;
	margin-top: 0px;
	float: right;
}

.categoryContent .contentBody .content .thumbnail {
	float: left;
	width: 130px;
	text-align: center;
}

.categoryContent .contentBody .content .event_title {
	color: #FFCC33;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.categoryContent .contentBody .content a.event_title {
	color: #FFCC33;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.categoryContent .contentBody .content a:hover.event_title {
	text-decoration: underline;
}

.categoryContent .contentBody .content .event_blurb {
	font-size: 14px;
	margin-top: 5px;
}

.categoryContent .contentBody .content .event_count {
	color: #FF6600;
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.categoryContent #contentBody a {
	color: #FFF;
}

.categoryContent #contentBody a:hover {
	text-decoration: none
}

.categoryContent .pages {
	font-size: 12px;
	font-weight: bold;
}

.categoryContent .pages .current {
	cursor: default;
	color: #999;
}

.categoryContent .pages .notCurrent {
	cursor: pointer;
}

a.orangeLink:link 		   { color: #ff6600; font-size: 11px; text-decoration: none; }
a.orangeLink:hover 		   { color: #ff6600; font-size: 11px; text-decoration: underline; }
a.orangeLink:active 	   { color: #ff6600; font-size: 11px; text-decoration: none; }
a.orangeLink:visited 	   { color: #ff6600; font-size: 11px; text-decoration: none; }
a.orangeLink:visited:hover { color: #ff6600; font-size: 11px; text-decoration: underline; }