/**** container Padding Styles ******/
.width{width:100%;}


.head_pad{padding:5px 10px 0px 10px;}
.head_pad1{padding:9px 10px 0px 10px;}

.blue_pad{padding:6px 10px 0px 10px;}
.grey_pad{padding:4px 10px 0px 10px;}

.blues_pad{padding:8px 10px 0px 10px;}
.red_pad{padding:2px 10px 0px 5px;}


.action_pad{margin:0; float:left; width:5%; _width:1px;}

.icon_pad{margin:0; float:left; width:10%; white-space:nowrap;}
.icon_pad1{margin:0; float:left; width:5%; white-space:nowrap;}

.title_pad{margin:0; float:left; width:70%; white-space:nowrap; padding:0px 0px 0px 0px;}

.visibility_pad{margin:0; float:right; text-align:right;}

.content_pad{padding:10px; clear:both;}
.content_pad1{padding:10px; clear:both;}
.content_pad2{padding:10px 0px 0px 0px; clear:both;}

.bottom_pad{padding:0px 10px;}

.align_pad{text-align:right;}

.c1_topleft_grey{
	height:29px;
	background:url(c1_grey_topleft.gif) top left no-repeat;
}


.c1_topright_grey{
height:29px;
background:url(c1_grey_topright.gif) top right no-repeat;
}

.c1_topbg_grey{
margin:0 8px 0 33px;
height:29px;
background:url(c1_grey_topbg.gif) top left repeat-x;
}

.c2_botleft_grey{
height:7px;
background:url(c1_bottom_left.gif) bottom left no-repeat;
}

.c2_botright_grey{
height:7px;
background:url(c1_bottom_right.gif) bottom right no-repeat;
}

.c2_botbg_grey{
height:7px;
margin:0 7px;
background:url(c1_bottom_bg.gif) bottom left repeat-x;
}



/****** c2******/
.c2_topleft_grey{
height:29px;
background:url(c2_grey_topleft.gif) top left no-repeat;
}


.c2_topright_grey{
height:29px;
background:url(c2_grey_topright.gif) top right no-repeat;
}

.c2_topbg_grey{
margin:0 6px 0 29px;
height:29px;
background:url(c2_grey_topbg.gif) top left repeat-x;
}

.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;}
.red_top_bg{background:url(red_top_bg.gif) repeat-x top left; height:6px;}

.red_bot_lt{background:url(red_bot_lt.gif) no-repeat top left;}
.red_bot_rt{background:url(red_bot_rt.gif) no-repeat top right; padding:0px 6px;}
.red_bot_bg{background:url(red_bot_bg.gif) repeat-x top left; height:7px;}

.topred_toplt-icon{background:url(topred_toplt-icon.gif) no-repeat top left;}
.topred_toprt{background:url(topred_toprt.gif) no-repeat top right; padding:0px 11px 0px 28px;}
.topred_topbg{background:url(topred_topbg.gif) repeat-x top left; height:28px;}

.topred_botlt{background:url(topred_botlt.gif) no-repeat top left;}
.topred_botrt{background:url(topred_botrt.gif) no-repeat top right; padding:0px 6px;}
.topred_botbg{background:url(topred_botbg.gif) repeat-x top left; height:6px;}

/****** general ******/
.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color:#000000;
}



/****** Common ******/
#common .Head
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

#common .Normal
{
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#9f9fa1;
}

#common td, #common th, #common div
{
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#9f9fa1;
}


/****** block ******/
#block .Head
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

#block .Normal
{
	font-family: Arial, Helvetica, sans-serif,Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#ffffff;
}

#block td, #block th, #block div
{
	font-family: Arial, Helvetica, sans-serif,Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#ffffff;
}

/****** white ******/
#grey  .Head
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
}

#grey  .Normal
{
	font-family: Arial, Helvetica, sans-serif,Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#ffffff;
}

#grey  td, #grey  th, #grey  div
{
	font-family: Arial, Helvetica, sans-serif,Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#ffffff;
}


