a   { color: #FF9900; text-decoration: underline }
a:hover   { color: #FF9900; text-decoration: none }
a:visited    { color: #FF9900; text-decoration: none } 

body { background-color: #000000; } 

.linkcurrent    { color: #990000; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #990000; } 
.link_internal { color: #666666; font-weight: normal; font-size: 11px; line-height: 15px; font-family: Verdana; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #990000; } 
.link_important { color: #990000; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #990000; } 
.link_important:hover { color: #990000; font-weight: normal; font-size: 11px; line-height: 15px; font-family: Verdana; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999; }

/* FORM STYLES */
.form { border:2px solid #0099CC; border-top-width:1; background-color:#EFEFEF; }
.form .header { background-color:#0099CC; color:#FFF; font-weight:bold; font-size:12px; text-align:center; }

.form2 { border:2px solid #999999; border-top-width:1; background-color:#EFEFEF; }
.form2 .header { background-color:#999999; color:#FFF; font-weight:bold; font-size:12px; text-align:center; }

.form td,.form input,.form2 td { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
td.formtab { text-align:center; font-size:11px; font-weight:bold; padding:8px; color:#AAA; background-color:#EEEEEE; border:1px solid #CCC; border-bottom:1px solid #0099CC; font-family:Arial, Helvetica, sans-serif; }
td.on {  background-color:#0099CC; border:1px solid #0099CC; color:#FFFFFF; }

/*-------------------------------------------------
  vdaemon styles
-------------------------------------------------*/
.default { font-weight: bold }
.defaultErr { font-weight: bold; color: #FF0000; }
.errHeader { font-weight: bold; font-size:12px; color: #FF0000; }

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#menu { background-color:#00BBEE; width:100%; height:25px; border:1px solid #0099CC; }
#menu ul { margin:0; padding:0; list-style-type:none; }
#menu ul li {  display:inline; }
#menu a, #menu a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; padding:5px 8px; float: left; text-decoration:none; color:#FFFFCC; background-color:#00BBEE; }
#menu li a:hover { color:#FFFFFF; background-color:#0099CC; }
/* #menu li a, #menu li a:visited { color:#FFFFFF; background-color:#00CCFF; }
#menu li a:hover { color:#FFAD33; background-color:#0099CC; } */
