<STYLE TYPE="text/css">
/*
**	THEME SETTINGS ARE AS FOLLOWS:
**                              #d8fbbd (pastel green)
**                              #f88436 (pastel orange)
** /*toolbar background: #8d97a9;*/
**                              #2132ab (xp blue)
**	highlight: 		#A9D2E1 (pastel blue)
**	highlightborder:	#222284 (dark blue)
**	
**	menubar:		#F7F7F7 (off-white)
**	toolbar: 		#8d97a9 (cream)
**	
*/
/**************************************************************/
/*                                                            */
/*  STANDARD Nervox PAGE STYLES                             */
/*                                                            */		
/**************************************************************/



    HTML
	{
		font-size: 8pt;
		font-family: Arial;
		overflow: auto;
	}

    BODY
	{
		font-size: 8pt;
		font-family: Arial;


		overflow: auto;

/* Listview neat color
	scrollbar-3dlight-color: threedhighlight;
	scrollbar-darkshadow-color: threedshadow;
	scrollbar-highlight-color: buttonface;
	scrollbar-shadow-color: buttonface;
	scrollbar-track-color:#FFFFFF;

*/


/*scrollbar-face-color:#C0C0C0;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#D3D3D3;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#D3D3D3;
scrollbar-arrow-color:#665E55;
scrollbar-track-color:#FFFFFF;
*/
		
	}

    TD
	{
		font-size: 8pt;
		font-family: Arial
	}

    TEXTAREA
	{
		font-size: 8pt;
		font-family: Arial
	}
    LABEL
	{
		position: relative;
		top: -2;
		left: 1;
	}

    INPUT
	{
		font-size: 8pt;
		font-family: Arial
	}

    SELECT
	{
		font-size: 8pt;
		font-family: Arial
	}    

    A
	{  
		color: black;
		text-decoration: none;
	}

    A:HOVER  
	{ 
		color: black;
		text-decoration: underline;
	}

    /* this style just fixes the pointer for text in button & tabs */
	.linehighlight
	{
		background-color: #A9D2E1;
	}
    .cursortext
	{
		cursor: Default;
	}
    .tabrunner
	{
		display: none;
		visibility: hidden;
	}

    .emailinput
	{
		/* plain background in the toolbar colours */
		background: #c3daf9;
		border-top: 8px #c3daf9 solid;
		border-bottom: 8px #c3daf9 solid;
		border-left: 8px #c3daf9 solid;
		border-right: 8px #c3daf9 solid;



	}
    .tabbox
	{	 /* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fcfcfe', EndColorStr='#f4f3ee');
	     */	
		background: #fcfbfe;
		border-left: 1pt #919b9c solid;
		border-top: 1pt #919b9c solid;
		border-right: 1pt #919b9c solid;
		border-bottom: 1pt #919b9c solid;
	}
	FIELDSET
	{
		margin-bottom: 6px;	
	}
    	.plainbox
	{
		background: #fcfbfe;
	}
	.controlbox
	{
		background: #fcfbfe;
		border-left: 9px #fcfbfe solid;
		border-right: 9px #fcfbfe solid;
		border-top: 6px #fcfbfe solid;
		border-bottom: 10px #fcfbfe solid;
	}

	.fieldbox
	{
		border-left: 10px #fcfbfe solid;
		border-right: 10px #fcfbfe solid;
		border-top: 6px #fcfbfe solid;
		border-bottom: 10px #fcfbfe solid;	
	}
.navtabbox
	{
		background: white;
		border-left: 0pt gray solid;
		border-right: 0pt gray solid;
		border-bottom: 1pt gray solid;
	}
.columnbar
	{

		border-top: 1px white solid;
	}

.folderHeader
	{
       background:#5280d0;
		/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#5280d0', EndColorStr='#1a4da5');
	    */
	    	TABLE-LAYOUT: fixed;
		WIDTH: 100%;
		HEIGHT: 25px;
		Margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	 color :white;
	}
    



img     {
		behavior: url("/entegros/api/alphaPNG.htc");
        }

/**************************************************************/
/*                                                            */
/*  ITEM HIGHLIGHT - GENERIC COLOUR STYLES                    */
/*                                                            */		
/**************************************************************/

.itemHighlight  /* for Item Select/Deselect in FileDialog etc. */
{
  background :#316AC5; /*<%=SS_Selected%>*/
  color:white;
  fontWeight :normal;
  borderLeft:1px black solid;
}

.itemUnHighlight
{
   background :transparent;
   color : windowtext;
}

/**************************************************************/
/*                                                            */
/*  INFOTAB  STYLES                                          */
/*                                                            */		
/**************************************************************/

		.infotable
		{
			border-right: 5px #F7F7FF solid; 
			border-top: 5px #F7F7FF solid; 
			border-bottom: 5px #F7F7FF solid;
			background-color: #F7F7FF;
			table-layout: fixed;
		}
		.infotableborder
		{
			border-left: 1px #9CBEE7 solid; 
			border-right: 1px #9CBEE7 solid; 
			border-top: 1px #9CBEE7 solid; 
			border-bottom: 1px #9CBEE7 solid;
		}

		.infotab
		{
			background: #fed79c;
		}

		.infobox
		{
			border-left: 1px #808080 solid; 
			border-right: 1px #808080 solid; 
			border-top: 1px #808080 solid; 
			border-bottom: 1px #808080 solid;
		}


		.contexticon
		{
			border-right: 1px #9CBEE7 solid;
		}


/**************************************************************/
/*                                                            */
/*  Finder Context STYLES                                     */
/*                                                            */		
/**************************************************************/

              .findercontexttable	
		{
 		border-left: 10px #FFFBF7 solid; /*<%=SS_ContextBoxBackground%>*/
		border-top: 5px #FFFBF7 solid; 
		border-bottom: 5px #FFFBF7 solid; 
		background-color: #FFFBF7; 
		}
 	      .findercontexttableborder 
		{ 
		border-left: 1px #9CBEE7 solid; /*<%=SS_ContextBoxBorder%>*/
		border-right: 1px #9CBEE7 solid; 
		border-top: 1px #9CBEE7 solid; 
		border-bottom: 1px #9CBEE7 solid; 
		}

/**************************************************************/
/*                                                            */
/*  COMMENT VIEW STYLES                                      */
/*                                                            */		
/**************************************************************/

	.COMMENT_txt
	{
		font-size: 8pt; 
		font-family: Arial;
		color: black;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 6px;
	}
	.COMMENT_author
	{
		font-size: 8pt; 
		font-family: Arial;
		color: black;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}	

/**************************************************************/
/*                                                            */
/*  HTML EDITOR  STYLES                                      */
/*                                                            */		
/**************************************************************/

	.tbContentElement 
	{
		HEIGHT: 1px; LEFT: 0px; POSITION: absolute; WIDTH: 1px;
		Border-Top: 1px solid gray;
	}
	
	.tbToolbar 
	{
		BACKGROUND-COLOR: #c3daf9; 
		BORDER-BOTTOM: buttonshadow 1px solid; 
		BORDER-LEFT: buttonhighlight 1px solid; 
		BORDER-RIGHT: buttonshadow 1px solid; 
		BORDER-TOP: buttonhighlight 1px solid; 
		HEIGHT: 27px; 
		POSITION: absolute;
	}
	.tbButton 
	{
		BACKGROUND-COLOR: #c3daf9;  
		BORDER-BOTTOM: #c3daf9 1px solid; 
		BORDER-LEFT: #c3daf9 1px solid; 
		BORDER-RIGHT: #c3daf9 1px solid; 
		BORDER-TOP: #c3daf9 1px solid; 
		HEIGHT: 23px; 
		POSITION: absolute; 
		TOP: 1px; 
		WIDTH: 23px
	}
	
	.tbButton img  { background:#D8D8D8;
	/* filter: gray(); */
	}	
	
	.tbButtonMouseOverDown 
	{
		HEIGHT: 23px; POSITION: absolute; TOP: 1px; WIDTH: 24px;
		border-top:			1px solid #222284; 
		border-left:		1px solid #222284; 
		border-right:		1px solid #222284; 
		border-bottom:		1px solid #222284;
		background-color:	#A9D2E1; 
	}
	
	.tbButtonMouseOverUp 
	{
		HEIGHT: 23px; POSITION: absolute; TOP: 1px; WIDTH: 24px;
		border-top:		1px solid #222284;
		border-left:	1px solid #222284;
		border-bottom:	1px solid #222284;
		border-right:	1px solid #222284;
		background-color: #A9D2E1;
	}


	.tbButtonDown 
	{
		HEIGHT: 23px; POSITION: absolute; TOP: 1px; WIDTH: 24px;
		border-top:			1px solid #222284;
		border-left:		1px solid #222284;
		border-right:		1px solid #222284;
		border-bottom:		1px solid #222284;
		background-color: #A9D2E1; 
	}
	
	.tbIcon { LEFT: -1px; POSITION: absolute; TOP: -1px; }
	.tbSeparator 
	{
		BORDER-LEFT: buttonshadow 1px solid; BORDER-RIGHT: buttonhighlight 1px solid; FONT-SIZE: 0px; HEIGHT: 22px; POSITION: absolute; TOP: 1px; WIDTH: 1px;
	}
	
	.tbGeneral { HEIGHT: 22px; POSITION: absolute; TOP: 2px; }
	
	.tbIconDown { POSITION: absolute; }
	.tbIconDownPressed { POSITION: absolute; }
	
	.tbScriptlet { CURSOR: default; POSITION: absolute; VISIBILITY: hidden; }







/**************************************************************/
/*                                                            */
/*  NavToolBar STYLES                                          */
/*                                                            */		
/**************************************************************/


.pathBar
{
background:#ece9d8;border-bottom: 1px #d2cfbe solid; height: 10px;	Margin: 0px;
}


    /* the navbar */
    #navbar 
	{
	color: black;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bolder;
	/*background:#e3efff;*/

	font-weight:bolder;
	white-space: nowrap;

	border-top: 0px white solid;
	border-bottom: 0px gray solid;
        width: 100%;
	cellspacing: 0;
	z-index:0;
			
		
	}

.navBarButton,
.navBarButtonHover,
.navBarButtonActiveHover,
.navBarButtonActive,
.navBarButtonActiveDisabled,
.navBarButtonDisabled,
.navBarButtonUpDisabled 
{
	
	cursor: 			Default;
	font: 				Icon;
	font-weight: 		normal;
	padding:			1px 5px 1px 5px;
	border:				0px solid #8d97a9;
	white-space:		nowrap;
	vertical-align:		middle;
	background-color:	Transparent;

}


.navBarButtonHover {
	color: black;
	background-color:#fff7db;
	background-position: center center;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	border-width:		1px;
	border-left-color:	#ee9c1b;
	border-right-color:	#ee9c1b;
	border-top-color:	#ee9c1b;
	border-bottom-color:	#ee9c1b;
	padding:			0px 4px 0px 4px;	
}

.navBarButtonActiveHover {
	border-width:		1px;
	border-left-color:	#ee9c1b;
	border-right-color:	#ee9c1b;
	border-top-color:	#ee9c1b;
	border-bottom-color:	#ee9c1b;
	padding:		2px 3px 0px 5px;
}

.navBarButtonActive {
	border-width:		1px;
	border-left-color:#4D8B9F;
	border-top-color:#4D8B9F;
	border-right-color:	white;
	border-bottom-color:white;
	padding:			2px 3px 0px 5px;
		background-color:	Transparent;
	color: black;
}

.navBarButtonUpDisabled,
.navBarButtonActiveDisabled,
.navBarButtonDisabled {
	padding:			2px 5px 2px 5px;
	color:				GrayText;
	border-width: 		0px;
}

.navBarButtonActiveDisabled {
	border-width:		1px;
	border-left-color:	ButtonShadow;
	border-right-color:	ButtonHighlight;
	border-top-color:	ButtonShadow;
	border-bottom-color:ButtonHighlight;
	padding:			2px 3px 0px 5px;
}

.navBarButtonUpDisabled {
	border-width:		1px;
	border-left-color:	ButtonHighlight;
	border-right-color:	ButtonShadow;
	border-top-color:	ButtonHighlight;
	border-bottom-color:ButtonShadow;
}


.navBarButtonUpDisabled .toolBarButtonDisabledContainer,
.navBarButtonActiveDisabled .toolBarButtonDisabledContainer,
.navBarButtonDisabled .toolBarButtonDisabledContainer {
	display:			block;

	filter: alpha(opacity=35) ; /*gray();*/
	width:				100%;
	height: 100%;
	vertical-align:		center;
}






/**************************************************************/
/*                                                            */
/*  LIST VIEW STYLES                                          */
/*                                                            */		
/**************************************************************/


	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#5280d0', EndColorStr='#1a4da5');*/

/* PREVIOUS
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#797d86', EndColorStr='#4a4e57');
/*


/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#797d86', EndColorStr='#4a4e57');*/




	.tblHeader
	{
		/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#5280d0', EndColorStr='#1a4da5');*/
		background:#ece9d8;
		border-top: 1px #002d96 solid
		border-bottom: 1px #d2cfbe solid
	    	TABLE-LAYOUT: fixed;
		WIDTH: 100%;
		HEIGHT: 20px;
		Margin: 0px;
	}

	.tblHeader TD
	{

		border-bottom: 1px #d2cfbe solid;
		border-right: 1px #aca899 solid;
		padding-left: 2px;
		padding-right: 2px;
		table-layout:fixed;
		color: black;
		/*font-weight:bolder;*/	
	}

	#divList
	{
	    	OVERFLOW-x: auto;
	    	OVERFLOW-y: scroll;
	}
	.List
	{
		table-layout:fixed;
	}
	.List TD
	{
		padding-left: 5px;
		padding-right: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		valign: middle;
	}
	#tdSpc
	{
		width:0px;
	}
	.GroupByBar
	{
		border-left:1px solid white;
		border-top:1px solid #f3f4f9;
		border-bottom:2px solid #7ba4e0; /*#ee9c1b;*/
		border-right:1px solid #7ba4e0;


	/*
		background: #ebe9db; 
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#d6e9fa', EndColorStr='#8cafe7')
	*/
		cursor: hand;
		Height: 22px;
	}
	
	.ListFF
	{
		table-layout:fixed;
	}
	.ListFF TD
	{
		padding-left: 5px;
		padding-right: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		valign: middle;
	}

/**************************************************************/
/*                                                            */
/*  MENU BAR STYLES                                           */
/*   
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#9EBEF5', EndColorStr='#C3DAF9');
              filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#f4f7fe', EndColorStr='#c6c9d2');
*/
/**************************************************************/

    /* bar behind the top menu */
    #menuback
	{
		 background:#C3DAF9;
		  /* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#9ebef5', EndColorStr='#C3DAF9');
		*/
		height:25px;

		/* border-bottom: 1px black solid; 
		border-top: 1px gray solid; */

	}

    /* the menu bar */
    #menubar 
	{
		position: relative; 
		font: menu; 
		cursor: default; 
		z-index:1;
			
	}
    
    /* the top-level menu items */
    #menubar .root 
	{
		/*border-left: 1px #F7F7F7 solid; 
		border-right: 1px #F7F7F7 solid; 
		border-bottom: 1px #F7F7F7 solid; 
		border-top: 1px #F7F7F7 solid;  		
		*/
		padding-left: 4px; 
		padding-right: 4px;
		padding-bottom: 2px;
		padding-top: 2px;

	}
    #menubar .rootraised 
	{	
		/*border-left: 1px #222284 solid; 
		border-right: 1px #222284 solid; 
		border-bottom: 1px #dbe9f4 solid;
		border-top: 1px #dbe9f4 solid; 		
		padding-left: 4pt; 
		padding-right: 4pt;
		padding-bottom: 2pt;
		padding-top: 2pt;
		background: #dbe9f4
		*/
		background-color: #fff7db;
		/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffd69f', EndColorStr='#fff7db');
                 */
    		BORDER-TOP: 1px solid #222284;
    		BORDER-LEFT: 1px solid #222284;
    		BORDER-BOTTOM: 1px solid #222284;
    		BORDER-RIGHT: 1px solid #222284;
		padding-left: 4px; 
		padding-right: 4px;
		padding-bottom: 2px;
		padding-top: 2px;

	}
    #menubar .rootsunk
	{
		/*border-left: 1px gray solid; 
		border-right: 1px gray solid; 
		border-bottom: 1px #f7f7f7 solid;
		border-top: 1px #f7f7f7 solid;		
		padding-left: 4px; 
		padding-right: 4px;
		padding-bottom: 2px;
		padding-top: 2px;
		background: #f7f7f7;
		*/
		background-color: #ffd69f;
		/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#DEEBFD', EndColorStr='#98B9E8');
		*/
    		BORDER-TOP: 1px solid #222284;
    		BORDER-LEFT: 1px solid #222284;
    		BORDER-BOTTOM: 1px solid #F6F6F6;
    		BORDER-RIGHT: 1px solid #222284;
		padding-left: 4px; 
		padding-right: 4px;
		padding-bottom: 2px;
		padding-top: 2px;

	}

    	
    /* nested menus */
    #menubar TABLE 
	{
		margin: 0pt; 
		padding: 0pt; 
		background: #F7F7F7; 
		border-left: 1px #002D96 solid; 
		border-right: 1px #002D96 solid; 
		border-bottom: 1px #002D96 solid; 
		border-top: 1px #002D96 solid; 
		display: none; 
		position: absolute;
		font-family: menu;
		/* filter: alpha(opacity=90); */
	}
	
    #menubar TABLE TD 
	{		
		margin: 0pt; 
	}
    
    /* Style for highlighted elements */
    #menubar .highlight 
	{

		color: black; 

		background: #FFEEC2	

		/*
    		BORDER-TOP: 1px solid #000080;
    		BORDER-BOTTOM: 1px solid #000080;
		    BORDER-RIGHT: 1px solid #000080;
	  	    BORDER-LEFT: 1px solid #000080;
		*/	
	}

    /* Style for disabled and break elements */
    #menubar #break, #menubar .disabled 
	{
		color: gray
	}
	
    /* Style for more arrow*/
    #menubar .more 
	{
		width: 10px;		
		left: 0pt; 
		float: right; 
		top: -6px; 		
		position:relative;
	}

    /* Style for grey box icon */
	#menubar .sideicon
	{

		 /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#DEEBFD', EndColorStr='#98B9E8');*/	
		width: 20px;		
		left: 0pt; 
		float: left; 
		top: 0pt; 		
		position:relative;
	}

    /* Style for actual menu item text */
	#menubar .menutext
	{
		left: 4pt; 
		top: 3pt; 		
		position:relative;
	}

    /* Style for actual menu item text */
    	#menubar .left 
	{
		margin-left: -11pt;
	}


/**************************************************************/
/*                                                            */
/*  TOOLBAR BAR STYLES                                        */
/*                                                            */		
/**************************************************************/
    #toolbar 
	{
	background-image: url(../alloy2.gif);
	/*background: #daeafd;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#daeafd', EndColorStr='#9cbdeb');
	*/
	width:100%;
	cellspacing: 0;
	z-index:0;
		
		border-bottom: 1px #002d96 solid;				
	}

/**************************************************************/
/*                                                            */
/*  TOOLBAR HIDE STYLES                                        */
/*                                                            */		
/**************************************************************/

.toolbarhide { 
	 width: 100%; 
	background: #daeafd;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#daeafd', EndColorStr='#9cbdeb');
     */
	cellspacing: 0; 
	z-index:0; 
	border-bottom: 1px #002d96 solid; 
	}
#showhidetoolbar { 
	width: 100%; 
	background:#daeafd;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#daeafd', EndColorStr='#9cbdeb');
    */
	cellspacing: 0; 
	z-index:0; 
	border-bottom: 1px #002d96 solid; 
	}

/**************************************************************/
/*                                                            */
/*  TOOLBAR BUTTON STYLES                                        */
/*                                                            */		
/**************************************************************/


.toolBarButton,
.toolBarButtonHover,
.toolBarButtonActiveHover,
.toolBarButtonActive,
.toolBarButtonActiveDisabled,
.toolBarButtonDisabled,
.toolBarButtonUpDisabled 
{
	cursor: 			Default;
	font: 				Verdana;
	font-weight: 		normal;
	padding:			2px 5px 2px 5px;
	border:				0px solid #8d97a9;
	white-space:		nowrap;
	vertical-align:		middle;
	background-color:	Transparent;
}

.toolBarButton img {
	/*filter:				gray();*/
}

.toolBarButtonHover {

	

/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffd69f', EndColorStr='#fff7db');
*/
 	background-color: #ffd69f;

    BORDER-TOP: 1px solid #222284;
    BORDER-LEFT: 1px solid #222284;
    BORDER-BOTTOM: 1px solid #222284;
    BORDER-RIGHT: 1px solid #222284;

	padding:			1px 4px 1px 4px;

	
}

.toolBarButtonActiveHover {

	border-width:		1px;
	border-left-color:#4D8B9F;
	border-top-color:#4D8B9F;
	border-right-color:	white;
	border-bottom-color:white;
	padding:			2px 3px 0px 5px;	
}

.toolBarButtonActive {
	border-width:		1px;
	border-left-color:#4D8B9F;
	border-top-color:#4D8B9F;
	border-right-color:	white;
	border-bottom-color:white;
	padding:			2px 3px 0px 5px;
	/* background-color:	#c4dafa; */
}

.toolBarButtonUpDisabled,
.toolBarButtonActiveDisabled,
.toolBarButtonDisabled {
	padding:			2px 5px 0px 5px;
	color:				GrayText;
	border-width: 		0px;
}

.toolBarButtonActiveDisabled {
	border-width:		1px;
	border-left-color:	ButtonShadow;
	border-right-color:	ButtonHighlight;
	border-top-color:	ButtonShadow;
	border-bottom-color:ButtonHighlight;
	padding:			2px 3px 0px 5px;
}

.toolBarButtonUpDisabled {
	border-width:		1px;
	border-left-color:	ButtonHighlight;
	border-right-color:	ButtonShadow;
	border-top-color:	ButtonHighlight;
	border-bottom-color:ButtonShadow;
}

/* My latest build of mozilla crashed with the opacity */
.toolBarButtonUpDisabled img,
.toolBarButtonActiveDisabled img,
.toolBarButtonDisabled img 
{
	-moz-opacity:		0.5;
}

/* IE specific
 * When the button becomes disbabled the innerHTML is enclosed by two spans
 * This is done so that the image will look disabled using filters
 */
.toolBarButtonUpDisabled .toolBarButtonDisabledContainer,
.toolBarButtonActiveDisabled .toolBarButtonDisabledContainer,
.toolBarButtonDisabled .toolBarButtonDisabledContainer {
	display:			block;
/*
	background:			GrayText;
*/
	filter: alpha(opacity=35) ; /*gray();*/
/*
	filter:				chroma(color=#010101) dropshadow(color=ButtonHighlight, offx=1, offy=1);
*/
	width:				100%;
	height: 100%;
	
	vertical-align:		center;
}

.toolBarButtonUpDisabled .toolBarButtonDisabledContainer .toolBarButtonDisabledContainer,
.toolBarButtonActiveDisabled .toolBarButtonDisabledContainer .toolBarButtonDisabledContainer,
.toolBarButtonDisabled .toolBarButtonDisabledContainer .toolBarButtonDisabledContainer 
{
	background:			;
/*
	filter:				gray();

						/* Remove all bright shades of gray */
						chroma(color=#ffffff) chroma(color=#fefefe) chroma(color=#fdfdfd)
						chroma(color=#fcfcfc) chroma(color=#fbfbfb) chroma(color=#fafafa)
						chroma(color=#f9f9f9) chroma(color=#f8f8f8) chroma(color=#f7f7f7)
						chroma(color=#f6f6f6) chroma(color=#f5f5f5) chroma(color=#f4f4f4)
						chroma(color=#f3f3f3) 
						mask(color=#010101);
*/
}

/**************************************************************/
/*                                                            */
/*  NERVOX TREE BUTTON STYLES                                 */
/*                                                            */		
/**************************************************************/

	.Nervox-tree-container     
	{ 
		margin: 0px;
		padding: 0px;
		font: icon; 
	}
	.Nervox-tree-item          
	{ 
		padding: 0px;
		margin: 0px;
		font: icon;
		color: black; 
	}
	.Nervox-tree-item-on
	{ 
		background: #9CBEE7; /*<%=SS_Selected%>;*/
		color: black;
		margin-left: 5px; 
		border: 1px solid gray; 
	}
	
	.Nervox-tree-item a        
	{ 
		text-decoration: none;
		margin-left: 5px; 
	}
	.Nervox-tree-item a:hover  
	{ 
		text-decoration: underline;
		margin-left: 5px; 
	}
	.Nervox-tree-item a:active 
	{ 
		background: #9CBEE7;/*<%=SS_Selected%>;*/
		color: white;
		text-decoration: none;
		margin-left: 5px; 
	}
	.Nervox-tree-item img      
	{ 
		vertical-align: middle; 
	}

</STYLE>