/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good clear one is at www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 you may want to manually override the settings for :link, :visited etc. here.
*/

.lowText { color: #000000; font: 12px Arial, sans-serif; text-align: left; text-decoration: none }
.highText { color: #003399; font: normal 12px Arial, sans-serif; text-align: left; text-decoration: none }
.highTextMenu { color: #003399; font: bold normal 12px Arial, sans-serif; text-align: left; text-decoration: none; border: 1px #999999 dashed; background-color: #CCCCCC }

/* Borders used by some items */

.itemBorder { border: 1px #666666 solid }
.itemBorderBlank { border: 1px #CCCCCC solid}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }

.highTextMenuOver { color: #003399; font: bold normal 12px Arial, sans-serif; text-align: left; text-decoration: none; border: 1px #999999 ridge; background-color: #FFFFCC}
.text2spbef {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; text-decoration: none; top: 3px; clip:  rect(   ); line-height: 18px}
