.ContextContainer {	
	border-left: 1px solid #ff0000;
	border-top: 1px solid #ff0000;	
	border-bottom: 1px solid #330000;
	border-right: 1px solid #330000;
	cursor:hand;
	z-index:100;
}

.ContextItemOver {
	background-color: #CC0000;		
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:8pt;
}

.ContextItemNormal {	
	background-color: #990000;	
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:8pt;
}

.MenuContainer {
	/*width :149px;*/
	width :152px;
	height:auto;	
	color :#999999;
	border-collapse:collapse;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px
	/*border: solid 1px #ffffff;*/
}
.ChildContainerMargin {
	position:relative; 
	left:7px;
}
.ModulesContainer {
	width:137px;
	/*width :100%;*/
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	height:auto;
	border-collapse:collapse;
}

.ModuleSelected {
	cursor:hand;	
	background-color:#333333;	
}

.ModuleOver {
	cursor:hand;	
	background-color:#990000;	
}

.ModuleNormal{
	cursor:hand;
}

.ModuleIcon {	
	cursor:hand;
}
.SectionIcon {	
	cursor:hand;
}

.SectionContainer {
	/*width :100%;	*/
	width :130px;
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:8pt;	
	/*padding:4px 0px 4px 0px;*/
	border-collapse:collapse;
}

.SectionOver{	
	cursor:hand;	
	background-color:#990000;
}

.SectionSelected{	
	cursor:hand;	
	background-color:#000000;	
}

.SectionNormal {			
	cursor:hand;
}

.ScrollBar {
	scrollbar-3dlight-color:#738A9C;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#738A9C;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#738A9C;
	scrollbar-shadow-color:#738A9C;
	scrollbar-track-color:#111111;			
}
a:link {
	color: #CCCCCC;
	cursor: hand;
	text-decoration: none;
}
a:visited {
	cursor: hand;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	cursor: hand;
}
a:active {
	color: #CCCCCC;
	cursor: hand;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	display: table-cell;
	cursor: hand;
	letter-spacing: normal;
}
