@charset "utf-8";
/* CSS Document */

#calendar {
	background-position: center;
	height: 2050px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}

#calendarinfo {
	float: right;
	height: 20px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#calendar6row {
	background-position: center;
	height: 2460px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}
#calendarcontent {
	float: left;
	width: 990px;
	position:absolute;
	z-index: 2;
	top: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.weekleft {
	float: left;
	width: 128px;
	position:relative;
	z-index: 1;
	border: thin solid #09F;
	padding: 5px;
	background-color: #06C;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bolder;
}

.week {
	float: left;
	width: 128px;
	position:relative;
	z-index: 1;
	padding: 5px;
	background-color: #06C;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
	font-size: 12px;
	font-weight: bolder;
}
.dayleft {
	float: left;
	width: 128px;
	position:relative;
	z-index: 1;
	border: thin solid #CCC;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}

.day {
	float: left;
	width: 128px;
	position:relative;
	z-index: 1;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.day2 {
	float: left;
	width: 268px;
	position:relative;
	z-index: 1;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.dayleftsub {
	float: left;
	width: 128px;
	position:relative;
	z-index: 1;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.daysub {
	float: left;
	width: 128px;
	position:relative;
	z-index: 1;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.daysub2 {
	float: left;
	width: 268px;
	position:relative;
	z-index: 1;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #3CF;
	text-align: left;
	padding-bottom: 5px;
}

.date2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #3CF;
	text-align: left;
	padding-bottom: 5px;
	
	
}
.dateout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #999;
	text-align: left;
	padding-bottom: 5px;
}
.dateout2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #999;
	text-align: left;
	padding-bottom: 5px;
	
	
}
.calendarimage {
	height: 200px;
	width: 125px;
	position: relative;
	left: 1px;
	padding-bottom: 5px;
}
.calendarimage2 {
	height: 200px;
	width: 260px;
	position: relative;
	left: 1px;
	padding-bottom: 5px;
	
}

.calendarimagedouble {
	height: 80px;
	width: 125px;
	position: relative;
	left: 1px;
	padding-bottom: 5px;
}

.calendartext {
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	padding-bottom: 5px;
}

.calendartext a, .calendartext a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
	}
.calendartext a:hover, .calendartext a:active {
	color: #0CF;
	font-size: 16px;
		}
		
.calendartextb {
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	padding-bottom: 5px;
}

.calendartextb a, .calendartextb a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
	}
.calendartextb a:hover, .calendartextb a:active {
	color: #0CF;
	font-size: 16px;
		}		
		
.calendartextdouble {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	padding-bottom: 5px;
}

.calendartextdouble a, .calendartextdouble a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	}
.calendartextdouble a:hover, .calendartextdouble a:active {
	color: #0CF;
	font-size: 12px;
		}

.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	padding-bottom: 5px;
	height: 15px;
}

.timeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	padding-bottom: 5px;
	height: 30px;
}
.calendarticket {
	width: 125px;
	position: relative;
	left: 1px;
	padding-bottom: 5px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	
}
.calendarticket2 {
	width: 260px;
	position: relative;
	left: 1px;
	padding-bottom: 5px;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
}

.calendarticketdouble {
	width: 125px;
	position: relative;
	left: 1px;
	padding-bottom: 5px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	
}
.currentmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	color: #FFF;

}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	color: #CCC;
	
}
.month a, .month a:visited {
	color: #CCC;
	text-decoration: none;	
	}
.month a:hover, .month a:active {
	color: #0CF;
	}
