@charset "utf-8";
/* Left Menu Box Styles */

#left-top-box  ul {
	font-size: .9em;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #9a9a9a;
	background:#D8EF8B url(../images/qlinkstitle_bg.jpg) repeat-x;
	list-style-type: none;
}
#left-top-box ul li a {
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-bottom: 1px inset #b5b5b5;
	text-align:left;
}
#left-top-box ul li a:hover {
	color: #000;
	display: block;
	background: #F9F9F9 url(../images/bball_bullet.gif) no-repeat 5px 5px;
	text-align:left;
}
#left-top-box ul li.selected a {
	background: #F9F9F9 url(../images/bball_bullet.gif) no-repeat 5px 5px;
}
#left-menu-title {
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: url(../images/navboxtitle_bg.jpg) repeat-x;
}
/*-- Important Dates ---*/
#left-bottom-box {
	margin-top: 20px;
	list-style-image: none;
}
#left-bottom-box-title {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0; 
	background: url(../images/navboxtitle_bg.jpg) repeat-x;
}
#left-bottom-box ul {
	font-weight: normal;
	list-style-image: none;
}
#left-bottom-box ul li {
	list-style-image: none;
}
#left-bottom-box ul li a {
	font-weight: normal;
	text-align: center;
}
#left-bottom-box ul li a:hover {
	background: #D8EF8B;
	text-decoration: underline;
	text-align:center;
}
#left-bottom-box ul.dated-events li a {
	padding: 0;
	list-style-image: none;
}
#left-bottom-box .dated-events {
	font-size: .8em;	
	text-align: center;
	background: #F0FBD3;
}
#left-bottom-box .dated-events-info {
	border-top: 1px dotted #000;
	padding: 5px 0 0 0;
	text-align:center;
}
/*--- Practice Schedule ---*/
#right-bottom-box {
	margin-top: 20px;
	width: 192px; /* width of calendar + border, see calendar.css file */
}
#right-bottom-box ul {
	border: 1px solid #9a9a9a;
}
#right-bottom-box-title {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0; 
	background: url(../images/navboxtitle_bg.jpg) repeat-x;
}
#right-bottom-box ul li {
	list-style-type:none;	
}
#right-bottom-box .dated-events {
	font-size: .8em;	
	text-align: center;
	background: #F0FBD3;
}
#right-bottom-box .dated-events-info {
	border-top: 1px dotted #000;
	padding: 5px 0 0 0;
	text-align:center;
}
#right-bottom-box ul li a:hover {
	background: #D8EF8B;
	text-decoration: underline;
	text-align:center;
}