﻿body
{
    font-family: Arial, Sans-Serif, Helvetica, Tahoma;
    font-size: 12px;
    background-image : url('images/verticalbackground.jpg');
    background-repeat:repeat-x;
    
}

#geral
{
    border-style: ridge;
    border-width: medium;
    border-color: inherit;
    width: 995px;
    margin: auto;
    background-color: #CCCCCC;
}

#topo
{
    background-image: url(images/TopoIntermediarioIngles.png);
    height:200px;
    background-color:White;
    color:Black;
}

#titlebar
{
    height:35px;
    background-color:Navy;
    font-size:20px;
    padding-left:10px;
    padding-top:3px;
    color:White;
}

#viewpersonaldata
{
    height:500px;
    color:Black;
}

input
{
    background-color: #FFFFCC;
    color: Blue;
    border: 1px solid;
}
.labels
{
    text-align:right;
}

.tituloviews
{
    background-color: #FFFF99;
    color:Blue;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    
}

.tabelas
{
    width:100%;
    
}