/*
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.
NB Changed itemBorder from 666666
*/

.lowText { text-decoration: none; color: #000000; font: 12px Arial; font-weight:bold}
.highText { text-decoration: none; color: #ffffff; font: 12px Arial; font-weight:bold}
.lowText2 { text-decoration: none; color: #000000; font: 12px Arial; font-weight:bold}
.highText2 { text-decoration: none; color: #ffffff; font: 12px Arial; font-weight:bold}
.itemBorder { border: 1px solid #000000 }
.itemBorderBlank { border: 1px solid #ccccdd }

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 14px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #c5d4e4; font: Bold 14px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }