body {

	margin: 0px;
	background: url(/images/body_bgs.jpg);
}

table {

	width:	100%;

	border:	0px;

	border-spacing:	0px;

	border-padding:	0px;

	border-collapse:	collapse;

}

.level70 {

	color:	#999900;

	font-weight:	bold;

	font-size:	15px;

}

.player, .r {

	background:	url("images/roster/roster_span.jpg");

	background-position:	right;

	height: 40px;

	font-family:	tahoma;

	color: white;

	padding: 3px;

}

.player {

	font-size:	14px;

}

.r {

	font-size:	12px;

	text-align:	center;

}

.cimg {

	position:	absolute;

	margin-left:	250px;



}

.cspan {

	margin-left:	240px;

	margin-top:		20px;

	text-align:		center;

}

img {

	border: 0px;

}

.tooltip

{

	margin: 		.5em 0 0 0;

}



.tooltip span {

	/*	Use 'position:absolute' to push the span inside the anchor way off the screen	*/

	position: 		absolute;

	width: 			900px;

	display:		none;

}

.tooltip:hover,

.tooltip:focus,

.tooltip:active {
	/* Set 'position:relative' to show the tooltip 	*/

	position:			relative;
	text-decoration:	none;

}

.tooltip:hover span,

.tooltip:focus span,

.tooltip:active span {

	/* 	Take the previously hidden span and display it near the anchor 	*/

	left: 			20px;

	top: 			20px;

	width: 			100px;

	padding: 		5px;

	line-height: 	1;

	font-size: 		80%;

	background: 	#FFFFF6;

	border: 		1px solid #666;

	color: 			#000;

	text-decoration:none;

	display:		block;

	

}

