/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*            http://evan.normanoneil.com                 */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/


/*-- conatiner title token             --*/ .EON_VE_RedBox01Title { text-align: left; font-size: 12px; line-height: 1.4em; font-family: arial; color: #ffffff; font-weight: bold;  }
/*-- container title cell              --*/ .EON_VE_RedBox01TitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .EON_VE_RedBox01ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_VE_RedBox01Content, A.EON_VE_RedBox01Content:link { font-size: 9px;  font-family: tahoma; color: #ffffff; text-align:left; padding: 5px 0 0 0;}
/*-- container Icons cell              --*/ .EON_VE_RedBox01Icons { text-align:right; padding: 5px 0 7px 0; }

/*-- top center section                --*/ .EON_VE_RedBox01T { background: url(01t_VertigoRed.gif) bottom left repeat-x; vertical-align:top; height: 32px; padding: 2px 0 0 0; }
/*-- top left section                  --*/ .EON_VE_RedBox01TL { background: url(01tl_VertigoRed.gif) bottom left no-repeat; vertical-align:top; height: 32px; width:10px; padding: 0; }
/*-- top right section                 --*/ .EON_VE_RedBox01TR { background: url(01tr_VertigoRed.gif) bottom right no-repeat; vertical-align:top; height: 32px; width:10px; padding: 0; }

/*-- mid center section                --*/ .EON_VE_RedBox01M { background: #C21809; font-size: 11px;  font-family: tahoma; color: #ffffff; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .EON_VE_RedBox01ML { background-image:url('01ml_VertigoRed.gif') }
/*-- mid right section                 --*/ .EON_VE_RedBox01MR { background: url(01mr_VertigoRed.gif) bottom right repeat-y; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .EON_VE_RedBox01B { background: url(01b_VertigoRed.gif) bottom left repeat-x; vertical-align:top; height: 17px; padding: 8px 0 0 5px; }
/*-- bottom left section               --*/ .EON_VE_RedBox01BL { background: url(01bl_VertigoRed.gif) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .EON_VE_RedBox01BR { background: url(01br_VertigoRed.gif) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }

/*========================================================*/
