/*

 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.
*/

a.lowText:link { color: #3366CC; font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-decoration: none; font-weight: bold;}
a.lowText:active { color: #3366CC; font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-decoration: none; font-weight: bold;}
a.lowText:visited { color: #3366CC; font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-decoration: none; font-weight: bold;}
a.lowText:hover { color: #3366CC; font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-decoration: none; font-weight: bold;}

a.highText:link { color: #8CAAE2; font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-decoration: none; font-weight: bold;}
a.highText:active { color: #8CAAE2; font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-decoration: none; font-weight: bold;}
a.highText:visited { color: #8CAAE2; font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-decoration: none; font-weight: bold;}
a.highText:hover { color: #8CAAE2; font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-decoration: none; font-weight: bold;}



/* Borders used by some items */

.itemBorder { border: 1px solid #FFFFFF }
.itemBorderBlank { border: 1px solid #CCCCDD }


