<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sidebar {
	position: absolute; 
	top: 0px; /* Navbar 40 + NavbarBorder 2 + Header 70 */ 
	left: 0; 
	bottom: 0;
	z-index: 0;	
	
	width: 135px; 
	background-color: white; 
	vertical-align: top; 
	border-right: solid 1px black;
	
	/*
	background-image: url('../images/sidebar/background.jpg'); 
	background-repeat: repeat-x; 
	background-size: auto 100%;
	*/	
}

/* Heading */

.sidebar-heading {	
	position: relative; 
	padding: 13px; 
	background: #cc0000;
	background: linear-gradient(#ff0000, #aa0000);
	background: #056d94;
	background: linear-gradient(#18a9e2, #056d94); 
	color: white;	
	border-bottom: solid 1px #333333;
}

.sidebar-heading h1 {
	margin: 0px;
}

.sidebar-heading img {
	position: absolute; 
	right: 5px; 
	top: 3px; 
	height: 40px;
}

/* Options List */

.sidebar nav {
	overflow: auto;
	height: calc(100% - 48px - 50px); /* Footer */
}

.sidebar ul {
 	margin: 0px; 
 	padding: 0px;
	list-style-position: inside; 
	list-style-type: none;
}

.sidebar-icon {
	background-size: 100% 100%; 
	width: 30px; 
	height: 30px; 
	display: inline-block; 
	margin-bottom: 2px;
}

/* &lt;a&gt;: can open in new window/tab */	
.sidebar ul li a {				
	display: block;
	text-decoration: none;
	text-align: center;
	color: black;								
	padding: 20px 10px; 
	border-bottom: solid 1px #333333;			
	font-weight: bold;	
}

.sidebar ul li a:hover {				
	background: #cc0000 url("../images/ui-bg_highlight-soft_33_cc0000_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}

/* &lt;div&gt;: will not open in new window/tab */
.sidebar ul li div {
	display: block;
	color: black;	 
	font-size: small;
	font-weight: normal; 
	cursor: pointer;
}

/* Item Layout*/

/* text left image right */
.sidebar div.sidebar-item-list {
	padding: 5px; 
	text-align: left;
}

.sidebar div.sidebar-item-list p {
	display: table-cell;	
	padding-left: 10px; 
	width: 100%;
}

.sidebar div.sidebar-item-list span {
	display: table-cell;  
	text-align: right;
}

.sidebar div.sidebar-item-list span img {
	height: 50px; 
	width: auto; 
	margin-right: 5px;
	vertical-align: middle; 
}

.sidebar ul li div:hover {				
	background: #cc0000 url("../images/ui-bg_highlight-soft_33_cc0000_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: normal;
}

/*image left text right */
.sidebar div.sidebar-item-option {	 
	font-size: 1em;	
	padding: 10px 5px; 
}

.sidebar div.sidebar-item-option span {
	display: inline-block;  
	text-align: center;
	width: 50px;
}

.sidebar div.sidebar-item-option span img {
	height: 40px;
	width: auto; 
	margin-left: 3px;
	vertical-align: middle; 
}

.sidebar div.sidebar-item-option p {
	display: inline-block;
	padding-left: 8px;
}

/* centered */
.sidebar div.centered {
	text-align: center;					
	padding: 12px 10px; 
	border-bottom: solid 1px #333333;
}

.sidebar div.centered img {
	height: 40px;
}

/* sidebar category */
.sidebar div.sidebar-category p {
	font-size: 1.2em; 
	font-weight: bold;
}

.sidebar div.sidebar-category span img {
	height: 60px;
}

/* Footer */
						
.sidebar-item-footer {
	height: 48px;
	width: 135px; 
	position: fixed; 
	bottom: 0; 
	
	border-top: solid thin black;  
	background-color: white;
}

.sidebar-item-footer a {
	display: block;
	text-decoration: none;
	color: black;							
	padding: 7px 10px 15px;
}

.sidebar-item-footer:hover a {
	background: #cc0000 url("../images/ui-bg_highlight-soft_33_cc0000_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
}

/* Back Button */

.sidebar-back-label {
	font-size: small; 
	margin-left: 10px;
}

span.sidebar-back-icon {
	position: relative;				
	bottom: -8px; 
	height: 20px; 
	width: 20px;
	background-image: url('../images/sidebar/back.png'); 
	background-size: 100% 100%;  
}		
			
.sidebar-item-footer:hover .sidebar-back-icon {
	background-image: url('../images/sidebar/back-hover.png');
}
</pre></body></html>