/* bbfg : market stylesheet */

/* div */
.market_container { 
	float:left;
	background:#f3f3f3;
	border:0px solid #ccc;
	height:212px;
	width:708px;
	margin-bottom:16px !important;
}

.market_container_head { 
	float:left;
	height:22px;
	color:#060;
	font-size:14px;
	font-weight:bold;
	width:708px;
	background:none;
}

.market_container_header {
	float:left;
	background:#ddf;
	margin-top:0;
	border-bottom:2px solid #fff;
	width:100%;
}
	.market_container_header a {
		line-height:20px;
		font-size:12px;
		font-weight:bold;
		margin-left:4px;
	}
	
.market_container_row {
	float:left;
	clear:both;
	background:lime;
	width:420px;
}
.market_container_row_label {
	float:left;
	width:150px;
	margin-left:4px;
	padding:2px 0;
}
.market_container_row_value {
	float:left;
	width:160px;
	padding:2px 0;
	border-right:2px solid #fff;
}
.market_container_row_options {
	float:left;
	width:100px;
	padding:2px 0;
}
	.market_container_row_options a.view_link {
		margin-left:10px;
	}
	
/* player bid panel ui */
div#player_bids_container {
	float:left; 
	clear:both; 
	width:336px;
	height:157px;
	border:1px solid #bbb; 
	background:#eec; 
	margin:0 0 0 0;
	overflow-y:scroll;
	overflow-x:hidden;
}
div.player_bids_row {
	float:left;
	clear:both;
	width:324px;
	margin:2px 0 0 2px;
	padding:4px; 
	font-size:10px;
	background:#ddb;
}
div.user_bid_row {
	float:left;
	clear:both;
	width:324px;
	margin:2px 0 0 2px;
	padding:4px; 
	font-size:10px;
	background:#dfb;
}	
div.user_bid_row:hover { 
	background:#fcc;
	cursor:pointer;
}

/* trading panel ui */
.trading_add_arrow, .draftswap_add_arrow { background:url('/img/site/arrow_right_add.gif'); }
.trading_add_arrow:hover, .draftswap_add_arrow:hover { background:url('/img/site/arrow_right_add_hover.gif'); cursor:pointer; }
ul.trading_player_list {
	display:block;
	margin:3px 2px;
	list-style-type:none;
	padding:0;
}
ul.trading_player_list li.trading_player_list_item {
	display:block;
	background:#bdb;
	margin:0 0 1px 1px;
	padding:2px 2px 2px 4px;
	list-style-type:none;
	font-size:11px;
	width:202px;
	cursor:pointer;
}
li.trading_player_list_item:hover {
	background:#cdc !important;
}
div.remove_box {
	float:right;
	margin:0;
	background:url('/img/site/remove_player_box.png');
	width:13px;
	height:13px;
	padding:0;
	cursor:pointer;
}

#trading_options_container {
	float:left;
	padding:4px;
}
#trading_options_container div, #trading_options_container span { 
	display:block;
	float:left;
}
#trading_options_container > div {
	clear:both;
}
#trading_options_container > div > span {
	color:#454;
}
#trading_options_container > div > a.history {
	color:#070;
}
#trading_options_container > div > span > span.label {
	margin-bottom:2px;
	margin-left:5px;
}
#trading_options_container > div > a > span {
	float:left;	
}
#trading_selecter_player_stats_container > div {
	border:none !important;
	margin:8px 10px 0 10px !important;
}
.trade-request-active {
	color:#933 !important;
	font-weight:bold;
}
.trade-request-active:hover {
	text-decoration:underline;
	cursor:pointer;
}

.trade-request-dialog-container {
	font-size:10px;
	margin-top:8px;
	float:left;
}
.trade-request-dialog-container div {
	float:left;
}
.add-trade-list-button { padding:3px 6px; font-size:9px; font-weight:bold; color:#951; background:#e9e9e9; cursor:pointer; }
.add-trade-list-button:hover { background:#edd; }
.dialog-proposal-player-list {
	display:block;
	float:left;
	margin:6px 0 6px 0;
	padding:0;
	clear:both;
	list-style-type:none;
}
.dialog-proposal-player-list li {
	margin:0 0 0 10px;
	padding:0;
	display:block;
	clear:both;
}
.fair-value-stats {
	display:inline;
	cursor:pointer;
}
#dialog-stats {
	clear:both; 
	float:left;
	width:100%;
	min-height:120px;
	border:1px solid #ddd;
	background:#f5f5f5;
	margin-top:14px;
	margin-bottom:10px;
}
#dialog-stats-close-button:hover {
	border:1px solid #666 !important;
	cursor:pointer !important;
}

#content_trading_outgoing_filters { width:232px; height:40px; background:#f0f0f0; margin:4px 4px 4px 0; }
#content_trading_trade_confirm_filters {  }

#outgoing_filters_level_selector { float:left; width:72px; margin-top:12px; font-size:12px; margin-left:36px; }
#outgoing_filters_type_selector { float:left; width:72px; margin-top:12px; font-size:12px; margin-left:18px; }

#trade_confirm_filters_level_selector, #swap_confirm_filters_level_selector { float:left; width:72px; margin:4px; font-size:12px; margin-left:24px; }
#trade_confirm_filters_type_selector, #swap_confirm_filters_type_selector { float:left; width:72px; margin-top:4px; font-size:12px; margin-left:12px; }

.dropplayer_list, .draftswap_list { float:left; }
.dropplayer_player, .draftswap_player { float:left; margin:1px 2px; width:196px; height:17px;  background:#cec; font-size:10px; line-height:16px; padding-left:4px; overflow:hidden; }
.dropplayer_player .remove_box, .draftswap_player .remove_box { margin:2px !important; }
.selected-dropplayer { background:#bdb !important; }

/* bidding search tabs */
#bidding_search_tabs {
	float:left;
	font-size:12px;
	
	border-top:none;
	border-right:none;
	border-bottom:1px solid #ccc;
	border-left:none;
	padding:0;
	
	height:140px;
	overflow:hidden;
	
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	border-top-left-radius:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	border-top-right-radius:0;	
}
	#bidding_search_tabs div {
		-moz-border-radius-bottomleft:0;
		-webkit-border-bottom-left-radius:0;
		border-bottom-left-radius:0;
		-moz-border-radius-bottomright:0;
		-webkit-border-bottom-right-radius:0;
		border-bottom-right-radius:0;
	}
	#bidding_search_tabs ul {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		border:0;
		background:#bbf;
	}
	#bidding_search_tabs ul li {
		border:none;
	}
	#bidding_search_tabs div.ui-tabs-panel {
		padding:0 6px;
		margin:0;
	}
	#bidding_search_tabs .ui-tabs-nav li a { 
		font-size:10px;
		font-weight:normal;
	}

	
/* watchlist select row */
tr.table_select_row { cursor:pointer; }
tr.table_select_row_selected { background:#cec !important; }
tr.table_select_row_hover:hover { background:#ccf; }
tr.table_select_row_odd { background:#f6f6f6; }
tr.table_select_row_even { background:#eee; }
tr.table_row_em { font-weight:bold; }

/* players results */
#player_results {
	float:left; 
	clear:both;
 	margin:0; 
 	overflow-y:scroll;
 	width:352px;
 	height:216px;
}
#player_results_table {
	float:left; 
	clear:both; 
	margin:0 0 0 0; 
	width:334px; 
	font-size:12px;
}
	#player_results_table tr.player_results_head {
		background:#ddf;
	}

/* span */
span.earned_funds_str {
	 color:#2a2;
}
span.spent_funds_str {
	 color:#f65;
}

/* lists */
.draft-list { float:left; display:block; list-style-type:none; padding:0; margin:0 0; width:95.5%; }
.draft-list li { float: left; display: block; clear: both; width: 100%; margin: 2px 2px 0 2px; background: #e0e0ec; font-size: 12px; padding: 2px; }
.draft-list li:hover { background:#ccf; cursor:pointer; }
.pool-item-selected, .pick-item-selected { border:1px solid #000 !important; }
.draft_arrow-button { float:left; width:17px; height:17px; }
#pick-arrow-button { margin:86px 8px 0 8px; background:url('/img/site/arrow_left_add.gif') top left no-repeat; }
#pick-arrow-button:hover { background-image:url('/img/site/arrow_left_add_hover.gif'); cursor:pointer; }
#unpick-arrow-button { clear:both; margin:16px 8px 0 8px; background:url('/img/site/arrow_right_add.gif') top left no-repeat; }
#unpick-arrow-button:hover { background-image:url('/img/site/arrow_right_add_hover.gif'); cursor:pointer; }

#dialog #buttons-container > div { float:left; clear:both; }
