/* err.css - phperr v0.2 - copyright 2005 by Emmanuel Richiardone
license: GPL (www.gnu.org/copyleft/gpl.html)
freely use but leave author greetings (E.Richiardone - eATrichiardoneDOTeu)
*/
body { 
	border: none;
	text-align: justify;
	font-family: verdana, new, sans-serif;
	font-size: 9pt;
	background-color: #6988AF;
        background: #6988AF url(blueeee.png) fixed repeat; 
	color: #000000;
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
}

div.top {
	position: absolute;
	border: 2px solid #000000;
	padding: 3px;
	background-color: #EEEEEE;
	min-width: 400px;
	height: 80px;
	right: 115px;
	left: 130px;
	top: 10px;
	z-index: 2;
}

div.middle {
	position: absolute;
	border: 2px solid #000000;
	padding: 3px;
	padding-left: 63px;
	padding-right: 63px;
	min-width: 400px;
	right: 115px;
	left: 130px;
	top: 105px;
	min-height: 500px;
/*	bottom: 10px; */ 
	z-index: 1;
	background-color: #EFEFFF;
	background-image: url(img/back.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

div.right {
	position: absolute;
	border: 2px solid #000000;
	padding: 3px;
	background-color: #EEEEEE;
	width: 135px;
	right: 30px;
	top: 125px;
	z-index: 4;
}

div.left {
        text-align: left;
	position: absolute;
	border: 2px solid #000000;
	padding: 3px;
	background-color: #EEEEEE;
	width: 160px;
	left: 20px;
	top: 125px;
	z-index: 4;
}

a.titex1 {
	position: absolute;
	left: 110px;
	top: 18px;
	text-align: center;
	vertical-align: middle;
	font-family: courier new, verdana, sans-serif;
	font-size: 42pt;
	font-weight: bold;
	color: #000000;
	z-index: 4;
	text-decoration: none;
}

a.titex2 {
	position: absolute;
	left: 80px;
	top: -15px;
	text-align: center;
	vertical-align: middle;
	font-family: courier new, verdana, sans-serif;
	font-size: 70pt;
	font-style:italic;
	font-weight: bold;
	color: #8AA9D0;
	z-index: 3;
	text-decoration: none;
}

a.titarg {
	padding: 5px;
	text-align: right;
	font-size: 8pt;
	font-style: italic;
	color: #8AA9D0;
}

a.link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #6988AF;
}
a.link {
	text-decoration: none;
	color: #000000;
}

a.linkp:hover {
	text-decoration: none;
	color: #6988AF;
}
a.linkp:visited {
	text-decoration: underline;
	color: #6988AF;
}
a.linkp {
	text-decoration: underline;
	color: #000000;
}

table.top {
	position: absolute;
	border: none;
	padding: 0px;
	height: 75px;
	right: 110px; 
	left: 110px; 
	top: 10px; 
}

.tab-all {
	margin-top: 10px;
	border: 1px solid #000000;
	width: 100%;
}
.tab-title {
	padding: 0px;
	padding-left: 20px;
	border: none;
	border-bottom: 1px solid #000000;
	background-color: #EEEEEE;
	font-size: 11pt;
}
.tab-date {
	padding: 0px;
	padding-right: 10px;
	border: none;
	border-bottom: 1px solid #000000;
	background-color: #EEEEEE;
	font-size: 9pt;
	font-style: italic;
	text-align: right;
}
.tab-body {
	padding: 3px;
	border: none;
	background-color: #EFEFFF;
	font-size: 9pt;
	text-align: justify;
}
.titpage {
	padding: 0px;
	padding-right: 30px;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
hr {
	border: 1px solid #000000;
}

form.form {
	text-align: left;
	width: 100%;
}

img {
  border: none;	
}

p.mini {
	text-align: center;
	font-family: verdana, clean, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #000000;
}

.centro {
	text-align: center;
}
td.calendar {
	font-family: verdana, new, sans-serif;
	font-size: 8pt;
	color: #000000;
}
td.calendartoday {
	font-family: verdana, new, sans-serif;
	font-size: 8pt;
	color: #8AA9D0;
}
