﻿
.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: silver;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: black;
    font-weight: bold;
}
.body 
{
    font-family: Myriad;
    font-size:11pt;
}
.h2
{
    font-family:Myriad;
    font-size:x-large;
    font-weight:bold
}
.default1
{
}
.header1
{
 font-style: italic; 
	font-size:12pt;
	font-family: Myriad;
	color: gray;
}
.accordionHeader
{
    font-size: 10pt; color: white; letter-spacing: 1pt; text-decoration: bold; background:<%=arrColors(0)%>; font-family: Verdana;
	border-left: 1px solid yellow;
	border-top: 1px solid yellow;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}
}
.formbutton2
{
    font-size: 10pt; color: white; letter-spacing: 1pt; text-decoration: bold; background:<%=arrColors(1)%>; font-family: Verdana;
	border-left: 1px solid yellow;
	border-top: 1px solid yellow;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}
}
.formbutton3
{
    font-size: 10pt; color: red; letter-spacing: 1pt; text-decoration: bold; background:white; font-family: Verdana;
	border-left: 1px solid yellow;
	border-top: 1px solid yellow;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
}
}
.formbutton4
{
    font-size: 10pt; color: red; letter-spacing: 1pt; text-decoration: bold; background:white; font-family: Verdana;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 2px solid blue;
	border-right: 2px solid blue;
}
}
.formbutton5
{
    font-size: 10pt; color: red; letter-spacing: 1pt; text-decoration: bold; background:white; font-family: Verdana;
	border-left: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
}
