
@-webkit-keyframes pulse {
    from { -webkit-box-shadow: 0 0 10px  #fafafa; }
to {  -webkit-box-shadow: 0 0 8px  #a6bfde;}
}
.ListItem:hover {
    -webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-box-shadow: 0 0 8px  #a6bfde;
	cursor: pointer;
	border: solid 1px #ababab !important;
}

.PresHeader {
	position: relative;
	z-index:5;
	border: solid 1px #b8bdc2;
	border-radius: 10px;
	height: 26px;	
	display: inline-block;
	background-color: #dadde0;
	color: navy;
}
.PresMenuBox {
	display: inline-block; 
	border: solid 1px #b8b8b8;
	border-radius: 3px;
}
.PresMenu { 
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	font: normal 17px verdana;
	z-index: 0;
	text-align: center;
}
.PresMenu:hover {
	cursor: pointer;
	cursor: hand;
}
.PresMenuOn {
	color: white !important;
	pointer-events: none;
}
.PresMenuOff {
	color: #003366 !important;
	pointer-events: auto;
}
.PresPanel {
	position: absolute;   
	top: 0px; 
	z-index: 1;
	background-color: #477eb5;
	height: 38px; 
	transition: 0.4s;
	border-radius: 3px;
	border: solid 1px #173b75;
}
.ViewType { 
	display: inline-block;
	font-size: 22px; 
	font-weight: bold ; 
}
.ViewType:hover {
	cursor: pointer;
	cursor: hand;
}
.PresLabel {
	width: 82px;
	height: 22px;
	text-align: center;
	display: inline-block;
	padding-top: 4px;
	margin-right: -5px;
	z-index: 2;
	cursor: pointer;
	font: normal 10pt verdana;
	border-radius: 5px;
}
.PresButton {
	position: absolute;
	left: 0;
	top: 1px;
	z-index: -1;
	border-radius: 5px;
	box-shadow:2px 2px 2px #afafaf;
}
.ChartBar {
	height: 28px;
	background: #3e6887; /* Old browsers */
	background: -moz-linear-gradient(top,  #4498d4 1%, #33719c 55%, #1c6491 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4498d4 1%,#33719c 55%,#v 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4498d4 1%,#33719c 55%,#1c6491 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2986cc', endColorstr='#033255',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
}