html{ 
	margin: 0;
	height: 100%;
	width: 100%;
 }

body {
	margin: 0 0 0 0;
	position: relative;
	height: 100%;
	background-color: #FF7F00;
	background-image: url(../img/gui_gen_top.jpg);
	background-repeat: no-repeat;
	font-family: "trebuchet ms", arial, sans-serif;
}

a:link, a:visited {
	color: #353c5e;
}
img {
	border: 0;
}

/****************** Begin Menu tree rules
 * 
 */
.button{
	z-index: 100000;
	cursor: default;
	font-family:  "Arial Rounded MT Bold", "Lucida Grande", Arial, "Trebuchet MS";
	width: 98%;
}
#nav #botdiv {
	width: 100%;
}

.buttonlabel
{
	display: block;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #508fc4;
	border-left-color: #1958b7;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
}
.labelHover
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	margin-bottom: 1px;

}
.labelDown {
	background-color: #2586d7;
	color: #fff;
	margin-bottom: 1px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5ba3e0;
	border-left-color: #1c64d1;
}

.labelDownx {
	text-indent: .5em;
/*	text-align: center;*/
	color: #131623;
	background-color: #F3FAFF;
	border-right-width: 6px;
	border-left-width: 6px;
	border-style: solid;
	border-color: #BDE1FF;
 	-moz-border-radius: 16px 16px 0 0;
}

.labelHover.labelDown{
	color: #33365c;
	margin-bottom: 1px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #508fc4;
}

div.disabled {
	color: #5E6C77;
}

.menuNode {
	font-size: 14px;
	border-bottom: 1px solid #EBF6FF;
	border-left: 1px solid #EBF6FF;
	height: 17px;
	margin-bottom: 1px;
}


*.menuNode {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	text-decoration: none;
	width: 98%;
	display: block;
	color: #0e0f26;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 8px;
}

a.menuNode:hover,  a.menuNode:focus {
	text-decoration: none;
	background-color: #F8FCFF;
}

.menu {
	padding-left: 6px;
	padding-bottom:  0.6em;
	padding-top: 1px;
	margin-top: -2px;
	margin-bottom: -3px;
	font-family: Trebuchet MS, Arial, sans-serif;
	background-color: #F3FAFF;
	border-width: 0;
	border-color: #BDE1FF;
	border-style: solid;
	border-bottom: 1px solid #BDE1FF;
	border-right: 6px solid #BDE1FF;
	border-left: 6px solid #BDE1FF;
	-moz-border-radius: 0 0 16px 16px;
	width: 100%;

}

.menu .buttonlabel {
	border-width: 1px 0px 0 4px;
	background: inherit;
	border-color: #EBF6FF;
}

.button.menuNode {
	border-left: 0;
	border-bottom: 0;
	background-color: #CCCCCC;
}

 .menu .menu { /* submenus & submenus' submenus  */
	border-width: 0 0 0 4px;
	margin-left: 8px;
	margin-top: -6px;
	padding-top: 6px;
 	padding-left: 0;
	border-color: #EBF6FF;
	border-style: solid;
 	background-color: transparent;
}

.menu .menu .menuNode {
 	background-color: #FBFEFF
	color: #314B60;
}

.menu .menu a.menuNode:hover, .menu .menu a.menuNode:focus {
	background-color: #fff;
}


.AnimTree {
	overflow: hidden;
	top: 0;
	padding-top: 12px;
	width: 100%;
	height: 100%;
	border: 1px solid #FF0000;
 }


/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   ___________________                                */

/****************************************************************************
			 tabs
*****************************************************************************/

div.content {
	position: absolute;
	background: #fdfdff;
}

#leftNavTabSystem {
	background: transparent;
	height: 580px;
}

#leftNavTabSystem div.tabs{
	position: absolute;
	top: 151px;
 	left: 12px;
	
	height: 22px;
	white-space: nowrap;
	cursor: default !important;
	font-size: 12px;
		
	font-family: arial, sans-serif;
	font-weight: 700 !important;
	white-space: nowrap;
	z-index:10000;	
}

.tab {
	position: relative;
	border: 0;
}
.tabHover, .tab:hover{
	position:relative;
	top: 0px;
	border: 0;
}

.tabActive, .tab:focus, .tabActive:hover{
	top: 1px;
}


#leftNavTabSystem .content {
	position: absolute;
	margin-top: 156px;
	top: 15px;
	border: 1px solid #E6F4FF;
	border-top-color: #314B60;
	background: #E1F1FF;
}

h2 {
	text-align: center;
	font-family: Trebuchet MS;
}

#contents {
	background-color: #fdfdff;
	font-family: "Trebuchet MS", tahoma, sans-serif;
	color: #000;
	position: absolute;
	top: 104px;
	left: 198px;
	height: auto;
	width: 560px;
	padding: 20px;
	border: 1px solid #666;
}



/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   __________________                                 */
@media print {

	#nav {
	width: 100%;
	padding: 0px;
	margin: 0;
	display: none;
	overflow: hidden;
	border: 1px solid #FF0000;
	height: 20px;
	}

}

