
.filsters{
	text-align: right;
}

.teams_container{
	
	background-color: #fff;
	width: 775px;
	height: auto;
}	

.marger{
	margin: 10px 10px 10px 10px;
}

.admin_header_footer{
	display: table;
	background-color: #efefef;
	width: 755px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: right;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
}

.admin_header_footer div{
	padding-right: 20px;
	display: table-cell;
	vertical-align:middle;
}

#teams_table{
	width: 755px;
}
#teams_table td{
	border-bottom: 1px dotted #000;
}

.teams_container a{
	color: #fff;
	text-decoration: none;
}

.teams_container a:hover{
	text-decoration: underline;
}

.teams_container img{
	
	border: none;
}

#namesViewer{
	display: none;
	position: absolute;
	margin-left: 37px;
	margin-top: -135px;
	width: auto;
	height: auto;
	border: 1px solid #999;
	background-color: #fff;
}

.playerNameCont span{
	padding-left: 5px;
	padding-right: 5px;
}

.playerNameCont{
	display: table-cell;
	vertical-align: middle;
}

#namesViewer div{
	height: 25px;
	cursor: pointer;
}
#namesViewer div:hover{
	background-color: #c7d9ff;
}


#imgTeamEdit{
	height: 150px;
}


#addPlayers_Cont{
	margin-top: 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}



