﻿body {
}
.Heading
{
	font-family: 'Trebuchet MS';
	font-size: xx-large;
	font-weight: normal;
}
.NavLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.SelectedRow
{
	background-image: url(Images/selectedrow.png);
	background-repeat: no-repeat;
}
.Code
{
	font-family: Courier New;
	font-size: medium;
}
.Content
{
	font-family: 'Trebuchet MS';
	font-size: medium;
}
.ContentSmaller
{
	font-family: 'Trebuchet MS';
	font-size: small;
}
.TableSmaller
{
	font-family: 'Trebuchet MS';
	font-size: small;
	border: thin outset #b0b0b0;
	background-color: #fcf4fc;
	list-style-image: url(Images/MoveNext.png);
}
.BarStyle
{
	padding: 0px;
	margin: 0px;
	color: #808000;
}
.Heading2
{
	font-family: 'Trebuchet MS';
	font-size: large;
	font-style: italic;
}
.Heading3
{
	font-family: 'Trebuchet MS';
	font-size: small;
	font-weight: bold;
}
.TableHeading
{
	font-family: 'Trebuchet MS';
	font-weight: bold;
	background-color: #CC9900;
	text-align: center;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #DFEAFB;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
	font-family: 'Trebuchet MS';
	font-size: medium;
}
