select, option {

	font-size: 7pt;

	border:solid 1px #6989BA;

	background-color:#FFFFFF;

    /*background-image: url('images/blue.gif');*/

	/*color:#FFFFFF;*/

}
/************ styles of datagrid item  *************/
.RatesCalc_Item
{
Font-Size:XX-Small;
background-color:#99CCFF;
background-image: url('images/blue.gif');
}

/************ styles of datagrid alternating item  *************/
.RatesCalc_AlternatingItem
{
Font-Size:XX-Small;
background-color:#FFFFFF;
background-image: url('images/blue2.gif');
}

/************ styles of datagrid header  *************/
.RatesCalc_Header
{
	font-size: x-small;
	background-color: #99CCFF;
background-image: url('images/blue2.gif');
}

/************ styles of datagrid pager  *************/
.RatesCalc_Pager
{
	Font-Size:X-Small;
	background-color:#99CCFF;
background-image: url('images/blue.gif');
}

/************ styles of datagrid footer  *************/
.RatesCalc_Footer
{
Font-Size:X-Small;
background-color:#99CCFF;
background-image: url('images/blue2.gif');
}


.RatesCalc_tab
{
	/* filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color= 'gray' , Positive= 'true' ); */
	
}


/************ styles of table ; L - left ; R - right ; T - Top ; B - Bottom ; LT_corner - LeftTop corner  *******/
.RatesCalc_table_LT_corner
{
    background-image: url('images/table_LT_corner.gif');
    height:30px;
    width:30px;
}

.RatesCalc_table_RT_corner
{
    background-image: url('images/table_RT_corner.gif');
    height:30px;
    width:30px;
}

.RatesCalc_table_LB_corner
{
    background-image: url('images/table_LB_corner.gif');
    height:30px;
    width:30px;
}

.RatesCalc_table_RB_corner
{
    background-image: url('images/table_RB_corner.gif');
    height:30px;
    width:30px;
}

.RatesCalc_table_T_back
{
    background-image: url('images/table_T_back.gif');
    height:30px;
    Font-Size:20px;
}

.RatesCalc_table_B_back
{
    background-image: url('images/table_B_back.gif');
    height:30px;
}

.RatesCalc_table_L_back
{
    background-image: url('images/table_L_back.gif');
    width:30px;
}

.RatesCalc_table_R_back
{
    background-image: url('images/table_R_back.gif');
    width:30px;
}

.RatesCalc_table_center_back
{
	font-size: x-small;
	background-image: url('images/blue2.gif');
}