/*
 * Teams Stylesheed vvjisp.nl
 ******************************
 * Created September 9th 2007
 * teams.css
 * 
 * 
 */

.teamTable, .teammainTable {
	border: 					none;
	width:	 					100%;
}

.tKop {
	background:					url('img/black_vertical_gradient.png') repeat-x top #4c4d4e;
	color:						#6cb2e6;
	font-size:					10pt;
	padding:					5px;
	padding-left:				5px;
	padding-right:				10px;
}

.tKopLedge {
	background:					url('img/leftedgesmall_black.png') no-repeat top left;
	float:						left;
	height:						10px;
	left:						-5px;
	position:					relative;
	top:						-5px;
	width:						10px;
}
.tKopRedge {
	background:					url('img/rightedgesmall_black.png') no-repeat top right;
	float:						right;
	height:						10px;
	position:					relative;
	right:						-10px;
	top:						-5px;
	width:						10px;
}
.tKopLBedge {
	background:					url('img/lbedge_black.png') no-repeat top left;
	float:						left;
	height:						10px;
	left:						0px;
	position:					relative;
	bottom:						0px;
	width:						10px;
}
.tKopRBedge {
	background:					url('img/rbedge_black.png') no-repeat top right;
	float:						right;
	height:						10px;
	position:					relative;
	right:						0px;
	bottom:						0px;
	width:						10px;
}

.tsubKop {
	background:					#f4f4f4;
	height:						18px;
	padding-left:				4px;
}

.tCel {
	background:					url('img/black_bg.png');
	color:						white;
	font-size:					9pt;
	padding-left:				0px;
}
.tCel ul {
	list-style:					none;
}

.tCel a {
	color:						white;
}

.tCel a:hover {
	color:						#0066b3;
}

.tlCel {
	
}
.teamspacer {
	width:						5px;
}
.teamspacer {
	height:						5px;
}

/*
.TeamsBase {
	display:					block;
	list-style-type:			none;
	min-height:					100%;
	margin-left:				0px;
	margin-top:					10px;
	padding-left:				0px;
	padding-right:				5px;
	text-align:					left;
	width:						200px;
}
.TeamsBase li {
	border:						1px solid #0066b3;
	border-left:				20px solid #0066b3;
	font:						bold 9pt "Lucida Grande", Arial, sans-serif;
	margin-top:					1px;
	padding:					3px;
	padding-left:				8px;
	text-align:					left;
}
.TeamsBase li .TeamsBase {
	display:					block;
	list-style-type:			none;
	margin-bottom:				0px;
	margin-left:				-10px;
	margin-top:					10px;
	padding-bottom:				0px;
	padding-left:				0px;
	padding-right:				5px;
	text-align:					left;
	width:						166px;
}
.TeamsBase li .TeamsBase li {
	border:						1px solid #4c4d4e;
	border-left:				20px solid #4c4d4e;
	font:						bold 9pt "Lucida Grande", Arial, sans-serif;
	margin-top:					1px;
	padding:					3px;
	padding-left:				8px;
	text-align:					left;
}*/