﻿/*           Homepage             */
#left div.calendar {
	float:left;
	padding: 0 20px 0 0 !important;
	width:160px !important;
    margin-top: 11px !important;
}

/*           Casting Landing page             */
#left div.castingcalendar {
	margin:0;
	padding:0;
	float: left;
}

#left div.castingcalendar ul, #right .rightcastingcalendar ul{
	padding:0;
	margin-top:0;
}

/*           3Column casting pages             */

#right .rightcastingcalendar{
	float:left;
	margin:0;
	padding:0;
	width:160px;
}


.rightcastingcalendar #calendarWidget{
	width:160px !important;
	padding:0 !important;
}

.rightcastingcalendar #calendarWidget h2 {
	background:url('../_img/calendarWidgetRightHeader.png') no-repeat 0 0 !important;
	text-align:left;
	margin:0;
	height: 18px !important;
	font-size:1.1em;
	padding:10px;
}

.rightcastingcalendar #calendarWidget h2 a{
	color:#fff;
	text-decoration:none;
}

.rightcastingcalendar #calendarWidget h2 a:hover{
	text-decoration:underline;
}


/*           Widget             */
#calendarWidget {
	padding: 1px !important;
	width: 179px !important;
}

#calendarWidget ul a {
	text-decoration: none;
}

#calendarWidget h2 {
	position:relative !important;
	margin-bottom:0 !important;
	height: 18px !important;
	margin-left:-1px !important;
	border-bottom:none !important;
	color:#fff !important;
	background:url('../_img/homepageBackgroundSprites.png') no-repeat -158px -48px !important;
}

#calendarWidget ul a:hover {
	text-decoration: underline;
}

#calendarWidget > ul{
	margin:-1px 0 0 -1px !important;
	position: relative;
	height: 312px;
	overflow-y: scroll;
	border-right:1px solid #D0CEE5;
	border-left:1px solid #D0CEE5;
	padding:0;
}

#calendarWidget > ul > li {
	background-color: #7d7cb0;
	color: #fff;
}

#calendarWidget > ul > li > h4 {
	color: #fff;
	padding: 4px;
	margin: 0px;
}

#calendarWidget > ul > li > ul {
	padding: 4px;
	background-color:#fff;
	color: #515095;
	margin:0;
}

#calendarWidget li {
	list-style: none;
}

#calendarWidget ul li ul li {
	position: relative;
	padding-left: 36px;
}

#calendarWidget ul li ul li label {
	position: absolute;
	left: 2px;
	font-size: 0.8em;
}

#calendarWidget ul li ul li span.schoolName {
	font-size: 0.8em;
	display: block;
}

#calendarWidget p {
	padding-top: 6px;
	text-align: center;
	margin-left:-1px;
	background-color: #FFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #C5C3C3;
    border-top-width: 0;
}

#calendarWidget p a {
	display:block;
	width:100%;
	height:23px;
	background:url('../_img/btn_allPerformances.png') bottom center no-repeat;
	padding: 10px 0 0 0;
}

#right #calendarWidget p{
	background:url('../_img/calendarWidgetRightBottom.png') left bottom no-repeat !important;
	padding:10px;
	margin-left:0 !important;
}