/* 
    Document   : mares
    Created on : 6/Jan/2009, 22:47:31
    Author     : Ricardo Ribeiro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.divMares{
   
}

.divMares .porto{
   font-family:Arial;
   font-size: 15px;
   padding-left: 10px;
   font-weight: bold;
}

.divMaresMini .porto{
   font-family:Arial;
   font-size: 15px;
   padding-left: 10px;
   font-weight: bold;
}

.barraMares{
    font-family: Arial;
    background-color: #3D7CDA;
    border-collapse:collapse;
    font-weight:bold;
    width:100%;
    font-size: 10px;
    height: 27px;
    vertical-align: middle;
    
}

.barraMares select{
    color:#1F1F1F;
    font-size: 10px;
	background-color:white;
}

.hidroMares{
    position:relative;
    top: -50px;
    left: 320px;
}

/****************************/

.divMaresMini{
   
}

.divMaresMini .hidroMares{
    position:relative;
    top: 40px;
    left: 363px;
}

.linhaMares{
    background-image: url(../images/fundo_mares.png);
    width:255px;
    height:27px;
    background-repeat:no-repeat;
    
    color:#D9A300;
    font-family:Arial;
    font-size:12px;
   
}

.hoje{
    color: #333333;
    font-family:Arial;
    font-size:12px;
}

.tituloMares td{
    color: #6797DE;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
   
}