HTML { padding-bottom: 32px; }

input{
    height: 15px;
    border: 1px solid #999999;
}

input[type="file"] {
	height: auto;
}

select{
    height: 20px;
}

.informacoes{
    margin: 24px 0px 0px 8px;
    font-size: 12px !important;
    font-weight: bold;
    color: #637DBE;
    float: left;
}

#colunaEsquerda {
	width: 311px;
	border: 0px solid red;
	position: absolute;
	height: 840px;
}

BODY {
	margin: 0px;
	border: 0px;
	padding: 0px;
	overflow: auto;
	font-weight: normal;
	color: #333333;
	font-family: arial, sans, verdana, sans-serif;
}

#ambiente-top, #ambiente-bottom, #ambiente-left, #ambiente-right {
    z-index:9999;
    position: fixed;
}

#ambiente-left, #ambiente-right {
    top: 0; bottom: 0;
    width: 3px;
}

#ambiente-left { left: 0; }

#ambiente-right { right: 0; }

#ambiente-top, #ambiente-bottom {
    left: 0; right: 0;
    height: 3px;
}

#ambiente-top { top: 0; }

#ambiente-bottom { bottom: 0; }

.ambiente {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 2em;
    text-align: center;
    transform: translateY(-100%) rotate(90deg) translateX(70.71067811865476%) rotate(-45deg);
    transform-origin: bottom right;
    color:white;
    font-size: 16px;
}

.ambiente-desenv #ambiente-top, .ambiente-desenv #ambiente-bottom, .ambiente-desenv #ambiente-left, .ambiente-desenv #ambiente-right {
    background: green;
}

.ambiente-homolog #ambiente-top, .ambiente-homolog #ambiente-bottom, .ambiente-homolog #ambiente-left, .ambiente-homolog #ambiente-right {
    background: orange;
}

.ambiente-bugfix #ambiente-top, .ambiente-bugfix #ambiente-bottom, .ambiente-bugfix #ambiente-left, .ambiente-bugfix #ambiente-right {
    background: blue;
}

.ambiente-gnn #ambiente-top, .ambiente-gnn #ambiente-bottom, .ambiente-gnn #ambiente-left, .ambiente-gnn #ambiente-right {
    background: red;
}

.ambiente-desenv .ambiente {
    background-color: green;
}

.ambiente-bugfix .ambiente {
    background-color: blue;
}

.ambiente-homolog .ambiente {
    background-color: orange;
}

.ambiente-gnn .ambiente {
    background-color: red;
}

.ambiente-gnn .ambiente span {
	color:red;
}

BODY * {
	font-size: 10px;
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border: 0px;*/
	z-index: 0;
}

/* ----------------------- TABELA PADRAO TONS AZUL ------------------------- */
TABLE.listagem {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #637DBE;
	width: 99.4%;
	margin: 16px 0px 0px 8px;
}

TABLE.listagem TD {
	padding: 0px 1px 0px 1px;
	background-color: #F5F7FF;
	vertical-align: middle;
	line-height: 20px;
}

TABLE.listagem TH {
	text-align: left;
	padding: 0px 2px 0px 2px;
	background-color: #637DBE;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
}

TABLE.listagem TH.label {
	text-align: right;
	padding: 0px 4px 0px 0px;
	background-color: #CDDBF8;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}

TABLE.listagem TR.cabecalhoColunas TH {
	background-color: #9EAFD8 !important;
}

TABLE.listagem TR.fundo1 TD {
	background-color: #F5F7FF !important;
}

TABLE.listagem TR.fundo2 TD {
	background-color: #CDDBF8 !important;
}

TABLE.listagem TR.fundo1sep TD {
	background-color: #F5F7FF !important;
	border-top: 1px solid #637DBE !important;
}

TABLE.listagem TR.fundo2sep TD {
	background-color: #CDDBF8 !important;
	border-top: 1px solid #637DBE !important;
}

TABLE.listagem TR.fundo3 { /*azul claro escuro*/
	background-color: #637DBE !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

TABLE.listagem TR.fundo4 { /*azul medio 2*/
	background-color: #7AA7EE !important;
	color: #333333 !important;
}

TABLE.listagem TR.fundo5 { /*verde claro*/
	background-color: #AADDAA !important;
	color: #333333 !important;
}

TABLE.listagem TR.fundo6 { /*amarelo mï¿½dio*/
	background-color: #FFFF8C !important;
	color: #333333 !important;
}

TABLE.listagem TR.fundo7 { /*alaranjado claro*/
	background-color: #FFCC66 !important;
	color: #333333 !important;
}

/* ------------------------- TABELA TONS AMARELO --------------------------- */
TABLE.listagemAmarela {
	border: 1px solid #FFCC66;
}

TABLE.listagemAmarela TH {
	text-align: left;
	padding: 0px 2px 0px 2px;
	background-color: #FFCC66;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
}

TABLE.listagemAmarela TD.fundo1 {
	background-color: #FFFF8C;
	color: #333333;
	padding: 0px 1px 0px 1px;
	vertical-align: middle;
	line-height: 20px;
}

TABLE.listagemAmarela TD.fundo2 {
	background-color: #FFFFCC;
	color: #333333;
	padding: 0px 1px 0px 1px;
	vertical-align: middle;
	line-height: 20px;
}

/* ----------------------- FORMULï¿½RIO E SEUS OBEJTOS ------------------------- */
FORM {
	width: 99%;
	max-width: 99%;
	border: 1px solid transparent;
}

DIV.divForm    INPUT,DIV.divForm    SELECT,DIV.divForm    TEXTAREA,TABLE.listagem INPUT,TABLE.listagem SELECT,TABLE.listagem TEXTAREA
	{
	border: 1px solid #999999;
	margin: 1px 0px 0px 0px;
        font-family: arial, sans, verdana, sans-serif;
        font-size: 12px;
}

INPUT.check,INPUT.radio,INPUT.image {
	border: 0px !important;
	cursor: pointer;
}

/* ------------------------- ELEMENTOS DE TITULO --------------------------- */
H1 { /* utilizado nas pï¿½ginas com fundo branco */
	font-size: 12px;
	font-weight: bold;
	color: #637DBE;
	border-bottom: 1px black dotted;
	height: 45px;
	width: 1000px;
/*
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image: url("../../online/img/barraTituloPagina.jpg");
	background-position: bottom;
*/
}

.fundo2 H1 { /* utilizado na pï¿½gina do curriculo cujo fundo ï¿½ azul */
	background-image:
		url("../../online/img/barraTituloPagina-fundoAzul.jpg");
}

H1 * {
	margin: 24px 0px 0px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #637DBE;
	float: left;
}

H2 {
	font-size: 12px;
	font-weight: bold;
	margin: 16px 8px 8px 8px;
}

H1 SPAN.capitalize {
	margin: 0px;
	text-transform: capitalize;
	float: none;
}
