@charset "ISO-8859-1";

body {
	background: #03577c;
	color: #06C;
}

blockquote {
	color: inherit;
	font-style: inherit;
}

h1, h2, h3, h4, h5, h6 {
	color: #06C;
	font-weight: bold;
}

ul li {
	margin-left: 20px;
}

.container {
	color: #06C;
	background: white;
	border: white solid thin;
}

#login {
	background: #f5f7fa;
	border: #0066cc solid thin;
	width: 330px;
	padding: 15px;
	margin: 0 auto;
}

td label {
	display: inline-block;
	margin-top: 10px;
	font-size: 120%;
}

#login label {
	font-size: 120%;
}

#login .submit {
	width: 312px;
	padding: 5px;
	margin-top: 9px;
	margin-bottom: 9px;
}

table {
	width: 620px;
	margin: 0 auto;
}

table.full_width {
	width: 100%;
}

select.text {
	margin: 6px 0px;
	padding: 5px;
	width: 312px;
	height: 28px;
	border: #bbb solid thin;
}

select.text:focus {
	border: #666 solid thin;
}

.tinymce {
	width: 600px;
	height: 300px;
}

input.editar {
	width: 450px;
	color: #06c;
}

select.editar {
	width: 462px;
	color: #06c;
}

.flash {
	text-align: center;
}

a.editar, a.remover {
	color: red;
}

a.botao {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	border: #06c solid thin;
	text-align: center;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 10px;
	background: url(/treinamentos/public/images/botao.png);
	color: white;
}

.clear {
	clear: both;
}

a.inline {
	display: inline-block;
}

.full_width {
	width: 100%;
}

.botao:hover {
	color: white;
	text-decoration: underline;
}

#subtitulo {
	height: 43px;
	padding-top: 27px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: #4e7da7;
	padding-right: 27px;
	border-top: white solid thin;
}




#subtitulo1 {
	float: left;
	padding-left: 20px;
}
#subtitulo2 {
	float: center;
	padding-left: 250px;
}
#subtitulo3 {
	float: right;
	padding-left: 20px;
}
#subtitulo span a {
	color: white;
	text-decoration: none;
}

#subtitulo span a:hover {
	text-decoration: underline;
}

#sombra {
	height: 5px;
	width: 100%;
	background: #ccc;
}

#corpo {
	margin: 20px;
	min-height: 400px;
}

.center {
	text-align: center;	
}

#carregando {
	position: fixed;
	top: -21px;
	left: 50px;
	width: 100px;
	height: 20px;
	background: #FFF no-repeat;
	font-weight: bold;
	border: #4e7da7 solid thin;
	border-top: none;
	text-align: center;
}

#rodape {
	background: url(/treinamentos/public/images/rodape.png);
	height: 100px;
	color: white;
}

.span-7 {
	width: 290px;
	height: 80px;
	padding: 5px;
	margin: 5px;
	border-right: white solid thin;
	text-align: center;
}

.span-7.first {
	text-align: left;
}

.span-7.last {
	border-right: none;
}

#copyright {
	clear: both;
	text-align: center;
	padding: 10px;
}

#copyright a {
	color: #FFF;
}

.upper {
	text-transform: uppercase;
}
#mensagem {
	
	position: fixed;
	left: 50%;
	margin-left:-250px;
	width: 500px;
	height: 30px;
	background: #FFF no-repeat;
	font-weight: bold;
	border: #4e7da7 solid thin;
	border-radius:1em;
	border-top: none;
	text-align: center;
	color: red;
	font-size:130%;
	display:none;

}
#mensagem { box-shadow: #666666 0.5em 0.5em 0.3em }