/* button, label, dropdownlist, radio, textboxt others */
.bds-Title-1
{
	color:Black;
	font-size:12px;
	font-family:Arial, Times New Roman,Tahoma;
	font-weight:bold;
}
.bds-TextBox
{
	font-size:12px;
	font-family:Tahoma, Arial, Times New Roman;
}
.bds-radiobutton
{
	font-size:12px;
	font-family:Tahoma, Arial, Times New Roman;
}
.bds-DropDownList
{
	font-size:12px;
	font-family:Tahoma, Arial, Times New Roman;
}
.bds-button
{
	BORDER-RIGHT: #5ca4d6 1px solid; 
	BORDER-TOP: #5ca4d6 1px solid; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: #5ca4d6 1px solid; 
	BORDER-BOTTOM: #5ca4d6 1px solid; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #e9f5fb;
	height:22px;
	cursor:hand;	
}
.bds-redstar
{
	color:Red;
	font-size:11px;
	font-family:Tahoma, Arial, Times New Roman;
	font-weight:bold;
}
.bds-alertmsg
{
	font-weight:bold;
	color:#ff0066;
	font-family:Arial, Times New Roman;
	font-size:9pt;
}
.bds-separator-1{
    height:1px;
}
.bds-separator-2{
    height:2px;
}
.bds-separator-3{
    height:3px;
}
.bds-separator-4{
    height:4px;
}
.bds-separator-5{
    height:5px;
}
/* end: button, label */

/* dataview, datagrid, table */
.bds-backgroundTable
{
	background-color:#cccccc;
}
.bds-backgroundRow
{
	background-color:#fffff9;
}
.bds-backgroundRow-2
{
	background-color:#ffffff;
}
.bds-HeaderStyle
{
	background-color:#99ccff;
	font-weight:bold;	
	text-align:center;
	color:Black;
	font-family:Arial,Times New Roman;
	font-size:10pt;
}
.bds-AlternatingItemStyle
{
	background-color:#ffffe9;
	text-align:center;
	color:#004ab4;
	font-family:Arial,Times New Roman;
	font-size:10pt;
}
.bds-ItemStyle
{
	background-color:#fffff9;
	text-align:center;
	color:#004ab4;
	font-family:Arial,Times New Roman;
	font-size:10pt;
}
.bds-EditItemStyle
{
	background-color:#fffff9;
	text-align:center;
	color:#004ab4;
	font-family:Arial,Times New Roman;
	font-size:10pt;
}
.bds-SelectedItemStyle
{
	background-color:#ffffe9;
	text-align:center;
	color:Red;
	font-family:Arial,Times New Roman;
	font-size:10pt;
}
/* end: dataview, datagrid, table */
