﻿@charset "utf-8";
body {
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	margin: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#head {
	clear: both;
	height: 185px;
    width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#logo {
	float: left;
	height: 155px;
	min-width: 650px;
	margin-top: 20px;
    width: inherit;
}
#logo span {
	display: block;
	margin-top: 40px;
}
#logo h2 {
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 34px;
}
#logo .logomg {
	float: left;
	height: 145px;
	width: 146px;
	margin-right: 10px;
}
#nav {
    clear: both;
    height: 40px;
    width: 1050px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background: #010033; /* Old browsers */
    background: -moz-linear-gradient(top, #010033 1%, #011e51 50%, #00396e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#010033), color-stop(50%,#011e51), color-stop(100%,#00396e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #010033 1%,#011e51 50%,#00396e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #010033 1%,#011e51 50%,#00396e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #010033 1%,#011e51 50%,#00396e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #010033 1%,#011e51 50%,#00396e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010033', endColorstr='#00396e',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#nav a {
	color: #FFF;
}
#sectionarea {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sect-align {
	clear: both;
	min-height: 100%;
	position: relative;
}
#sect {
	background-color: #FFF;
	clear: both;
	min-height: 650px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	/*overflow: hidden;*/
}
#account-access {
	float: left;
	height: auto;
	width: 400px;
	margin-left: 10px;
	margin-top: 10px;
}
.SectionName {
	background-image: url(images/arrowicon.gif);
	background-position: right center;
	padding-right: 25px;
	background-repeat: no-repeat;
	font-size: 22px;
	color: #002E63;
}
#LoginForm {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 15px;
	padding: 25px;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.GrayBg {
	background-color: #F2F2F2;
}
#info-access {
	float: right;
	width: 490px;
	margin-top: 10px;
}
#info-access ul {
	float: left;
	margin-left: -20px;
	width: 470px;
	margin-top: 30px;
}
#info-access li {
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	text-align: justify;
}
#AreaOption {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 7px;
}
#DataList {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	color: #000;
}
#ActToTake {
	float: right;
}
#ActToTake ul {
}
#ActToTake li   {
	display: inline;
	margin-right: 10px;
	float: right;
}
.LoggedAs {
	float: left;
	color: #FFF;
}
.LoggedAs ul {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
.LoggedAs li {
	display: inline-block;
	background-image: url(images/usericon.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: left center;
	font-size: 12px;
}
.NavOptions {
	float: right;
	color: #FFF;
	margin-right: 20px;
}
.NavOptions ul {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.NavOptions li {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
}
.LogoutIcon {
	background-image: url(images/logofficon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
.InfoIcon {
	background-image: url(images/infoicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.InfoItens {
	float: left;
	color: #FFF;
}
.InfoItens ul {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
.InfoItens li {
	display: inline-block;
	font-size: 12px;
	margin-right: 12px;
}
#footer {
	clear: both;
	height: 112px;
    width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
    background-color: #F1F1F1;
    background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
}
#footer p {
	margin: 0px;
	font-size: 12px;
}

.mensagemValidacao {
    color: red;
}
.subtitulo {
    font-size: 18px;
}
.modal-content {
    width: 600px !important;
    margin: 30px auto !important;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: yellow;
}