﻿.comboboxContainer
{
	border: none;
	outline: none;
}

.comboboxValueContainer
{
	background: url(../../Images/vista_content_black.gif) no-repeat left top;
}

.comboboxValueContent
{
	padding-left: 5px;
	padding-top: 0px;
	color: #fff;
	font-weight: bold;
	max-height: 18px;
        font-size:14px;
	font-family: Georgia;
	font-style: italic;
}

.comboboxDropDownContainer
{
	/*border: none;*/        
        border: 1px solid white;
	background: #000;
	overflow: hidden;
	padding-left: 3px;
	cursor: default;
	color: #fff;
	font-family: "segoe ui", "verdana";
}

.comboboxDropDownButton
{
	width: 25px;
	height: 30px;
	background-image: url(../../Images/vista_button_black.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	border-bottom: dashed 1px #fff;
	font-weight: bold;
	font-style: italic;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
	/*text-transform: lowercase;*/
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	font-weight: bold;
	background: #777;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}