﻿/* 
 Provided by Shahin@themorningoutline.com Under GNU GPL
 For more inforamtion visit swww.themorningoutline.com
 */
body
{
    height: 60%;

}
.divContainer
{                
    text-align: right;
    font-size: large;
    position: absolute;
    visibility: visible;
    width: 98%;
    filter: alpha(opacity=75 );
    -moz-opacity: 0.75;
   opacity = 0.75;
    vertical-align: middle;
    display: inline;
    height: 40%;
    /*background-color:#000000;*/
    border-right: white thick outset; 
    border-top: teal thin solid; 
    border-left: teal thin solid;
    border-bottom: teal thin solid;  
    z-index:99999; border-right: teal thin solid; background-image: url(Images/phil.jpg); }

.divLoaderBack
{
	/*background-color: #444141;*/
	color: #ffffff;
	font-size: x-small;
	height: 10px;
	visibility: visible;
	width: 510px;
	border-right: blue thin outset;
	padding-right: 5px;
	border-top: blue thin outset;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: blue thin outset;
	padding-top: 5px;
	border-bottom: blue thin outset;
	margin-top: 15px;
	vertical-align: middle;
	text-align: left;
	margin: auto;
	top: 50%;
	position: relative;
	background-color: white;
}
.divLoaderProgress
{
	/* background-color: #e2e7eb;*/
	color: gray;
	padding: 5px,0px,0px,5px;
	position: relative;
	visibility: visible;
	height: 5px;
	width: 0px;
	background-color: red;
}

.divLoadingStat
{
	/*background-color: transparent;*/
	border-color: #ffffff;
	color: #ffffff;
	padding: 5px,0px,0px,5px;
	position: relative;
	visibility: visible;
	border-width: thin;
	width: 100%;
	height: 10px;
	text-align: center;
	margin-bottom: 15px;
	top: 50%;
	background-image: url(Images/phil.jpg);
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #2E4d7B;*/
    background-color: steelblue;
	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: #D3DEEF;*/
    background-color: white;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

.popupControl
{
	background-color: #99ccff;
	border: outset 1px #c0c0c0;
	color: Green;
	position: absolute;
	visibility: hidden;
}





