html {
/*	overflow-x: hidden;	*/
}

body {
	margin: 0px;
	padding: 0px;
		/*	background: #99CC00;  */
	font-family: Arial;
	color: #000000;
/*	overflow-x: hidden;	*/
}

a:link, a:visited {
	color: #005FA9;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	text-decoration: underline;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #E4F3B5;
width: 130px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 10px Verdana;
text-align: left;
line-height:12px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* ALERTA */
#aHref a {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#dvBoxAlert1 {
	position: absolute;
	background-color: #FFFFFF;
	margin: 50px;
	border: solid 1px #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: -15px;
	left: 153px;
	top: 1001px;
}

#dvBoxAlert2 {
	position: absolute;
	background-color: #FFFFFF;
	margin: 50px;
	border: solid 1px #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: -15px;
	left: 276px;
	top: 1398px;
	width: 593px;
}

#dvBoxAlert99 {
	position: absolute;
	background-color: #FFFFFF;
	margin: 50px;
	border: solid 1px #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: -15px;
	left: 153px;
	top: 400px;
}

#cClose {
	text-align: right;
}

h1 {
 font-size: 20px;
 color: #334d55;
}

h2 {
 font-size: 16px;
 color: #006699;
}

h3 {
 font-size: 14px;
 color: #006699;
}

h4 {
 font: 10px;
 color: #333333;
}

.content {
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background-color: #ffffff;
	vertical-align: top;
}

.content_crono {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	vertical-align: top;
}

.imgtext {
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 12px;
	float: right;	
}

#text {
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 12px;
}

#text h2 {
 font-size: 16px;
 color: #006699;
 line-height: 8px;
}

#text h3 {
 font-size: 14px;
 color: #006699;
}

#text h4 {
 font-size: 10px;
 color: #000000;
}

#text .date {
	font-size: 10px;
	color: #000000;
}

.fontsize10   {
	font-size:10px;
}

p {
	text-align:justify;
}

#Line {
	border-bottom: solid 1px #CCD2D2;
}

#pageName {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #FF6600;
}

#pageName h1 {
 font-size: 20px;
 color: #334D55;
 line-height: 10px;
}

#pageName h3 {
 font-size: 10px;
 color: #006699;
}

/************** header tag styles **************/

#dvImg {
	margin: 0px;
	padding: 10px;
	position: absolute;
	background-color:#FFFFFF;
	top: -3px;
	left: 1px;
	height:109px;	
	z-index: 2;
}


#pageName img {
	position: absolute;

	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/**************** Tables - Taipai styles *****************/

.crono_center {
	background-image:url('../cronologia/img/vr.gif');
	background-position:center;
	text-align:center;
}

table.Styles {
	margin: 0 px;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	table-layout: fixed;
	font-family:Arial, sans-serif;
	font-size: 12px;		
}

td {
	padding: 5px;

}

tr.Title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;	
	padding: 3px;
}

#borderTitle {
	border-bottom: 1px solid #FF6600;
}

#borderTitleLft {
	border-bottom: 1px solid #FF6600;
	border-right: 1px solid #999999;
}

#borderTitleRgt {
	border-bottom: 1px solid #FF6600;
	border-right: 1px solid #999999;
}

#borderTotal {
	border-top: 1px solid #FF6600;
}

#borderTotalLft {
	border-top: 1px solid #FF6600;
	border-right: 1px solid #999999;
}

#borderVertical {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;	
}

#borderVerticalLstLine {
	border-right: 1px solid #999999;
}

#borderLines {
	border-bottom: 1px solid #CCCCCC;	
}

td.Levels {
	padding: 3px;
	text-align: center;
}

#borderStoryLevelsVertical {
	border-right: 1px solid #CCCCCC;
}

.lb_titulo {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;		
	border-bottom: solid 1px #CCD2D2;
}

.lb_subtitulo {
	font-size: 13px;
	font-weight: bold;
}

.lb_italico {
	font-family: Arial, Sans-serif;
	font-style:italic;
}

.lb_cinzento {
	color: gray;
}
.lb_cinzento_bold {
	color: gray;
	font-weight: bold;	
}
.lb_bold {
	font-weight: bold;
}

.table {
	border-bottom: solid 1px #CCD2D2;
}

.table a:link, a:visited {
	color: #005FA9;
	font-size: 11px;
	text-decoration: none;
}

.table a:hover {
	font-size: 11px;
	text-decoration: underline;
}

.borderBottom {
	border-bottom: solid 1px #CCD2D2;
}

.lastnews {
 font-size: 16px;
 font-weight: bold;
 color: #006699;
 border-bottom: solid 1px #FF6600; 
}
