/* CSS Document */
@import "text.css";
@import "skating.css";
body {
	background: url(../images/layout/bg.jpg) repeat-x;
	margin: 0px;
	}
.cl {
	clear: both;
	}
#wrapper {
	width:971px;
	margin: 0 auto;
	}
#footer {
	background: url(../images/layout/footer.jpg) no-repeat;
	height: 75px;
	padding: 102px 10px 0px 10px;
	}
#middle {
	background:url(../images/layout/bg2.jpg);

	}
.left_side {
	background: url(../images/layout/menu_top.jpg) no-repeat;
	width: 223px;
	padding-top: 50px;
	float: left;
	margin: 0px 0px 20px 0px;
	}
.menu {
	border-top: 1px solid #717171;
	border-bottom: 1px solid #bebebe;
	width: 190px;
	margin: 10px 0px 25px 15px;
	}
	.menu_item, .menu_item_selected {
		display: block;
		border-bottom: 1px solid #717171;
		border-top: 1px solid #bebebe;
		padding: 1px 0px 1px 5px;
		}
	.menu_item:hover, .menu_item_selected {
		background: url(../images/layout/menu_bg.jpg) repeat-x;
		}
#dynamic_titles {
	margin-bottom: 5px;
	}
.right_side {
	width: 244px;
	float: right;
	margin: 5px 0px 20px 0px;
	}
.center {
	float: left;
	width: 480px;
	margin: 10px 0px 0px 5px;
	}
.center_sub {
	float: left;
	width: 720px;
	margin: 10px 0px 0px 7px;
	}
.pdf_sidebar {
	background: url(../images/layout/title_pdf.jpg) no-repeat top right;
	width: 240px;
	height: auto;
	margin: 0px 0px 0px 10px;
	float: right;
	padding: 45px 0px 30px 15px;
	border-left: 1px solid #cccccc;

}
.copy_bd {
	border: 1px solid #1f7cb2;
	width: 350px;
	margin-bottom: 12px;
	}
.copy {
	border-left: 1px solid #1f7cb2;
	border-top: 1px solid #1f7cb2;
	background: #106eab;
	padding: 2px;
	}
.footer_links {
	width: 660px;
	float: left;
	}
.pixelgems {
	float: right;
	width: 233px;
	margin: 0px 0px 0px 0px;
	line-height: 11px;
	}
.but_calendar {
	width: 204px;
	height: 53px;
	display: block;
	background: url(../images/layout/but_events.jpg);
	margin: 10px 0px 10px 0px;
	}
	.but_calendar:hover {
		background: url(../images/layout/but_events.jpg) bottom;
		}
.but_gallery {
	width: 204px;
	height: 53px;
	display: block;
	background: url(../images/layout/but_gallery.jpg);
	margin: 10px 0px 10px 0px;
	}
	.but_gallery:hover {
		background: url(../images/layout/but_gallery.jpg) bottom;
		}
.but_sell {
	width: 204px;
	height: 53px;
	display: block;
	background: url(../images/layout/but_sell.jpg);
	margin: 10px 0px 10px 0px;
	}
	.but_sell:hover {
		background: url(../images/layout/but_sell.jpg) bottom;
		}
.sub_menu_item {
	width: 200px;
	display: block;
	border: 1px solid #a2a2a2;
	float: left;
	margin: 2px;
	padding: 2px 0px 2px 30px;
	background: url(../images/layout/skateicon.jpg) no-repeat; 
	}
	.sub_menu_item:hover {
		border: 1px solid black;
		color: red;
		text-decoration: none;
		font-weight: bold;
		}
.dayofweek {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 2px;
	float: left;
	height: auto;
	width: 96px;
	border: 1px solid #000000;
}
.daybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	float: left;
	height: 120px;
	width: 97px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.schedulebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
	padding: 2px;
	float: left;
	height: 100%;
	min-height: 100px;;
	width: 97px;
	overflow: auto;
}
.weekframe {
	float: left;
	height: auto;
	width: 715px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-attachment: scroll;
	background-image: url(../images/layout/cal_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.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: #990000;
	padding: 1px;
	float: left;
	height: auto;
	width: 95px;
}
#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: #106eab;
	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 {
	color: #106eab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	cursor: hand;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px dotted #106eab;
}
span.datelink:hover {
	color: #990000;
	cursor: pointer;
}
.exceptiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	padding: 5px;
}

