#date-showArchive {
	float:right;
	display:block;
}
.show-archives-title,
.showYear-showArchive {
	float:left;
	display:block;
}
.showYear-showArchive {
margin:6px 0 0 14px!important; 
}
.playbillsandwich {
	clear:both!important;
}

.sbHolder {
	font-family: arial;
	color: #000000 !important;
	font-size: 14px;
	padding:10px 10px 10px 23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #B68D28;
	background: #C1993A;
	background: linear-gradient(top,  #CEBA5A,  #B88021);
	background: -ms-linear-gradient(top,  #CEBA5A,  #B88021);
	background: -webkit-gradient(linear, left top, left bottom, from(#CEBA5A), to(#B88021));
	background: -moz-linear-gradient(top,  #CEBA5A,  #B88021);
	height: 20px;
	width: 107px;
	position:relative;
	float:right;
	margin-right:41px;
}
.testbutton:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}
 
 
.sbHolder:focus .sbSelector {
}

.sbSelector {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 227px;
	height: 41px;
	line-height: 38px;
	outline: none;
	overflow: hidden;
	text-indent: 15px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #000;
	outline: none;
	text-decoration: none;
	font:15px Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
}
.mod-editUnitTest  .sbSelector:link, 
.mod-editUnitTest  .sbSelector:visited, 
.mod-editUnitTest  .sbSelector:hover {
	color:#666;	
}

.sbToggle {
	background: url(../images/arrows-dropdown.png) 20px 15px no-repeat;
	display: block;
	height: 41px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
}

.mod-editUnitTest .sbToggle {
	background: url(../images/spirite-x.png)  2px -399px;
	display: block;
	height: 41px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
 
}


.sbToggle:hover {
}

.sbToggleOpen {
}

.sbToggleOpen:hover {
}

.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {
}

.sbHolderDisabled .sbToggle {
}

.sbOptions {
	position: absolute;
	left: -1px;
	width:140px;
	margin: 3px 0 0 0!important;
	padding: 0!important;
	background-color: #C1993A;
	border: solid 1px #C1993A;
	list-style: none;
	z-index: 1;
	overflow-y: auto;
	
}

.sbOptions li {
	padding: 0;
    line-height:auto !important;
	padding:0!important;
}
ul.sbOptions li  a {
	line-height:38px!important;
    margin:0!important;
}

.sbOptions a {
	display: block;
	line-height: 38px;
	text-indent: 15px;
	border-bottom: solid 1px #b68d28;
	outline: none;
}

.sbOptions a:link, .sbOptions a:visited {
	color: #000;
	text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
	color: #fff!important;
	background-color: #cdb858;
}

.sbOptions li.last a,
.sbOptions li:last-child a  {
	border-bottom: none;
}

.sbOptions .sbDisabled {
	display: block;
	text-indent: 15px;
	color: #999;
	border-bottom: solid 1px #515151;
}

.sbOptions .sbGroup {
	display: block;
	text-indent: 15px;
	font-weight: bold;
	color: #EBB52D;
	border-bottom: dotted 1px #515151;
}

.sbOptions .sbSub {
	padding-left: 17px;
}
