@charset "UTF-8";

#rehearsalCalendar {
	position: relative;
	float: left;
	width: 800px;
	margin: 1px 0;
	padding: 0;
	overflow: hidden;
}

#rehearsalCalendar * {
	margin: 0;
	padding: 0;
	z-index: 0;
}

#rehearsalCalendar .header {
	position: relative;
	float: left;
	clear: both;
	width: 800px;
	height: 22px;
	margin: 2px 0 2px 0;
}
	
	#rehearsalCalendar .header #title {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		padding: 1px 0;
		text-align: center;
		line-height: 22px;
		font-weight: bold;
	}

	#rehearsalCalendar .header .navigation {
		position: absolute;
		top: 0;
		padding: 1px 2px;
		font-size: small;
		cursor: pointer;
	}

	#rehearsalCalendar .header #previous {
		left: 100px;
		margin-left: 10px;
		line-height: 22px;
	}
	
	#rehearsalCalendar .header #previous .left {
		float: left;
		width: 18px;
		height: 22px;
		background-image: url(/images/calendar/navpreviousleft-22.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rehearsalCalendar .header #previous .center {
		position:relative;
		float: left;
		height: 22px;
		padding-left: 4px;
		background-image: url(/images/calendar/navpreviouscenter-22.png);
		background-position: center;
		background-repeat: repeat-x;
	}

	#rehearsalCalendar .header #previous .right {
		float: left;
		width: 10px;
		height: 22px;
		background-image: url(/images/calendar/navpreviousright-22.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	#rehearsalCalendar .header #next {
		right: 0;
		margin-right: 10px;
		line-height: 22px;
	}
	
	#rehearsalCalendar .header #next .left {
		float: left;
		width: 10px;
		height: 22px;
		background-image: url(/images/calendar/navnextleft-22.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#rehearsalCalendar .header #next .center {
		position:relative;
		float: left;
		height: 22px;
		padding-right: 4px;
		background-image: url(/images/calendar/navnextcenter-22.png);
		background-position: center;
		background-repeat: repeat-x;
	}

	#rehearsalCalendar .header #next .right {
		float: left;
		width: 18px;
		height: 22px;
		background-image: url(/images/calendar/navnextright-22.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	#rehearsalCalendar .header .month {
		position: absolute;
		top: 0;
		left: 250px;
		width: 400px;
		font-size:x-large;
		font-weight: bolder;
		font-variant: small-caps;
		text-align: center;
		line-height: 22px;
		background-color: #FFFFFF;
	}
	
	#rehearsalCalendar .header #rehearsal_week_2_month {
		z-index: 1;
	}

#rehearsalCalendar .content {
	position: relative;
	float: left;
	clear: both;
	width: 800px;
	height: 4em;
}

	#rehearsalCalendar .labels  {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 4em;
	}
	
		#rehearsalCalendar .labels .entry {
			position: relative;
			top: 1em;
			width: 95px;
			height: 1em;
		}
		
			#rehearsalCalendar .labels .entry p {
				width: 95px;
				font-size: small;
				font-weight: normal;
				vertical-align: text-bottom;
				text-align: right;
			}

	#rehearsalCalendar .body {
		position: absolute;
		top: 0;
		left: 100px;
		width: 700px;
		height: 4em;
		overflow: hidden;
	}

		#rehearsalCalendar .body .week {
			position: absolute;
			top: 0;
			left: 0;
			width: 700px;
			height: 4em;
			overflow: hidden;
		}

		#rehearsalCalendar .body #rehearsal_week_2 {
			left: 700px;
		}

		#rehearsalCalendar .body .week ul { /* .dates && .entries */
			position: relative;
			left: 0;
			width: 700px;
			height: 1em;
		}

			#rehearsalCalendar .body .week .dates li {
				width: 98px;
				height: 1em;
				float: left;
				margin: 0 1px;
				list-style-type: none;
			}
		
			#rehearsalCalendar .body .week .dates .day {
				height: 1em;
				float: left;
				margin-left: 8px;
				font-size: small;
				font-variant: small-caps;
			}
			
			#rehearsalCalendar .body .week .dates .date {
				height: 1em;
				float: right;
				margin-right: 8px;
				font-size: small;
				font-variant: small-caps;
			}

			#rehearsalCalendar .body .week .entries li {
				width: 96px;
				height: 1em;
				float: left;
				margin: 0 1px;
				list-style-type: none;
				border: 1px solid #999999;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				font-size: small;
				font-variant: small-caps;
				vertical-align: text-bottom;
				text-align: center;
				background-color: #FFCC66;
			}
	
			#rehearsalCalendar .body .week .entries .null {
				background-color: #FFFFFF;
			}

		#rehearsalCalendar .body .week .overlay {
			position: absolute;
			top: 1em;
			left: 0;
			width: 700px;
			height: 3em;
			z-index: 1;
			background-color: #EEEEEE;
		}

			#rehearsalCalendar .body .overlay h2 {
				position: absolute;
				top: 50%;
				left: 0;
				width: 700px;
				height: 1em;
				margin: -.5em 0 .5em 0;
				text-align: center;
			}

	#rehearsalCalendar .moreinfo {
		margin: 3px 0;
		font-size: smaller;
 		text-align: center;
	}
