.NovaPagina{page-break-after: always;}

/* MENU ATIVO */
div.DIV_LATERAL_LINK_SELECIONADO
{
    border: 1px solid #5959FF;    
    background-color: #0000FF;
    cursor: hand;
}

/* MENU NORMAL */
div.DIV_LATERAL_LINK
{
    border: 1px solid #63BBEF;
    background-color: #5CC5F4; 
    cursor: hand;
}

/* MENU NORMAL */
div.DIV_LATERAL_LINK:hover
{
    border: 1px solid #63BBEF;
    background-color: #0000FF;
    cursor: hand;
}

/*LABEL DO MENU ATIVO*/
a.FRAME_LATERAL_LINK_SELECIONADO, 
a.FRAME_LATERAL_LINK_SELECIONADO:focus, 
a.FRAME_LATERAL_LINK_SELECIONADO:link, 
a.FRAME_LATERAL_LINK_SELECIONADO:visited, 
a.FRAME_LATERAL_LINK_SELECIONADO:active, 
a.FRAME_LATERAL_LINK_SELECIONADO:hover
{
    outline: none;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 4px 8px 4px 8px;
    display: block;
    text-decoration: none;
}


/*LABEL DO MENU NORMAL*/
a.FRAME_LATERAL_LINK, 
a.FRAME_LATERAL_LINK:focus, 
a.FRAME_LATERAL_LINK:link, 
a.FRAME_LATERAL_LINK:visited,
a.FRAME_LATERAL_LINK:active
{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 4px 8px 4px 8px;  
    display: block;
}

/*LABEL DO MENU NORMAL*/
a.FRAME_LATERAL_LINK:hover
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 4px 8px 4px 8px;  
    display: block;
}

/* LINKS */

/* Links em geral */
a.LINKS,
a.LINKS:focus,
a.LINKS:link,
a.LINKS:visited,
a.LINKS:active
{
    text-decoration: none;
    color: #000000;
}

/* BOTÕES */
button:focus  
{
    outline: none;
} 

/*.button
{
    font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
    border: 1px solid #5CC5F4;
    background-color: #5CC5F4;
    font-size: 14px;
    color: #FFFFFF;
    padding: 2px;
}*/

.button{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 10px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: 14px verdana, arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background-color: #269CE9;
  background-image: linear-gradient(top, rgba(255,255,255,.3), 
             rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  border-color: #269CE9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  /*text-shadow: 0 1px 0 rgba(0,0,0,.2);*/
}

.button:hover{
  background-color: #70B9E8;
  color: #555;
}

.button:active{
  background: #269CE9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled], .button[disabled]:hover, .button[disabled]:active{
  border-color: #999999;
  background: #999999;
  color: #CCCCCC;
  cursor: default;
  position: static;
  text-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
  /* Usually, !important should be avoided but here it's really needed :) */
  box-shadow: none !important;
  /*text-shadow: none !important;*/
}

.autocomplete_list
{
    visibility: hidden;
    margin: 0px !important;
    padding: 0px;
    background-color: inherit;
    color: WindowText;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font-weight: normal;
    font-family: Verdana;
    font-size: small;
} 

.autocomplete_highlighted_listitem
{
    background-color:Highlight;
    color:HighlightText;
    padding:1px;
}

.autocomplete_listitem
{
    background-color:Window;
    color:WindowText;
    padding:1px;
}

.gvHeader
{
    background-color: #507CD1;
    color: #FFFFFF;
    font-weight: bold;
}

a.gvHeader,
a.gvHeader:focus,
a.gvHeader:link,
a.gvHeader:visited,
a.gvHeader:active
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

a.gvPaginacao,
a.gvPaginacao:focus,
a.gvPaginacao:link,
a.gvPaginacao:visited,
a.gvPaginacao:active
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.gvFooter
{
    background-color: #779ADB;
    color: #FFFFFF;
    font-weight: bold;
}

.gvPaginacao
{
    background-color: #507CD1;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration:none;
}

.gvNormal
{
    cursor: hand;
    background-image: url('images/gvNormal.gif');
}

.gvVermelho
{
    background-image: url('images/gvVermelho.gif');
}

.gvAmarelo
{
    background-image: url('images/gvAmarelo.gif');
}

.gvAlternado
{
    cursor: hand;
    background-image: url('images/gvAlternado.gif');
}

.LabelTamanho
{
    font-family: , Calibri,Arial, sans-serif;
    font-size: 5pt;
}

.gvSelecionado
{
    background-color: #B3B3FF;
    color: #000000;
    cursor: hand;
}

.gvMouseOver
{
    background-color: #B3B3FF;
    color: #000000;
    cursor: hand;
}

.gvMouseOverSelecionado
{
    background-position: center center;
    cursor: hand;
    background-image: url('images/gvSelecionado.jpg');
    background-repeat: repeat-x;
    font-weight: bold;
}

.Limpo
{
    
}

.TDComTextBox100PC
{
    padding-right: 4px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.UpdateProgress
{
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.divCentroUpdateProgress
{
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('images/processando.gif');
    background-repeat: no-repeat;
}

.css100PorcentoAbsoluto
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.CaptionJanela
{
    height: 23px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border-style: solid;
    background-position: center;
    border-width: 0px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url('images/caption.png');
    background-repeat: repeat-x;
}

.CheckBoxObrigatorio
{
    background-color: #FFFF99;
}

.TextBoxObrigatorio
{
    background-color: #FFFF99;
    font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
	text-transform: uppercase; 
}

.TextBoxNormal
{
    font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
    text-transform: none;
}

.TextBoxLower
{
    font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
    text-transform: lowercase;
}

.css100_100
{
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.LinkButton
{
    text-decoration: none;
    color: #000000;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.PopUpMenu
{
    border: 1px solid #B0B0B0;
    outline: none;
    background-color: #F0F0F0;
}

.LabelUsuI
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: italic;
    color: #0000FF;
}

div.TableLess
{
    position: relative;
    top: 25px;
    border-collapse: collapse;
    border-width: 0px;
    display: table;
    table-layout: fixed;
    text-align: center;
    line-height: 2em;
    width: 100%;
    left: 0px;
}

div.TableLessLeftCol
{
    float: left;
    text-align: right;
    padding-right: .5%;
    width: 44.5%;
}

div.TableLessRightCol
{
    float: right;
    text-align: left;
    width: 55%;
}

div.TableLessFooter
{
    line-height: 2.5em;
    text-align: center;
    width: 100%;
}

div.TableLessRow
{
    display: table-row;
}

body
{
	/* Formatação da fonte do site*/
	font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
}
.label
{
	font-size: small;
	/*padding: 10px 0 5px 5px;*/
}
.textbox
{
	font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
	text-transform: uppercase;
    margin-left: 0px;
}
.dropdown
{
	font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
	font-size: 12px;
}
.checkbox
{
	font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
	font-size: 12px;
}