/*========================================================*/
/* BASE DESIGN by  http://www.2designstudio.net                          */
/* MODDED by Davide Espertini @ OPSI S.r.l.                                  */
/*   http://www.opsi.it                                                                            */
/*========================================================*/

/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/
/*-- The web page of body              --*/  body{ font-size: 12px;font-family: tahoma;}
/*-- overriding default margin         --*/  p{ margin: 0; font-size: 12px;}
/*-- conatiner title token             --*/ .GREEN-ContainersTitle { font-size: 12px; line-height: 1.4em; font-family: tahoma; color:#FFFFFF; font-weight: bold; padding: 0px 2px 0px 5px;}
/*-- container title cell              --*/ .GREEN-ContainersTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .GREEN-ContainersActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .GREEN-ContainersContent { font-size: 12px; line-height: 1.4em; font-family: tahoma; background-color:#EAF9D3; color:#545454; text-align:left; padding: 2px 0px 2px 0px;}

/*-- top center section                --*/ .GREEN-ContainersT{ background: url(GREEN_Container_mid.gif) repeat-x bottom left; vertical-align:middle; height: 20px; padding: 0px 0 0 0px; }
/*-- top left section                  --*/ .GREEN-ContainersTL { background: url(GREEN_Container_left.gif) no-repeat bottom left; vertical-align:top; height: 20px; width:5px; padding: 0; }
/*-- top right section                 --*/ .GREEN-ContainersTR { background: url(GREEN_Container_right.gif) no-repeat bottom right; vertical-align:top; height: 20px; width:5px; padding: 0; }

/*-- mid center section                --*/ .GREEN-ContainersM { background: #EAF9D3; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .GREEN-ContainersML { background: #EAF9D3 url(ALL-Container_midleft.gif) repeat-y top left; vertical-align:top; width:5px; padding: 0; }
/*-- mid right section                 --*/ .GREEN-ContainersMR { background: #EAF9D3 url(ALL-Container_midright.gif) repeat-y top right; vertical-align:top; width:5px; padding: 0; }

/*-- bottom center section             --*/ .GREEN-ContainersB { background: #EAF9D3 url(ALL-Container_btmid.gif); vertical-align:top; height:5px; padding: 0;  background-repeat: repeat-x;  }
/*-- bottom left section               --*/ .GREEN-ContainersBL { background: #EAF9D3 url(ALL-Container_btleft.gif) no-repeat top left; vertical-align:top; height: 5px; width:5px; padding: 0; }
/*-- bottom right section              --*/ .GREEN-ContainersBR { background: #FFFFFF url(ALL-Container_btright.gif) no-repeat top right; vertical-align:top; width:6px; padding: 0; height: 5px;}
.Container_GREEN{
	margin-bottom: 3px;
}
/*========================================================*/
