/* CSS Document */
/*calendar*/
.dayofweek {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #86b22f;
	text-align: center;
	padding: 2px;
	float: left;
	height: auto;
	width: 100px;
	border: 1px solid #86b22f;
}
.daybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	height: 120px;
	width: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	line-height: 10px;
	background-attachment: scroll;
	background-image: url(../images/layout/cal_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px;
}
.schedulebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
	padding: 2px;
	float: left;
	height: 120px;;
	width: 100px;
	overflow: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.firstbox {
	height: 125px;
	width: 1px;
	float: left;
	background: black;
}
.weekframe {
	float: left;
	height: auto;
	width: 736px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.view_icetimes {
	background: url(../images/layout/cal_but.jpg) no-repeat;
	width: 201px;
	float: right;
	height: 33px;
	margin: 5px 10px 0px 5px;
	display: block;
	}
.view_icetimes:hover {
	background: url(../images/layout/cal_but.jpg) bottom;
	}
.datenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.datenumbertoday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #86b22f;
	padding: 1px;
	float: left;
	height: auto;
	width: 69px;
}
#datedetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 10px;
	height: 205px;
	width: 255px;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	background-attachment: scroll;
	background-image: url(../images/layout/caldate.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.dateline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
.datedesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.dateinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 100px;
	width: 210px;
}
.schedule_info {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.printbtn:link, a.printbtn:active, a.printbtn:visited {
	width: 60px;
	height: 18px;
	float: right;
	display: block;
	padding-top: 4px;
	padding-left: 25px;
	color: #C40241;
	font-size: 12px;
	margin-bottom: 7px; 
	text-decoration: none;
	text-align: left;
	background-image: url(../images/layout/print.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border: 1px solid #FFFFFF;
}
a.printbtn:hover {
	border: 1px solid #C40241; 
}

span.datelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
}
span.datelink:hover {
	text-decoration: underline;
	cursor: hand;
}
.exceptiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	padding: 5px;
}
.cal_pagination_box {
	margin-top: 5px;
	width: 736px;
	height: 30px;
}
a.infolink:link, a.infolink:active, a.infolink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	float: left;
	height: auto;
	width: 96px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
}
a.infolink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
}