/*
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #777;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
*/
#top {
	padding: 1px 20px 1px 20px;
	background-color: #333;
	text-align: right;
	color: white
}

#top a {
	text-decoration: none;
	color: white;
}

#top a:hover {
	text-decoration: underline;
}

#tools {
	float: right;
}

#user {
	float: left;
}

#title {
	padding: 10px 20px 10px 20px;
	background-color: #4a4a4a;
}

#mainmenu {
	padding: 12px 20px 12px 20px;
	background-color: #606060;
	color: white;
}

#mainmenu a {
	text-decoration: none;
	color: #aaa;
}

#mainmenu a:hover {
	text-decoration: underline;
	color: white;
}

#mainmenu a.active {
	color: white;
}

#submenu {
	padding: 4px 20px 4px 20px;
	background-color: #e4e4e4;
	color: #444;
}

#submenu a {
	text-decoration: none;
	color: #555;
}

#submenu a:hover {
	text-decoration: underline;
	color: black;
}

#submenu a.active {
	text-decoration: underline;
	color: black;
}

#submenu a.active:hover {
	text-decoration: underline;
	color: black;
}

#content {
	padding: 20px 20px 60px 20px;
	background-color: white;
}

#footer {
	padding: 3px 20px 3px 20px;
	background-color: #606060;
	color: #aaa;
}

#footer a {
	text-decoration: none;
	color: #ccc;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
}

form {
	margin: 0;
	padding: 0;
}

#tablehead {
	background-color: Fuchsia;
	margin-bottom: 5px;
	border-bottom: 1px solid #606060;
	background-color: #eee;
}

#tablehead button {
	background-color: #666;
	border: none;
	color: White;
	height: 20px;
}

.button {
	background-color: #666;
	border: none;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

.button a {
	color: White;
	text-decoration: none;
}

.button a:hover {
	text-decoration: underline;
}

div.floatleft {
	float: left;
}

div.floatright {
	float: right;
}

div.clearer {
	clear: both;
}

div.thclearer {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

#tablelocation {
	border-bottom: 2px solid white;
	border-right: 1px solid white;
	background-color: #606060;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}

#tablelocation a {
	color: White;
}

.tablemain {
	border-collapse: collapse;
	border: 1px solid white;
	width: 100%;
}



.tablemain th {
	border: 1px solid white;
	background-color: #606060;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.tablemain th.alignleft {
	text-align: left;
}

.tablemain th a {
	color: White;
}

.tablemain td {
	border: 1px solid white;
	/*background-color: #eee;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.tablemain .subth2 {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #333;
}

.tablemain .subth {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #8e8e8e;
}

.tablemain .normal td {
	background-color: #eeeeee;
}

.tablemain .verde td {
	background-color: #b2ebb2;
}

.tablemain .verde2 td {
	background-color: #99c999;
}

.tablemain .amarelo td {
	background-color: #f7f497;
}

.tablemain .vermelho td {
	background-color: #ed9a9a;
}


.tablemain td a {
	color: Black;
}

.tablemain td a:hover {
	color: Blue;
}

.tablemain .separado td{
	border-top: 2px solid #ccc;
}

#tablefooter {
	background-color: #ccc;
	border-top: 1px solid #666;
	margin-top: 8px;
}

#tablefooter input {
	background-color: #666;
	border: none;
	color: White;
	height: 20px;
}

#calendarexception {
	margin-right: 200px;
	display: block;
}

.leftpadd {
	padding-left: 10px;
}

.alignright {
	text-align: right;
}


#loading {
	position: fixed;
	float: left;
	top: 0;
	left: 0;
	background: url(../images/loader-bg.gif);
	width: 100%;
	height: 100%;
	text-align: center;
}

#loading table {
	border: none;
	width: 100%;
	height: 100%
}

.width-small {
	width: 25%;
}

.width-normal {
	width: 50%;
}

.width-big {
	width: 75%;
}

.width-full {
	width: 100%;
}

.colorbutton {
	position: relative;
	top: 3px;
	left: 4px;
}

.smaller {
	font-size: 10px;
}

.tablemain tr.on td {
	background: #cedfe4;
}

.tablemain tr.off td{
	background: #eeeeee;
}

.tablemain tr.active td{
	background: #b3d2db;
}

.table_prebody {
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	color: White;
	background-color: #808080;
}

.table_prebody .botao{
	height: 20px;
	border: none;
	color: White;
	background-color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}


.table_prebody .navigation{
	height: 20px;
	border: none;
	color: White;
	background-color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}

.tablemain .mudacor_on {
	background-color: #cedfe4;
}

.tablemain .mudacor_off td{
	background: #eeeeee;
}

.tablemain .mudacor_active td{
	background: #b3d2db;
}

.tablemain .mudacor_off .drag-handle{
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/drag-handle.png) ;
}

.drag-handle{
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/drag-handle.png) ;
}



/***********************/

/* SEPARADORES inicio */

.separador_botao {
	background-color: #cccccc;
	border: none;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;

}

.separador_botao_activo {
	color: #ffffff;
	background-color: #606060;
	border: none;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;

}
.separador_div {
	padding: 5px 5px 5px 5px;
	border: 1px solid #606060;
}

@media print {

	.quebra_pagina {
		page-break-after: always;
	}

	.no_print {
		display: none;
	}

	.top {
		display: none;
	}

	.title {
		display: none;
	}

	.mainmenu {
		display: none;
	}

	.submenu {
		display: none;
	}

	.content {
		padding: 20px 20px 60px 20px;
		background-color: white;
	}

	.footer {
		display: none;
	}


	form {
		margin: 0;
		padding: 0;
	}

	#tablehead {
		display: none;
	}


	div.floatleft {
		float: left;
	}

	div.floatright {
		float: right;
	}

	div.clearer {
		clear: both;
	}

	div.thclearer {
		clear: both;
		width: 100%;
		height: 1px;
		font-size: 1px;
	}

	#tablelocation {
		border-bottom: 2px solid white;
		border-right: 1px solid white;
		background-color: #606060;
		color: white;
		padding-left: 10px;
		padding-right: 10px;
		height: 20px;
	}

	#tablelocation a {
		color: White;
	}


	.tablemain {
		border-collapse: collapse;
		border: 1px solid black;
		width: 100%;
	}

	.tablemain th {
		border: 1px solid black;
		background-color: #606060;
		color: black;
		padding-left: 10px;
		padding-right: 10px;
	}

	.tablemain th.alignleft {
		text-align: left;
	}

	.tablemain th a {
		color: black;
	}

	.tablemain td {
		border: 1px solid black;
		background-color: #eee;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 3px;
	}

	.tablemain .subth2 {
		text-align: center;
		color: black;
		font-weight: bold;
		background-color: #333;
	}

	.tablemain .subth {
		text-align: center;
		color: black;
		font-weight: bold;
		background-color: #8e8e8e;
	}

	.tablemain .normal td {
		background-color: #eeeeee;
	}

	.tablemain .verde td {
		background-color: #b2ebb2;
	}

	.tablemain .verde2 td {
		background-color: #99c999;
	}

	.tablemain .amarelo td {
		background-color: #f7f497;
	}

	.tablemain .vermelho td {
		background-color: #ed9a9a;
	}


	.tablemain td a {
		color: Black;
	}

	.tablemain td a:hover {
		color: Blue;
	}

	.tablemain .separado td{
		border-top: 2px solid #ccc;
	}

	#tablefooter {
		display: none;
	}


	#calendarexception {
		margin-right: 200px;
		display: block;
	}

	#loading {
		position: fixed;
		float: left;
		top: 0;
		left: 0;
		background: url(../images/loader-bg.gif);
		width: 100%;
		height: 100%;
		text-align: center;
	}

	#loading table {
		border: none;
		width: 100%;
		height: 100%
	}

	.width-small {
		width: 25%;
	}

	.width-normal {
		width: 50%;
	}

	.width-big {
		width: 75%;
	}

	.width-full {
		width: 100%;
	}

	.colorbutton {
		position: relative;
		top: 3px;
		left: 4px;
	}

	.smaller {
		font-size: 10px;
	}

	.tablemain tr.on td {
		background: #cedfe4;
	}

	.tablemain tr.off td{
		background: #eeeeee;
	}

	.tablemain tr.active td{
		background: #b3d2db;
	}

	.table_prebody {
		display: none;
	}

	/* SEPARADORES inicio */

	.separador_botao {
		background-color: #cccccc;
		border: none;
		height: 20px;
		padding-left: 20px;
		padding-right: 20px;

	}

	.separador_botao_activo {
		color: #ffffff;
		background-color: #606060;
		border: none;
		height: 20px;
		padding-left: 20px;
		padding-right: 20px;

	}


	/* SEPARADORES fim */

	.header-reservada {
		display: none;
	}


}



/* SEPARADORES fim */
