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

/* STRUCTURE */
html, body {
	margin: 0;
	height:100%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#left {
	width:500px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#right {
	width:400px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
	padding-left: 0px;
	left: 500px;
	top: 199px;
}
#right2 {
	width:300px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
	padding-left: 0px;
	left: 520px;
	top: 189px;
}
#module {
	width: 460px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#module2 {
	width: 480px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#copy {
	padding-left: 20px;
	padding-top: 5px;
}
#strike {
	width:100px;
	height:100px;
	position:absolute;
	top:80px;
	left:450px;
	z-index:15;
}

/* STYLE */
img {
	border-style: none;
}
#left #copy p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 20px;
}
#primarynav {
	width:100%;
	height:18px;
	background-color:#FF0000;
}
#primarynav a {
	padding-right:12px;
	color:#CCCCCC;
	text-decoration:none;
	font-size: 14px;
}
#primarynav a:hover {
	color:#FFFFFF;
}

a:link {color: #999999;}
a:hover {color: #666666;}
a:visited {color: #CCCCCC;}

.style2 {color: #0066FF;}
.style4 {color: #000000;}
.style5 {font-size: 8px;}
.style9 {color: #000000; font-size: 12px;}
.style10 {
	font-family: Courier, monospace;
	font-weight: bolder;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: none;
	font-variant: small-caps;
	font-style: normal;
	padding-left: 23px;
	padding-top: 3px;
}
.style11 {
	font-family: Times, sans-serif;
	font-weight: bold;
	font-size: 60px;
	font-style:italic;
	color:#333333;
	letter-spacing:-6px;
	margin-left: -5px;
}
.backgroundAdd {
	background-image:url(../images/leaguehome_16.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
	width: 400px;
}
.backgroundAdd2 {
	background-image:url(../images/leagueLogo_18.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
	width: 400px;
}
table.sched tr.special td {
	border-bottom:1px dotted #cccccc;
	padding-bottom:5px;
	vertical-align:top;
}
.linky a {
	color:#0066FF;
	text-decoration:none;
}
.linky a:hover {
	color:#00CCFF;
}
p {
	padding:0px;
	margin:0px;
}
.canceled {
	color:#CC0000;
	background-color:#FFFF33;
	font-style:italic;
	padding:3px;
}