﻿/* TeamLineUp */
.groupWrapper
{
	margin-right: 1%;
}

.groupItem
{
	margin-bottom: 20px;
	width: 125px;
	margin-right: 20px;
	float: left;
}

.groupItem .itemContent
{
	background-color: #FFFFFF;
    color: black;
    height: 48px;
	padding: 0 5px;
	font-size: 8px;
	line-height: 10px;
}

.groupItem .itemHeader
{
	line-height: 11px;
	background-color: #11263D;
	border-top: 2px solid black;
	color: #000;
	padding: 0 5px;
	cursor: move;
	font-weight: bold;
	font-size: 9px;
	color: white;
	height: 12px;
	position: relative;
	overflow: hidden;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	color: Black;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.repository .groupItem
{
	float: none;
}

.sortableactive
{
	background-color: #dddddd;
}

.dropField.groupWrapperForwards
{
	background-image: url('Images/TeamLineUp/ChooseForwardBG.png');
}

.dropField.groupWrapperGoalKeepers
{
	background-image: url('Images/TeamLineUp/ChooseGoalkeeperBG.png');
}

.dropField.groupWrapperDefenders
{
	background-image: url('Images/TeamLineUp/ChooseDefenderBG.png');
}

.dropField
{
	height: 50px;
}

.injured
{
	background-color: #FB4746;
}
#dlgLoading
{
    display: block;
}
#dlgSaving
{
    display: none;
}
.teamlineup_loader_box
{
    padding: 20px;
    width: 300px;
    margin-left: 200px;
    margin-top: 25px;    
}
.teamlineup_loader_box h1
{
     font-size: 13px;
     margin: 0px 0px 10px 9px;
}
.teamlineup_loader
{
    background: url('Images/teamlineup-loader.gif') no-repeat;
    width: 220px;
    height: 19px;
}
.selectlist li
{
	border-bottom: solid #003366 1px;
}

.selectlist li:hover
{
	background-color: #003366;
	cursor: hand;
	cursor: pointer;
}
.getTeamLineUpStandard
{
    border: solid 1px #ffffff;
    padding: 4px;
    width: 450px;
    height: 60px;
    overflow: auto;
}
.getTeamLineUpFromGame
{
    border: solid 1px #ffffff;
    padding: 4px;
    width: 450px;
    height: 220px;
    overflow: auto;
}
.teamlineup_tactic_line
{
    width: 300px;
    height: 20px;
}
.teamlineup_tactic_line_name
{
    float: left;
    width: 100px;
}
.teamlineup_tactic_line_list
{
    float: left;
    width: 160px;
}
/* End TeamLineUp */