﻿modalBackground 
{
	background-color:gray;
	filter:alpha(opacity=90);
	opacity:0.9;
	position: absolute;
    padding : 10px;
	margin: 0px;
	text-align: center;
}   

#someclass{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: yellow;
}

.BackGround 
{  
    background-image:url(/images/fondo.jpg); 
}
   
.accordionHeader
{
    border: 0px solid gray;
    color: white;
    font-family: calibri;
    font-size: 11pt;
    font-weight: bold;
    padding: 11px;
    margin-top: 8px;
    cursor: pointer;
    background-image:url(images/basepreguntas1.gif);

}

.accordionContent
{
    font-family: Calibri;
    font-size: 11pt;
    font-weight: normal;
}

.accordionLink
{

    color: white;
    text-decoration: none;
    
}


#UpdateProgress
{
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-image:url(pleasewait.gif);
  background-color:green;  
  
  z-index:10000; 
  
} 

#processMessage {  
  position:fixed;  
  top:5%;  
  left:43%; 
  padding:16px; 
  width:14%; 
  z-index:10001; 
  background-color:red; 
} 

