*
{
    font-family: Verdana;
    font-size: x-small;
}
body
{
    margin: 0;
    padding: 0;
}
A:Link
{
    text-decoration: none;
    color: Black;
}
A:Visited
{
    text-decoration: none;
    color: Black;
}
A:active
{
    text-decoration: none;
    color: Black;
}
A:hover
{
    text-decoration: underline;
    color: Black;
}
.CampoDesc
{
    font-family: Verdana;
    font-size: xx-small;
    background-color: #f2f2f2;
    border: solid 1px #CCC;
}
.CampoID
{
    font-family: Verdana;
    font-size: xx-small;
    border: solid 1px #CCC;
}
.CampoID:focus
{
    border: solid 2px orange;
}
.Button
{
    font-family: Verdana;
    font-size: xx-small;
}
.ButtonDisabled
{
    font-family: Verdana;
    font-size: xx-small;
    background-color: #f2f2f2;
}
.TextBoxDefault
{
    font-family: Verdana;
    font-size: xx-small;
    border: solid 1px #CCC;
}
.TextBoxDefault:focus
{
    border: solid 2px orange;
}
.TextBoxDisabled
{
    font-family: Verdana;
    font-size: xx-small;
    background-color: #f2f2f2;
    border: solid 1px #CCC;
}
.DropDownList
{
    font-family: Verdana;
    font-size: xx-small;
}
.RadioButtonList
{
    font-family: Verdana;
    font-size: xx-small;
}
.checkBoxDefault
{
    font-family: Verdana;
    font-size: xx-small;
}
.labelDefault
{
    font-family: Verdana;
    font-size: xx-small;
}
.Dp
{
    font-family: Verdana;
    font-size: xx-small;
    margin-left: 0;
    border: none;
}
#JanelaFundo
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -375px;
    margin-top: -250px;
    z-index: 0;
    filter: alpha(opacity=70);
    opacity: .7;
}
#JanelaReplicar
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -300px;
    z-index: 2;
}
#pnlLicitacao
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -300px;
    z-index: 10;
}
#JanelaCentro
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -300px;
    z-index: 2;
}
.SkinTextBox
{
    border: 1px solid #ccc;
    font-family: Verdana;
    color: #666;
    font-size: x-small;
    margin-left: 0;
}
.SkinTextBoxFocus
{
    border: 2px solid #fd8b37;
    font-family: Verdana;
    font-size: x-small;
    margin-left: 0;
}
.MaskedEditError
{
    background-color: #fcc;
}
.dvLoader
{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    margin-top: 220px;
    left: 45%;
    width: 220px;
    height: 80px;
    background-image: url(Imagens/loaderDuralex.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 500;
}
.dvFundo
{
    position: absolute;
    width: 100%;
    height: 1500px;
    margin: 0;
    filter: alpha(opacity=70);
    opacity: .7;
    -moz-opacity: .65;
    z-index: 10;
}
.tabDefault
{
    width: 100%;
    font-family: Verdana;
    font-size: x-small;
}
.tdDefault
{
    font-family: Verdana;
    font-size: x-small;
    width: 180px;
    text-align: right;
}
.dvCadastro
{
    margin: 0 auto;
    width: 840px;
    margin-top: 20px;
}
.dvGrid
{
    margin: 0 auto;
    width: 98%;
    margin-top: 10px;
}
.dvTabContainer
{
    margin: 0 auto;
    width: 98%;
    margin-top: 10px;
}
.fieldsetDefault
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
}
.styleTitulo
{
    margin-top: 20px;
    height: 63px;
    font-family: Verdana;
    font-size: 28px;
    font-weight: 500;
    padding-left: 20px;
    color: #000;
    background-image: url(Imagens/backgroundTitulo.png);
    background-repeat: no-repeat;
}
.pagination
{
    font-size: 80%;
}
.pagination a
{
    text-decoration: none;
    border: solid 1px #AAE;
    color: #15B;
}
.pagination a, .pagination span
{
    display: block;
    float: left;
    padding: 0.3em 0.5em;
}
.pagination .current
{
    background: #26B;
    color: #fff;
    border: solid 1px #AAE;
}
.pagination .current.prev, .pagination .current.next
{
    color: #999;
    border-color: #999;
    background: #fff;
}

