body {
    background:none repeat scroll 0 0 #fff;
    color:#000;
    font:11px arial,verdana,tahoma,sans-serif;
}

input, textarea, select
{
    color: #000;
}


legend 
{
    clear:left;
    font-size:24px;
    font-weight:bold;
}

label.error
{
    color: red;
    font-size: 11px;
    font-style: italic;
}

form table td *
{
    vertical-align: middle;
}

.controls
{
    padding: 0px;
    color: #000 !important;
    
}
.controls select
{
    margin-right: 25px;
}
hr
{
    border: 1px solid #fff;
}

.search label
{
    font-weight: bold;
    margin-right: 10px;
}


/**************backend*******************/
.backE_controls
{
    overflow: hidden;
}
.backE_controls li
{
    display: inline;
}
.backE_controls a
{
    border:1px solid #666666;
    display:block;
    float:left;
    font-size:16px;
    font-weight:bold;
    height:40px;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    width:100px;
}

th
{
    font-weight: bold;
    background:none repeat scroll 0 0 #224466;
    text-align:left;
    color: #CCFFFF;
    padding:4px 0;
}

.par td
{
    padding: 2px 0;
    background:none repeat scroll 0 0 #EEEEFF;
    color: #000;
}

.impar td
{
    padding: 2px 0;
    background:none repeat scroll 0 0 #fff;
    color: #000;
}

#legend
{
    margin:5px 0 5px -24px;
}
#legend img
{
    margin-left: 25px;
    margin-right: 5px;
    margin-bottom: -2px;
}
