﻿/* Default player search styles */
#tblPlayerSearch
{
	background-color:Transparent;
}

.TopLeft,
.TopRight,
.BottomLeft,
.BottomRight
{
	height:5px;
	width:5px;	
	line-height:1px
}

.SearchInputsContainer
{
	color: #333; 
	font:11px arial,tahoma,sans-serif; 
	padding:10px;
	width:948px;
	height:25px;
}

.SearchBox
{
	width:450px;
	float:left;
}

.SearchLabel
{
	font-weight:bold;
	font-size:13px;
	padding-right: 5px;
}

.SearchPositions
{
	width:350px;
	float:left;
}

.SearchResultsContainer
{
	width:968px;
}

.AddPlayerBtn,
.ProfileBtn,
.NewsBtn,
.ComparePlayerBtn,
.FocusListBtn
{
	display:none;
	margin:0 2px;
	float:left;
	cursor:pointer;
}

.AddPlayerBtn
{
	height:16px;
	width:10px;
	margin-right:5px;
	background-image:url(/images/PlayerSearch/enable.gif);
	background-repeat: no-repeat;
}

.AddPlayerBtnDisabled
{
	display:none;
	margin:0 2px;
	float:left;
	cursor:default;
	height:16px;
	width:10px;
	margin-right:5px;
	background-image:url(/images/PlayerSearch/disable.gif);
	background-repeat: no-repeat;
}

.ProfileBtn
{
	height:16px;
	width:10px;
	background-image:url(/images/PlayerSearch/little-dude.gif);
	background-repeat: no-repeat;
}

.NewsBtn
{
	height:16px;
	width:34px;
	background-image:url(/images/PlayerSearch/flying-w.gif);
	background-repeat: no-repeat;
}

.ComparePlayerBtn
{
	display: none;
	height: 11px;
	width: 16px;
	margin-right:5px;
	background-image:url(/images/PlayerSearch/compare-enabled.gif);
	background-repeat: no-repeat;
}

.ComparePlayerBtnDisabled
{
	display:none;
	margin:0 2px;
	float:left;
	cursor:default;
	height: 11px;
	width: 16px;
	margin-right:5px;
	background-image:url(/images/PlayerSearch/compare-disabled.gif);
	background-repeat: no-repeat;
}

.FocusListBtn
{
	height: 14px;
	width: 14px;
	margin-right:5px;
	background-image:url(/images/add_to_focus_list.gif);
	background-repeat: no-repeat;
}

.FocusListBtnDisabled
{
	display:none;
	margin:0 2px;
	float:left;
	cursor:default;
	height: 14px;
	width: 14px;
	margin-right:5px;
	background-image:url(/images/on_focus_list.gif);
	background-repeat: no-repeat;
}

/* DraftTool player search */
#tblPlayerSearch.DraftTool 
{
	
}

.DraftTool .TopLeft
{
	background:url(/images/PlayerSearch/top-left.gif) top left;
}

.DraftTool .TopRight
{
	background:url(/images/PlayerSearch/top-right.gif) top left;
}

.DraftTool .BottomLeft
{
	background:url(/images/PlayerSearch/btm-left.gif) top left;
}

.DraftTool .BottomRight
{
	background:url(/images/PlayerSearch/btm-right.gif) top left;
}

.DraftTool .Top,
.DraftTool .MiddleLeft,
.DraftTool .MiddleRight,
.DraftTool .Bottom
{
	background-color:#333;
}

.DraftTool .SearchInputsContainer
{
	background-color:#333;
	color:#fff;
	width:550px;
	height:50px;
}

.DraftTool .SearchBox,
.DraftTool .SearchPositions
{
	float:none;
}

.DraftTool .SearchResultsContainer
{
	width:570px;
	height:398px;
	background-color:#333;
}