﻿
/*--------------- SELECT DROPDOWNS ----------------*/

#latest-news .select-container{}

#latest-news .select-container .select-list{ width:100%; }
#foundation-events .select-container .select-list{ width:100%; }

.select-container {	width:200px; }
.select-container .select-list { float:left; width:100%; }
.select-container .select-submit { position:absolute; float:left; width:20px; padding-top:6px; }

.select-submit a.btn
{
	padding:0;
	width:15px;
}

.select_bg
{
	font-size:10px;
	font-family:Verdana;
	color:#343434;
	height:25px;
	margin-bottom:0px;
	padding:0px 29px 0px 12px;	
	position:relative;
	z-index:1000;	
}

#jellyfishlatestnewsdd
{
	width:200px;
}

.selectbg_middle span, .selectwrapper
{
	font-size:9px;
	line-height:15px;
}

.selectbg_middle
{
	background-image:url(../images/controls/ctrl_select_bg.png);
	background-repeat:repeat-x;
	height:17px;
	overflow:hidden;
	padding:6px 0;
	font-size:9px;
	line-height:15px;
}

.selectbg_lft
{
	background-image:url(../images/controls/ctrl_select_bg_left.png);
	background-repeat:no-repeat;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	width:12px;
}

.selectbg_right
{
	background-image:url(../images/controls/ctrl_select_bg_right.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:29px;
	height:30px;
	margin-left:170px;		
}

.optionswrapper
{
	background-color:#FFFFFF;
	background-image:url(../images/controls/ctrl_selectwrapper_bg.png);
	background-repeat:repeat-y;
	margin:0 6px;
	max-height:120px;
	overflow-y:scroll;
	position:relative;
	z-index:9000;
}

.selectwrapper  
{
	color:#343434;
	display:none;
	font-family:Verdana;
	font-size:10px;
	/*margin-left:-1px;
	margin-top:-7px;
	padding-right:2px;*/
	position:relative;
	/*width:174px;
	width:98%;*/
	margin:0 3px 0 1px;
	z-index:1000;
	overflow:hidden;
}

.selectwrapper .leftbg
{
	background-image:url(../images/controls/ctrl_select_midleftbg.png);
	background-repeat:repeat-y;
	position:absolute;
	height:100%;
	left:0;
	top:-14px;
	width:6px;
}

.selectwrapper .rightbg
{
	background-image:url(../images/controls/ctrl_select_midrightbg.png);
	background-repeat:repeat-y;
	position:absolute;
	height:100%;
	right:0;
	top:-14px;
	width:6px;
}

.selectwrapper .selectitems   
{
	position:relative;
	padding:3px 0;
	z-index: 100; 
	margin-left: 0px; 
	width:auto;
	font-size:10px;
		
}

.selectwrapper .last { border: none; }
.selectwrapper .selectitems span { padding-left: 5px; line-height:1.2em; display:block; } 
.selectwrapper .hoverclass { background-color:#27a5ce; cursor:pointer; color:#ffffff; } 
.selectwrapper .selectedclass { background-color:#27a5ce; color:#000000; }


.selectwrapper .selectfooter  
{	
	height:14px;	
	/*margin-bottom:-14px;*/
	position:relative;
	z-index:100;
	padding:0 12px;
}

.selectfooter span
{
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	width:12px;
	height:14px;
	display:block;
}

.selectfooter span.footmidbg
{
	background-image:url(../images/controls/ctrl_select_btmmidbg.png);
	background-repeat:repeat-x;
	position:relative;
	width:auto;
}

.selectfooter span.footleftbg
{
	background-image:url(../images/controls/ctrl_select_btmlftbg.png);
	left:0;
}

.selectfooter span.footrightbg
{
	background-image:url(../images/controls/ctrl_select_btmrhtbg.png);	
	right:0;
	margin-left:181px;
}