* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #0063FF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ff9900;
	text-decoration: underline;
}
#main {
	width: 770px;
	margin: auto;
}

#content {
	width: 770px;
	float: left;
	font: 12px/20px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
	color: #333333;
	text-align: justify;
}

#toolTip {
	position: absolute;
	z-index: 100;
	border: 1px solid #000000;
	padding: 3px 5px 3px 5px;
	background-color: #ffffdf;
	visibility: hidden;
	white-space: nowrap;
	text-align: left;
	font: 11px/16px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
}


#logo {
	float: right;
	width: 138px;
}
#title {
	float: left;
	width: 632px;
}
#season {
	float: right;
	width: 138px;
}

#content_small {
	width: 632px;
	float: left;
	font: 12px/20px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
	color: #333333;
	text-align: justify;
	padding-top: 20px;
}


#side {
	width: 138px;
	float: right;
}
#side p {
	font: 11px/18px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
	color: #333333;
	text-align: justify;
	margin: 3px 0 3px 0;
}
#side a:link, #side a:visited {
	color: #000000;
	text-decoration: none;
}
#side a:active, #side a:hover {
	color: #ff9900;
	text-decoration: underline;
}


#subTitle {
	width: 632px;
	float: left;
	font: 11px/20px Arial, Verdena, Tahoma, "Arial CE", "Helvetica CE", Helvetica, sans-serif;
	padding-top: 7px;
}
#label {
	width: 138px;
	height: 34px;
	float: right;
	background-color: #5D5D5D;
	color: #ffffff;
	font: 11px/20px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
}
#label p {
	padding: 8px 2px 0 7px;
	text-align: left;
}
#label a:link, #label a:visited {
	color: #ffffff;
	text-decoration: none;
}
#label a:active, #label a:hover {
	color: #ffffff;
	text-decoration: underline;
}

table {
	border: 0;
	font: 11px/20px Arial, Verdena, Tahoma, "Arial CE", "Helvetica CE", Helvetica, sans-serif;
	cursor: default;
	
	text-align: left;
	FONT-FAMILY: "Arial CE", arial, verdana, helvetica, sans-serif;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 16px;
}
table th {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #EAEAEA;
	color: #333333;
	padding: 3px;
	font-weight: bold;
}
table tr.row1 {
	background-color: #ffffff;
}
table tr.row2 {
	background-color: #F5F5F5;
}
table td {
	border-bottom: 1px solid #E4E4E4;
	padding: 3px;
}

table td.pos {
	background-color: #EAEAEA;
	font-weight: bold;
	text-align: center;
}
table tr.caption td {
	padding: 0;
	border-bottom: 3px solid #FF8A00;
	color: #0f53c4;
}

td.dropped {
	background-color: #9BD1FF;
	color: #ffffff;
}

td.nk {
	background-color: #DFDFDF;
	color: #939393;
}

td.wkl {
	background-color: #419BE9;
	color: #ffffff;
}

td.wt {
	background-color: #9FAFBE;
	color: #ffffff;
}

td.wczf {
	background-color: #282828;
	color: #ffffff;
}




#footer {
	font-family: Tahoma, Verdena, Arial, "Arial CE", "Helvetica CE", Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	border-top: 1px solid #999999;
	width: 100%;
	height: 25px;
	padding-top: 4px;
}
#footer p {
	width: 50%;
	float: left;
}

