/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.azul {
	color: #FFFFFF;
	background-color: #4F94CD;
	padding-left: 7px;
}
.cinza {
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 7px;
}
.verde {
	color: #FFFFFF;
	background-color: #9ACD32;
	padding-left: 7px;
}
.laranja {
	color: #FFFFFF;
	background-color: #FFA500;
	padding-left: 7px;
}
.outracor {
	color: #FFFFFF;
	background-color: #999900;
	padding-left: 7px;
}
.tijolo {
	color: #FFFFFF;
	background-color: #D25A0B;
	padding-left: 7px;
}
.rodape {
	background-color: #E8E8E8;
	padding-left: 10px;
	text-align: left;
	height: 35px;
	line-height: 14px;
}
.form_h {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.conteudo {
	line-height: 16px;
	color: #000000;
}
.conteudo a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.conteudo a:hover {
	color: #a00;
	font-weight: bold;
	text-decoration: underline;
}
.list_submenu {
	padding: 3px;
}
.list_submenu a {
	padding: 3px;
	color: #FFF;
	text-decoration: none;
}
.list_submenu a:hover {
	padding: 3px;
	color: #104E8B;
        font-weight: bold;
	text-decoration: underline;
}
.calendario {
	color: #ababab;
}.box {
	border: 1px dotted #CCCCCC;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-top: 1px solid white; /*navy border*/
	background-color: #FF9900;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid white; /*navy divider between menu items*/
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
	color: white !important;
	padding-top: 3px; /*shift text down 1px*/
	padding-bottom: 3px;
	background-color: #D25A0B;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 3px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#dropinboxv2cover{
	width: 415px; /*change width to desired */
	height: 250px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}
#dropinboxv2{
	width: 400px; /*change width to above width-20. */
	height: 250px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	/* border: 2px solid black; Customize box appearance*/
	/* background-color: #E9E9E9; */
	padding: 0px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
}
