/*

 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: #0000ff;
	font: 12px Arial, Verdana, sans-serif;
	text-align: left;
	border: 1px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	position: relative;
	text-decoration: none;
	padding-right: 3px;

	}
	
.highText { 
	text-decoration: none; 
	color: #ff9900; 
	font: 12px Arial, Verdana, sans-serif; 
	text-align: left;
	border: 1px solid;
  	border-color: #909090 #f0f0f0 #f0f0f0 #909090;
	
	}

/* Borders used by some items */
.itemBorder { border: 1px solid #f0f0f0 }

.itemBorderBlank { border: 1px solid #CCCCDD }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Verdana, sans-serif }
.buttonHover { text-decoration: none; color: #EAECE9; font: Bold 12px Arial, Verdana, sans-serif; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }
.lightblueText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}
td.tableInclRed {

	text-align: justify;
	background-color: #D6DDFF;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font: 10px Arial,Verdana,sans-serif;
	color: #FF0000;
	padding: 5px 5px 5px 5px;
}
