﻿.accordionHeader
{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}

.accordionContent
{
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-width: 0px;
	border-top-color: 0;
	border-right-color: 0;
	border-bottom-color: 0;
	border-left-color: 0;
	color: #000000;
}

.accordionLink
{
	color: #000000;
	font-family: Tahoma;
	font-size: 15px;
}

.watermark
{
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	color: #000000;
}

.sampleStyleA
{
	background-color: #FFF;
	color: #000000;
}

.sampleStyleB
{
	background-color: #FFF;
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.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;
}