﻿
.DragPanel
{
	 border:solid 2px #000;
	 left: 915px;
	 position: absolute;
	 top: 400px;
	 height: 500px;
	 width: 300px;
}

.football 
{
	height:35px;
	width:300px;
	background-color:#000000;
	background-image:url(images/mini_football.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:4px;
	padding-top:7px;
	font-weight:bold;
	font-size:12pt;
	color:#ffffff;
	cursor:move;
}

.playerlist 
{
   width:3050px;
   overflow:scroll;
   background-color:#FFFFFF;
   height:100%;	
   width:100%;
}
.row1_user
{
	/* background-color: #bed2b8; */
	background-color:#FFFFFF;
	background-image:url(images/DM_userpick.gif);
	font-weight: bold;
}
.row2_user
{
	height: 20px;
	/* background-color: #bed2b8; */
	background-color:#FFFFFF;
	background-image:url(images/DM_userpick.gif);
	font-weight: bold;
}
/* This class is to change the backcolor of a row that the user selected.  
   If an opponent selected a player, we can just use rowOpp */
.row1_opp
{
	height: 20px;
	background-color:#FFFFFF;
	background-image:url(images/DM_opp_pick.gif);
	font-weight: bold;
}

.row2_opp
{
	height: 20px;
	background-color:#FFFFFF;
	background-image:url(images/DM_opp_pick.gif);
	font-weight: bold;
	
}

