/* hsi_menulib.css, websrc/deliver/SNWEB!/css, rjc, 2005-07-22, -*-js-*-
A library of styles for use with HTMLMENU and hsi_menulib.js
Copyright 2005 Hitech Systems, Inc.

  START-HISTORY:

  09 Nov 2005 - 001 Randy Corbett
                    add styles for messages at top of page
  22 Jul 2005 - 000 Randy Corbett
                    assemble from HSI-STYLE1.CSS

  END-HISTORY:

  START-DESIGN:

  A group of styles with the shared purpose of managing both static and
  dropdown menus. The structure required for these to operate includes
  a javascript function library (hsi_menulib.js) and html elements
  as structured by the HTMLMENU.IBAS program.

  END-DESIGN:

*/

.topmsg {
   font-family: Verdana,Arial,Helvetica,Sans-serif;
   font-size: 12px;
   font-weight: bold;
   vertical-align: middle;
   color: #69C;
   }

a.topmsg { text-decoration: none; }

a.topmsg:visited { 
   color: #69c;
   }

a.topmsg:hover { 
   color: white;
   }

.NavBarBtn { 
   font-family: Verdana,Arial,Helvetica,Sans-serif;
   font-size: 10px;
   font-weight: bold;
   background-color: #69c;
   text-align: center;
   border-style: solid;
   border-width: 0px;
   border-right-width: 1px;
   border-color: white;
   cursor: pointer;
   color: white 
   }

.NavBarBtnOn {	
/*   font-family: Verdana,Arial,Helvetica,Sans-serif;
   font-size: 10px;
   font-weight: bold;
   background-color: #93c6eb;
   text-align: center;
   cursor: pointer;
   border-style: solid;
   border-width: 0px;
   border-right-width: 1px;
   border-color: white;
   color: white 
*/
      background-color: black;
      text-decoration: underline;
   }

.BtnOn {
   background-color: #93c6eb;
   cursor: default;
   }

.BtnOff {
   background-color: #69c;
   cursor: pointer;
   }

.BtnDisabled {
   background-color: #bbbbbb;
   cursor: default;
   }

.DDrow {	
   background-color: white;
	border-width: thin;
	border-color: #69c;
   white-space: nowrap;
	}

.DDitemOff {
   font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 14px;
   font-weight: normal;
   white-space: nowrap;
	}

.DDitemOn {	
   font-family: Verdana,Arial,Helvetica,Sans-serif;
   font-size: 14px;
   font-weight: normal;
   background-color: #93c6eb;
   color: white;
   white-space: nowrap;
   }

.MenuTitle {
   border: 0pt inset white ;
   color: #303030 ;
   font-weight: bold;
   font-size: 20px;
   position: absolute;
   top: 4px;
   margin: 4px 0px 0px 4px;
   vertical-align: middle ;
   }

.separator {
   height: 3px ; 
   }

