﻿html
{
    overflow: hidden;
    height: 100%;
}

A
{
    color: #515368;
    text-decoration: none;
}

A:Hover
{
    color: #f98f1e;
    text-decoration:none;
}               


body.default
{
    overflow: hidden;
    font-size: 10px;
    margin: 0;
    background-color: #eaeaea;
    background-image: url(../../images/backoffice/bg_backoffice.jpg); 
    background-repeat:repeat-x; 
    background-position: bottom;
    height: 100%;
}

body.topright
{
    overflow: hidden;
    font-size: 10px;
    margin: 0;
    background-color: #e6e6e6;
    position:relative;
    top:-1;    
}
       
.clsTopLinks TD
{
    padding: 1px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    font-family:  Trebuchet MS, Arial;
    font-size: 10px;
    color: #75808A;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left:5px;
    padding-right: 2px;            
    margin-right: 0px;
}

.clsTopLinks A
{
    color: #515368;
    text-decoration: none;
}

.clsTopLinks A:Hover
{
    color: #f98f1e;
    text-decoration:none;
}               

.clsBarLinks
{
    vertical-align: middle;
    font-weight: normal;        
    font-size: 10px;
    font-family: Arial;            
}

.clsBarLinks td
{
    vertical-align: middle;
    padding-right: 2px; 
    font-size: 10px;
    margin-right: 3px; 
}

.clsBarLinks A
{
    font-weight: normal;        
    font-size: 10px;
    color: #515368;
    font-family: Arial;
}

.clsBarLinks A:Hover
{
    font-weight: normal;    
    text-decoration:none;        
}

.clsBarLinks img
{
    margin: 1px;
}

.clsButton
{
    font-weight: normal;
    border : 1px solid #e6e6e6; 
    padding-right: 2px;  
    vertical-align: middle;
}

.clsButton table
{
    height:15px;
}

.clsButton td
{
    vertical-align: middle;
}

.clsButton img
{
    margin: 1px;
    height: 12px;
    width: 12px;
    border: 0px;
}

.clsButtonSelected
{
    font-weight: normal;
    background : #F1F1F1;
    border : 1px solid #7e7c94;
    padding-right: 2px; 
    filter: Alpha(Opacity=60);
}

.clsButtonSelected table
{
    height:15px;
}

.clsButtonSelected td
{
    vertical-align: middle;
}

.clsButtonSelected img
{
    margin: 1px;
    height: 12px;
    width: 12px;
    border: 0px;
}

.clsBarButtons
{
    border: 1px solid #e6e6e6; 
    vertical-align:middle;
    margin-right:0px;    
}

.clsBarDiv td
{
    padding-left:2px;
}

.clsTitulo
{
    font-size: 10px;
    font-weight: bold;
    color: #ED9819;
    border-bottom: 1px solid #ED9819;
}
        
.clsLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
    background-color: #EAF2FB;
    border: 1px solid #ABCBEF;
    color: #333;
    margin-top: 0px;
    padding:2px;
}
.clsInfoDiv
{
    background-color: #F9F9F9;
    height: 115px;
    overflow: hidden;
	border-top: 1px solid #7E7C94;
    border-right: 1px solid #7E7C94;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.clsCenterArea
{
    overflow:auto;
    height:100%;
    border-top:1px solid #7E7C94;
    border-left:1px solid #7E7C94;
    border-right:1px solid #7E7C94;
    border-bottom:1px solid #7E7C94;
    background-color: #F9F9F9;
}

.clsTitle
{
    text-align:left;
    font-size: 20px;
    font-weight: bold;
    color: #f98f1e;
    border-bottom: 3px solid #f98f1e;
    margin-bottom: 2px;
}

.clsFormButton
{
	color:#4F4F4F;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 11px;
	border:0px;
	width: 74px;
	height: 29px;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	background-color: transparent; 
}

.clsFormButtonsBig
{
	color:#4F4F4F;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 11px;
	border:0px;
	width: 120px;
	height: 29px;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	background-color: transparent; 
}
    
input.clsFormButtonsBig
{
    background-image: url('<[VIRTUAL_DIR]>images/backoffice/bt_azul_big.gif');
}
input
{
    color: #00274d;
    font-family: Trebuchet MS, Verdana, Arial;
    font-weight: normal;
    font-size: 12px;        
    margin-top: 2px;
    margin-bottom: 2px;
    padding:1px;
}

.clsFormTextBox
{
    border: 1px solid #90AFD5;
    background: white;	
}

.clsFormTextBoxSelected
{
    border: 1px solid #00274d;
    background: #EDF2F8;	
}    

.clsLogin td
{
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #00274d;	
}