﻿.accordionHeader
{
    border: 1px solid #2F4F4F;
    color:#0000C0;
    background-color:#dcdcdc;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    text-align:left;
    cursor: pointer;
}

.hiddenPic
{
display:none;
}

onlyCaps
{ 
 text-transform:uppercase;
}


.panellabel
{
    font-weight: bold;
    font-family: arial;
    font-size: x-large;
    color: white;
    left: 27px;
    position: relative;
    top: 3px;
    
    }
    
    .texttest
{
    font-weight: normal;
    font-family: arial;
    font-size:large;
        
    }

.tableedges
{
    border-right-color: #a9a9a9;
    border-right-style: solid;
    border-right-width: thin;

    border-left-color: #a9a9a9;
    border-left-style: solid;
    border-left-width: thin;

}

.roundpanelcenter
{
    text-align:center;
    left: 0px;
    position: relative;
    top: 0px;
    background-color:#ff8c00;
    Height:30px;
    font-family: Arial;
    vertical-align: middle;
   
   
}

.roundpanel
{
    text-align:left;
    left: 0px;
    position: relative;
    top: 0px;
    background-color:#ff8c00;
    Height:30px;
   
}

.accordionContent
{
    background-color:White;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align:left;
    font-family: Arial;
	font-size: 12px;
}

.accordionLink
{
 background-color:#dcdcdc;
    color: #0000C0;
    font-weight:normal;
    font-size:small;
}
.accordionlinkhowitworks2
{
font-size: medium;
color:gray;
font-weight:bold;

}
.accordionlinkhowitworks
{
 background-color:#dcdcdc;
    color: darkblue;
    font-weight:bold;
    font-size:large;
    }

.watermark {
	background: Black;
}

.popupControl {
	background-color:Red;
	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;
}

.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;
}