﻿body
{
    font-family: arial, verdana, tahoma;
    font-size:12px;
    background-color:black;
}

a
{
    color:#f0cee2;
    text-decoration:none;
}

a:hover
{
    color:#f0cee2;
    text-decoration:underline;
}

.reportmenu
{
    background-color:#F7F6F3;
    border-color:gray;
    border-style:solid;
    border-width:1px;
}
.reportsubmenu
{
    border-color:gray;
    border-style:solid;
    border-width:1px;
}

a.menutitles
{
    color:black;
    text-decoration:none;
}
a.menutitles:visited
{
    color:black;
    text-decoration:none;
}
a.menutitles:hover
{
    color:black;
    text-decoration:none;
}
a.menusubtitles
{
    color:black;
    text-decoration:none;
}
a.menusubtitles:visited
{
    color:black;
    text-decoration:none;
}
a.menusubtitles:hover
{
    color:orange;
    text-decoration:underline;
}



.container /* The rounded container that everything appears inside */
{
    background-color:black;
}

.filterheader /* The filter and group headers bars */
{
    background-color:Orange;
}

.FormInlineHelp
{
	color:white;
}

.MultipleChoice table { background-color: white !important; }

 .pinkfont
 {
	color:#f0cee2;
 }


.callcount /* The call count number on the results tab */
{
    font-weight:bold;
    color:Orange;
}

.Modalbg /*The background of the popup info box*/
{
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7;
}

