/* CSS Document */

span.NumTimesChosenToolTip {
cursor:help; color:#CC0000;}

/****************************************************************** */
/* The LEAGUE DROPDOWNS on the standings pages */
/* http://javascript-array.com/scripts/simple_drop_down_menu */
/* Modified by Anna, June 09. This dropdown requires javascript. */
/****************************************************************** */

.drop-container { /* This goes around the H2 tab and the drop down to keep them together */
margin:0;
}

* html .drop-container { /* In IE6 and IE7 there was space below the tab and dropdown */
margin-bottom:-11px;
}

*:first-child+html .drop-container { /* In IE6 and IE7 there was space below the tab and dropdown */
margin-bottom:-11px;
}

.drop-container h2 { /* Modifying the existing H2 style (the tab) */
float:left; 
}

.drop-container .extras { /* Modifying the existing "extras" style (the links next to the tab) - NOT part of the actual dropdowns - might be the word "League", for ex */
float:left;display:inline; margin-top:5px;
}

.contest-drops { /* The actual dropdowns, including the trigger text (NOT including the "extras" div) */
float:left; display:inline; margin-top:5px;
}

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}

ul#sddm {
	margin:0 auto;
}
 
#sddm li { /* The line of text that triggers the dropdown */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}
 
#sddm li a.dtrigger { /* Styles the categories that are highlighted by spacing and a dashed line */
	 padding-right: 13px;
	 background:url(http://images.sportsdirectinc.com/Fantasy/shared/drop-arrow.gif) 100% 50% no-repeat;
}

#sddm li a { /* Each item in the dropdown list is in an a tag */
	display: block;
	margin: 0 1px 0 0;
	padding: 0;
	color: #000;
	text-align: left;
	text-decoration: none;
}
 
#sddm li a.special { /* Styles the categories that are highlighted by spacing and a dashed line */
	margin-top: 8px;
	border-top: 1px dashed #999;
}
 
#sddm li a:hover
{	}
 
#sddm div { /* The dropdown box itself, under the trigger text */
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EEE; /* originally #EAEBD8 */
	border: 1px solid #666666;  /* originally #5970B2 */
	}
 
	#sddm div a { /* Each item in the dropdown list */
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EEE; /* originally #EAEBD8 */
		color: #2875DE;
		font: 11px arial;
	}
 
	#sddm div a:hover { /* Hover appearance for each item in the list */
		background: #999;
		color: #FFF;
	}

/****************************************************************** */
/* END styles for the LEAGUE DROPDOWNS on the standings pages */
/****************************************************************** */


/*icons*/
.college-basketball-bracket-icon {height:20px; width:20px;margin:0 4px 0 3px; background:url(/fantasy/shared/icons/basketball.gif) no-repeat; float:left;}

