/*

 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: 12px Arial, Helvetica; text-align: left }
.highText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica; text-align: left }

/* Borders used by some items */
.itemBorder { border: 0px solid #666666 }
.itemBorderBlank { border: 0px solid #CCCCDD }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.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 }

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
}
.initialCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;

}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;

}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: 254835;
	font-weight: bold;
	text-decoration: none;


}
.text-int {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15pt;
}
.topnav-active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: 5C2345;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 15px;

}
.guests {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15pt;
	font-weight: bold;
	color: #CC9966;


}

.port { font-family: verdana; font-weight: bold; font-size: 9pt;  line-height:  9pt; ; color: #990000}
.port a { font-family: verdana; font-weight: bold; font-size: 9pt;  line-height:  9pt; ; color: #990000}
.port a:hover { font-family: verdana; font-weight: bold; font-size: 9pt; line-height:  9pt; ; color: #336633}
.port a:visited { font-family: verdana; font-weight: bold; font-size: 9pt;  line-height:  9pt; ; color: #336633}

