/* Right Edge Attributes */
  .csEdgeR
   {
     background-image  : url("../Images/Menu/edger.gif");
     background-repeat : repeat-y;
   }

/* Right Edge on Top Menu Pane Attributes */
  .csEdgeRT
   {
     background-image  : url("../Images/Menu/edgert.gif");
     background-repeat : repeat-y;
   }

/* Logo Pane Attributes */
  .csLogoPane
   {
     background-image  : url("../Images/Menu/logobckg.gif");
     background-repeat : repeat-x;
   }

/* Top Pane Attributes */
  .csTopPane
   {
     font-size         : 13pt;
     font-family       : Verdana, Arial;
     font-weight       : normal;
     background-color  : #87AEAB;
     letter-spacing    : -1px;
   }

/* Left Edge on Top Menu Pane Attributes */
  .csEdgeLT
   {
     background-image  : url("../Images/Menu/edgelt.gif");
     background-repeat : repeat-y;
   }

/* Top Pane Placeholder above Left Pane */
  .csTopLeftPH
   {
     color             : white;
     font-weight       : normal;
     text-align        : center;
     padding-top       : 14px;
     background-color  : #527B77;
     cursor            : default;
   }

/* Top Menu Item Attributes: Enabled item */
  .csTopMenuItemE
   {
     color             : white;
     font-weight       : normal;
     text-align        : center;
     padding-top       : 12px;
     cursor            : pointer;
     background-image  : url("../Images/Menu/tabe.gif");
     background-repeat : no-repeat;
   }

/* Top Menu Item Attributes: Selected item */
  .csTopMenuItemS
   {
     color             : #527B77;
     font-weight       : bold;
     text-align        : center;
     padding-top       : 8px;
     cursor            : pointer;
     background-image  : url("../Images/Menu/tabs.gif");
     background-repeat : no-repeat;
   }

/* Top Menu Item Attributes: Item on focus */
  .csTopMenuItemF
   {
     color             : white;
     font-weight       : normal;
     text-align        : center;
     padding-top       : 8px;
     cursor            : pointer;
     background-image  : url("../Images/Menu/tabf.gif");
     background-repeat : no-repeat;
   }



/* Left Pane Attributes */
  .csLeftPane 
   { 
     background-image  : url("../Images/Menu/leftpane.gif");
     background-repeat : no-repeat;
     z-index           : 10;
   }

/* Left Pane Menu Group Attributes */
  .csLeftPaneMenu
   {
     font-family       : Verdana;
     z-index           : 15;
     letter-spacing    : -1px;
   }

/* Left Pane Menu Item Attributes: Enabled item */
  .csLeftPaneItemE
   {
     color             : white;
     font-size         : 13pt;
     font-weight       : normal;
     text-align        : center;
     padding-top       : 10px;
     padding-left      : 4px;
     padding-right     : 4px;
     z-index           : 20;
     cursor            : pointer;
   }

/* Left Pane Menu Item Attributes: Selected item */
  .csLeftPaneItemS
   {
     color             : #2B403E;
     font-size         : 13pt;
     font-weight       : normal;
     text-align        : center;
     padding-top       : 10px;
     padding-left      : 4px;
     padding-right     : 4px;
     cursor            : pointer;
     z-index           : 20;
   }

/* Left Pane Menu Item Attributes: Item in focus */
  .csLeftPaneItemF
   {
     color             : #2B403E;
     font-size         : 13pt;
     font-weight       : normal;
     text-align        : center;
     padding-top       : 10px;
     padding-left      : 4px;
     padding-right     : 4px;
     z-index           : 20;
     cursor            : pointer;
   }

/* Footer panel attributes */
  .csFooter
   {
     color             : #3E3F3E;
     background-color  : #D5D5D5;
     font-size         : 10pt;
     font-family       : Tahoma;
     font-weight       : normal;
   }

/* Footer panel text attributes */
  .csFooterText
   {
     text-align        : center;
   }

/* Footer panel mail link attributes */
  .csFooterMail
   {
     text-align        : center;
     cursor            : pointer;
   }
