﻿#progressBackgroundFilter {
  position: fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:Gray; 
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:4000;
}

 

#processMessage { 
  position: fixed; 
  top:45%; 
  left:40%;
  padding:10px;
  width:16%;
  z-index:4001; 
} 
body 
{
}
.mainheading
{
	padding-top:30px;
	font-family:Arial Narrow ;
	font-size: 18px;
	font-weight: bold;
	color:#f97d03;
	text-align:center;
	font-weight :bold ;
}
.sideheading
{
	color:navy;
	font-weight :bold;
}
.collapsePanelHeader
{   
	float:none; 
	cursor: pointer; 
}
.sectionhead
{
	border-right: white thin inset;
	border-top: white thin inset;	
	padding-left: 3px;
	text-align:center;
	font-weight: bold;
	border-left: white thin inset;
	border-bottom: white thin inset;
	letter-spacing: 0.5pt;
	font-family:Arial Narrow;
	background-color: #ff9966;
	color:White;	
	font-variant: small-caps;
	font-size:12pt;
}
.midtitle
 {
  font-family:Arial Narrow ;
  font-size :x-large ;
  font-weight:bold;
  color:#ff9966;
  padding-left :30PX;
  padding-top:30PX;
  padding-bottom:20PX;
}
.text
{
	text-align:justify;
	font-family:Arial;
	font-size:small;
}
.normaltext
{
	color:navy;
	font-weight :bold;
}


a {
  text-decoration: none;
}
a:link {
   color: #b88b11;
}
a:visited {
   /*color: #6600cc;*/
    color: #b88b11;
}
a:hover {
   color: #6600cc;
   text-decoration:underline;
}
a:active {
   /*color: #ecb412;*/
    color: #b88b11;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: Gray/* #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:gray /*#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: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

