@CHARSET "ISO-8859-1";

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.PopupWindowClass {
	color: #333;
	display: none;
	position: absolute;
	top:25px;
	left: 25px;
	width: 125px;
	height: 125px;
	padding: 1em;
	border: thick solid #eff2f4;
	background-color: #dfdfdf;
	text-align: left;
	z-index:6009;
	overflow: auto;
	padding: 20 20 20 20;
	scrollbar-arrow-color      :#FFFFFF;
	scrollbar-base-color       :#6584a3;
	scrollbar-shadow-color     :#8397b0;
	scrollbar-face-color       :#023567;
	scrollbar-highlight-color  :#8397b0;
	scrollbar-dark-shadow-color:white;
	scrollbar-3d-light-color   :#9BAAC1;
}

.Label {
	font-weight:bolder;

	width:100px;
}


TBody.Team {
	font-size:11px;	
}
.Item {
}
