/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-left: 10px;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	font-size: 0.8em;
	display: block;
	/*/*/display: block;
	margin-bottom: 11px;
	background-color: #FFE9B9;
	text-transform: none;
}
#p7TMctrl a:link {
	color: #FCC756;
	background-color: #FFE9B9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#p7TMctrl a:visited {
	color: #FCC756;
	background-color: #FFE9B9;
	text-transform: none;
}
#p7TMctrl a:hover {
	color: #007352;
	background-color: #FFE9B9;
}

/*Sets line-height of all top-level menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.7; /* */
	background-color: #FFE9B9;
	width: 157px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Sets line-height of all other menuitems*/
#p7TMnav div div {
	/*/*/line-height: 1.7; /* */
	background-color: #FFE9B9;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	background-color: #FFE9B9;
	border: 2px none #00FF00;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#p7TMnav div div {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: -0.1em;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font-size: 0.9em;
	color: #333333;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	background-color: #007352; /* */
	color: #FCC756;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: hidden;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: hidden;
	margin-bottom: 5px;
}
#p7TMnav div a:visited {
	color: #FCC756;
	text-transform: none;
}
#p7TMnav div a:hover {
	color: #fff;
	background-color: #008D64;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #234840;
	font-size: 0.8em;
	/*/*/background-color: transparent;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FCC756;
	border-right-color: #FCC756;
	border-bottom-color: #FCC756;
	border-left-color: #FCC756;
}
#p7TMnav div div a:hover {
	color: #FCC756;
	background-color: #008D64;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FCC756;
	border-right-color: #FCC756;
	border-bottom-color: #FCC756;
	border-left-color: #FCC756;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 0.7em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(../p7tm/p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 2px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(../p7tm/p7t_minus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 2px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 2px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {
	font-weight: normal;
	text-transform: uppercase;
	color: #FCC756!important;
	background-color: #22483F!important;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: -1px;
	margin-bottom: 3px;
}

/*special style for User Guide Tutorials*/
#stretchyCell {
	width: 14em;
}
#NaviHor {
	background-color: #FFE9B9;
}
#NaviHor a:link {
	
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	color: #FCC756;
	width: 112px;
	height: 25px;
	clear: both;
	float: right;
	background-color: #007352;
	background-repeat: repeat;
	margin-right: 1px;
}
#NaviHor a:visited {
	text-decoration: none;
	color: #FCC756;
	clear: both;
	float: right;
	background-color: #007352;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	width: 112px;
	height: 25px;
	margin-right: 1px;
}
#NaviHor a:hover {
	color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #008D64;
	clear: both;
	float: right;
	margin-bottom: -1px;
	width: 112px;
	height: 25px;
	margin-right: 0px;
}
#NaviHora a:visited {
	text-decoration: none;
	color: #FCC756;
	clear: both;
	float: right;
	background-color: #234840;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	width: 112px;
	height: 25px;
	margin-right: 1px;
}
.ramentab {
	border: 2px double #FFCC33;
	background-color: #234840;
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
}
.layer-vz {
	margin-top: 333px;	
}
.layer-vz2 {
	margin-top: 492px;
	margin-left: 25px;
}
.layer-herz{
	margin-top: 230px;	
}
.tabgal {
	margin-left: 1.4em;
	margin-top: 4px;
}
.imause {
	border: 0px none #FFE9B9;
	background-color: #FFE9B9;
	visibility: hidden;
}
.extlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFcc33;
	text-decoration: underline;
}

