html
{
    width:100%;
}
body 
{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow:auto;
    font-family: Arial;
    font-size: 12px;
    color: #787878;
    background: #787878;    
}

.conteudo
{
    background-color: #47474B;
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    padding: 10px;
    vertical-align: text-top;
}

.linksConteudo a
{
    color: #FFFFFF;
}

.linksConteudo a:hover
{
    color: #B4DC15;
}

.subMenu
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;    
    margin-bottom: 15px;   
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
}

a.subMenu
{
    color: #1C1C1C;
    font-style: normal;  
    text-decoration: none;
    line-height: 20px;
}
a.subMenu:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.conteudo_reservas
{
    font-family: Arial;
    font-size: 12px;
    color: #C5C5C5;
    background-color: #47474B;
}

.conteudo_reservas a
{
    color: #C5C5C5;
}

.conteudo_reservas a:hover
{
    color: #B4DC15;
}

.reservas_inicio
{
    font-family: Arial;
    font-size: 12px;
    padding-bottom: 1px; 
    width:378px; 
    color:#C5C5C5;
}

a.reservas_disponibilidade
{
    color: #C5C5C5;
    font-style: normal;  
    text-decoration: none;
}

a.reservas_disponibilidade:hover
{
    color: #FFFFFF;
}

a.reservas_confirmar
{
    color: #92B644;
    text-decoration: none;   
    text-transform: uppercase;
}

a.reservas_confirmar:hover
{
    color: #FFFFFF;
}

.reservas_tipologias
{
    color: #FFFFFF;
    background-color: #6C6C6E;
}

a.reservas_tipologias
{
    color: #B6B6B6; 
    text-decoration: none;   
}

a.reservas_tipologias:hover
{
    color: #FFFFFF; 
}
 
.reservas_resultado_header
{
    background-color: #6C6C6E;
    color: #BCBCBC;
    text-transform: uppercase;
}

.reservas_resultado_row
{
    background-color: #7D7D7D;
    color: #FFFFFF;
    text-transform: uppercase;
}
  
.reservas_erro
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial;  
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #7D7D7F;
}

/*preload classes*/
.svw {width: 379px; height: 290px; background: #595959;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden;
/*border: 5px solid #ff0000;  */
margin: 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0;
}
.stripTransmitter a{
font: bold 10px Arial;
text-align: center;
line-height: 22px;
background: #92B644;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #34460C;
}

/*tooltips formatting*/
.tooltip
{
background: #fff;
color: #000;
}
