body{
	margin-top: 0;
}

header{
	border-top: 5px solid #555;
}

html{
	background-color: #C4E9BF;
	background: #EEE url("/images/header_outer.png") repeat-x scroll 0px 0px;
}

div{
 	margin-bottom: 20px;
 	font-size: 14px;
}

.inputBox{
	width: 99%;
	border-radius: 6px;
	height: 25px;
	font-size: 17px;
	border: 1px solid #A1C6A0;
}

p{
	text-align: justify;
}

li{
	margin-bottom:5px;
}

blockquote{
	margin-top: 8px;
}

tfoot{
	font-size: 0.85em;
}

#colDx li{
	font-size: 12px;
	line-height: 1.6;
}

#colDx p{
	font-size: 12px;
	text-align: justify;
	line-height: 1.6;
}

a{
	text-decoration: none;
	color: #535353;
}

caption{
	text-align: left;
	font-size: 12px;
}

a:hover{
	color: #000000;
	text-shadow: 2px 2px 8px #F58612;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

button{
	width: 99%;
	border-radius:4px;
	border: 1px solid #898671;
	height: 25px;
	margin-left: 10px;
	font-size: 17px;
	cursor: pointer;	
	font-weight: bold;	
	background-color: #F58612;	
}

button:hover{
	  background-image: -ms-linear-gradient(top, #fb7d00 0%, #C4E9BF 100%);
	  background-image: -moz-linear-gradient(top, #C4E9BF 0%, #fb7d00 100%);
	  background-image: -o-linear-gradient(top, #fb7d00 0%, #C4E9BF 100%);
	  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #C4E9BF), color-stop(1, #fb7d00));
	  background-image: -webkit-linear-gradient(top, #fb7d00 0%, #C4E9BF 100%);
	  background-image: linear-gradient(top, #fb7d00 0%, #C4E9BF 100%);	
	  box-shadow: 3px 3px 2px #57504a;
}

#page{
	font-family: arial;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	background-color: #f2f2f2;
}

#colSx{
	width: 340px;
	position: relative;
	float: left;
	padding: 10px;
	background-color: #F4F3F3 !important;
}

#colDx{
	width: 670px;
	position: relative;
	float: left;
	padding: 10px;
	background-color: #F4F3F3 !important;
}

.objectBin, .objectBinTitle{
	background-color: #FFFFFF;
	padding: 15px;
	overflow: hidden;
	background-image: url('/images/angolo_dx.png');
	background-position: top right;
	background-repeat: no-repeat;	
	margin-left: -360px;		
}

.objectlegend{
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 0;
}

.tableBase{
	border : 1px solid #FFFFFF;
	border-collapse: collapse;
	width: 100%;	
	font-size: 13px;		
}

.tableBase th{
	border: 1px solid #FFFFFF;
	background-color: #F58612;
	color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}	

.tableBase th:nth-of-type(1){
	text-transform: uppercase;
}
	
.tableBase td{
	border: 1px solid #FFFFFF;
	padding: 3px 5px 3px 5px;
	color: #535353;
	text-align: center;
	vertical-align: top;
    white-space: nowrap;
}

.tableBase tr td:nth-child(1){
	 white-space: normal !important;
}

.tableBase .group{
	background-color: #ADE0A9;
	font-weight: bold;
	white-space: normal;
}		

.tableBase tbody tr:nth-child(odd){
	background-color: #FEEEAF;	
}

.tableBase th:nth-child(1), td:nth-child(1){
	text-align: left;
}

.bigtable{
	overflow-x: auto;
	overflow-y: hidden;
}

.rightarrow{
 	text-transform: uppercase;
 	text-align: right !important;
}

.btnexport{
	color: #F58612;
	font-size: 12.3px;
	font-weight: bold;
	position: relative;
	left: 923px;
	top: 12px;
}

#leftMenu{
	padding: 0;
	text-transform: uppercase;
	color: #535353;
}

#leftMenu li{
	list-style-type: none;
	padding-left: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #535353;
	cursor: pointer;
}

#leftMenu .actualpage{
	font-weight: bolder;
	text-shadow: 2px 2px 4px #F58612;
	border-bottom: 1px solid #000000;
}

#bottom{
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #006766;
	text-align: right;
	clear: both;
}

h2{
	color: #F58612;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #F58612;
}

h4{
	padding-left: 18px;
	font-size: 22px;
	background-image: url('/images/freccina.png');
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	border-bottom: 2px solid #8bc48a;
}

fieldset{
	border: 1px solid #006766;
	margin-bottom: 20px;
}

legend{
	color: #fb7d00;
	font-size: 1.1em;
	font-weight: bolder;			
}

label{
	color: #001730;
	font-size: 0.9em;
	cursor: pointer;		
}

label:hover{
	font-weight: bold;
}

select{
	font-size: 0.9em;
	text-transform: capitalize;
	color: #014793;
	border: 1px solid #fb7d00;
}

.changeScale{
	border: 1px solid #C4E9BF;
	font-size: 0.7em;
	cursor: pointer;
	position: relative;
	top: -30px;
	left: 17px;
	background-color: #ebebeb;
	
}
.labelscale{
	margin-top: -32px;
	font-size: 10px;
	color: rgb(58, 181, 74);
	font-weight: bold;
}

.changeScale:hover{
	border: 1px solid #6d7263;
}

.ui-autocomplete {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

.maingroup{
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 6px;
	color: #3AB54A;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 500px;
}

.objcGraph{
	padding-top: 40px;
	height: 480px;
	margin: auto;
	width: 840px;
	background-image: url('/images/message_bg.png');
	background-repeat: no-repeat;
	background-position: center;
}

.objcGraphLine{
	padding-top: 40px;
	margin: auto;
	width: 840px;	
	background-image: url('/images/message_bg.png');
	background-repeat: no-repeat;
	background-position: center;
}

.cronologia{
	font-size: 0.6em;
	cursor: pointer;
}

#frameincidence{
	display: none;
}

#framesurvival{
	display: none;
}

#frameprevalence{
	display: none;	
}

.bckGraphs{
	background-image: url(/images/logo_graphs_b.png);
	background-repeat: no-repeat;
	background-size: 0 25px;
}

.vertical-text {
	transform: rotate(90deg);
	transform-origin: center top 0;
	border: 1px solid #000;
	text-align: left;
}

.itemsgroup{
	display: none;

}
.tier1items, .tier1Bitems{
	margin: 5px 0 5px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}
.tier2items{
	font-size: 12px;
	margin: 0px 0px 3px 30px;
}

.upperfix{
	position: fixed;
	top: 0px;
	width: 1000px;
	box-shadow: 0px 8px 12px rgb(174, 165, 165);
	z-index: 999;
}

#printwrap{
	float: right;
	width: 150px;
	margin-right: 40px;	
}