/* 
    Document   : style
    Created on : 03-01-2013, 01:01:38 PM
    Author     : Greg
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#header_logo {
    padding: 7px 8px 6px 8px;
    height: 70px;
    background: url(../images/logo_sernapesca_cunlogan.png) no-repeat;
}

#header_title
{
    text-align: center;
    font-size: large;
    position: relative;
    /*top: 15px;*/
    vertical-align: middle;
    top: 15px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    font-style: inherit;
    font-variant: inherit;
}
.tf-yellow{
    background-color: yellow;
}

.tf-red{
    background-color: red;
}

.tf-green{
    background-color: green;
}