/* These styles were updated on 10/14/2008 with styles from WorldZoo. */
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus
{
	color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	color: #F1C143;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.roothighText, a.roothighText:link, a.roothighText:visited, a.roothighText:active, a.roothighText:focus
{
	color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 5px;
}

/* Borders used by menu items - This is from the previous custom styles */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

/* PREVIOUS CUSTOM STYLES -- START */
/* The styles below were adapted from the Original Ektron Styles of the \Workarea\csslib\pop_style.css */
/* For more info on the DhtmlMenu Server Control, go ot the Ektron developersmanual.pdf on page 254 */
/* For more info on the styles used for DhtmlMenu Server Control, go ot the Ektron developersmanual.pdf on page 940 */
/*
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus
{
	color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	color: #F1C143;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.roothighText, a.roothighText:link, a.roothighText:visited, a.roothighText:active, a.roothighText:focus
{
	color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 5px;
}
*/

/* Borders used by menu items 

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

*/
/* PREVIOUS CUSTOM STYLES -- END */

/* Original Ektron Styles from the \Workarea\csslib\pop_style.css */
/*

 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,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

/******************
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.roothighText, a.roothighText:link, a.roothighText:visited, a.roothighText:active, a.roothighText:focus {
 color: #000000;
 font: 16px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}
******************/

/* Borders used by some items */
/******************
.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}
******************/
/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */
/******************
.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}

span.design_selectwrapper {
      border:inset 2px;
      visible:false;
}

span.design_selectwrapper select {
      margin:-2px;
      visibility:hidden;
      visible:false;
}
******************/
