﻿.ComboBox_default .text_BCB86A76 
{
    height: 15px;
    background: #000;
    font: 11px Tahoma;
    color: #fff;
    border: solid 1px #4d4d4d;
    border-right: none;
    text-align: left;
    float: left;
    padding: 1px 0 1px 3px;
}

.ComboBox_default .text_disabled_BCB86A76
{
	height: 15px;
    background: #8B8B8B;
    font: 11px Tahoma;
    color: #ACA899;
    border: solid 1px #C9C7BA;
    border-right: none;
    text-align: left;
    float: left;
    padding: 1px 0 1px 3px;
    font-style: italic;
}

.ComboBox_default .arrow_BCB86A76 
{
    float: left;
    width: 14px;
    height: 15px;
    cursor: pointer;
    background: #000 url(../images/ComboBox/ComboBox_arrow_down.gif) no-repeat center;
    border: solid 1px #4d4d4d;
	border-left: none;
}

.ComboBox_default .arrow_disabled_BCB86A76
{
	float: left;
    width: 14px;
    height: 15px;
    cursor: default;
    background: #8B8B8B url(../images/ComboBox/ComboBox_arrow_down_disabled.gif) no-repeat center;
    border: solid 1px #C9C7BA;
	border-left: none;
}

.ComboBox_default .popup_BCB86A76
{
	background-color: Black;
	border: 1px solid #4d4d4d;
	font-size: 11px;
	z-index: 10;
}

.ComboBox_default .popup_BCB86A76 .container_BCB86A76
{
	border: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ComboBox_default .popup_BCB86A76 td
{
	color: #4d4d4d;
	cursor: default;
	padding: 3px;
	white-space: nowrap;
	vertical-align: middle;
}

.ComboBox_default .popup_BCB86A76 td:hover, .ComboBox_default .popup_BCB86A76 td:active
{
	color: White;
}

.ComboBox_default .popup_BCB86A76 .selected_BCB86A76
{
	background-color: #1d1d1d;
	color: White;
}

.ComboBox_default .popup_BCB86A76 .selected_BCB86A76 td, .ComboBox_default .popup_BCB86A76 .selected_BCB86A76 td:hover, .ComboBox_default .popup_BCB86A76 .selected_BCB86A76 td:active
{
	color: White;
}

.ComboBox_default .popup_BCB86A76 .scroll_BCB86A76
{
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom: none;
	border-top: none;
	border-left: 1px solid #4d4d4d;
	border-right: none;
	width: 14px;
	height: 100%;
	background-color: Black;
}
.ComboBox_default .popup_BCB86A76 .scroll_BCB86A76 .arrow_up_BCB86A76
{
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #4d4d4d;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 14px;
	height: 12px;
	background-image: url(../images/ComboBox/ComboBox_arrow_up.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.ComboBox_default .popup_BCB86A76 .scroll_BCB86A76 .arrow_down_BCB86A76
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: none;
	border-top: 1px solid #4d4d4d;
	border-left: none;
	border-right: none;
	width: 14px;
	height: 12px;
	background-image: url(../images/ComboBox/ComboBox_arrow_down.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.ComboBox_default .popup_BCB86A76 .scroll_BCB86A76 .scrollbar_BCB86A76
{
	position: absolute;
	top: 13px;
	left: 0px;
	border: 1px solid #4d4d4d;
	border-left: none;
	border-right: none;
	width: 14px;
	height: 8px;
	background-image: url(../images/ComboBox/ComboBox_scrollbar.gif);
	background-position: center;
	background-repeat: no-repeat;
}

