﻿/* Geral */


body {
	font: 100%/1.4 Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	background: #D6D6D6;
	margin: 0;
	padding: 0;
	color: #000;
}


/* Formularios */

.pFormInicial
{
	margin-top: 10px;
	margin-bottom: 3px;
}

.pForm
{
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Página de login */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #3376B3;
	padding: 10px 0;
	height: 50px;
}

.cabecalhoesquerdo
{
	background: #3376B3;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}

.cabecalhodireito
{
	background: #3376B3;
	margin-right: 20px;
	margin-top: -5px;
	float: right;
}

.menu {
	padding: 0px 0;
}

.barra {
	background: #EEEEEE;
	padding: 10px 0;
	height: 30px;
}

.barraesquerda
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	margin-top: 4px;
	margin-left: 12px;
	float: left;
}

.barradireita
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}

.barraBotoes
{
	margin-top: 5px;
	margin-left: 110px;
}

.content {

	padding: 10px 0;
	height: 500px;
}

.loginContainer
{
    width:520px;
    margin:0 auto;
    border:solid 1px #3E5682;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    padding:0;
    background-color:#fff;
}

.loginContent
{
    margin:40px;
}

.loginHeader
{
    background-color:#3376B3;
    padding:16px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}

.loginHeader h1
{
    margin-bottom:0;
}

.loginFormulario 
{
    text-align:center;
    padding:16px;
}

.loginBotoes 
{
    text-align:center;
    padding:16px;
}

.footer {
	padding: 5px 0;
	background: #3376B3;
}

.rodape
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height: 14px;
	color: #ffffff;
	margin-left: 20px;
	text-align:center;
}

.box-login{float: right; width: 470px; height: auto; background: #fff; }

/* ~~ PÁGINAS INTERNAS ~~ */

.tituloGrupo
{
	margin-top: 4px;
	margin-left: 12px;
	float: left;
}

/* ~~ ASP.NET LABELS ~~ */

.labelDestaque
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #000000;
}

.labelPadrao
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6f6f6f;
}


.labelVermelho
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ff0000;
}

.labelTituloGrupo
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
}

.labelForm
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6f6f6f;
	width:100px;
	margin-right:10px;
	text-align:right;
	float: left;
	display:block;
}

