﻿body 
{
    font-family: Tahoma;
    font-size:10pt;
}
h2
{
    font-family:Tahoma;
    font-size:x-large;
    font-weight:bold
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color:Gray;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;    
}

.accordionContent
{
    background-color:Silver;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color:White;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.boldLabel 
{
	font-family:Arial;
	font-size:larger;
	font-weight:bold;
	color:Black;
}

.LabelTitle
{
	font-family:Sans-Serif;
	font-size:medium;
	font-weight:bold;
}

.LabelResponse
{
	font-family:Sans-Serif;
	font-size:medium;
	font-weight:normal;
}	

.Menu
{
	background-color:Silver;
	font-family:Sans-Serif;
	font-size:small;
	color:Black;
	width:100%; 
	height:30px; 
	position:absolute; 
	left:0px; 
	top:100px;
}

 .SimpleEntertainmentMenu .AspNet-Menu-Selected
{
    border: solid 1px #00ff00 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected
{
    border: solid 1px #ff0000 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected
{
    border: solid 1px #0000ff !important;
}

		
	