/*Overrides defualt DNN styles for module action popup styles*/
.dnnActionMenu      {font-family: Helvetica, Arial, sans-serif;}
.dnnActionMenuBody  {font-family: Helvetica, Arial, sans-serif;}
.dnnModuleActions {display:inline-block;width:19px;height:19px;float:left;font-family: Helvetica, Arial, sans-serif;}
.AdminActions input, .AdminActions a.CommandButton{text-decoration:none;}
.dnnActionMenuTag {font-size:1.5em;font-family: Helvetica, Arial, sans-serif;}
ul.dnnActionMenuBody li{font-size:1em;font-family: Helvetica, Arial, sans-serif;}
ul.dnnActionMenuBody li ul li{font-size:1em;} /*size of links in module action*/

.ks-container   {width:400px;height:100%;color:#535754;padding:0 10px 0 0;display:inline;}
.ks-title-gray, .ks-title-red    {margin:0 0 .5em 0; overflow:hidden;font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;}
.ks-title-gray  {color:#535754;border-bottom:1px solid #535754;}
.ks-title-red   {color:#971E1E;border-bottom:1px solid #971E1E;}
/*  Banner Rotator
    -- Banners will automatically cycle along with navigation by inserting 
    -- the desired images into a Text/HTML module using the Banner Container. */
    
 /* Set height of div.Normal to equal the height of banners + 34px for shadow */
.RotatorWrapper div.DNNModuleContent > div.Normal {height:279px;background:url(images/slide-shadow.png) no-repeat 0 bottom;}

 /* Set width and height of banners within div.Normal img */
.RotatorWrapper div.DNNModuleContent > div.Normal img{width:1000px;height:246px;} 

.RotatorNav {position:absolute;z-index:20;width:974px;height:42px;display:block;background:url(images/50black.png) repeat top left;margin:0;padding:0;list-style: none;overflow:hidden;font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;}
.RotatorNav li {float:left;}
.RotatorNav li a {padding:0 20px;display:block;color:#b8b8b8;line-height:40px;text-decoration:none;outline:none;font-size:1.8em;}
.RotatorNav li a:hover{text-decoration:none;color:#971E1E;}
.RotatorNav li.activeSlide a{color:#fff;}