.FilterTextBox
{
	font-family:Calibri,Arial;
	border-style:solid;
	border-width:1px;
	font-size:small;	
}


.FilterCostField
{
	border-style:solid;
	border-width:1px;
	width:90px;
	font-size:small;	
}

.FilterDateField
{
	border-style:solid;
	border-width:1px;
	width:90px;
	font-size:small;	
}

.BooleanFilterDropDown Div Select
{
	border:1px solid;
	border-width:1px;
	font-size:x-small;    
}

.CurrencyRange
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.FilterDropDown
{
	border:1px solid;
	font-size:small;
	padding:-2 -2 -2 -2;
}


.FilterTextTableCell
{
	width:300px;
	font-weight:bold;
	font-size:small;
	text-align:left;
}

.FilterLabelTableCell
{
	width:150px;
	font-weight:bold;
	font-size:small;
	text-align:right;
}

.FilterTable
{
	width:100%;
}

.FilterBackColor
{
	background-color: #efefef;
}

.FilterTextBoxBackColor
{
	background-color: #ffffff;
}

.FilterBackColorLight
{
	background-color: #efefef;
}

.FilterForeColor
{
	color: #000000;
}

.FilterHorizontalRuleColor
{
	color: #D2D9F2;
}

.FilterBorderColor
{
	border-color:#a9a9a9;  
}


/* Panels at the bottom of a filter part containing the buttons */
/* START */
.FilterButtonPanel
{
	/*position:relative;*/
	float:left; 
	width:100%;
}

.FilterPreFilterPanel
{
	position:relative;
	float:left;
	padding: 5px 10px 0px 0px;
}

.FilterActionButtonsPanel
{
	position:relative;
	float:right;
	padding: 5px 0px 0px 10px;
}

.FilterAdvancedPanel
{
	position:relative;
	float:left;
	padding: 5px 10px 0px 0px;	
}
/*END*/


.DropDownCheckBoxListStyle
{
	font-size: x-small;
	background-color: #efefef;
	text-align: left;
	width: 100%;
}

.DropDownCheckBoxListSelectedItemsTextBoxStyle
{
	
}

.DropDownCheckBoxListPopupPanelStyle
{
	
	padding: 5px 5px 5px 5px;
	border: solid 1px;
	position: relative;
	float: none;
	z-index: 5000;		
}

.DropDownCheckBoxListCheckBoxListStyle
{

}

.DropDownCheckBoxListCloseButtonStyle
{

}



.FilterButtonPanel
{
	padding-top:4px;
	padding-bottom:8px;
	float:right;
}

.FilterPanel
{
	float:left;
}



/*  Web Date Chooser */

.WebDateChooser
{
	border:solid 1px DarkGray;	
}

.WebDateChooserEditStyle
{
    font-size:small;
    font-family:Calibri;
}

.WebDateChooserDropdown
{
    font-size:x-small;
    font-family:Calibri;
}

.WebDateChooserDayStyle
{
	font-size:small;
	color:Black;	
}

.WebDateChooserSelectedDayStyle
{
	border: 1px solid #808080;
	font-size: small;
}

.WebDateChooserCalendarStyle
{
	background-color:White;
}

.WebDateChooserDayHeaderStyle
{
	font-size:x-small;
}

.WebDateChooserDropDownStyle
{
	font-size:x-small;
}

.WebDateChooserTodayStyle
{
	font-size:small;
}

.WebDateChooserWeekendDayStyle
{
	/*background-color: #E0F5F5;*/
}

.WebDateChooserTitleStyle
{
	font-size:small;
}

.WebDateChooserFooterStyle
{
	font-size:small;
}

