/**** container Padding Styles ******/
.width{width:100%;}
.head_pad{padding:20px 0px 0px 0px;}

.action_pad{margin:0; float:left; width:5%; _width:1px;}

.title_pad{margin:0; float:left; width:70%; white-space:nowrap;}

.visibility_pad{margin:0; float:right; text-align:right;}

.content_pad{padding:10px 10px 10px 23px; 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;}

.c1_topleft{
height:47px;
background:url(c1_top_left.gif) top left no-repeat;
}

.c1_topright{
height:47px;
background:url(c1_top_right.gif) top right no-repeat;
}

.c1_topbg{
margin:0 21px 0 24px;
height:47px;
background:url(c1_top_bg.gif) top left repeat-x;
}

.c1_botleft{
height:8px;
background:url(c1_bot_left.gif) bottom left no-repeat;
}

.c1_botright{
height:8px;
background:url(c1_bot_right.gif) bottom right no-repeat;
}

.c1_botbg{
height:8px;
margin:0 8px;
background:url(c1_bot_bg.gif) bottom left repeat-x;
}




/****** 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:#000000;
}

#common .Normal
{
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#000000;
}

#common td, #common th, #common div
{
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#000000;
}


/****** red ******/
#red .Head
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:normal;
    color:#EEC442;
}

#red .Normal
{
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#EEC442;
}

#red td, #red th, #red div
{
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#EEC442;
}




