div#contentFrame
{	position: relative;
	float: left;
	margin: 0 auto 0 100px;
	/*width: 100%;*/
	width:595px;
	*width:497px;
	/*width:595px;*/
}
div#contentFrame div#content
{
	display: block;
	position: relative;	
	margin: 0 auto 0 auto;
	*margin: 0 auto 0 auto;
	/*width: 902px;*/
	width: 530px;
	/*width: 520px;*/
	*width: 530px;
}
div#contentFrame div#content div#middle
{
	background: #000;
	float: left;
	/*width: 902px;*/
	width: 902px;
}
div#contentFrame div#content div#middle div#copy
{
	display: inline;
	float: left;
	margin: 42px 0 0 0;	
	width: 595px;
}
/* Calendar */
div#contentFrame div#content div#middle div#copy div#calendar
{
	display: inline;
	float: left;
	margin: 0 0 25px 0;
	width: 497px;
}

div#contentFrame div#content div#middle div#copy div#calendarKey
{
	float: left;
	width: 91px;
	margin: 18px 0 0 6px;
	display: inline;
}

div#contentFrame div#content div#middle div#copy div#calendarKey img { margin: 0 0 11px 0; }

div.calDay, div.calDayBlank
{
	background: url(../img/cal/calDateBG.gif);
	color: #333;
	float: left;
	display: inline;
	height: 83px;
	*height: 87px;
	margin: 3px 5px 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	width: 66px;
}

div.calDayBlank { background: url(../img/cal/calDateBlank.gif); }

div#calPopup
{
	border: 1px solid #ccc;
	border-top: 7px solid;
	color: #FFF;
	font-size: 0.95em;
	left: -2000px;
	position: absolute;
	display: none;
	height: 14em;
	top: -2000px;
	width: 185px;
	z-index: 250;
}

div#calPopupBG
{
	background: #CCC;
	filter: alpha(opacity=92);
	-moz-opacity: .92;
	opacity: .92;
	height: 14em;
	position: absolute;
	width: 185px;
}

div#calPopupFG
{
	color: #FFF;
	height: 14em;
	position: absolute;
	text-align: center;
	width: 185px;
}
span.calDateText
{
	color: #999999;
	display: block;
	font-weight: bold;
	margin: 13px 0 0 0;
}

.artistNameText
{
	color: #000;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	width: 65px;
	float: right;
	font-family:Arial	
}

div#calPopupFG a { text-decoration: none; }

div#calPopupFG span#popupDate
{
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0 0;
}

div#calPopupFG span#popupSpecial
{
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0 0;
}

div#calPopupFG span#popupTime
{
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 0;
}

div#calPopupFG span#popupURL
{
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0 0;
}

div#calPopupFG span#popupArtist
{
	color: #FFF;
	display: inline;
	font-size: 1.5em;
	margin: 15px 0 0 0;
}

div#calPopupFG span#popupGenre
{
	color: #FFF;
	margin: 4px 0 0 0;
	display: inline;
	font-size: 1em;
}

div#calPopupFG span#popupSample
{
	color: #FFF;
	display: inline;
	font-size: 0.9em;
	margin: 0 0 0 0;
}

a#calBack, a#calNext
{
	display: block;
	float: left;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	width: 25px;
}

a#calBack:hover, a#calNext:hover { color: #1b6b86; }

span#calYear
{
	font-size: 1.5em;
	display: block;
	text-align: center;
	float: left;
	width: 445px;
	*width:400px;
}

/* -----------------------------------*/
