﻿/** menu.css
* Sample skin for AnimTree
*/

body {
	margin:0;
	color: #FFFFFF;
	padding: 0;
	background: #000000;
	font-family: "Arial", "Trebuchet MS", "Lucida Grande";
	scrollbar-3dlight-color:#101010;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#101010;
	scrollbar-darkshadow-color:#101010;
	scrollbar-face-color:#101010;
	scrollbar-highlight-color:#101010;
	scrollbar-shadow-color:#101010;
    SCROLLBAR-TRACK-COLOR: #101010;
}

INPUT{
	font-size: 10px;
}

INPUT.button{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ff5c00;
	text-decoration: none;
}
#nav a:hover {
	color: #ff5c00;
	text-decoration: none;
	background-color: #000000;
}

a.menu2:link{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.menu2:visited {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.menu2:active {
	color: #ff5c00;
	text-decoration: none;
}

#nav a.menu2:hover {
	font-size: 10px;
	color: #ff5c00;
	text-decoration: none;
	background-color: #000000;
}

/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
 *                                   _____________                                      */

/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 *                                 _____________________                                */
.button{
	/* may cause windows bug:
	   position: relative;
	*/
	z-index: 100000;
	cursor: default;
	font-family: "Arial", "Lucida Grande", "Trebuchet MS";
	font-size: 13px;
	line-height: 15px; 
	text-indent: 6px;
	vertical-align: -1px;
}


.buttonlabel{
	font-size: 14px;
	height: 14px;
	/* may cause windows bug:
	   position: relative;
	*/
	cursor: default;
	
	/** margin may cause freeze in
	 *  Windows IE6.
	 *  Bug discovered by 
	 *  Michael of 13thparallel.org
	 *
	 * padding: .05em .5em .05em .4em;
	 * margin: 1px 1px 0px 1px;
	 */
	padding: 0px;
	color: #000000;
}


.buttonlabel img {
	margin-bottom: -3px;
}

.labelHover {
	color: #000000;
}
.labelDown {
}
.labelHover.labelDown {
}



.labelOver {
	color: #000000;
}

.menuNode {
	color: #ffffff;
	font-size: 14px;
	background: url("../../Prove/AnimTree/img/animtree_leaf.gif") no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 8px;
	line-height: 14px;
	padding: 0;
}

.menuNodeB {
	color: #ffffff;
	font-size: 10px;
	background: url("../../Prove/AnimTree/img/animtree_leaf.gif") no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 8px;
	line-height: 14px;
	padding: 0;
}
.piccolopadding{
	padding-left: 1px;
}

.button.menuNode {
	font-size: 14px;
	background: url("../../Prove/AnimTree/img/animtree_leaf.gif") no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 8px;
	line-height: 14px;
	padding: 0px;
	
}

.menuNode.last {
	background: url("../../Prove/AnimTree/img/animtree_leafEnd.gif") no-repeat;
}

.menuNode a{
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	padding: 0px 3px 1px 0px;
	margin-left: 8px;
	text-decoration: none;
	width: auto;
}

.menuNode a:link{
	color: #ffffff;
}

.menuNode a:hover {
	color: #ff5c00;
	text-decoration: none;
}

.menu {
	margin-left: 10px;
	padding-bottom:  .6em;
	padding-top: 1px;
	font-family: Trebuchet MS, Arial, sans-serif;
	margin-bottom: -3px;
}
 .menu .menu { /* submenus */
  	background: url("../../Prove/AnimTree/img/animtree_branch.gif") repeat-y 1px 0;
	margin-left: -1px;
	margin-bottom: 0;
	padding-left: 5px;
 }			 

.menu .menu .menuNode {
	margin-left: 8px;
}


#nav {
	border: 1px solid #ccc;
	background: #000000;
	color: #000;
	overflow: hidden;
	position: absolute;
	width: 180px;
	height: 700px;
	overflow: auto;
	margin: 0;
	left: 0;
	top:0;
	position: absolute;
	white-space: nowrap;

	-moz-user-select: none;
}
		


/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   ___________________                                */
h2 {
	color: #777;
	font-size: 18px;
	text-indent: 24px;
	padding: 10px;
}
/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   __________________                                 */
@media print {

	title { display: none }
	#nav {
		position: absolute;
		width: 0;
		height: 0;
		padding: 0px;
		margin: 0;
		display: none;
	}

}
.distant {
}

.m1mac {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 10px;
}
.m2mac {
	font-size: 10px;
	padding-bottom: 4px;
	padding-left: 18px;
}
.indentmenu {
	padding-left: 10px;
}

