a.menuitem:link, a.menuitem:visited {
	display: block;
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none;
	cursor: hand;
	line-height: 14px;
}

a.menuitem:hover {
	display: block;
	color: #DD0000;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
	line-height: 14px;
}

.menuitemoff {
	display: block;
	color: gray;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none;
	line-height: 14px;
}

.listhead{
	color: #DD0000;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	position: absolute;
	left: 2px;
	top: 0px;
	height: 16px;
	width: 240px;
	overflow: hidden;
}

.listbody{
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	position: absolute;
	left: 2px;
	top: 16px;
	height: 654px;
	width: 240px;
	overflow: auto;
}

.listtitle{
	display: block;
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 1px;
	height: 16px;
	width: 219px;
	overflow: hidden;
}

.listline{
	float: left;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	height: 14px;
	width: 219px;
	overflow: hidden;
}

.listpartline{
	display: block;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 14px;
	width: 55px;
	overflow: hidden;
}

.emptyline{
	display: block;
	float: left;
	height: 5px;
	width: 210px;
	font-size: 3px;
	line-height: 5px;
}

.decadegap{
	display: block;
	float: left;
	height: 2px;
	width: 210px;
	font-size: 2px;
	line-height: 2px;
}

.seasonbody{
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	position: absolute;
	left: 0px;
	top: 16px;
	height: 34px;
	width: 240px;
	overflow: auto;
}

.Managerbody{
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	position: absolute;
	left: 0px;
	top: 50px;
	height: 34px;
	width: 240px;
	overflow: auto;
}

.Playersbody{
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	position: absolute;
	left: 0px;
	top: 84px;
	height: 570px;
	width: 240px;
	overflow: auto;
}


/* For Match Look-up Lists */

.LUline{
	display: block;
	float: left;
	position: relative;
	left: 0px;
	height: 14px;
	width: 219px;
	overflow: hidden;
}

.LUComp{
	display: block;
	float: left;
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	position: relative;
	left: 0px;
	top: 4px;
	height: 19px;
	width: 219px;
	overflow: hidden;
}

.LUGame{
	display: block;
	float: left;
	text-align: right;
	position: relative;
	left: 0px;
	height: 16px;
	width: 28px;
	overflow: hidden;
}

.LUGameIncDivision{
	display: block;
	float: left;
	text-align: left;
	position: relative;
	left: 0px;
	height: 16px;
	width: 50px;
	overflow: hidden;
}

.LUOpp{
	display: block;
	float: left;
	position: relative;
	left: 1px;
	height: 16px;
	width: 120px;
	overflow: hidden;
}

.LUVen{
	display: block;
	float: left;
	text-align: center;
	position: relative;
	left: 1px;
	height: 16px;
	width: 8px;
	overflow: hidden;
}

.LUFor{
	display: block;
	float: left;
	text-align: right;
	position: relative;
	left: 1px;
	height: 16px;
	width: 15px;
	overflow: hidden;
}

.LUCat{
	display: block;
	float: left;
	text-align: center;
	position: relative;
	left: 1px;
	height: 16px;
	width: 7px;
	overflow: hidden;
}

.LUAgst{
	display: block;
	float: left;
	position: relative;
	left: 0px;
	height: 16px;
	width: 15px;
	overflow: hidden;
}

.LUfulldate{
	display: block;
	float: left;
	text-align: center;
	position: relative;
 	height: 16px;
	width: 80px;
	overflow: hidden;
}

.LUYear{
	display: block;
	float: left;
	text-align: center;
	position: relative;
 	height: 16px;
	width: 40px;
	overflow: hidden;
}
