/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/

/*-- overriding default margin         --*/  p { margin: 0;}
/*-- container title area TD           --*/ .AM_02TitleArea { vertical-align: top; padding: 3px 0 0 4px; }
/*-- container title token             --*/ .AM_02Title { font-size: 18px; font-family: tahoma; color: #00cc99; font-weight: light; }
/*-- container title cell              --*/ .AM_02TitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .AM_02ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .AM_02ContentTD { font-size: 7pt; line-height: 1.4em; font-family: tahoma; color: #00cc99; vertical-align: top; text-align:left; padding: 0; background: url(Link_back.png) repeat-y left top;}

/*-- top section                       --*/ .AM_02T { vertical-align: top; width: 220px; height: 39px; background: url(link_T.png) no-repeat; }
/*-- left section                      --*/ .AM_02L { vertical-align: top; width: 15px; height: 144px; background: url(Link_L.png) repeat-y top; }
/*-- center section                    --*/ .AM_02C { vertical-align: top; width: 190px; height: 29px; background: #009da0; }
/*-- right section                     --*/ .AM_02R { vertical-align: top; width: 15px; height: 144px; background: url(Link_R.png) repeat-y top; }
/*-- bottom section                    --*/ .AM_02B { vertical-align: top; width: 220px; height: 40px; background: url(Link_B.png) no-repeat; }

/*========================================================*/

