 
a:link, a:visited, a:active {
	color: #005831;
	font-weight: bold;	
	text-decoration: none;
}

a:hover {		
	
	text-decoration: underline;
}

.transparent {
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	zoom: 1;
}

a.index:link, a.index:visited, a.index:active {	
	font-size: 11px;
	font-family: Trebuchet MS;	
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
	
}

a.index:hover {
	text-decoration: none;	
	padding: 0px 4px 0px 4px;
	border: 1px solid #005831; 
}

.display-index {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
}

.display-index:hover {
	border: 1px solid #005831; 
}

.display-index-off {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
}

.display-index-on {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #005831; 
	background: #005831;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
}




/* tools */

.tools-menu-item a.on:link, .tools-menu-item a.on:visited, .tools-menu-item a.on:active {
	padding: 5px;
	background: #005831;
	color: #ffffff;	
}

.tools-menu-item a.on:hover {
	text-decoration: none;
}

.tools-menu-item a.off:link, .tools-menu-item a.off:visited, .tools-menu-item a.off:active {
	padding: 5px;
	background: #d4d4d4;
	color: #444444;	
}

.tools-menu-item a.off:hover {
	color: #ffffff;
	text-decoration: none;
}

