a:link.m_menu_top{
	font-family: 'Abel','Verdana';
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
a:visited.m_menu_top{
	color: white;
	background:#149dcc;
}
a:hover.m_menu_top{
	color: white;
	background:#149dcc;
}

.m_DD_FloatText{
	font-family:Abel,Arial;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
}
.m_DD_InvisibleText{
	float: left;
	padding-top:5px;
	border:none 1px black;
	font-family:Abel,Arial;
	font-size: 14px;
	font-weight: none;
	color:#273e4b;
	opacity:0;
	visibility:hidden;
}
.DISCDIRECT_Alert_External{
	position: absolute;
	top:0px;
	left:100px;
	width:120px;
	height:120px;
	z-index:99;
	background-color:#ffb70a;
	border-radius: 70px;
	text-align:center;
	box-shadow: 6px 6px 13px #000000;
	
    -webkit-animation-name: DISCDIRECT_Animation;
    -webkit-animation-duration: 4s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: linear;

    animation-name: DISCDIRECT_Animation;
    animation-duration: 4s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	
	Transition-Duration:0.5s;
	-Moz-Transition-Duration:0.5s;
	-webkit-Transition-Duration:0.5s;
}
.DISCDIRECT_Alert_Internal{
	float: left;
	padding:20px;
	width:110px;
	height:110px;
	top:10px;
	left:20px;
	background-color:#ffb70a;
	border-radius: 80px;
}
@keyframes DISCDIRECT_Animation{
  0%   { 
		opacity: 1; 
		left:100px;
  }
  100% {
		opacity: 1;
		left:120px;
	}
}

