/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good one is 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.
*/
.lowText { text-decoration: none; color: #000000; font: Bold 12px Verdana; text-align: left }
.highText { text-decoration: none; color: #FFFFFF; font: Bold 12px Verdana; text-align: left }
/*Bluesdejour adds --Verdana Left*/
.Vb12WhtL { text-decoration: none; color: #FFFFFF; font: Bold 12px Verdana; text-align: left }
.V12WhtL { text-decoration: none; color: #FFFFFF; font: 12px Verdana; text-align: left }
.V12BlkL { text-decoration: none; color: #000000; font: 12px Verdana; text-align: left }
.Vb12BlkL { text-decoration: none; color: #000000; font: Bold 12px Verdana; text-align: left }
.Vb12WhtL { text-decoration: none; color: #FFFFFF; font: Bold 12px Verdana; text-align: left }
/*Bluesdejour adds --Verdana Centered*/
.Vb12WhtC { text-decoration: none; color: #FFFFFF; font: Bold 12px Verdana; text-align: center }
.Vb12BlkC { text-decoration: none; color: #000000; font: Bold 12px Verdana; text-align: center }
.V12WhtC { text-decoration: none; color: #FFFFFF; font: 12px Verdana; text-align: center }
.V12BlkC { text-decoration: none; color: #000000; font: 12px Verdana; text-align: center }
.Vb14WhtC { text-decoration: none; color: #FFFFFF; font: Bold 14px Verdana; text-align: center }
.Vb14BlkC { text-decoration: none; color: #000000; font: Bold 14px Verdana; text-align: center }

.buttonText { text-decoration: none; color: #ffffff; font: Bold 12px Verdana }
.buttonHover { text-decoration: none; color: #000000; font: Bold 12px Verdana; padding: 1px }
.buttonBorder { border: 1px outset #ffffff }
.buttonBorderOver { border: 1px inset #000000 }

.blankText { text-decoration: none; color: #dedede; font: Bold 12px Verdana; text-align: center }
.blankHover { text-decoration: none; color: #990000; font: Bold 12px Verdana; padding: 1px }
.blankBorder { border: 1px outset #339966 }
.blankBorderOver { border: 1px inset #ffffff }

/* Borders used by some items */
.itemBorder { border: 1px solid #ffffff; padding: 1px }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FFFFFF; font: Bold 12px Verdana }
.buttonHover { text-decoration: none; color: #000000; font: Bold 12px Verdana; padding: 0px }
.buttonBorder { border: 1px outset #ffffff }
.buttonBorderOver { border: 1px inset #000000 }

/* Custom Borders  */
.ridgeBorder { border: 1px ridge #ffffff }
.ridge2Border { border: 2px ridge #ffffff }
.grooveBorder { border: 2px groove #ffffff }
.doubleBorder { border: 2px double #ffffff }

