/**** container Padding Styles ******/
.width{width:100%;}

/* ********** Default anhcor  ************** */


.head_pad{padding:8px 10px 0px 0px;}
.headgrey_pad{padding:4px 10px 0px 0px;}


.grey_c1 { background:url(grey_c1.gif) top left no-repeat; }
.grey_c2 { background:url(grey_c2.gif) top right no-repeat; height:32px; }
.grey_c12 { background:url(grey_c12.gif) top left repeat-x; }

.grey_bord { border:1px solid #bfc7ce; border-top:none;}



.blu_c1 { background:url(blu_c1.gif) top left no-repeat; }
.blu_c2 { background:url(blu_c2.gif) top right no-repeat; height:6px; }
.blu_c12 { background:url(blu_c12.gif) top left repeat-x; }

.org_c1 { background:url(org_c1.gif) top left no-repeat; }
.org_c2 { background:url(org_c2.gif) top right no-repeat; height:6px; }
.org_c12 { background:url(org_c12.gif) top left repeat-x; }

.dgrey_c1 { background:url(dgrey_c1.gif) top left no-repeat; }
.dgrey_c2 { background:url(dgrey_c2.gif) top right no-repeat; height:6px; }
.dgrey_c12 { background:url(dgrey_c12.gif) top left repeat-x; }


.grey_bit_lt { background:url(grey_bit.gif) top left repeat-y;}
.grey_bit_rt { background:url(grey_bit.gif) top right repeat-y;}
.grey_bit_bot { background:url(grey_bit.gif) bottom left repeat-x;}

.c3 { background:url(c3.gif) bottom left no-repeat; }
.c4 { background:url(c4.gif) bottom right no-repeat;}

.cont_pad { padding:8px 8px 0px 8px;}


.bg_color { background-color:#eaeaea;}




.action_pad {margin:0; width:1px;}
.action_pad1{margin:0; float:left; }

.title_pad {margin:0; padding:0px 0px 0px 0px;}
.visibility_pad {margin:0; text-align:right; width:1px}
.bottom_pad{padding:0px 10px;}
.align_pad{text-align:right;}

.icon_pad{margin:0; float:left; width:10%; white-space:nowrap;}
.icon_pad1{margin:0; padding-right:7px; width:1px;}


.content_pad{padding:10px;}
.contentgrey_pad{padding:4px 4px 0px 4px;}
.blu_content_pad{padding:0px;}








/****** general ******/
.Head
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#373737;
}

.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color:#505050;
    line-height:1.5em;
}



/****** Common ******/
#common .Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

#common .Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#093568;
}

#common td, #common th, #common div
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    color:#093568;
}

/****** blue, orange, darkgrey strip container ******/
#strip .Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    color:#484242;
}

#strip .Normal
{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:11px !important;
    font-weight:bold !important;
    color:#484242 !important;
}

#strip .Normal ul
{
	margin:5px 0px 0px 0px;
	padding:0px;

}

#strip .Normal ul li
{
	list-style-type:none;
	padding-left:8px;	
}

#strip .Normal .amt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#ff5a00;
}

#strip .Normal .month
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#62bdc9;
}


/***** Link_Tab ******/
#link_tab{margin:0; padding:0;}
#link_tab table{margin:0px 0 0 0px; padding:0px;}
#link_tab td{font-size:0px;line-height:0px; margin:0px; padding:0; height:1px; width:178px;}
#link_tab img{margin:0px;}
#link_tab div{margin:0px;}
#link_tab a{display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#444444; margin:0px; padding:0px 0px 0px 37px; text-align:right; height:60px; line-height:3.5em; text-decoration:none;}
#link_tab a:link{text-decoration:none; color:#444444;}
#link_tab a:visited{text-decoration:none; color:#444444;}
#link_tab a:hover{color:#db0b00; text-decoration:none; }
#link_tab a:active{color:#db0b00; text-decoration:none; }



/***** white Link_Tab ******/
#white_tab{margin:0; padding:0; float:right;}
#white_tab table{margin:0px 0 0 0px; padding:0px;}
#white_tab td{font-size:0px;line-height:0px; margin:0px; padding:0; height:1px;}
#white_tab img{margin:0px;}
#white_tab div{margin:0px;}
#white_tab a{display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#ffffff; margin:0px; padding:0px 0px 0px 5px; text-align:right; height:20px; line-height:1.2em; text-decoration:none;}
#white_tab a:link{text-decoration:none; color:#fff;}
#white_tab a:visited{text-decoration:none; color:#fff;}
#white_tab a:hover{color:#fff; text-decoration:underline; }
#white_tab a:active{color:#fff; text-decoration:underline; }

/********* Dark Grey******/

.Dark_Grey{border:#d9d9d9 1px solid; background-color:#eeeeee;}


