@CHARSET "ISO-8859-1";

/***********************************/
/*   accounts.css						  */
/***********************************/

.dropdownCell{
		border : 1px solid #bbb;
		width: 120px;
		height: 17px;
		cursor: pointer;
		font-family: arial;
		font-size: 9pt;	
		max-height: 23px;
		background: #ffffff url(../../images/languageSelector/arrow.gif) right top no-repeat;
	}

.dropdownCell img{
	margin : 0px 3px 0px 3px;
	vertical-align: middle;
	width: 24px;
}

.dropdownPanel{
	border : 1px solid #bbb;
	width: 120px;
	position: absolute;
}

.dropdownOpt{
	background-color: #fff;
	cursor: pointer;
	font-family: arial;
	font-size: 9pt;
}

.dropdownOpt img{
	margin : 0px 3px 0px 3px;
	vertical-align: middle;
	width: 24px;
}

.dropdownOptSelected{
	background-color: #ccc;
}
.divLanguageSelector
{
	height:23px;
}
.ulLanguageSelector
{
	display:none;
}