﻿.usageCloud{
	display:	block;
}

	.usageCloud h2{
	}
	
	.usageCloud a:link, .usageCloud a:visited{
		color: Purple;
		text-decoration: none;
	}
	.usageCloud a:hover, .usageCloud a:active{
		color: Purple;
		text-decoration: none;
	}
	
#categoriesList{
	margin:		0 0 10px 0;
}

	#categoriesList h2{
		background: url(../images/sidebar-title.jpg) top left no-repeat;
		color:		#747474;
		height:		21px;
		margin:		0px;
		padding:	10px;
	}
	
	#categoriesList div{
		padding:	10px 0px 10px 18px;
	}

.eventListItem{
	background: url(../images/event-list-top.gif) top left no-repeat;
}

tr.eventListBottom, tr.eventListBottom td{
	height: 7px;
	margin: 0;
	padding: 0;
}
.eventListBottom td{
	background: url(../images/event-list-bottom.gif) top left no-repeat;
}

.eventTitle{
	font-weight:	bold;
}

	.eventTitle a:link,
	.eventTitle a:visited{
		text-decoration:none;
	}
	
	.eventTitle a:hover,
	.eventTitle a:active{
		text-decoration:underline;
	}

.eventPriceRange{
	padding:		5px 0 5px 0;
}

.eventLinks{
}
	
.dateBox{
	background:		url(../images/date-top.gif) top left no-repeat;
	padding:		5px 0 0 0;
	width:			89px;
	color:			#5F5F5F;
	float:			left;
	display:		inline;
}

	.dateBox .dateDay{
		background:		#DBF0FA;
		border:			1px solid #DBF0FA;
		border-width:	0 1px 0 1px;
		padding:		3px 0 3px 0;
	}
	
	.dateBox .dateDayNum{
		border:			1px solid #DBF0FA;
		border-width:	0 1px 0 1px;
		font-size:		large;
		font-weight:	bold;
		padding:		0;
		
	}
	
	.dateBox .dateMonthAndYear{
		border:			1px solid #DBF0FA;
		border-width:	0 1px 0 1px;
		padding:		0;
	}
	
	.dateBox .dateFooter{
		background:		url(../images/date-bottom.gif) bottom left no-repeat;
		height:			4px;
		font-size:		1px;
	}
	
.dateBoxSep{
	float:			left;
	display:		inline;
	background:		#DBF0FA;
	height:			1px;
	font-size:		1px;
	width:			10px;
	margin-top:		20px;
}

#subMenu ul.event-categories-list li a:link, #subMenu ul.event-categories-list li a:visited{
    color: Purple;
}

