﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #F6FCFC url(../Images/page-bg.png) repeat-x;*/
    background-color: #F6FCFC;
    font-size: .80em;   
    font-family: Arial  ; 
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#corpo .caixa_form_login{
	 border: 1px solid #0066CC;
     padding: 10px;
     width:245px;
     text-align: left;
     margin:0 auto;     

}

#corpo .caixa_form_login h3
{
    background: url(../Images/chaves_24x24.png) no-repeat;
	margin:10px 0 30px 0;
	padding: 0 0 6px 30px;
	border-bottom:1px dashed #333;
}

.campo-obrigatorio {
	padding-right: 2px;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.artBotao  {
    background-color:#BED6F8;
    background-image:url('../Images/backMenu.png');
    border-color:#BED6F8;
    padding:1px;
    cursor: pointer;   
    border-radius: 5px;
    width: 80px;
}

#corpo .caixa_form_login .artBotao{
	margin-top: 10px;	
}

#system-message 
{
    font-size: 1.2em;
    margin: 30px 0;
    padding: 0;
    width:100%;
}


#system-message .erro
{
    background: #E6C0C0 url(../Images/notice-alert.png) 4px center no-repeat;
    color: #C00;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
    padding: 10px 10px 10px 40px;   
    width:94%; 
}

#system-message .info 
{
    background: #C3D2E5 url(../Images/notice-info.png) 4px center no-repeat;
    color: #05B;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
    padding: 10px 10px 10px 40px;    
}

.page
{
    /*width: 85%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: #CCC solid 2px;*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #F2F2F2 url(../Images/logo_empresas_ibej_trans.png) no-repeat right top;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/*ITENS MENU INFERIOR*/
#jsddm{	
	/*margin-top: 10px;*/
	padding: 0;
}
#jsddm li{
	float: left;
	list-style: none;
	/*font: 12px Tahoma, Arial*/
}
#jsddm li a{	
	display: block;
	/*background: #4ba379;*/
	padding: 7px 20px;
	/*padding: 5px;*/
	text-decoration: none;
	/*border-right: 1px solid white;*/
	color: #313552;
	white-space: nowrap;
}
#jsddm li a:hover{
	/*background: #065041;*/
	border-bottom:2px solid red;    
}			
#jsddm li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
}			
#jsddm li ul li{
	float: none;
	display: inline
}			
#jsddm li ul li a{
	/*width: auto;*/
	background: #4B6C9E;
	border-bottom:1px solid white;
	text-align:left;
	color:White;
}			
#jsddm li ul li a:hover{
	background: #BED6F8;
	color:#065041;
}

/* TAB MENU   
----------------------------------------------------------*/
.barraTop
{
    background:url(../Images/barraTop.jpg) repeat-x;
    height:18px;
}
#menuTopo
{
    background:url(../Images/barraCenso.jpg) repeat-x;
    height:29px;
}
div, input, select
{
    border-width: 1px;
}
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    /*margin: 1em 0px;*/
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 1px 4px 0px 2px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height: 60px;
}

.loginDisplay
{
    font-size: 0.93em;
    display: block;
    text-align: right;
    color: White;
    
}

	
.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
	border: 2px solid;
	border-color: #FF3333;
	background:#FFCCCC;	
	background-position:top left;
	padding-left: 45px;
	padding-top: 5px;
	font: 12px Arial;		    
    color: #CC0033;
    margin-bottom:10px;
    background-image: url(../Images/notice-alert.png);
    background-repeat:no-repeat;
    font-weight:bold;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

#rodape
{
    text-align:center;
    font-size:0.9em;
    background-color:#F2F2F2;
    height:100%;
}
#rodape p
{
    line-height: 5px;
}
#rodape .barra
{
    background: url(../Images/barraCenso.jpg) repeat-x;
    height: 30px;
    text-align:left;
    padding:7px 10px 0px 10px;
    
}
#rodape .barra a {
    text-decoration:none;
}
#rodape .barra a:hover {
    text-decoration:underline;
}

.divPadraoColLabel{
	margin-top: 10px;
}

/* FORMULARIOS DE CADASTRO
--------------------------------------------------------------*/
.formularios{
	padding: 3px;
}

.formularios div{
	padding-top: 2px;	
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 5px;
	float:left;
	display:inline;	
	overflow:hidden;
	text-align:left;
}

.formularios input{
	text-transform:uppercase;
	text-align:left;
}

.formularios div span label{
	text-align:left;
	margin-top:1px;
	font-family: Arial  ;
	font-size: 11px;
	text-transform:uppercase;
	display:inline-block;
	width:100px;
	color:#000;
	overflow:hidden;	
}

.formularios div label{
	text-align:left;
	margin-top:1px;
	font-family: Arial  ;
	font-size: 11px;
	text-transform:uppercase;
	color:#000;
	overflow:hidden;
	width: 50px;	
}

.formularios div select {
	margin:0px;
	font-size: 13px;
}

.aguarde
{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: white url('../Images/aguarde_old.gif') no-repeat center;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
/* FORMULARIOS DE CADASTRO - FIM
--------------------------------------------------------------*/
.direita{text-align:right;}

.campo-pendente 
{
    /*background-color:#F5DEB3;
    background-color:#FF6347;*/
    background-color:#FFDAB9;
    color:  Black;
    /*font-size: 10px;
  	font-weight: bold;*/
  	border-spacing:4px;
}

.campo-resgatado
{
	/*background-color:White;
    background-color:#98FB98 ;#E0FFFF; #C1FFC1*/
	/*font-size: 12px;*/
    color: Red;    
  	font-weight: bold;    
  	border-spacing:4px;
}



/*--------------------------------------------------GridView       */
.gridView  {
    background-color:#FFFFFF;
    border-collapse:collapse;
    text-decoration:none;
    border:solid 1px #C0C0C0;
    empty-cells:show;    
    width:695px;
   }

.gridViewHeader
{
    background-position:left top;
    background-repeat:repeat-x;
    border-style:solid;
    border-width:1px;
    padding:2px;
    background-color:#BED6F8;
    background-image:url('../Images/backMenu.png');
    border-color:#BED6F8;
    color:Black;
    font-family: Arial  ;
    /*font-size:12px;*/
    font-weight:bold;
}

.gridViewPaginacao
{
    text-align:center ;      
    background-repeat:repeat-x;
    border-style:solid;
    border-width:1px;
    padding:2px;  
    background-image:url('../Images/backMenu.png');
    border-color:#BED6F8;
    color:Black;
    font-family: Arial  ;
    /*font-size:12px;*/
    font-weight:bold;   
}

.gridViewLinha
{
     text-decoration:none;
}

.gridViewLinhaAlternada  
{
    background-color:#F0F8FF;       
}

.gridViewEmptyDataRow  
{
     border-style:ridge;   
     font-weight:bold;   
     text-align:center;
     vertical-align:middle;
     font-size: 14px;
     font-style: italic;
     background-image:url('../Images/backMenu.png');
}
/*--------------------------------------------------GridView       */