/*------------------ selectDark -----------------*/

.selectDark .styleSelect_item{
		width:100%;
		padding: 0px 0px;
}

.selectDark .styleSelect_item_start{
		height:8px;
		background:#0B426E;
}

.selectDark .styleSelect_item_content{
		height:140px;
		overflow-x: hidden;
		overflow-y: scroll;
		background:#0B426E;

}

.selectDark .styleSelect_item_end{
		height:8px;
		background:#0B426E;

		}

div.selectDark{
		background: url("/img/controls/darkBackground.png") no-repeat top right;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		float: left;
}


span.selectDark  {
		background: url("/img/controls/darkBackgroundl.png") no-repeat top left;
		display: block;
		float: left;
		width: 6px; height: 27px;
}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:27px;
		line-height:2em;
		display:block;
		cursor:pointer;
		padding-left:10px;
		margin-right:10px;
		}

.selectDark .passiveSelect{
		color: #000; font-weight: bold; font-size: 100%;
}

.selectDark .activeSelect{
		color: #000; font-weight: bold; font-size: 100%;
		overflow: hidden;
}

.selectDark ul{
		padding:0;
		margin:0;
		list-style:none;
		cursor:pointer;
		}

.selectDark li{
		padding:0;
		margin:0px;
		font-weight:bold;
		padding:4px 0 4px 12px;
		color:#aeaeae;
		}

.selectDark li:hover{
		color:#00aeef;
		background: #01203B;
		}

.selectDark .selected{
		color:#fff;
		}

/*------------------ otherStyles -----------------*/

.select{
		padding:20px;
		float:left;
		}

.clear{
	clear:both;
	}

