/**** container Padding Styles ******/
.width{width:100%;}
.head_pad{padding:10px 30px 5px 9px;}
.head_pad1{padding:7px 10px 5px 9px;}
.head_pad2{padding:0px 10px 5px 9px;}

.action_pad{margin:0; float:left; width:5%; _width:1px;}

.title_pad{margin:0; float:left; width:80%; white-space:nowrap;}
.title_pad1{margin:0; float:left; width:75%; white-space:nowrap;}

.visibility_pad{margin:0; float:right; text-align:right;}

.content_pad{padding:10px; clear:both;}
.content_pad1{padding:10px 5px 0px 5px; clear:both;}
.content_pad2{padding:10px 0px 0px 0px; clear:both;}

.bottom_pad{padding:0px 10px;}

.align_pad{text-align:right;}

/**** Grey_Shade Styles ******/
.grey_shade_toplt{background:url(grey_shade_toplt.gif) no-repeat top left;}
.grey_shade_toprt{background:url(grey_shade_toprt.gif) no-repeat top right; padding:0 2px;}
.grey_shade_topbg{background:url(grey_shade_topbg.gif) repeat-x top right; height:30px;}

.grey_shade_botlt{background:url(grey_shade_botlt.gif) no-repeat top left;}
.grey_shade_botrt{background:url(grey_shade_botrt.gif) no-repeat top right; padding:0 9px;}
.grey_shade_botbg{background:url(grey_shade_botbg.gif) repeat-x top right; height:9px;}

/**** Brown Styles ******/
.brown_top_bg{background:url(brown_top_bg.gif) repeat-x top left; height:36px;}
.brown_topshade{background:url(brown_topshade.gif) no-repeat top right; height:36px;}

.brown_bot_lt{background:url(brown_bot_lt.gif) no-repeat top left;}
.brown_bot_rt{background:url(brown_bot_rt.gif) no-repeat top right; padding:0 9px;}
.brown_bot_bg{background:url(brown_bot_bg.gif) repeat-x top left; height:10px;}

/**** Grey_Curve Styles ******/
.grey-curve_toplt{background:url(grey_curve_toplt.gif) no-repeat top left;}
.grey-curve_toprt{background:url(grey_curve_toprt.gif) no-repeat top right; padding:0 9px;}
.grey-curve_topbg{background:url(grey_curve_topbg.gif) repeat-x top left; height:10px;}

.grey-curve_botlt{background:url(grey_curve_botlt.gif) no-repeat top left;}
.grey-curve_botrt{background:url(grey_curve_botrt.gif) no-repeat top right; padding:0 9px;}
.grey-curve_botbg{background:url(grey_curve_botbg.gif) repeat-x top left; height:9px;}

/***************general font style**************************/

.Head
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.Normal
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color:#000000;
}

/***** common_print ******/
#common_print .Head
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:bold;
    color:#000000;
}

#common_print .Normal
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color:#000000;
}

#common_print td, #common_print th
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color:#000000;
}

/***** Brown ******/
#brown .Head
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

#brown .Normal
{
    font-family:Tahoma;
    font-size: 11px;
    font-weight:normal;
    color:#ffffff;
}

#brown td, #brown th, #brown div
{
    font-family:Tahoma;
    font-size: 11px;
    font-weight:normal;
    color:#ffffff;
}

/***** Grey_Shade ******/
#grey_shade .Head
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#6F5A52;
}

#grey_shade .Normal
{
    font-family:Tahoma;
    font-size: 11px;
    font-weight:normal;
    color:#686B55;
}

#grey_shade td, #grey_shade th, #grey_shade div
{
    font-family:Tahoma;
    font-size: 11px;
    font-weight:normal;
    color:#686B55;
}

/***** Grey_border ******/
#grey_border .Head
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#6F5A52;
}

#grey_border .Normal
{
    font-family:Tahoma;
    font-size: 11px;
    font-weight:normal;
    color:#424242;
}

#grey_border td, #grey_border th, #grey_border div
{
    font-family:Tahoma;
    font-size: 11px;
    font-weight:normal;
    color:#424242;
}

/***** Grey_curve1 ******/
#grey_curve1 .Head
{
    font-family:"Times New Roman", Times, serif;
    font-size:18px;
    font-weight:bold;
    color:#6F5A52;
}

#grey_curve1 .Normal
{
    font-family:Tahoma;
    font-size: 11px;
    font-weight:bold;
    color:#493E26;
}

#grey_curve1 td, #grey_curve1 th, #grey_curve1 div
{
    font-family:Tahoma;
    font-size: 11px;
    font-weight:bold;
    color:#493E26;
}

