﻿/*

 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: #E8E5E3;
 font: 8pt 'itc franklin gothic', arial, verdana, sans-serif;
 text-align: left;
 text-decoration: none;
 padding-left: 4px;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #4B1E40;
 font: 8pt 'itc franklin gothic', arial, verdana, sans-serif;
 text-align: left;
 text-decoration: none;
 padding-left: 4px;
}

.personalText, a.personalText:link, a.personalText:visited, a.personalText:active, a.personalText:focus {
 color: #E8E5E3;
 font: 8pt 'itc franklin gothic', arial, verdana, sans-serif;
 text-align: left;
 text-decoration: none;
 padding-left: 4px;
 background: #4B1E3F;
}

.roothighText, a.roothighText:link, a.roothighText:visited, a.roothighText:active, a.roothighText:focus {
 color: #34302E;
 font: 8pt 'itc franklin gothic', arial, verdana, sans-serif;
 text-align: left;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
/* border: 1px solid #666666; */
 border-bottom: 1px solid rgb(220, 220, 220);
 /*border-top: 1px solid #FFFFFF;*/
}
.itemBorderBlank {
 /*border: 1px solid #CCCCDD;*/
 /*border: 1px solid #FFFFFF;*/
}

.MenuFont 
{
	 color: #FFFFFF;
	 font: 9pt arial, verdana, sans-serif;
	 text-align: left;
	 text-decoration: none;
	 padding: 3px 0px;
	 padding-left: 20px;
	 border-left: solid 1px rgb(71, 71, 71);
	 border-right: solid 1px rgb(71, 71, 71);
}

a.MenuFont2 
{
	 margin: 0px;
	 color: #DFE4E7;
	 font:Bold 7.4pt 'ITC Franklin Gothic', arial, verdana, sans-serif;
	 text-decoration: none;
	 text-align: right;
	 padding-top: 3px;
	 background: url('/images/navButton.gif') no-repeat 154px 1px;
}

.MenuFont3 
{
	 color: #FFFFFF;
	 font: 9pt arial, verdana, sans-serif;
	 text-align: left;
	 text-decoration: none;
}

a.MenuTab1 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	background: transparent;
	position: relative;
	text-decoration: none;
	font: bold 7.4pt 'ITC Franklin Gothic', arial, verdana;
	text-align: center;
	color: #5E5D5D;
}

a.MenuTab2 
{
	background: transparent;
	position: absolute;
	text-decoration: none;
	font: bold 7.4pt 'ITC Franklin Gothic', arial, verdana;
	text-align: center;
	padding-top: 4px;
	color: #5E5D5D;
}

a.MenuTab3 
{
	background: transparent;
	position: absolute;
	text-decoration: none;
	font: bold 7.4pt 'ITC Franklin Gothic', arial, verdana;
	text-align: center;
	padding-top: 4px;
	color: #5E5D5D;
}

a.MenuTab4 
{
	background: transparent;
	position: absolute;
	text-decoration: none;
	font: bold 7.4pt 'ITC Franklin Gothic', arial, verdana;
	text-align: center;
	padding-top: 4px;
	color: #5E5D5D;
}

a.MenuTab5 
{
	background: transparent;
	position: absolute;
	text-decoration: none;
	font: bold 7.4pt 'ITC Franklin Gothic', arial, verdana;
	text-align: center;
	padding-top: 4px;
	color: #5E5D5D;
}

a.MenuTab6 
{
	background: transparent;
	position: absolute;
	text-decoration: none;
	font: bold 7.4pt 'ITC Franklin Gothic', arial, verdana;
	text-align: center;
	padding-top: 4px;
	color: #5E5D5D;
}

a.MenuTab1:hover 
{
	color: #4B1E40;
}

a.MenuTab2:hover 
{
	color: #4B1E40;
}

a.MenuTab3:hover 
{
	color: #4B1E40;
}

a.MenuTab4:hover 
{
	color: #4B1E40;
}

a.MenuTab5:hover 
{
	color: #4B1E40;
}

a.MenuTab6:hover 
{
	color: #4B1E40;
}
