body {
	font: 62.5% Arial, sans-serif;
	background-color:#303030;
	color: #333;
	
	background-image: url(../background/melanine1.jpg);
	overflow: hidden;
}

.overall {
	z-index:10;
	margin-top:200px;
	position:absolute;
}

.mysqldebug {
	z-index:20;
	position:absolute;
}

.noselect {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media print{.noprint{display:none;}}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000000;
	-webkit-box-shadow: 3px 3px 4px #000000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.formbox {
	border:#909090 thin solid;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(183,183,183,1) 50%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(50%,rgba(183,183,183,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding: 2px;
	width: 99.5%;
}

.formboxnowidth {
	border:#909090 thin solid;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(183,183,183,1) 50%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(50%,rgba(183,183,183,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding: 2px;
}

input:focus {
	background-color: #AAFFFF;
	color:#000;
	background-image: url(../img/leftarrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

input:hover {
	background-color:#E0FFFF;
}

textarea:focus {
	background-color: #AAFFFF;
	color:#000;
	background-image: url(../img/leftarrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

textarea:hover {
	background-color:#E0FFFF;
}

inputnumleft {
	background-color: #FFFFAA;
	color:#000000;
	text-align:center;
}

inputnumleft:focus {
	background-color: #FFFFAA;
	color:#000000;
	background-image: url(../img/leftarrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

inputnumleftred {
	background-color: #FFFFAA;
	color:#FF0000;
	text-align:center;
}

inputnumleftred:focus {
	background-color: #FFFFAA;
	color:#FF0000;
	background-image: url(../img/leftarrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

.optionlocked {
	background-color:#FFC0C0;
	background-image:url(../img/objectlocked.png);
	background-repeat:no-repeat;
	padding-left:10px;
}

.textinput {
	background-color: #FFFFE0;
	color:#000;
}

.textinput:focus {
	background-color: #AAFFFF;
	color:#000000;
	background-image: url(../img/leftarrow.png);
	background-repeat: no-repeat;
	background-position: right top;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
}


.ligacoes {
	width:80%;
	border: thin dotted #CCCCCC;
	padding: 3px;
}

.ligacoes a {
	width: 95%;
	display:block;
	float:right;
}

.ligacoes a:hover {
	background-color: #CCCCFF;
}

.itemesconde {
	visibility:hidden;
	display:none;
}

.itemescondenw{
	visibility:hidden;
	display:none;
}

.itemmostra {
	visibility:visible;
	display:inherit;
}

h1 {
	font:30px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:30px 0 0 0;
	margin: 0;
}

h2 {
	font:15px Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 0;
}

.list {
	margin: 0 auto;
	width: 380px;
	padding: 10px;
	background-color: #FFFFFF;
}

img {
	border:0;
	vertical-align:middle;
}

table thead {
	
}

table tbody {
	
}

#event_row {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px dotted #CCCCCC;
}

#event_row_last {
padding-bottom: 5px;
}

#header, #calendar, #main, #footer {
margin: 0 auto;
margin-bottom: 15px;
width: 100%;
overflow: hidden;
}

#calendargray, #main {
background: -moz-linear-gradient(center bottom , #D9D9D9 0%, #F0F0F0 40%) repeat scroll 0 0 #F0F0F0;
box-shadow: 0 1px 2px #838383;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
width: 90%;
opacity: 0.8;
border-radius: 5px 5px 5px 5px;
border-top: 1px solid rgb(204, 204, 204);
}

#calendar, #main {
background-color: #FFFFFF;
border: 1px solid #CBCBCB;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 0px 0px 5px 5px;
border-top: 1px solid rgb(204, 204, 204);
}

#bigcalendar, #main {
background-color: #FFFFFF;
border: 1px solid #CBCBCB;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px 5px 5px 5px;
border-top: 1px solid rgb(204, 204, 204);
}

#calendargray_wrap {
width: 100%;
margin-left: 10px;
margin-bottom: 6px;
overflow: hidden;
text-align: left;
font-weight: bold;
}

#calendar_wrap {
width: 99%;
margin-left: 10px;
margin-bottom: 6px;
overflow: hidden;
text-align: left;
font-weight: bold;
}

#bigcalendar_wrap {
width: 90%;
margin-left: 10px;
margin-bottom: 6px;
overflow: hidden;
text-align: left;
font-weight: bold;
}

#calendar_wrap .title_bar {
font-weight: bold;
color: #1C1C1C;
text-align: center;
border:1px solid #FFFFFF;
margin-bottom:15px;
margin-top:10px;
}

#calendar_wrap .title_bar .previous {
float: left;
display: block;
width: 25px;
height: 20px;
background: url(../img/prevmes.gif) left top no-repeat;
margin-top:10px;
margin-left:10px;
}

#calendar_wrap .title_bar .next {
float: right;
display: block;
width: 25px;
height: 20px;
background: url(../img/proxmes.gif) right top no-repeat;
margin-top:10px;
margin-right:10px;
}

#calendar_wrap .title_bar .month {
width: 95%;
margin:10px auto;
padding-bottom:0 !important;
padding-bottom:10px;
font-size: 24px;
}

#calendar_wrap .title_bar h2 {
font-size: 16px;
}

#calendargray_wrap .title_bar {
font-weight: bold;
color: #1C1C1C;
text-align: center;
border:1px solid #FFFFFF;
margin-bottom:15px;
margin-top:10px;
}

#calendargray_wrap .title_bar h2 {
font-size: 16px;
}

.cal_day {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color: #CCCCCC;
}

.cal_day_big {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color: #CCCCCC;
}

.cal_mark {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color: #FFAAAA;
}

.cal_file {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color:#EEEEEE;
	border-color: #333333;
	background-image: url(../img/ficheiro.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.cal_file_big {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 150px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color:#EEEEEE;
	border-color: #333333;
	background-image: url(../img/ficheirobig.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.cal_file_verybig {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 180px;
	height: 285px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color:#CCCCCC;
	border-color: #333333;
	background-repeat: no-repeat;
	background-position: top;
}

.menuit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	vertical-align: middle;
	text-align: center;
}

.textboxlargo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

.cal_day .day_heading {
	position: relative;
	float: left;
	width: 40px;
	height: 16px;
	padding: 6px;
	text-transform: capitalize;
	font: 14px Arial;
	color: #FFFFFF;
}

.cal_day .day_count {
	position: relative;
	float: right;
	width: 64px;
	text-align: right;
	height: 16px;
	padding: 6px;
	font: 11px Arial, sans-serif;
	color: #FFFFFF;
}

.cal_day .day_number {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	color: #2B2B2B;
	height:95px;
	text-align: center;
	z-index:1;
	clear:left;
}

.cal_day_big .day_number {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	color: #2B2B2B;
	height:140px;
	text-align: center;
	z-index:1;
	clear:left;
}

.cal_day .day_number_today {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	height:95px;
	text-align: center;
	z-index:1;
	clear:left;
	color: #0088CC;
}

.cal_file .day_heading {
	position: relative;
	float: left;
	width: 40px;
	height: 16px;
	padding: 6px;
	text-transform: capitalize;
	font: 14px Arial;
	color: #000000;
}
.cal_file .day_count {
	position: relative;
	float: right;
	width: 64px;
	text-align: right;
	height: 16px;
	padding: 6px;
	font: 11px Arial, sans-serif;
	color: #000000;
}

.cal_file .day_number {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	color: #2B2B2B;
	height:95px;
	text-align: center;
	z-index:1;
	clear:left;
}

.cal_file .day_number_today {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	height:95px;
	text-align: center;
	z-index:1;
	clear:left;
	color: #0088CC;
}

.cal_file_big .day_heading {
	position: relative;
	float: left;
	width: 40px;
	height: 16px;
	padding: 6px;
	text-transform: capitalize;
	font: 14px Arial;
	color: #000;
}
.cal_file_big .day_count {
	position: relative;
	float: right;
	width: 64px;
	text-align: right;
	height: 16px;
	padding: 6px;
	font: 11px Arial, sans-serif;
	color: #000000;
}

.cal_file_big .day_number {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	color: #2B2B2B;
	height:150px;
	text-align: center;
	z-index:1;
	clear:left;
}

.cal_file_big .day_number_today {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	height:150px;
	text-align: center;
	z-index:1;
	clear:left;
	color: #0088CC;
}

span.event {
	width:55px;
	margin-top: -1px;
	padding:2px 0 !important;
	padding:1px 0 1px;
	display:inline-block;
	text-align:center;
	background-color: #000000;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius: 8px 8px 8px 8px;
	border-top: 1px solid rgb(204, 204, 204);
}

#footer {
	text-align: right;
	font-size: 10px;
}

#sddm
{	
	margin: 0;
	padding: 0;
	/* z-index: 30 */
}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#sddm li a
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	min-width: 180px;
	background: #5970B2;
	color: #FFFFFF;
	text-align: left;
	text-decoration:none;
	font-size:1.2em;
}

#sddm li a:hover
{	
	background: #49A3FF
	
}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	-moz-box-shadow: 10px 10px 12px #00000080;
	-webkit-box-shadow: 10px 10px 12px #00000080;
	box-shadow: 10px 10px 12px #00000080;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#00000080')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#00000080');
	color: #000000;
	font-size:1.2em;
	z-index:1;
}

#sddm div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #000000;
	font: 1.2em arial
}

#sddm div a:hover
{	
	background: #49A3FF;
	color: #FFFFFF
}

#sddmb
{	
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddmb li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#sddmb li a
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 2px 1px 1px 5px;
	width: 32px;
	height:24px;
	background: #5970B2;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none
}

#sddmb li a:hover
{	
	background: #49A3FF 
}

#sddmb div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2
}

#sddmb div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial
}

#sddmb div a:hover
{	background: #49A3FF;
	color: #FFFFFF;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.smltitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: lighter;
}


.tablenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
}

.tablenumberred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	text-align: right;
}

.titulored{
	color: #FF0000;
}

.titulogreen{
	color: #006600;
}

.dotcell{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	/* border-left-style: solid; */
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #777777;
}

.lightcell{
	background-color:#FFFFFF;
}
.lightcell:hover{
	background-color:#FFFF99;
}
.barratitulo {
	background-image:url(../img/vgray.jpg);
	background-repeat:repeat-x;
	background-color: #BBBBBB;
}

.category td {
	background-color: #E4EBF3;
}

.tDnD_whileDrag {
	background-color: #EEEEEE;
}

tr.alt td {
	background-color: #ECF6FC;
}

tr.myDragClass td {
	color: yellow;
	background-color: black;
}

td.dragHandle {
	
}

td.showDragHandle {
	background-image: url(../images/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

.versionHistory td {
	vertical-align: top;
	padding: 0.3em;
}

.boxcontabilidade {
	color: #FFFFFF;
	background-color: #0033CC;
	border: thin solid #000000;
	padding: 2px;
}

.boxespecial {
	color: #000000;
	background-color: #FFFFD0;
	border: thin solid #3F3F3F;
	padding: 5px;
}

.boxespecialex {
	color: #000000;
	background-color: #FFFFD0;
	border: thin solid #3F3F3F;
	padding: 5px;
}


.checkboxespecial {
	color: #000000;
	background-color: #FFFFD0;
	border: thin solid #3F3F3F;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:2px;
}

.padd2px {
	padding: 2px;
}

.height2px{
	display:block;
	margin-top:2px;
	line-height:2px;
}

.rightalign {
	text-align:right;
}

.rightalign:focus {
	background-image: url(../img/smallarighttr.png);
	background-position: left;
	background-repeat: no-repeat;
}

.readonly {
	color: #CCCCCC;
}

.readonlyblue {
	color: #0000A0;
	background-color:#FFFFA0;
}

.readonlyblack {
	color: #000000;
	background-color:7F7F7F;
}

.redbackground {
	background-color:#FFC0C0;
	border: thin solid #FF0000;
	padding: 5px;
}

.overlay-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000; /* high z-index */
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
}
.overlay-content {
	background: #fff;
	padding: 1%;
	width: 40%;
	position: relative;
	top: 15%;
	left: 50%;
	margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */
	cursor: default;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.close-btn {
	cursor: pointer;
	border: 1px solid #333;
	padding: 2% 5%;
	background: #a9e7f9; /* fallback */
	background: -moz-linear-gradient(top,  #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e7f9), color-stop(4%,#77d3ef), color-stop(100%,#05abe0));
	background: -webkit-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
	background: -o-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
	background: -ms-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
	background: linear-gradient(to bottom,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.close-btn:hover {
	background: #05abe0;
}

/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px){
	.overlay-content {
		width: 96%;
		margin: 0 2%;
		left: 0;
	}
}


.boxleft {
	float:left;
}

.boxright {
	float:right;
}

.boxclear {
	clear:both;
}

.padding5px {
	padding:5px;
	border:#606060 thin solid;
}
.thintable {
	border-collapse:collapse;
}

.thintblista {
	border-collapse:separate;
	border-width: 0px 0px 1px 0px;
}

.thintblista tbody {
	border-bottom: #000 solid thin;
}


.descritorbg {
	background:rgba(0,150,255,0.2);
}

.bgtrred {
	background:rgba(255,0,0,0.4);
}

.ficheirobox {
	border: #303030 thin solid;
	width: 99%;
	float:left;
	margin-right:10px;
	background: #FFFFFF;
}

.ficheirosanexo {
	padding: 5px;
	background: rgba(200,200,200,0.50);
	border: #808080 thin solid;
}

.letrareport {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.bginvalidas {
	background: rgba(128,0,0,0.1);
}

.prodfamil {
	padding-top: 2px;
	height: 24px;
}

.prodfamil:hover {
	background: rgba(128,128,0,0.5);
}

.prodfamillabel {
	width: 350px;
	float: left;
}

.prodedfamillabel {
	min-width: 430px;
	float: left;
}

.prodfamildata {
	width: 350px;
	float: left;
}

.tdicfrm {
	float: left;
	margin-left:8px;
	width: 12px;
}

.nodisplay {
	display:none;
}

.relpedidocbox {
	background: rgba(239,195,200,1);
	background: -moz-linear-gradient(top, rgba(239,195,200,1) 0%, rgba(210,75,91,0.84) 50%, rgba(185,39,56,0.84) 51%, rgba(241,142,153,0.68) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,195,200,1)), color-stop(50%, rgba(210,75,91,0.84)), color-stop(51%, rgba(185,39,56,0.84)), color-stop(100%, rgba(241,142,153,0.68)));
	background: -webkit-linear-gradient(top, rgba(239,195,200,1) 0%, rgba(210,75,91,0.84) 50%, rgba(185,39,56,0.84) 51%, rgba(241,142,153,0.68) 100%);
	background: -o-linear-gradient(top, rgba(239,195,200,1) 0%, rgba(210,75,91,0.84) 50%, rgba(185,39,56,0.84) 51%, rgba(241,142,153,0.68) 100%);
	background: -ms-linear-gradient(top, rgba(239,195,200,1) 0%, rgba(210,75,91,0.84) 50%, rgba(185,39,56,0.84) 51%, rgba(241,142,153,0.68) 100%);
	background: linear-gradient(to bottom, rgba(239,195,200,1) 0%, rgba(210,75,91,0.84) 50%, rgba(185,39,56,0.84) 51%, rgba(241,142,153,0.68) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc3c8', endColorstr='#f18e99', GradientType=0 );
}

#headerbg {
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,0.98)), color-stop(51%, rgba(209,209,209,0.98)), color-stop(100%, rgba(254,254,254,0.96)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	position: absolute;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	z-index:5;
}

#corpoinner {
	position: absolute;
	top: 91px;
	left: 0px;
	/* width: 110%; */
	/* overflow-y: auto; */
	overflow-x: hidden;
	width: 100%;
	bottom: 0px;
	z-index:2;
}

.imgboxwdr {
	margin-right:15px;
	margin-bottom: 15px;
}

.observacaoarea {
	display:none;
	background-color:#FFFFFF;
	border: thin solid #808080;
	padding: 10px;
	top:50px;
	left:25%;
	width:50%;
	z-index: 8;
	position: fixed;
}

.overlayarea {
	position: fixed;
	top: 0;
	left: 0;
	height:100vh;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.overlayform {
	background:#FFFFFF;
	-moz-box-shadow: 10px 10px 12px #000000;
	-webkit-box-shadow: 10px 10px 12px #000000;
	box-shadow: 10px 10px 12px #000000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}
.overlayfixo {
	position: fixed;
	top: 100px;
	left: 20px;
}
.overlayareadark {
	position: fixed;
	top: 0;
	left: 0;
	height:100vh;
	width: 100%;
	background: rgba(0,0,0,0.8);
}
.overlayformpos {
	top: 140px;
	position: fixed;
	left: 30px;
	min-width: 80%;
}
.overlayformlpos {
	top: 140px;
	position: fixed;
	left: 30px;
	padding:20px;
}
.tdbackgwleft {
	background-image:url('../img/macro-watch-variable.png');
	background-repeat:no-repeat;
	background-position-x: 10px;
	/*
	width: 95%;
	display: inline-block;
	*/
	min-height: 20px;
	vertical-align: sub;
}
.pagbox {
	padding: 4px;
	background-color: #C88D8D1C;
	border: thin solid #80808052;
	min-width: 20px;
	min-height: 18px;
	display: inline-block;
	margin-bottom: 2px;
	margin-top: 3px;
	margin-right: 2px;
	margin: 2px 0px 2px 0px;
	text-align: center;
}
.pagbox:hover {
	background-color:#FFFFA0;
}
.cursorlink {
	cursor:caption;
}
.cursorhair {
	cursor:crosshair;
}
.cursorlupa {
	cursor:zoom-in;
}
.cursorselector {
	cursor:context-menu;
}
.cursorpointer {
	cursor: pointer;
}
.observacoesareaform {
	width: 90%;
	left: 5%;
	position: fixed;
	top: 5vh;
	height: 80vh;
	padding: 20px;
}
.observacoesareaformdest {
	font-size: 1.5em;
	margin-bottom:10px;
}
