﻿
/**Used by HelpBox SKin**/
.help 
{
    border: solid 1px black;  
    padding: 5px;
	font-family:Tahoma, Arial;
	font-size: x-small;
	background-color:#ffffcc;
}
.help_expand_collapse_link
{
   	font-family: Arial;
	font-size: x-small;
	background-color:#ffffcc;
	font-weight:bold;
}
/**Used by FilterBox Skin**/
.filter
{	
    /*border: solid 1px #808080;*/   
	background-color: #e0e0e0;	
	font-size: x-small;
	width: 100%;
}
.filter_DropDownList
{	
	font-family: Tahoma, Arial;
	font-size: 9px;
	width: 105px;
}
.filter_TextBox
{	
	font-family: Tahoma, Arial;
	font-size: 9px;
	width: 100px;
}
.filter_Calendar
{	
	font-family: Tahoma, Arial;
	font-size: 9px;
	width: 100px;
}
.filter_CheckBox
{	
	font-size: 9px;
	font-family: Tahoma, Arial;
}
.filterLabels
{	
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial;
}
.filterLabelsRange
{	
    width: 50px;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma, Arial;
}
.requiredPrefix
{
	color:Red;
	font-weight:bold;
	font-size: x-small;
}
.filter_customize_link
{
   	font-family: Arial;
	font-size: 10px;
    color: Blue;
}
/** Standard Grid **/
.standardGrid
{
    border: Solid 1px white;
    padding: 2px;
}
.standardGrid_Header
{
	font-size:small;
}
.standardGrid_Row
{
	font-size:small;
}
