/**
 * Calendar CSS
 */

.scroll-calendar a, .scroll-calendar a:link {
	color: #D52B1E !important;
}
 
.scroll-calendar, #calendar {
	position: absolute;
	z-index: 100;
	width: 889px;
	height: 587px;
	background: transparent url('../../images/musicaviva/bg-calendar.png') no-repeat top left;
	font-size: 1.2em;
	display: none;
	color: #333;
}
.scroll-calendar .close {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:1.3em;
	font-weight:normal;
	position:absolute;
	right:26px;
	top:20px;
	cursor: pointer;
}
.scroll-calendar .sort-list {
	position: absolute;
	top: 85px;
	left: 43px;
	width: 177px;
}
.scroll-calendar .details {
	position: absolute;
	top: 85px;
	left: 236px;
	width: 602px;
}
.scroll-calendar .scroll-up {
	display: block;
	height: 19px;
	background: transparent url(../../images/musicaviva/scroll-content-up.gif) no-repeat center top;
	cursor: pointer;
}
.scroll-calendar .scroll-up.hover,
.scroll-calendar .scroll-up:hover,
.scroll-calendar .scroll-down.hover,
.scroll-calendar .scroll-down:hover {
 	background-position: center -19px;
}

.scroll-calendar .scroll-content {
	height: 433px;
	display: block;
	overflow: hidden;
	position: relative;
}
.scroll-calendar .scroll-down {
	display: block;
	height: 19px;
	background: transparent url(../../images/musicaviva/scroll-content-down.gif) no-repeat center top;
	cursor: pointer;
}
.scroll-calendar .group-by {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	height: 26px;
	padding: 4px 0 0 9px;
	text-align: left;
}


/** DETAILS **/
.scroll-calendar .details .item {
	display: block;
	height: 63px;
	width: 100%;
	overflow: hidden;
	margin: 0 0 4px 0;
}
.scroll-calendar .details .item .cell { float: left; display: block; padding: 7px 10px; background: #FFF; height: 100%; text-align: left }
.scroll-calendar .details .item .col1 { font-weight: bold; width: 51px; }
.scroll-calendar .details .item .col2 { padding: 0px; width: 79px; }
.scroll-calendar .details .item .col3 { width: 130px; font-weight: bold; color: #D52B1E; }
.scroll-calendar .details .item .col4 { border-left: 1px solid #F2F2F2; width: 281px; padding-top:13px; }

a img.thumb
{
    padding-top:5px;
}

/** SORT LIST **/
.scroll-calendar .sort-list .item {
	display: block;
	width: 169px;
/*	position: relative;*/
	font-size: 1em;
	font-weight: bold;
	height: 22px;
	background: #FFF;
	margin: 0 0 3px;
	line-height: 22px;
	padding: 0 0 0 8px;
	text-align: left;
	cursor: pointer;
	color: #000;
	
}
.scroll-calendar .sort-list .item span {
	float: right;
	padding-right: 8px;
	line-height: 22px;
	top: 0px;
}
.scroll-calendar .sort-list .item.inactive,
.scroll-calendar .sort-list .item.inactive:hover,
.scroll-calendar .sort-list .item.inactive.hover {
	color: #B2B2B2;
	background: #F3F3F3;
	cursor: default;
}
.scroll-calendar .sort-list .item:hover,
.scroll-calendar .sort-list .item.hover,
.scroll-calendar .sort-list .item.selected {
	color: #FFF;
	background: #D52B1E;
}

.scroll-calendar .filters {
	text-align: right;
	/*right: 51px;*/
	left:181px;
	position: absolute;
	top: 38px;
	color: #FFF;
}
.scroll-calendar .filters input, .scroll-calendar .filters select {
	padding: 0px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: auto;
}
.scroll-calendar .filters .filter {
	color: #444;
	font-weight: bold;
	border: 1px solid #E2E2E2;
}
.scroll-calendar .filters .filter-none {
	border: 1px solid #920E05;
	background: #D52B1E;
	font-weight: bold;
	color: #FFF;
	padding: 1px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0 20px;
}



/** TRIGGER **/
.trigger-calendar { }
.trigger-calendar span {
	display: none;
}
.trigger-calendar span.more-arrow, .trigger-calendar span.arrow-only {
	display: inline;
}
