.drag{position:relative;cursor:hand}

body { 
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: verdana, arial, courier, serif;
	font-size: 70%;
	margin-top: 0px;
	}
table { 
	color: #ffffff;
	font-family: verdana, arial, courier, serif;
	font-size: 100%;
	border: 1px;
	}
A { text-decoration: none; }

    A:link {color: #cccccc; }

    A:visited {color: #cccccc; }


A:hover {color:#cccccc;}

#topnav {
	vertical-align: top;
	}	


#teaminfo {
	width: 180px;
	height: 200px;
	POSITION: absolute; LEFT: 5px; TOP: 125px;
	margin: 0;
	padding: 0;
	background-image: url(/images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: verdana, arial, courier, serif;
	font-size: 10px;
	color: #ffffff;
	}
#playertable {
	POSITION: absolute; LEFT: 205px; TOP: 145px;
	margin: 0;
	padding: 0;
	background-image: url(/images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#teamhistory {
	width: 180px;
	height: 300px;
	POSITION: absolute; LEFT: 5px; TOP: 345px;
	margin: 0;
	padding: 0;
	background-image: url(/images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: verdana, arial, courier, serif;
	font-size: 10px;
	color: #ffffff;
	}

#player {
	background-color: #ffffff;
	width: 110px;
	height: 150px;
	margin: 3px;
	padding: 5px;
	text-align: center;
	display:inline;
	}
#playerpicture {
	width: 90px;
	height: 135px;
	text-align: center;
	display:inline;
	}
#playername {
	POSITION: relative; LEFT: 0px; TOP: 0px;
	font-family: verdana, arial, courier, serif;
	font-size: 8px;
	text-align: center;
	display:inline;
	}

#playervalue {
	background-color: #ffffff;
	border: 1px solid #333333;
	width: 15px;
	height: 15px;
	POSITION: relative; TOP: -150px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 4px;
	text-align: center;
	z-index: 5;
	display:inline;
	}
#playerpos {
	background-color: #ffffff;
	border: 1px solid #333333;
	height: 15px;
	POSITION: relative; TOP: -35px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	z-index: 5;
	display:inline;

	}

.divheader {
	font-family: verdana, arial, courier, serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bolder;
	text-align: LEFT;
	}
