/* 
    Document   : app
    Created on : 21/07/2009, 23:17:49
    Author     : fernando
    Description:
        Purpose of the stylesheet follows.
*/

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

*{font-family:Verdana, Arial, Helvetica, sans-serif;}

fieldset{
    padding:10px;
}

body
{
    padding:0px;
    margin:0px;
    color: #333333;
    font-size:11px;
}

.fieldset
{
    width: auto;
    border: 1px solid #cccccc;
    padding:10px;
    margin:10px;
}

h3
{
    background-color:#F5F5F5;
    margin-top:5px;
    padding-top:3px;
    padding-bottom:3px;
}

.texto_cinza
{
	font-family:Verdana, Arial, Helvetica, sans-serif, arial, verdana;
	font-size:11px;
	color:#999999;
	cursor:default;
}

.fieldset legend
{
	font-size:12px;
	color:#999999;
	font-weight:bold;
	cursor:default;
}

.table_forms,.table_forms_branco
{
	background-color:#f5f5f5;
	border: 1px solid #cccccc;
	width:99%;
	color:#666666;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        
}
.table_forms td,.table_forms_branco td{
    padding:2px;
}


.table_forms tfoot td,.table_forms_branco tfoot td
{
    background-color:#cccccc;
    border-top:4px solid #333333;
    padding-right:4px;
    height:35px;
    text-align:right;
    width:99%;
    
    
}
.table_forms_branco{
    background-color:transparent;
}

.td1
{
    padding:5px;
    padding-top:6px;
    text-align:right;
    width:15%;
}

.td2
{
    padding:5px;
    text-align:left;
    width:35%;
}

.td_conteudos
{
    padding:5px;
    text-align:left;
    width:85%;
}

.div_voltar
{
    padding:5px;
    text-align:left;
}

#topo
{
    width:100%;
    padding:5px 0px;
}

#conteudos
{
    width:100%;
    padding:10px 0px;
}

#rodape
{
    background-color:#e9e9e9;
    border:1px solid #CCCCCC;
    padding:5px;
    text-align:center;
    margin-top:5px;
}

#logo_topo
{
    width: 30%;
    padding:0px 0px 5px 25px;
}

#menu_topo
{
    width:70%;
    text-align: right;
    *position:relative;
    *top:2px;
}

#menu_horizontal
{
    clear:both;
    background-color:#e9e9e9;
    text-align:left;
}

.a_menu
{
    border-bottom:0;
    padding:5px;
    margin-right:6px;
    text-decoration:none;
    background-color:#e9e9e9;
    color:#333333;
    cursor:pointer;
}

.a_menu:hover
{
    border-bottom:0;
    padding:5px;
    margin-right:6px;
    text-decoration:none;
    background-color:#666666;
    color:#FFFFFF;
    cursor:pointer;
}

.datagrid-pagination{
    text-align:right;
    margin-right:15px;
}

.datagrid
{
    border:1px solid #cccccc;
    width:99%;
    border-spacing:1px;
}

.datagrid th
{
    text-align:center;
    background-color:#cccccc;
    color:#333333;
    padding:4px;
}

.datagrid td
{
    padding:4px;
    border-right:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
}

/*selecao de linhas*/
.datagrid tr.selected td{
    background:#bcf!important;
}
.datagrid tr.selected:hover td{
    background:#cdf!important;
}
.banners-grid-tr td , .link-grid td{
    cursor:pointer;
}


/*Legendas*/
.datagrid_legenda
{
    text-align:right;
    padding-right:20px;
}
.datagrid_legenda .legenda, .datagrid_legenda .legenda-texto{
    float:left;
}
.datagrid_legenda .legenda-texto{
    margin:0  10px 0 0;
    font-weight:bold;
}
/*Legendas*/
.tr1
{
    background-color:#f5f5f5;
    cursor:default;
}

.tr1:hover
{
	cursor:default;
	background-color:#FFFFD3;
	color: #000;
}


.tr2
{
    cursor:default;
    background-color:#e9e9e9;
}

.tr2:hover
{
	cursor:default;
	background-color:#FFFFD3;
	color: #000;
}

.legendas
{
	float:left;
	padding-left:10px;
}

.legenda_true
{
	background-color: #99CC00;
	border: 1px solid #009900;
	width:15px;
	height:15px;
	margin-right:10px;
}

.legenda_false
{
	background-color: #FF0000;
	border: 1px solid #990000;
	width:15px;
	height:15px;
	margin-right:10px;
}

.legenda_status_1
{
	background-color: #FF0000;
	border: 1px solid #990000;
	width:15px;
	height:15px;
	margin-right:10px;
}


.legenda_status_2
{
	background-color: #FFFF66;
	border: 1px solid #FFCC00;
	width:15px;
	height:15px;
	margin-right:10px;
}

.legenda_status_3
{
	background-color: #FF9900;
	border: 1px solid #FF0000;
	width:15px;
	height:15px;
	margin-right:10px;
}

.legenda_status_4
{
	background-color: #B2E0FF;
	border: 1px solid #0066CC;
	width:15px;
	height:15px;
	margin-right:10px;
}


.legenda_status_5
{
	background-color: #99CC00;
	border: 1px solid #009900;
	width:15px;
	height:15px;
	margin-right:10px;
}

.legenda_status_6
{
	background-color: #666666;
	border: 1px solid #000000;
	width:15px;
	height:15px;
	margin-right:10px;
}

.divOk
{
    width:99%;
    border: 1px solid #009A52;
    background-color: #CCFFAE;
    padding:5px 0px;
	text-align:left;
    margin:10px 0px 0px 0px;
}

.imgOk
{
    width:37px;
	height:35px;
	padding:10px;
    background-image:url(../images/icones/alertas/imgSucesso.png);
	background-position:center;
	background-repeat:no-repeat;
}

.divErro
{
    width:99%;
    border: 1px solid #ff0000;
    background-color: #FFC1C1;
    padding:5px 0px 5px 0px;
	font-size:11px;
    margin:10px 0px 0px 0px;
}

.imgErro
{
    width:37px;
    height:35px;
    padding:10px;
    background-image:url(../images/icones/alertas/imgErro.png);
    background-position:center;
    background-repeat:no-repeat;
}

.divAlert
{
    width:99%;
	border: 1px solid #FFD000;
	background-color: #FFFFBC;
	padding:5px 0px 5px 0px;
	font-size:11px;
    margin:10px 0px 0px 0px;
}

.imgAlert
{
    width:37px;
    height:35px;
    padding:10px;
    background-image:url(../images/icones/alertas/imgAlerta.png);
    background-position:center;
    background-repeat:no-repeat;
}

.conteudosDiv
{
    padding:5px;
	font-size:12px;
	font-family:verdana;
    text-align:justify;
	color:#333333;
}

/*
utilizado no form de configuracoes
*/

.config_field .input_text,.config_field .textarea
{
    width:90%!important;
}

.transparente{
     behavior: url(../ie/behaviors/iepngfix.htc);

}

/*Poupup e esqueci senha etc...*/

#pop-div{
    margin-top:10px;
}
#pop-div h1{
    margin-bottom:10px;
    font-size:1.3em;
    color:#FF9900;
}
#pop-div p { margin-bottom: 5px; }
#box-midia-display img{
	max-width:250px;
	max-height:250px;
	_width:250px;
}
