﻿body
{
    font-family: Helvetica, Arial, sans-serif;
    background-color: #F0F0F0;
    padding: 0px;
    margin: 0px;
}
.erro
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
}
.textbox
{
    vertical-align:bottom;           
}
.textnormal
{
    border-style: none none dotted none;
    background-color: White;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}
.textonfocus
{
    border-style: none none dotted none;
    background-color: White;
    border-bottom-width: 2px;
    border-bottom-color: #3399FF;
}

.CustomComboBoxStyle .ajax__combobox_textboxcontainer input {
    border-style: none none dotted none;
    background-color: White;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}
.CustomComboBoxStyle .ajax__combobox_buttoncontainer button {
    background-color: #ADD8E6;
    border: solid 1px Blue;
}

.dxeEditArea 
{
    color: Black;
    font-size: 12px;
}

.dxeTextBox, .dxeMemo
{
    border-style: none none dotted none;
    background-color: White;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}
.Label
{
    font-family: Arial;
    font-size: 10pt;
    color: Gray;
    text-align: right;
    padding-top: 15px;
    padding-right: 4px;
    width: 180px;
    vertical-align: middle;
}

textarea:focus, input:focus
{

    outline: none !important;
}
.TextBoxInvalid
{
    border-style: none none solid none;
    background-color: #FF0000;
    border-bottom-width: 2px;
    border-bottom-color: red;
}
.TextBoxNormal
{
    border-style: none none dotted none;
    background-color: White;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}
.TextBoxFocus
{
    border-style: none none dotted none;
    background-color: White;
    border-bottom-width: 2px;
    border-bottom-color: #3399FF;
}
.btnSalvar
{
    background-color: #001B51;
    font-weight: bold;
    border-right: 3px solid #090e61;
    border-bottom: 3px solid #090e61;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 8pt;
    border-style: solid;
    border-width: 2px;
    border-color: #b3b4c3;
}
.btnSalvarPressed
{
    background-color: #0033CC;
}
.btnSalvarHovered
{
    background-color: #7BA5FB;
}
.btnSalvarDisabled
{
    background-color: #EFEFEF;
    color: #999999;
}
.btnCancelar
{
    background-color: #EBEBEB;
    font-weight: bold;
    border-right: 3px solid #090e61;
    border-bottom: 3px solid #090e61;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 8pt;
    border-style: solid;
    border-width: 2px;
    border-color: #b3b4c3;
}
.btnCancelarPressed
{
    background-color: #C0C0C0;
}
.btnCancelarHovered
{
    background-color: #F6F6F6;
}
.btnCancelarDisabled
{
    background-color: #EFEFEF;
    color: #999999;
}

.botao {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}
.botao:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.botao:active {
	position:relative;
	top:1px;
}


.botaofuncao {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	cursor:pointer;
}

.botaofuncao:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}

.botaofuncao:active {
	position:relative;
	top:1px;
}
.divautenticar
{
    width:800px;
    font-family:Sans-Serif, Arial, Helvetica;
}
.autenticar_label
{
    padding-left:18px;
    font-size:15px;
}
.water
{
    color:Gray;
    padding-left:8px;
}
.waterp
{
    padding-left:8px;
}
.labelconectar
{
    padding-bottom:20px;
    padding-left:15px;
    font-family: Sans-Serif, Arial;
    font-size: 36px;
    color: #666666;
}