@charset "utf-8";
/* CSS Document */

@media all {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: none;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit; /*vertical-align:baseline;*/
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
html {
	background: #EBEBEB;
}
body {
	background: url(../img/body_bg2.jpg) repeat-x;
}
#main {
	font: 12px Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 8px;
	width: 1000px;
}
#main .login {
	background: #fff;
	width: 500px;
	height: 300px;
	padding: 4px;
	margin: auto;
	margin-top: 15%;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
}
#main div.login .title {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	color: #212e7d;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
}
#main div.login .content {
	margin-top: 4px;
	height: 262px;
	;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#main div.login .content fieldset {
	width: 250px;
	padding: 8px;
	float: left;
	height: 150px;
	margin-top: 45px;
	margin-left: 50px;
	color: #999;
}
#main div.login .content fieldset label {
	height: 25px;
	line-height: 25px;
	display: block;
}
#main div.login .content fieldset input {
	width: 180px;
	padding: 4px;
	margin-bottom: 8px;
	border: 1px solid #999;
	color: #999;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 2px 2px 2px #ccc;
	-webkit-box-shadow: inset 2px 2px 2px #ccc;
	box-shadow: inset 2px 2px 6px #ccc;
}
#main div.login .content fieldset input.focado {
	border: 1px solid #212E7D;
	color: #212E7D;
}
#main div.login .content fieldset input.button {
	width: 100px;
	margin-top: 20px;
	line-height: 16px;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
}
#main div.login .content .banner {
	margin-top: 55px;
	float: left;
}
.error {
	height: 13px;
	background: url(../img/bg.jpg) repeat;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #212E7D;
	padding: 4px 10px;
	color: #212E7D;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #000;
	z-index: 10000;
}
.error em {
	display: block;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: #212e7d transparent transparent;
	position: absolute;
	bottom: -17px;
	left: 10px;
	z-index: 10000;
}
#header {
	height: 58px;
	position: relative;
}
#header div.logo {
	color: #fff;
	position: absolute;
}
#header div.logo h1 {
	font-size: 26px;
}
#header div.logo h2 {
	font-size: 16px;
}
#header div.info {
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	position: absolute;
	right: 0px;
}
#header div.info a {
	color: #fff;
}
#menu {
	margin-left: 130px;
	color: #212e7d;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	line-height: 28px;
	padding: 5px;
}
#menu ul li {
	display: inline;
	float: left;
}
#menu ul li a {
	color: #212E7D;
	display: block;
	background: url(../img/menu_bg.jpg) no-repeat right;
	text-decoration: none;
	padding: 0px 25px 0px 15px;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}
#menu ul li a:hover {
	color: #999;
}
#menu ul li a.last {
	background: none;
}
#content {
	width: 990px;
	padding: 4px;
	color: #999;
	border: 1px solid #999;
	margin: 5px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
#content h1 {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	color: #212e7d;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 8px;
	line-height: 21px;
}
#content div.news {
	min-height: 435px;
}
#content div.news h1 {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	color: #212e7d;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 8px;
	line-height: 21px;
}
#content div.news p {
	padding: 10px;
	line-height: 18px;
	color: #666;
}
/* Alterado */

#content div.news div.perfil {
	width: 324px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
#content div.news div.perfil p {
	color: #212e7d;
	line-height: 2px;
}
#content div.news div.sistemas {
	padding: 8px;
	/*	position:absolute;*/
	width: 972px;
	display: block;
}
#content div.news div.sistemas ul {
	width: 320px;
	margin-right: 8px;
	float: left;
	padding: 2px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content div.news div.sistemas ul h1 {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	color: #212e7d;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 8px;
	line-height: 21px;
	cursor: pointer;
}
#content div.news div.sistemas ul li {
	margin-left: 10px;
	color: #999;
	list-style: none;
	line-height: 22px;
}
#content div.news div.sistemas ul li a {
	text-decoration: none;
	color: #999999;
}
#content div.news div.sistemas ul li a:hover {
	color: #212e7d;
}
/* Fim */

#content div.nav {
	color: #000;
	float: left;
	width: 200px;
	/*height:250px;*/
	padding: 2px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;/*	min-height:100%;	*/
}
#content div.nav h1 {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	color: #212e7d;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 8px;
	line-height: 21px;
	cursor: pointer;
}
#content div.nav ul {
	padding: 8px;
}
#content div.nav li {
	color: #999;
	list-style: none;
	line-height: 18px;
	margin-bottom:6px;
}
#content div.nav li a {
	text-decoration: none;
	color: #999999;
}
#content div.nav li a:hover {
	color: #212e7d;
}
#content div.loaded {
	min-height: 250px;
	padding: 2px;
	width: 774px;
	margin-left: 4px;
	float: left;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 430px;
}
#content div.loaded h1 {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	color: #212e7d;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 8px;
	line-height: 21px;
}
/*#content div.loaded .system {
	color: #212e7d;
	padding: 8px;
	margin-left: 4px;
}*/

#loaded div#loading img {
	margin-left: 35%;
	margin-top: 25%;
	border: 1px solid #999;
	-moz-box-shadow: 0px 0px 3px #212e7d;
	-webkit-box-shadow: 0px 0px 3px #212e7d;
	box-shadow: 0px 0px 5px #212e7d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#loaded form {
	padding: 8px;
	color: #212e7d;
}
#loaded form.list {
}
#loaded form.list label {
	display: block;
	width: 250px;
	line-height: 25px;
}
#loaded form.list input {
	display: block;
	width: 250px;
	padding: 4px;
	color: #999;
	border: 1px solid #999;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#loaded form.list select {
	display: block;
	width: 260px;
	padding: 4px;
	color: #999;
	border: 1px solid #999;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#loaded form.list input.button {
	width: 100px;
	margin-top: 25px;
	line-height: 16px;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
}
#loaded form.list input.focado {
	border: 1px solid #212E7D;
	color: #212E7D;
}
#loaded form.list select.focado {
	border: 1px solid #212E7D;
	color: #212E7D;
}
#loaded form.grid {
}
#loaded form.grid fieldset {
}
#loaded form.grid fieldset label {
	line-height: 25px;
}
#loaded form.grid fieldset input[type=text] {
	display: block;
	width: 236px;
	padding: 4px;
	color: #999;
	border: 1px solid #999;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#loaded form.grid fieldset select {
	display: block;
	width: 260px;
	padding: 4px;
	color: #999;
	border: 1px solid #999;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#loaded form.grid fieldset textarea {
	padding: 4px;
	border: 1px solid #999;
	font: inherit;
	color: #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#loaded form.grid input.button {
	width: 100px;
	padding: 4px;
	margin-top: 25px;
	line-height: 16px;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
}
#loaded form.grid a.button {
	text-decoration:none;
	width: 100px;
	padding: 4px 25px;
	margin-top: 25px;
	line-height: 16px;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
}
#loaded form.grid input.button.focado {
	border: 1px solid #212E7D;
	color: #212E7D;
}
#loaded form.grid input[type=text].focado {
	border: 1px solid #212E7D;
	color: #212E7D;
}
#loaded form.grid select.focado {
	border: 1px solid #212E7D;
	color: #212E7D;
}
#loaded form.grid textarea.focado {
	border: 1px solid #212E7D;
	color: #212E7D;
}
#loaded div#dados {
	padding: 10px;
	color: #212e7d;
}
#loaded div#dados table {
	line-height: 23px;
	border-collapse: collapse;
	border-spacing: 0;
}
#loaded div#dados table th {
	height: 25px;
	vertical-align: top;
	padding-left: 4px;
}
#loaded div#dados table td {
	padding-left: 4px;
}
#loaded div#dados table tr.hover {
	background-color: #ccc;
}
#loaded div#saldo {
	float: right;
	width: 200px;
	margin-right: 28px;
	margin-top: 16px;
	line-height: 18px;
	color: #212e7d;
}
/*tr:nth-of-type(even) td { background-color: #e0e0e0; }*/
#loaded div#dados button.add {
	width: auto;
	padding: 4px;
	margin-left: 40%;
	margin-top: 20px;
	color: #212E7D;
	cursor: pointer;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ccc;
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
							/*background: -ms-linear-gradient(top, #ebebeb 0%,#ccc 50%); /* IE10+ */
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
}
#loaded div#dados button.focado {
	border: 1px solid #212E7D;
}
#loaded div#dados button.add img {
	float: left;
}
#loaded div#dados button.add p {
	float: left;
	margin-left: 8px;
	margin-top: 1px;
}
#footer {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	color: #212e7d;
	line-height: 20px;
	text-align: center;
	padding: 2px;
	margin-top: 8px;
	width: 994px;
	border: 1px solid #999;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.clear {
	clear: both;
}
.oculta {
	display: none;
}
.oculta2 {
	display: none;
}
#loaded table fieldset input.button {
	width: 100px;
	padding: 4px;
	margin-top: 25px;
	line-height: 16px;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
}
/* Estilos Jquery Tools */

.modal {
	background-color: #fff;
	display: none;
	width: 350px;
	padding: 15px;
	text-align: left;
	border: 2px solid #333;
	opacity: 0.8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
.modal h2 {
	background: url(/img/global/info.png) 0 50% no-repeat;
	margin: 0px;
	padding: 10px 0 10px 45px;
	border-bottom: 1px solid #333;
	font-size: 20px;
}
.overlay {
	background: #ebebeb;
	display: none;
	z-index: 10000;
	min-width: 300px;
	min-height: 200px;
	margin-top: 100px;
	border: 1px solid #999;
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.overlay .close {
	background-image: url(../img/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
.overlay .overlay_content {
	padding: 4px;
	margin: 1px;
	background: #ebebeb;
	/*	height:200px;*/
	overflow-y: auto;
}
.overlay .overlay_content h1 {
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	color: #212e7d;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 8px;
	line-height: 21px;
}
.overlay .overlay_content p {
	color: #212e7d;
	line-height: 18px;
	padding: 8px;
}
.overlay .overlay_content fieldset {
	color: #999;
	padding: 8px;
	width: 318px;
}
.overlay .overlay_content fieldset label {
	height: 25px;
	line-height: 25px;
	display: block;
}
.overlay .overlay_content fieldset input {
	width: 180px;
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #999;
	color: #999;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.overlay .overlay_content fieldset input.focado {
	border: 1px solid #212E7D;
	color: #212E7D;
}
.overlay .overlay_content fieldset input.button {
	width: 100px;
	margin-top: 20px;
	line-height: 16px;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
}
/* Jquery Tools Dateinput*/

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
/*.date {
    border:1px solid #ccc;
    font-size:18px;
    padding:4px;
    text-align:center;
    width:194px;
    
    -moz-box-shadow:0 0 10px #eee inset;
    -webkit-box-shadow:0 0 10px #eee inset;
}*/

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index: 10000;
	margin-top: -1px;
	width: 255px;
	padding: 2px;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #ccc 50%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C9C9C9', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ebebeb 0%, #ccc 50%); /* W3C */
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
}
/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
	padding: 2px 0;
	height: 22px;
}
#caltitle {
	font-weight: bold;
	color: #212e7d;
	float: left;
	text-align: center;
	width: 215px;
	line-height: 20px;
	text-shadow: 0 1px 0 #ddd;
}
#calnext, #calprev {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(images/prev.gif) no-repeat scroll center center;
	float: left;
	cursor: pointer;
}
#calnext {
	background-image: url(images/next.gif);
	float: right;
}
#calprev.caldisabled, #calnext.caldisabled {
	visibility: hidden;
}
/* year/month selector */
#caltitle select {
	color: #212e7d;
}
/* names of the days */
#caldays {
	height: 14px;
	border-bottom: 1px solid #999;
	color: #212e7d;
}
#caldays span {
	display: block;
	float: left;
	width: 36px;
	text-align: center;
}
/* container for weeks */
#calweeks {
	background-color: #fff;
	margin-top: 4px;
	color: 212e7d;
}
/* single week */
.calweek {
	clear: left;
	height: 22px;
}
/* single day */
.calweek a {
	display: block;
	float: left;
	width: 35px;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	margin-left: 1px;
	text-align: center;
	line-height: 20px;
	color: #212e7d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* different states */
.calweek a:hover, .calfocus {
	background-color: #ddd;
}
/* sunday */
a.calsun {
	color: red;
}
/* offmonth day */
a.caloff {
	color: #ccc;
}
a.caloff:hover {
	background-color: rgb(245, 245, 250);
}
/* unselecteble day */
a.caldisabled {
	background-color: #efefef !important;
	color: #ccc !important;
	cursor: default;
}
/* current day */
#calcurrent {
	background-color: #498CE2;
	color: #fff;
}
/* today */
#caltoday {
	background-color: #212e7d;
	color: #fff;
}
/**/
.cev input[type="radio"] {
	margin-left: 10px;
}
.radioOpc {
	margin-left: 20px
}
.relData {
	float: left;
	width: 100%;
	margin: 5px 0 20px 0;
}
.relData label {
	display: inline;
	float: left;
}
.relData input[type="text"] {
	display: inline;
	float: left;
	margin: 0 10px
}
.radioRel label {
	margin-right: 15px;
}
div#cssmenu {
	float: left;
	display: block;
	width: 100%
}
div#cssmenu ul {
	float: left;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: transparent url('../img/off.gif') repeat-x top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border-bottom: 4px solid #004c99;
	border-top: 1px solid #74b0c6;
	margin: 10px 0;
}
div#cssmenu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
div#cssmenu li a {
	display: block;
	float: left;
	color: #6d7078;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 20px 0 20px;
	height: 24px;
	background: transparent url('../img/divider.gif') no-repeat top right;
}
div#cssmenu li a:hover {
	background: transparent url('../img/hover.gif') no-repeat top right;
	color: #6d7078;
}
#dadoss a {
	cursor: pointer
}
#tdados a{ cursor:pointer}

.maiusculo {text-transform:uppercase;}


.checkInline input{ margin-bottom:0!important; width:15px!important; display:inline!important; margin-right:4px!important}
.checkInline { float:left; width:185px; margin:15px 0;}

.ocultar{ display:none}