/*========================================================*/
/*        CSS for DotNetNuke Skin - Friction              */
/*                  by Evan O'Neil                        */
/*             http://www.NukeVille.com                   */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Design Elements                                    */
/*========================================================*/

/*-- outermost table of skin                --*/ .OuterTable { width: 900px; height: 100%; background: url(page_bg_l.gif) repeat-y top left #fff; text-align: center; }
/*-- cell containing menu                   --*/ .MenuTD { background: transparent; vertical-align: top; padding: 10px 18px 0 16px; margin: 0; }
/*-- topleft header section                 --*/ .TopRowLeft { background:  url(headerlogo.gif) no-repeat top left; height: 196px; width:100%; padding: 0; }
/*-- bottomleft footer section              --*/ .BottomRowLeft { background:  url(footer_bg_l.gif) no-repeat top left; height: 77px; padding: 0; }
/*-- middle content section                 --*/ .MiddleRow { background:  url(page_bg_r.gif) repeat-y top right; padding: 0 8px 0 30px; height: 100% }
/*-- cell containing date                   --*/ .DateTD { width: 260px; text-align:center; vertical-align: middle; padding: 0 0 2px 20px; height: 36px; }

/*========================================================*/
/*     Content Panes                                      */
/*========================================================*/

/*-- vertical menu                 --*/ .PaneVertMenu   { width: 230px; padding: 5px 0px 0px 0px; }
/*-- vertical content pane         --*/ .PaneVert       { width: 230px; padding: 8px 8px 0 8px; height: 100% }
/*-- vertical bottom pane          --*/ .PaneVertBottom { width: 230px; padding: 8px 8px 0 8px; }

/* Star hack used to fix IE browsers chopping off bottom row after height:100% */
* html .PaneVertBottom { overflow: visible; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
