@charset "ISO-8859-1";


/* 
    Document   : users
    Created on : 27/Jul/2010, 11:26:02
    Author     : Amāndio
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;

}
#dvTopoPag
{
    background-image: url('../../images/design/console/topoPag.jpg');
    width: 924px;
    height: 31px;
    text-align: right;
}
#dvTopoPag span
{
    position: relative;
    top:8px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    color:#ffffff;
    padding-right: 10px;
}
#dvTopoPag a
{
    font-family: Tahoma;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    color:#ffffff;
}

#dvTopoPesca{
    width: 923px;
    height: 31px;
    background-image: url('../../images/design/console/topoPagPesca.jpg');
    text-align: center;
    padding-right: 25px;
    background-repeat: no-repeat
}

#dvTopoPag a:hover
{
    text-decoration:underline;
}
body
{
    margin: 0;
    border: 0;
}

#tbList
{
    position:relative;
    width: 924px;
    left: 0%;
    border:0px solid #000000;
   
}
#tbList thead td
{
    border-color: #000000;
    border-width: 1px;
    border-style:solid;
    border-spacing: 1px;
    background-color: #999999;
    text-transform: uppercase;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #999999;
    height: 30px;

}
#tbList tbody td
{
    text-align: center;
    font-family: tahoma;
    font-size: 12px;
    white-space:nowrap;
    font-weight: normal;
    text-transform:uppercase;
    line-height: 2em;
}


#dvOperations
{
    position:relative;
    top:30px;
    float:left
}

#dvOperations input
{
    font-family: tahoma;
    font-size: 10px;
    text-transform:uppercase;
}

#dvPager
{
    position:relative;
    top:30px;
    float:right;
}
#dvPager table
{
    border-style: none;
    border-color: #000000;
    border-width:2px;
    font-family: tahoma;
    font-size: 12px;
}
#dvPager td
{
    vertical-align:text-top;
}
#dvPager select
{
    font-family: tahoma;
    font-size: 11px;
}
#dvPager a
{
    font-size: 12px;
    text-decoration:none;
    text-transform: uppercase;
    font-style:normal;
    color:#999999;
}
#dvPager a:hover{
    color:coral;
}
#separator
{
    padding-left: 3px;
    padding-right: 3px;
}
#totalPages
{
    padding-left: 30px;
}

#fldNewUser
{
   display: block;
   border:none;
   position:relative;
   top:5%;
}
#fldNewUser div
{
    margin: 4px;
}
#fldNewUser label
{
    font-family: tahoma;
    font-size: 11px;
    width: 30px;
    padding-right:2px;

}
.dvUser
{
    width: 100%;
    margin-bottom: 12px;
}
#fldNewUser label
{
    font-family: tahoma;
    font-size: 12px;
    width: 10em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block
}
.txt
{
    font-family: tahoma;
    font-size: 11px;
    width:200px;
    border:solid 1px #999999;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.txt2
{
    font-family: tahoma;
    font-size: 11px;
    border:solid 1px #999999;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.txt3
{
    font-family: tahoma;
    font-size: 11px;

}
.txt4
{
    font-family: tahoma;
    font-size: 11px;
    padding-right:2px;
}
.txtA
{
    width:200px;
    height: 60px;
    font-family: tahoma;
    font-size: 11px;
    border:solid 1px #999999;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
#dvCmds
{
    width: 100%;
    margin: 0px;
    text-align: right;
}
#dvCmds input
{
    font-family: tahoma;
    font-size: 10px;
    text-transform:uppercase;
}
.back
{
    width:100%;
    height: 100%;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#000;
    filter:alpha(opacity=0);
    opacity:0.0;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    z-index:1000
}
.loader
{
    position:absolute;
    top:30%;
    left:40%;
    padding:2px;
    width:50%;
    z-index:1001;
    background-color:#ffffff;
    border:solid 0px #000;
    vertical-align:middle;
    text-align: center;
    font-family:Tahoma;
    font-size:12px;
    color:#999999;
    text-transform: uppercase;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

#dvNoRecords
{
    font-family: tahoma;
    font-size: 12px;
    width: 10em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
    color:red;
}


/* For Tables Behaviour*/
.Item
{
    background-color:#EDEDED;
    cursor:pointer;
}
.Item:hover
{
    background-color:#ACA899;
}
.alternatingItem
{
    background-color:#EDEDED;
    cursor:pointer;
}
.alternatingItem:hover
{
    /*background-color:#999999;;*/
}
.itemclicked
{
    background-color:#9999f2;
    color:#FFFFFF;
    cursor:pointer;
}
.timeFormat
{
    font-family: tahoma;
    font-size: 10px;
    color:red;
    padding-left: 3px;
}
.txtCronicas
{
    font-family: Tahoma;
    font-size: 12px;
    width:300px;
}
.btT
{
    font-family: Tahoma;
    font-size: 8px;
}
#dvFoto
{
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    position:relative;
    width: 305px;
    height: 298px;
    border: solid 1px #999999;
    float:left;
}

#dvPadrao
{
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    position:relative;
    width: 334px;
    height: 436px;
    border: solid 1px #999999;
    float:right;
}
#dvProdutosEsquerda
{
    position:relative;
    width: 305px;
    height: 150px;
    border-top: dashed 2px #999999;
    float:left;
    margin-top: 5px;
    padding-top: 10px;
    z-index: -1
}
#frmProdutos
{
    margin-left:8em;
    margin-right: 8em;
    margin-top: 2em;
}
.inputsclientesText
{
    border:1px solid #666666;
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    width:370px;
}
.inputsProdutosText
{
    border:1px solid #666666;
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    width:370px;

}
#frmProdutos textarea
{
    border:1px solid #CCCCCC;
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    width:296px;
    height: 100px

}
#frmProdutos label
{
    font-family: tahoma;
    font-size: 12px;
    width: 10em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block
}
#dvCmds2
{
    position:relative;
    float:right;
    text-align: right;
    top:0px;

}
#dvProdutosEsquerda table
{
    width: 305px;
    float:right;
}
#dvProdutosEsquerda td
{
    font-family: tahoma;
    font-size: 12px;
    text-align: center
}



#frmBanners
{
    margin-left:8em;
    margin-right: 8em;
    margin-top: 2em;
}
.inputsTextBanners
{
    border:1px solid #CCCCCC;
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    width:200px;
    margin-bottom:1em;

}
.inputsButtonBanners{
    border:1px solid #CCCCCC;
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    width:328px;
    margin-bottom:1em;
}
#frmBanners select
{
    border:1px solid #CCCCCC;
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    width:200px;
    margin-bottom:1em;
}
#frmBanners textarea
{
    border:1px solid #CCCCCC;
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    width:296px;
    height: 100px

}
#frmBanners label
{
    font-family: tahoma;
    font-size: 12px;
    width: 10em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block
}
#dvFotoBanner{
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
    position:relative;
    width: 716px;
    height: 166px;
    border: solid 1px #999999;
    float:left;
}
.rtd{
    font-family: tahoma;
    font-size: 12px;
    padding: 5px;
    color:#000000;
    background-color: #CCCCCC
}
.rtdT{
    font-family: tahoma;
    font-size: 12px;
    padding: 5px;
    color:#ffffff;
    background-color: #666666
}

.titulosTH td{
   padding: 5px 5px 5px 10px;
   height: 20px;
   font-family: tahoma;
   font-size: 12px;
   background-color: #666666;
   color:#FFFFFF;
}
.titulosTRow td{
   padding: 3px 3px 3px 10px;
   font-family: tahoma;
   font-size: 12px;
   height: 10px;
}
.titulosTBottom td{
   padding: 5px 5px 5px 10px;
   font-family: tahoma;
   font-size: 12px;
   height: 10px;
   color:#000000;
   background-color: #CCCCCC
}
.inputsLabel{
    font-family: tahoma;
    font-size: 12px;
}
.inputsText{
    border:1px solid #CCCCCC;
    font-family: Tahoma;
    font-size: 12px;
    color:#666666;
}
.inputList{
    border:1px solid #000000;
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
    width:30px;
    height: 20px;
}
.inputListSelect{
    border:1px solid #000000;
    font-family: Tahoma;
    font-size: 11px;
}
#frmFormulario table{
    width:100%;
}
.tdTitulos{
    background-color: #999999;
    font-family: tahoma;
    font-size: 12px;
    width:30%;
    color: #FFFFFF;
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
    text-transform: uppercase;
}
.tdInputs{
    background-color: #CCCCCC;
    font-family: tahoma;
    font-size: 12px;
    width:70%;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
}
.btbt{
    font-size: 11px;
    width:30px;
}
.tdInputss{
    font-family: tahoma;
    font-size: 11px;
    color: #FFFFFF;
}