/* Filter table classes */  
 	.filterHeader{
	   height:24px;		 
	   background: url(/fantasy/baseball/public/fe/img/header1.gif) top left repeat-x;
	   margin: 0px 10px;	  
	   width: 752px;
	}
	.filterHeader table tr td{
	   color: #fff;
	   font:bold 11px verdana,tahoma,sans-serif;
	   text-transform: uppercase;
	}
	.filter {
    height:33px;				
    clear:left;
    width: 750px;
    margin: 0px 10px 10px 10px;
    border: 1px solid #e4e2dc;
}
/*width override for the trade center*/
.tCenter{width: 925px !important;}
.tCenterb{width: 923px !important;}

.filterBody{	
	height:84%;
}
.filterPadding tr td{
    padding:5px 3px 0px 10px;
}

.playerLastName{
 color: #c8c8c8;
}
.playerLastNameActivated{
  color:#000000;
}
.positionWidth{
 padding:5px 3px 0px 10px;
}
.statusWidth{
 padding:5px 3px 0px 0px;
}
.teamWidth{
 padding:5px 3px 0px 0px;
}
/* styles below are for table-less layout */
.filterSearch, .filterButton { 
 padding:5px 3px 0 0px;
}
.filterLabel, .filterControl, .filterButton {
	float:left;
}
.filterLabel {
	color: #fff;
    font:bold 11px verdana,tahoma,sans-serif;
    text-transform: uppercase;
    padding:5px 3px 0 5px;
}
.filterControl {
	padding:5px 3px 0 5px;
}
.filterButton {
	text-align:center;
}
/* filter column widths */
.typeWidth       {width:110px;}
.positionWidth   {width:135px;}
.statusWidth     {width:130px;}
.teamWidth       {width:110px;}
.injuryTypeWidth {width:90px;}
.searchWidth     {width:105px;}
.monthWidth      {width:95px;}


.proposeTradeWidth {
    width: 160px;
}
.positionSearchWidth {
    width: 135px;
}
.statisticSearchWidth {
    width: 260px;
}
.playerSearchWidth {
    width: 190px;
}
.viewRostersWidth {
    width: 130px;
}





 /*END - Filter Table Classes*/  
