@charset "utf-8";
/* CSS Document */
#newsflash {
	color:#D1D1D1;
    margin: -15px auto;
	width:91%; 
	padding-left:88px;
	background:#555 url(/web/20161023225600oe_/http://cybercoe.army.mil/templates/blue2-j/images/graytoblack.svg); border:1px #333 solid; border-bottom-color:#000; border-radius:5px; font-weight:bold; padding-bottom:7px;
}
#newsflash a{color: #AEBAC4;}
.flashing{float:left; width:85px;}
#scrollwrap{margin:3px auto 0px auto; float:left; width:90%; overflow:hidden;}
#ksd_scroller {margin: 0px; min-height:20px; max-height:35px;}
#flashnewsticker{ white-space: nowrap; padding:0px; margin:0px; }
#flashnewsticker .listitem{
	 margin-left:20px;
	 padding-right:100px; 
}
.control-pause {background:url(tmpl/themes/dark/images/pause.png) 100% 0 no-repeat;}
.control-pause:hover {background:url(tmpl/themes/dark/images/pause.png) 100% -22px no-repeat;}
.twist{-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
     transform: rotate(180deg);
}
.control-prev {background:url(tmpl/themes/dark/images/arrows.png) 100% 0 no-repeat;}
.control-prev:hover {background:url(tmpl/themes/dark/images/arrows.png) 100% -22px no-repeat;}
.control-next {background:url(tmpl/themes/dark/images/arrows.png) 0 0 no-repeat;}
.control-next:hover {background:url(tmpl/themes/dark/images/arrows.png) 0 -22px no-repeat;}
