.club_selections {
}

.club_selections label{
}


.club-highlight {
	background-color: #ffdb9b;
}

.selection_empty.club-highlight {
	background-color: #cccccc;
}

.selection_real.club-highlight  {
	background-color: #ffdb9b;
}

#floating_box_rail {
	width: 140px;
}

#floating_box {
	background-color: white;
/*	position: fixed; */
	width: 140px;
	border: 2px solid #D0664D;
}

tr.month_nav a {
	display: none;
}

/**
 * Small Orange Button
 **/

.button-orange-small {
	background: url('images/buttons-sprite.png') 0px -240px no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 29px;
	padding-left: 5px;
	vertical-align: text-bottom;
}
* html .button-orange-small {
	background: url('images/buttons-sprite.gif') 0px -240px no-repeat;
}
.button-orange-small .button-right-cap {
	background: url('images/buttons-sprite.png') -15px -270px no-repeat;
	display: inline-block;
	height: 29px;
	vertical-align: text-bottom;
	width: 5px;
}
* html .button-orange-small .button-right-cap {
	background: url('images/buttons-sprite.gif') -15px -270px no-repeat;
}
.button-orange-small input, .button-orange-small a, .button-orange-small button {
	background: url('images/buttons-sprite.png') 0px -300px repeat-x;
	border: none;
	color: #fff;
	cursor: inherit;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	height: 29px;
	margin: 0;
	padding: 1px 4px 3px 4px;
	vertical-align: top;
}
.button-orange-small a {
	height: 19px;
	padding-top: 6px;
	text-decoration: none;
}
* html .button-orange-small input, * html .button-orange-small a, * html .button-orange-small button {
	background: url('images/buttons-sprite.gif') 0px -300px repeat-x;
}
.button-orange-small:hover {
	background: url('images/buttons-sprite.png') 0px -330px no-repeat;
}
.button-orange-small:hover .button-right-cap {
	background: url('images/buttons-sprite.png') -15px -360px no-repeat;
}
.button-orange-small:hover input, .button-orange-small:hover a, .button-orange-small:hover button {
	background: url('images/buttons-sprite.png') 0px -390px repeat-x;
}

