/**
 * folha de estilo css apenas para plataforma desktop para plugescola p5 
 * @author Jefferson
 * @version 0.1 08/01/2012
 */
@charset "UTF-8";
/*movido para cabeca.php
 
.alert_div{
  background-color: #ffffff;
  margin:30px;
  width:500px;
  box-shadow: 5px 5px 5px #000;
  z-index:10000;
}

.alert_div_titulo{
  background-color: #ccc;
  border-bottom: 1px solid black;
  height:30px;
}

.alert_div_titulo h3{
  padding-left: 15px;
  padding-right: 15px;
}

.alert_div_conteudo{
  padding:15px;
}

.alert_div input[type=button]{
  width:100px;
  height:30px;
  margin-bottom:10px; 
}
*/

.f1_div{
  background-color: #ffffff;
  margin:30px;
  width:500px;
  box-shadow: 5px 5px 5px #000;
  z-index:10000;
}

.f1_div_titulo{
  background-color: #ccc;
  border-bottom: 1px solid black;
  height:30px;
}

.f1_div_titulo h3{
  padding-left: 15px;
  padding-right: 15px;
}

.f1_div_conteudo{
  padding:15px;
}

.f1_div input[type=button]{
  width:100px;
  height:30px;
  margin-bottom:10px; 
}

.volta{
  width:30px;
  float:left;
  margin-right:10px;
}

.volta:hover{
  width:30px;
  float:left;
  margin-right:10px;
  cursor: pointer;
}

.bt_grande{
  margin:10px;
}

.icon:hover {
  cursor: pointer;
  width:20px;
} 

.button{
  cursor: pointer;
  margin-bottom: 10px;
}

b span {
  display: none;
}

b:hover span {
  display: block;
  position: relative;
  top:10px;
  left: 10px;
  width: 130px;
  padding: 5px;
  margin-left:2px;
  color: #fff;
  background:#060;
  font-size: 10px;
  text-align:left;
  border:1px solid #000;
}    
    
#mask{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  display:none;
  background-color: transparent;
  opacity: 0.5;
  width:100%;
  height:100%;
}
      
#aguarde{
  cursor:wait;
  opacity: 0.5;
  z-index:11000;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}