/**** container Padding Styles ******/
.width{width:100%;}

.head_pad{padding:0px 0px 0px 3px;}
.head_pad1{padding:0px 5px 0px 3px;}
.head_pad2{padding:10px;}


.action_pad{margin:0; float:left; width:1px;}

.title_pad{margin:0; float:left; white-space:nowrap;}

.visibility_pad{margin:0; float:right; text-align:right;}

.content_pad{padding:10px;}

.bottom_pad{padding:0px 10px; clear:both;}

.align_pad{text-align:right;}

/*************** Red style**************************/
.red_top_lt{background:url(red_top_lt.gif) no-repeat top left;}
.red_top_rt{background:url(red_top_rt.gif) no-repeat top right; padding:0px 6px 0px 2px;}
.red_top_bg{background:url(red_top_bg.gif) repeat-x top left; height:33px;}

.red_border{border:#fac6c8 1px solid; border-width:0px 1px 1px 1px; background-color:#ffffff;}

/*************** yellow style**************************/
.yellow_top_lt{background:url(c1_top_left.gif) no-repeat top left;}
.yellow_top_rt{background:url(c1_top_right.gif) no-repeat top right; padding:0px 8px 0px 8px;}
.yellow_top_bg{background:url(c1_top_bg.gif) repeat-x top left; height:11px;}

.yellow_bot_lt{background:url(c1_bot_left.gif) no-repeat top left;}
.yellow_bot_rt{background:url(c1_bot_right.gif) no-repeat top right; padding:0px 8px 0px 8px;}
.yellow_bot_bg{background:url(c1_bot_bg.gif) repeat-x top left; height:5px;}



/*************** yellow style**************************/
.grey_top_lt{background:url(c2_top_left.gif) no-repeat top left;}
.grey_top_rt{background:url(c2_top_right.gif) no-repeat top right; padding:0px 7px 0px 7px;}
.grey_top_bg{background:url(c2_top_bg.gif) repeat-x top left; height:7px;}

.grey_bot_lt{background:url(c2_bot_left.gif) no-repeat top left;}
.grey_bot_rt{background:url(c2_bot_right.gif) no-repeat top right; padding:0px 7px 0px 7px;}
.grey_bot_bg{background:url(c2_bot_bg.gif) repeat-x top left; height:6px;}



.orange_border{border:#fce0c7 1px solid; border-width:0px 1px 1px 1px; background-color:#ffffff;}

/*************** Purple style**************************/
.purple_top_lt{background:url(purple_top_lt.gif) no-repeat top left;}
.purple_top_rt{background:url(purple_top_rt.gif) no-repeat top right; padding:0px 7px 0px 2px;}
.purple_top_bg{background:url(purple_top_bg.gif) repeat-x top left; height:33px;}

.purple_border{border:#e6e4f1 1px solid; border-width:0px 1px 1px 1px; background-color:#ffffff;}

/***************general font style**************************/

.Head
{
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.Normal
{
    font-size: 12px;
    font-weight:normal;
    color:#231f20;
}

/***** common_print ******/
#yellow .Head
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#404040;
}

#yellow .Normal
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#404040;
}

#yellow td, #yellow th, #yellow div
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#404040;
}



#grey .Head
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#404040;
}

#grey .Normal
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#404040;
}

#grey  td, #grey  th, #grey  div
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#404040;
}


#yellow_inner .Head
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#c77d01;
}

#yellow_inner.Normal
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#404040;
}

#yellow_inner  td, #yellow_inner  th, #yellow_inner  div
{
    font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#404040;
}

