﻿body {
}
.MainTable
{
  width: 1024;
  
  padding: 3;
}
.panelClass 
{
	background-color: lime; 
	width: 100%;
}

.accordionHeader
{
    border: 0px solid #D7D7D7;
    color: white;
    background-color: #F61723;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    
}
.accordionHeaderSelected
{
    border: 0px solid #D7D7D7;
    color: white;
    background-color: #219F4B;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #C0D9AF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align:left;
    font-family: Arial;
    font-weight: normal;
}
.Text0
{
    width: 100%;
    text-align: center;
        font-family: Arial;
    font-weight: bold;
    color: #307CD2;
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000000; 
    filter:alpha(opacity=50); 
    z-index:1000; 
}
#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #0;
    font-family:Arial;
    font-size:small;  
}



.processMessage { 
    font-family:Arial;
    font-size:small;
    background-position:center;     
}


.ButtonRedGreen{
	border-radius: 0.6em;			/* increased border-radius */
	text-decoration: none;
	color: white;					/* changed text color to white */
	padding: 0.3em 0.3em;  				/* increased padding for a larger button */
	background-color: #ED1C24;		/* changed background color to a nice blue */
	/*text-transform: uppercase;		 made the text uppercase */
	font-weight: bold;				/* gave the text a bold look */
}

.ButtonRedGreen:hover {
	background-color: transparent;  /* changed the bg-color to transparent */
	border: 0.15em #20A04A solid;	/* set a border to a blue color */
	color: #20A04A;					/* set a text color to the same color */
}

.ButtonRedGreen:active {
	background-color: transparent;  
	border: 0.15em #5e8ca5 solid;	
	color: #5e8ca5;					/* minor text color change in a deeper blue */
}   


.ButtonBlue{
	border-radius: 0.6em;			/* increased border-radius */
	text-decoration: none;
	color: white;					/* changed text color to white */
	padding: 0.3em 0.3em;  				/* increased padding for a larger button */
	background-color: #9AB2CA;		/* changed background color to a nice blue */
	/*text-transform: uppercase;		 made the text uppercase */
	font-weight: bold;				/* gave the text a bold look */
}

.ButtonBlue:hover {
	background-color: transparent;  /* changed the bg-color to transparent */
	border: 0.15em #9AB2CA solid;	/* set a border to a blue color */
	color: #9AB2CA;					/* set a text color to the same color */
}

.ButtonBlue:active {
	background-color: transparent;  
	border: 0.15em #9AB2CA solid;	
	color: #9AB2CA;					/* minor text color change in a deeper blue */
}     