﻿body
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #313131;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
input
{
    padding: 3px;
    border: 1px solid #808080;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #313131;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    background-color: #F9F9F9;
}

.tdTitle
{
    padding: 5px;
    background-color: #8e273b;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.tdForm
{
    padding: 5px;
}

.tdFormTitle
{
    padding: 5px;
    font-weight: bold;
    background-color: #F1F1F1;
    vertical-align:top;
    width: 120px;
}
.tdFormControl
{
    padding: 5px;
    width: 450px;
}
.tdFormValidate
{
    padding: 5px;
    width: 150px;
}

.linkPadrao
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #9e0c0f;
    text-decoration: none;
}
.linkPadrao:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #313131;
    text-decoration: underline;
}

.linkTitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-decoration: none;
}
.linkTitle:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
    letter-spacing: 2px;
}

.filtroTable
{
    background-color: #E8E8E8;
    border: 1px solid #808080;
    width: 100%;
}
.filtroTitle
{
    padding: 5px;
    font-weight: bold;
}
.filtroContent
{
    padding: 5px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    background-repeat: repeat;
    text-align: center;
}

.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 10px; 
    padding-bottom: 10PX;
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:200px; 
    height:75px;
}

.tdFAQResposta
{
    padding: 5px;
}

.tdFAQPergunta
{
    padding: 5px;
    font-weight: bold;
}

.searchTable
{
    background-color: #FFFFFF;
    border: 1px solid #808080;
    width: 100%;
}
.searchTitle
{
    padding: 5px;
    font-weight: bold;
    background-color: #E8E8E8;
}
.searchContent
{
    padding: 5px;
}

.mask {

    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.mask:hover {
        -moz-opacity: 0.6;
    opacity:.60;
    filter: gray() alpha(opacity=60);
}

.styleConten {
    width: 547px;
}

.styleContentRight{
    width: 170px;
}

.menuSite
{
    z-index: 100;
}