﻿
.indentmenu {width: 323px;}
.indentmenu ul {margin: 0; padding: 0; float: left; /* width: 80%; width of menu*/ border-top: none; background: white;}
.indentmenu ul li {display: inline;}
.indentmenu ul li a {float: left; color: white; /*text color*/ padding: 5px 11px; text-decoration: none;
                     background: white url(/CTFWEB/App_Themes/CTF/images/ScrollingText/inactiveBox.gif) center center no-repeat;}

.indentmenu ul li a:visited {color: white;}
.indentmenu ul li a.selected 
    {color: white !important; padding-top: 6px; /*shift text down 1px*/ padding-bottom: 4px;
background: #fff url(/CTFWEB/App_Themes/CTF/images/ScrollingText/activeBox.gif) center center no-repeat;}

.scrollerContentHeader, .scrollerContentDate, .scrollerContentSub, .scrollerContentLink
    {font-family:Tahoma, serif; font-weight: bold; padding: 3px 5px 5px 0px;}

.scrollerContentHeader {color:#023270;  font-size: 16px;}
.scrollerContentDate {color: #000; font-size: 13px;}
.scrollerContentSub {color:#033265; font-size: 13px; line-height: 15px;}
.scrollerContentLink 
    {padding: 10px 5px 5px 230px; font-size: 12px; background: url(/CTFWEB/App_Themes/CTF/images/ScrollingText/arrows.gif) no-repeat 85% 60%;  color:#033265; 
     font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.scrollerContentLink { color:#033265;}
.scrollerContentLink a:link {text-decoration:none; color:#033265; border-bottom: solid 1px #ffffff;}
.scrollerContentLink a:hover {text-decoration:none; border-bottom: dotted 1px #000; }

.tabcontentstyle
    { /*style of tab content oontainer*/ border: none; width: 450px; margin-bottom: 1em; padding: 10px;}

.tabcontent 
    {display:none; font-family:Arial, "Helvetica Neue", Helvetica, sans-serif; font-size:13px;}

@media print {
    .tabcontent {display:block !important;}
}