/**** container Padding Styles ******/
.width{width:100%;}

.head_pad{padding:7px 10px 0px 10px;}
.head_pad1{padding:7px 10px 0px 36px;}

.action_pad{margin:0; float:left; width:1px;}

.title_pad{margin:0; float:left; width:75%; white-space:nowrap;}

.visibility_pad{margin:0; float:right; text-align:right;}

.content_pad{padding:10px;}
.content_pad1{padding:0px 10px 10px 36px; position:relative; top:-5px; margin-bottom:-5px;}

.bottom_pad{padding:0px 10px; clear:both;}

.align_pad{text-align:right;}

/*************** Top_Red style**************************/
.red_top_rt{background:url(red_top_rt.gif) no-repeat top right; padding-right:15px;}
.red_top_bg{background:url(red_top_bg.gif) repeat-x top left; height:40px;}

/*************** Top_Grey style**************************/
.grey_top_rt{background:url(grey_top_rt.gif) no-repeat top right; padding-right:15px;}
.grey_top_bg{background:url(grey_top_bg.gif) repeat-x top left; height:37px;}

/*************** light_Grey style**************************/
.lightgrey_top_lt{background:url(lightgrey_top_lt.gif) no-repeat top left; height:52px;}
.lightgrey_top_bg{background:url(lightgrey_top_bg.gif) repeat-x top left; height:52px;}

/*************** light_Grey style**************************/
.lightgrey_top_lt1{background:url(lightgrey_top_lt1.gif) no-repeat top left; padding-left:20px; height:25px;}
.lightgrey_top_bg1{background:url(lightgrey_top_bg1.gif) repeat-x top left; height:25px;}

/***************general font style**************************/

.Head
{
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.Normal
{
    font-size: 12px;
    font-weight:normal;
    color:#666666;
}

/***** common_print ******/
#common_print .Head
{
    font-size:17px;
    font-weight:bold;
    color:#000000;
}

#common_print .Normal
{
    font-size: 12px;
    font-weight:normal;
    color:#666666;
}

#common_print td, #common_print th, #common_print div, #common_print p
{
    font-size: 12px;
    font-weight:normal;
    color:#666666;
}

/***** top_red ******/
#top_red .Head
{
    font-size:14px;
    font-weight:bold;
    color:#f4f4f4;
}

#top_red .Normal
{
    font-size: 12px;
    font-weight:normal;
    color:#555555;
}

#top_red td, #top_red th, #top_red div, #top_red p
{
    font-size: 12px;
    font-weight:normal;
    color:#555555;
}

/***** light_grey ******/
#light_grey .Head
{
    font-size:14px;
    font-weight:bold;
    color:#666666;
}

#light_grey .Normal
{
    font-size: 12px;
    font-weight:normal;
    color:#555555;
}

#light_grey td, #light_grey th, #light_grey div, #light_grey p
{
    font-size: 12px;
    font-weight:normal;
    color:#555555;
}

/***** light_grey1 ******/
#light_grey1 .Head
{
    font-size:14px;
    font-weight:bold;
    color:#666666;
}

#light_grey1 .Normal
{
    font-size: 11px;
	font-family:Tahoma;
    font-weight:normal;
    color:#555555;
}

#light_grey1 td, #light_grey1 th, #light_grey1 div, #light_grey1 p
{
    font-size: 11px;
    font-weight:normal;
	font-family:Tahoma;
    color:#555555;
}

