﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ccc;
    font-family: Verdana,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    color:#555555;
    /*font-size: 0.65em;*/
    font-size: 8pt;
}

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: #465c71;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left:10px;
}

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   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color:#465c71;
    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;
}


/* TAB MENU   
----------------------------------------------------------*/

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;
    font-weight:bold;
}

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 15px;
    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
{
    padding-left:10px;
    padding-right:10px;
    margin-left:10px;
    margin-right:10px;
    border: 1px solid #D3D3D3;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    color:#555555;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

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;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 5px;
    color: #465c71;
}

.loginDisplay a:link
{
    color: #465c71;
}

.loginDisplay a:visited
{
    color: #465c71;
}

.loginDisplay a:hover
{
    color: #465c71;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* MODAL  */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalEditarColuna {
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:900px;
}

.modalEditarArquivoSaida {
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:850px;
}

.modalEditarTemplateTraducao
{
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}

.modalEditarOrigemTransacao
{
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.modalEditarFuncaoTraducao
{
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.modalEditarCriterioTransacao
{
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.autocomplete_completionListElement  
{  
    margin: 0px !important;  
    background-color: white;  
    color: windowtext;  
    border: buttonshadow;  
    border-width: 1px;  
    border-style: solid;  
    cursor: 'default';  
    overflow: auto;  
    height: auto;  
    max-height: 300px;  
    text-align: left;  
    list-style-type: none;  
    width:200px;
}  
.autocomplete_highlightedListItem  
{  
    padding: 1px;  
    margin-left: -35px;  
    cursor:pointer;
    background-color:#465c71;
    color:#FFF;
}  
.autocomplete_listItem  
{  
    background-color: window;  
    color: windowtext;  
    padding: 1px;  
    margin-left: -30px;  
}  

.fundoAzul
{
    background-color:#465c71;
    color:#FFF;
}

.divAlerta
{
    background-color:#fbec88;
    border:solid 1px #fad42e;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
    text-align:center;
}

/* Textbox padrao dos formularios */
 .textbox_padrao ,
 .textbox_padrao_loader
{
	margin: 0;
	padding: 2px;
	border: 1px solid #D3D3D3;
	vertical-align: middle;
	margin-right: 5px;
	font-family:Verdana;
	font-size:8pt;
}
	
/* Textbox padrao dos formularios */
	.textbox_padrao:focus
{
	background-color: #fffeb7;
}
	
/* Textbox padrao dos formularios */
.textbox_padrao.focus ,
.textarea_padrao.focus
{
	background-color: #fffeb7;
}
		
.textarea_padrao
{
	margin: 0;
	padding: 2px;
	border:1px solid #b5caea;
	vertical-align: middle;
	margin-right: 5px;
	font-family:Verdana;
	font-size:8pt;
}
        
.textarea_padrao:focus
{
	background-color: #fffeb7;
}
		
.tableList, .tableNoHeader
{
	border-collapse:collapse;
}

.tableList tr:first-child
{
    color: #555555;
    font-weight: bold;
    padding: 0.4em 1em;
    font-family: Verdana,Arial,sans-serif;
    /*background: #e6e6e6 url(jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/
    background: #dadada url(jQueryUI/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.tableList tr:first-child td
{
	border: 1px solid #D3D3D3;
}

.tableList tr:first-child th
{
	border: 1px solid #D3D3D3;
}

.tableList tr
{
	height:20px;
}

.tableList td, .tableNoHeader td
{
	padding:2px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid #D3D3D3;
}

.tableList .tdReordenar,.tdOrdem
{
    width:10%;
    text-align:center;
}

.tableList .tdAcoes
{
    width:65px;
    text-align:center;
}

.tableList .tdAcoes4
{
    width:90px;
    text-align:center;
}

.button
{
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: bold;
    padding: 0.4em 1em;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
    background: #dadada url(jQueryUI/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.button:hover
{
    border: 1px solid #999999; background: #dadada url(jQueryUI/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #212121; 
} 

.divColunasExpressao
{
    overflow:auto;
}
.tableColunasExpressao div
{
    /*position: relative;*/
    height:80px;
    min-width:100px;  
    text-transform:uppercase;
    text-align:center;
    border: 1px solid #D3D3D3;
    padding: 2px, 2px, 2px 2px;
}

/*.tableColunasExpressao div:hover
{
    border: 1px solid #999999; 
    color: #212121;
    cursor:pointer;
}*/

.tableColunasExpressao div p
{
    padding:0;
    margin:0;
    color: #555555;
    font-weight: bold;
    font-family: Verdana,Arial,sans-serif;
    background: #dadada url(jQueryUI/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.divColunasExpressao_Geral
{
    min-width:825px;
	height:100px;
	overflow-y:auto;
	/*background:#999;*/
	margin:5px 5px 5px 5px;
}

.divColunasExpressao_Conteudo
{
    min-width:10000px;
}

.divColunasExpressao_Coluna
{
    /*width:100px;
	height:75px;*/
	position:relative;
	float:left;
	/*background-color:#333;
	border:1px solid #FFF;*/
	
	
    height:80px;
    min-width:100px;  
    text-transform:uppercase;
    text-align:center;
    border: 1px solid #D3D3D3;
    padding: 2px, 2px, 2px 2px;
	
	margin-right:5px;
}

.divColunasExpressao_Coluna p
{
    padding:0;
    margin:0;
    color: #555555;
    font-weight: bold;
    font-family: Verdana,Arial,sans-serif;
    background: #dadada url(jQueryUI/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.colunasEntrada
{
    width:830px;
    overflow:auto;
}

.colunasEntrada td
{
    border:solid 1px #D3D3D3;
    height:70px;
    font-size:11px;
}

.divTituloColunasEntrada
{
    background: #dadada url(jQueryUI/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    min-width:150px;
    text-transform:uppercase;
    height:20px;
    text-align:center;
    padding-top:5px;
    padding:5px 2px 0 2px;
}

#divExpressoesColunasPacote
{
    overflow:auto; 
    height:200px;
    border-bottom:solid 1px #D3D3D3;
    
}
.tableFirstRow tr:first-child{ background:none; color:#000000; font-weight:normal; }

#tableParametroBusca
{
    width:100%;
}
#divEditorHtml{ text-align:center;}