﻿/* Width: 214px */

.ComboBoxInput_Short { background-image: url(../../Images/c4f_web_gen_form_title_dropBox_OFF.gif); }
.ComboBoxInputHover_Short { background-image: url(../../Images/c4f_web_gen_form_title_dropBox_ON.gif); }
.ComboBoxOpen .ComboBoxInput_Short,
.ComboBoxOpen .ComboBoxInputHover_Short
{ background-image: url(../../images/c4f_web_gen_form_dropBox_DropDown.gif); }

.ComboBoxInput_Short, 
.ComboBoxInputHover_Short
{
	height: 23px;
	border: 0px;	
	cursor: pointer;
	background-color: Transparent;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-repeat: no-repeat;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #0075b2;
	padding-top: 2px;
	padding-left: 6px;
}

.ComboBoxHeader_Short
{
	height: 23px;
	color: #5F717F;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.ComboBoxHeader_Short TD
{
	height: 23px;
	background-repeat: no-repeat;
	padding-left: 9px;
}

.ComboBoxImage_Short,
.ComboBoxImageHover_Short
{
	vertical-align:middle;
	display: none;
}

.ComboBoxDropDown_Short
{
    margin-top: 1px;
    padding-left: 1px;
    background-color: Transparent;
}

*+html .ComboBoxDropDown_Short { padding-left: 2px; }

.ComboBoxItem_Short,
.ComboBoxItemHover_Short
{
	padding: 0 5px;
	_height:1%;
	
    background-image: url(../../images/c4f_web_gen_form_ShortDropDown_tile.gif);
    background-repeat: repeat-y;
	
	text-decoration: none;
	text-align: left;
	font-family: Arial;
	font-size: 11px; 
	color: #0075b2;	
	cursor: pointer;
}

.ComboBoxItemHover_Short
{
	color: #7CA0B3;
}

.ComboBoxItemInner_Short 
{
    padding-top: 3px;
    padding-left: 3px;
}

div.ComboBoxItemInnerLast_Short
{
    border-bottom: 0;
}

.ComboBoxItemDisabled_Short
{
	color: gray;
	cursor: no-drop;
	padding: 3px;
	text-decoration: 0;
	text-align: left;
}

.ComboBoxLoadingMessage_Short
{	
	padding: 2px;
}

.ComboBoxFooter_Short 
{
    background-image: url(../../images/c4f_web_gen_form_ShortDropDown_bottomEnd.gif);
    height: 11px;
    width: 64px;
}