/*

 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.

*/

body { color: black; font-size: 11px; font-family: Arial }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
.lowText   { color: white; font: bold 12px Arial, sans-serif; text-decoration: none; text-align: center; padding: 2px }
.lowTextLeft   { color: white; font: bold 12px Arial, sans-serif; text-decoration: none; text-align: left; padding: 2px }
.lowTextLight  { color: white; font: 12px Arial, sans-serif; text-decoration: none; text-align: left; padding: 1px }
.lowTextlink  { color: #22db3f; font: Bold 12px Arial, sans-serif; text-decoration: none; text-align: left; padding: 1px }
.highText  { color: #01588F; font: bold 12px Arial, sans-serif; text-decoration: none; text-align: center; padding: 2px }
.highTextLeft  { color: #01588F; font: bold 12px Arial, sans-serif; text-decoration: none; text-align: left; padding: 2px }

/* Borders used by some items */

.itemBorderBlack  { border: solid 1px #000000 }
.itemBorder  { border: solid 1px #01588F }
.itemBorderWhite { border: 1px solid #FFFFFF }
.itemTextBlock { border: solid 1px #006E32; background-color: #FFFDE8 }
.bodytextbold11 { color: black; font-size: 11px; font-family: Arial; font-weight: bold }
.bodytextbold12 { color: black; font-size: 12px; font-family: Arial; font-weight: bold }
.bodytextbold10 { color: black; font-size: 10px; font-family: Arial; font-weight: bold }
.bodytext12 { color: black; font-size: 12px; font-family: Arial}
.bodytext11 { color: black; font-size: 11px; font-family: Arial}
.bodytext10 { color: black; font-size: 10px; font-family: Arial}
.bodytext8 { color: black; font-size: 8px; font-family: Arial}
.bodytext9 { color: black; font-size: 10px; font-family: Arial}
.blackbold14 { color: black; font-size: 14px; font-family: Arial; font-weight: bold }
.blackbold16 { color: black; font-size: 16px; font-family: Arial; font-weight: bold }
.bluebold11 { color: #009BFE; font-size: 11px; font-family: Arial; font-weight: bold }
.blueboldDark11 { color: #01588F; font-size: 11px; font-family: Arial; font-weight: bold }
.caption { color: #01588F; font-size: 11px; font-family: Arial; font-style: italic }
.caption10 { color: #01588F; font-size: 10px; font-family: Arial; font-style: italic }
.blue14 { color: #01588F; font-size: 14px; font-family: Verdana; font-weight: bold; font-stretch: expanded }
.blue11 { color: #01588F; font-size: 11px; font-family: Arial; font-weight: bold }
.blue10 { color: #01588F; font-size: 10px; font-family: Arial}
.red14 { color: #FE0000; font-size: 14px; font-family: Verdana; font-weight: bold; font-stretch: expanded }
.red12 { color: red; font-size: 12px; font-family: Arial; font-weight: bold }
.red11 { color: red; font-size: 11px; font-family: Arial; font-weight: bold }
.red10 { color: red; font-size: 10px; font-family: Arial; font-weight: bold }
.pbluecellback { background-color: #E3F4FE }
.ppinkcellback { background-color: #FECECE }
.dblueborder { border: 1px solid #01588F }
.alert11 { color: red; font-size: 11px; font-family: Arial; font-weight: bold; text-decoration: blink }
.fpheader { color: white; font-size: 14px; font-family: Verdana; font-weight: bold; background-image: url(images/headerback.gif); background-repeat: repeat; text-align: center }
.fpheader12 { color: white; font-size: 12px; font-family: Verdana; font-weight: bold; background-image: url(images/headerback.gif); background-repeat: repeat; text-align: center }
.white10 { color: white; font-size: 10px; font-family: Arial}
