/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/

/*-- overriding default margin         --*/  p { margin: 0;}
/*-- container title area TD           --*/ .AM_01TitleArea { vertical-align: top; padding: 3px 0 0 4px; }
/*-- container title token             --*/ .AM_01Title { font-size: 12px; font-family: tahoma; color: #ffffff; font-weight: light; }
/*-- container title cell              --*/ .AM_01TitleTD { padding: 0; background: #009da0; font-size: 12px; font-family: tahoma; color: #ffffff; font-weight: light; }
/*-- container actions cell            --*/ .AM_01ActionsTD { width: 20px; padding: 0;}
/*-- container content pane            --*/ .AM_01Content { font-size: 7pt; line-height: 1.4em; font-family: tahoma; color: #767676; vertical-align: top; text-align:left; padding: 0; }

/*-- top section                       --*/ .AM_01T { vertical-align: top; height: 20px; background: url(ma_01_T.png) no-repeat; }
/*-- left section                      --*/ .AM_01L { vertical-align: top; width: 10px; background: url(ma_01_L.png) repeat-y top; }
/*-- center section                    --*/ .AM_01C { vertical-align: top; background: #ffffff; }
/*-- right section                     --*/ .AM_01R { vertical-align: top; width: 10px; background: url(ma_01_R.png) repeat-y top; }
/*-- bottom section                    --*/ .AM_01B { vertical-align: top; height: 20px; background: url(ma_01_B.png) no-repeat; }

/*========================================================*/


