.menu {
    background: #87CEFA;
}

.menu h3 {
    background: #FFF;
    font-style: italic;
}

.menu a:link, .menu a:visited {
    text-decoration: none;
    color: #000;
}

.menu a:hover {
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}

.erro {
    font-family: 'Times New Roman';
    background-color: #FF9999;
    color: #000;
    border-radius: 4px;
    font-style: italic;
    font-weight: bold;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alerta {
    font-family: 'Times New Roman';
    background-color: #FFCC66;
    color: #000;
    border-radius: 4px;
    font-style: italic;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sucesso {
    font-family: 'Times New Roman';
    background-color: #99FFCC;
    color: #000;
    border-radius: 4px;
    font-style: italic;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.formulario {
    font-family: 'Times New Roman';
    padding: 15px;
    padding-top: 1px;
    background-color: #CCC;
}

.formulario label {
    display: block;
}

.formulario h4 {
    text-decoration: underline;
    font-style: italic;
}

.formulario .largura10 {
    width: 10%;
    float: left;
}

.formulario .largura20 {
    width: 20%;
    float: left;
}

.formulario .largura30 {
    width: 30%;
    float: left;
}

.formulario .largura40 {
    width: 40%;
    float: left;
}

.formulario .largura50 {
    width: 50%;
    float: left;
}

.formulario .largura60 {
    width: 60%;
    float: left;
}

.formulario .largura70 {
    width: 70%;
    float: left;
}

.formulario .largura80 {
    width: 80%;
    float: left;
}

.formulario .largura90 {
    width: 90%;
    float: left;
}

.formulario .largura100 {
    width: 100%;
    float: left;
}

.formulario .bloco, hr {
    clear: both;
}

.clear {
    clear: both;
    display: block;
}

.formulario input, select, textarea {
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
}

.formulario input[type=submit], input[type=button] {
    background-color: #00BFFF;
    color: #FFF;
    /*width: 100px;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
}

.formulario input[type=submit]:hover, input[type=button]:hover {
    background-color: #000;
    color: #FFF;
    /*width: 100px;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
}

.formulario input[type=checkbox] {
    background-color: #FFF;
    zoom: 2.0;
    vertical-align: top;
}

.tabela {
    padding: 5px;
    border: none;
    font-size: 11px;
    font-family: 'Verdana';
}

.tabela caption {
	font-size: 26px;
	padding: 10px;
	font-weight: bold;
}

.tabela th {
    background: gray;
    color: white;
    padding: 7px;
}

.tabela td {
    padding: 7px;
}

.tabela a:link, .tabela a:visited {
    color: #FFF;
    text-decoration: none;
}

.tabela a:hover {
    color: #FFF;
    text-decoration: underline;
    font-style: italic;
}

/*linha par*/
.tabela tr:nth-child(odd) {
    background: #CCC;
}

/*linha impar*/
.tabela tr:nth-child(even) {
    background: #FFF;
}

/* linha selecionada */
.tabela tr:hover {
    background-color: #0080c0;
    color: #FFF;
}
