
.updateProgress
        {
            border-width:1px; 
            border-style:solid; 
            background-color:#FFFFFF; 
            position:absolute; 
            width:150px; 
            height:50px;    
        }
        .updateProgressMessage
        {
            margin:3px; 
            font-family:Trebuchet MS; 
            font-size:small; 
            vertical-align: middle;
        }   
.HEADER
{
	color:#970825;
}





.processMessage { 
  z-index:1001; 
  background-color:#fff; 
} 

.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=60);
    opacity:0.60;        
}

.controlpanelheadings
{
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}
.SlavePageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    font-size: medium;
     font-weight:bold; 
}


.PopUpPanels
{
    padding: 10px;
    background-color: #395ca4;
}
.popupHover1 {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.pMenu1 {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}



a 
	{
		text-decoration:none;
	}

/*These settings will change the color of Heading Row throughout the web   #042675   */
		.HEADERROW
		{
			background-color :#395ca4;
			color :white ;
			font-weight:bold ;
		}
body
{
	font-family :Arial;
	font-size :12px;
}

/* Accordion */
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.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;
}




.skin0{
position:absolute;
width:140px;
border:1pt solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
font-size:14px;
z-index:100;
visibility:hidden;
}

.menuitems{
padding-left:10px;
padding-right:10px;
font-family:Verdana;
font-size:12px;
color:black;
}

