#miniCalWrap {
	display: block;
	position: relative;
	width: 175px;
	margin: 8px;
}
#calFrame {
	display: block;
	position: relative;
	width: 175px;
}

#calTitle {
	display: block;
	position: relative;
	text-align: center;
	height: 1%;
}

#calTitleText {
	font:bold 16px Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	width: 155px;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
}

.calTitleArrow {
	display: block;
	height:22px;
	position: relative;
	margin: 0;
	float: left;
	width: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	cursor: pointer;
}

div.calDaysHead {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-align: left;
	width: 20px;
	margin-right: 3px;
	margin-top: 3px;
	font: normal 9px helvetica;
}

div.calDays, div.calDaysSel, div.calDaysBlank, div.calDaysGenre, div.calDaysGenreSel, div.calEventDays {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 8px;
	text-align: left;
	width: 20px;
	margin-right: 3px;
	margin-top: 3px;
	font: normal 9px helvetica;
}

div.calDays {
	background-color: #fff;
}

div.calDaysBlank {
	background-color: #CCC;
	color:#CCC;
}

/* --- split the next two styles - not sure the best way to implement, but they will be slightly different --- */

div.calDays:hover {
	background-color: #000;
	color: #FFF;
	font-weight:bold;
}

div.calEventDays {
	background-color: #000;
	color: #FFF;
	font-weight:bold;
}

div.calDaysSel, div.calEventDays:hover {
	cursor: pointer;
	background-color:#af0055;
	color: #FFFFFF;
	font-weight:bold;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 7px;
	padding-right:1px;
	width:19px;
}

/* --- added this style for when a genre is selected from the dropdown --- */		
div.calDaysGenre {
	background-color: #F00;
	color: #FFF;
	font-weight:bold;
}

/* --- added this style for when a date in the selected genre is hovered --- */
div.calDaysGenre:hover {
	cursor: pointer;
	background-color: #FFF;
	color: #F00;
	font-weight:bold;
	border:1px solid #F00;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 7px;
	width:19px;
}

/* --- added this style for when a genre is selected from the dropdown and the day itself is selected --- */
div.calDaysGenreSel {
	cursor: default;
	background-color: #FFF;
	color: #F00;
	font-weight:bold;
	border:1px solid #F00;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 7px;
	width:19px;
}

div.calDaysSel a {
	color: #FFF;
}

div.calDaysSel a:hover {
	color: #CCC;
}

div.calDays:hover {
	cursor: pointer;
}

#miniCalDrops {
	display: block;
	position:relative;
	width:175px;
	margin: 3px 0;
	z-index:1000;
}

.miniCalDropDown, .miniCalDropDownSel {
	display: block;
	position:relative;
	background:#000 url( /images/website_images/minical_dropdownSelectorBG.gif ) no-repeat 100% 0%;
	color:#FFF;
	margin: 3px 0;
	font: normal 11px arial,helvetica,sans-serif;
	padding: 1px;
	cursor: pointer;
	width:171px;
	height:17px;
}

.miniCalDropDownSel {
	background:#ef3c39 url( /images/website_images/minical_dropdownSelectedBG.gif ) no-repeat 100% 0%;
}

#miniCalDropList {
	display: none;
	position: absolute;
	background-color: #000;
	min-width: 171px;
	border-top: 1px dotted #FFF;
	padding: 0 2px;
	z-index:1000;
}
.minicalListItem, .minicalListItemOFF {
	background-color: #000;
	color: #FFF;
	font: normal 11px arial,helvetica,sans-serif;
	cursor: pointer;
	padding: 2px 0;
	display:block;
	z-index:1000;
}
.minicalListItem:hover {
	color:#ef3c39;
	cursor: pointer;
}
.minicalListItemOFF, .minicalListItemOFF:hover {
	color: #666666;
	cursor: default;
}
#miniCalInstructions {
	display: block;
	position: relative;
	width: 175px;
	margin: 8px;
	font:normal 10px arial,helvetica;
}
#weatherArea {
	display: block;
	position: relative;
	float: left;
	width: 46px;
	margin-right: 13px;
}
#weatherReport {
	display: block;
	position: relative;
	width: 38px;
	margin: 8px;
	font: normal 10px arial,helvetica;
}
#weatherReportIcon {
	display: block;
	position: relative;
	width: 46px;
}
#rightNowBlockWrap {
	display: block;
	position: relative;
	float:left;
	width: 110px;
	height: 191px;
	overflow: hidden;
}
#rightNowBlock {
	display: block;
	position: relative;
	width: 110px;
	font: normal 9pt arial,helvetica;
}

#rightNowBlock a {
	font: normal 9pt arial,helvetica;
}

#rightNowScroller {
	display: block;
	position: relative;
	float:left;
	width: 9px;
	margin-left: 1px;
}
#rightNowScrollerUpDiv, #rightNowScrollerDnDiv, #rightNowScrollerMidDiv {
	display: block;
	position: relative;
	width: 9px;
	height: 6px;
	cursor: pointer;
}
#rightNowScrollerMidDiv {
	height: 182px;
	cursor: default;
}
#rightNowHeader {
	display: block;
	position: relative;
	margin: 8px;
	font:bold 18px arial,helvetica;
}

#right_now_alert {
	margin:3px;
	padding: 5px;
	border:#999999 thick solid;
}

.NewHavenCT {
	font: normal 7.5pt arial,helvetica;
}
#weatherBugCredit, #weatherBugCredit a:link, #weatherBugCredit a:hover, #weatherBugCredit a:visited {
	font: normal 7pt arial,helvetica;
}
#weatherBugCredit {
	display: block;
	position: relative;
	margin: 8px;
	margin-bottom: 20px;
}
#rightNowBannerAd {
	display: block;
	position: relative;
	margin: 18px auto;
	width: 76px;
}
.clearer {
	clear: both;
}

/*
Right now events list.
*/

.rightNowEventRow {
	display: block;
	position: relative;
	border-bottom: 1px dotted #000;
	padding: 0 0 4px 0;
	margin-bottom: 4px;
}

.rightNowEventRow a {
	color: #000;
	text-decoration: none;
}

.rightNowEventRow a:hover {
	color: #F00;
	text-decoration: underline;
}
