/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	color:#999999;
}
p { 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0;
	margin-left: 5;
	margin-right: 5;
	text-align: left;
	text-decoration: none;
	}
h1 {
	line-height: 1.5;
	font-weigth: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFCC00;
	margin-bottom: 0px;
}
h2 {
	line-height: 1.5;
	font-weigth: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-bottom: 0px;
}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #7D775C;
	}
.grocnoespai {
	font-weigth: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFCC00;
	margin-bottom: 0px;
}
td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}	
.data {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.normal { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	}
	
.negreta { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	}

.titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
.records {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
}
.menu {
	background-color:#001010;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFCC00;
	font-weight:bold;
	cursor:pointer;
}
a:link {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	}
	
a:visited {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
	}
a:hover, a:active {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFCC00;
}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}
#titolesquerra {
	position:absolute;
	left:10px;
	top:120px;
	height:34px;
}
#titoldreta {
	position:absolute;
	left:440px;
	top:120px;
	height:34px;
}
#supesquerra {
	position:absolute;
	left:10px;
	top:160px;
	width:420px;
	height:300px;
	background-color:#001010;
	overflow-y:auto;
}
#supdreta {
	position:absolute;
	left:440px;
	top:160px;
	width:420px;
	height:300px;
	background-color:#001010;
	overflow-y:auto;
}
#infesquerra {
	position:absolute;
	left:10px;
	top:470px;
	width:420px;
	background-color:#001010;
	color:#FFFFFF;
}
#infdreta {
	position:absolute;
	left:440px;
	top:470px;
	width:420px;
	background-color:#001010;
	color:#FFFFFF;
}
