﻿.TeamList
{
	background-color: #5A6070;
	padding: 10px;
	_display:inline-block;
}

.TeamList .Filters
{
	/*width:597px;*/
	/*margin-bottom: 10px;/**/
}

.TeamList .Filters .empty
{
	width: 10px;
}

.TeamList .Teams
{
	display: block;
	padding-left: 70px;
	margin-top:10px;
}

.TeamList .Teams td
{
	background-color: #E0E2F1;
	line-height:20px;
	padding:0 5px;
}

.TeamList .Teams td.dark
{
	background-color: #C8CBD8;
}


.TeamList .pager_control
{
	margin-bottom:0px;
}

.TeamList .pager_control a
{
	color:#fff;
}

.TeamList .pager_control a.selected
{
	color:#306E95;
	background-color:#DCDCDC;
}