* {
	padding: 0;
	margin: 0;
}

body {
	background:#cacaff url("sfondo.png");
	background-repeat: repeat-x;
	margin: 3px;
}

a {
	text-decoration: none;
	color: yellow;
	cursor: pointer;
}
a:hover { text-decoration: underline }


div#logo {
	text-align:left;
	float:left;
	margin: 24px auto 0px 0px;
	height: 100px;
}

div#adv {
	text-align:right;
	float:right;
	margin-top: 48px;
}

/* Menuz */

div.master {
	width:960px;
	margin:auto;
	clear:both;
	position:relative;
	border-collapse: collapse;
}

div.menu {
	width: 118px;
	height: 58px;
	text-align: center;
	font-size: 10px;
	font-family: arial, sans-serif;
	border: 1px solid black;
	float: left;
	position: relative;
}

div.menux { background: url("square_x2.png") }
div.menux:hover { background-image: url("square_x1.png") }

div.menuh {
	background: url("square_h2.png");
	border-left: 0;
	width: 119px;
}
div.menuh:hover { background-image: url("square_h1.png") }

div.menuv {
	background-image: url("square_v2.png");
	border-width: 0 0 1px 1px;
	height: 59px;
	clear: both;
}

div.menuv:hover {background-image: url("square_v1.png")}

div.menu a {
	width:118px;
	height:52px;
	padding-top: 8px;
	display: block;
}
div.menu a:hover { text-decoration: none }


div.menu img { border: 0 }

/* Popup */

div.pop {
	position: absolute;
	height: 208px;
	width: 450px;
	background: #ececff url(sfondo_viola.png) repeat-x;
	background-color: rgba(236, 236, 255, 0.8);
	border: 1px solid black;
	font: 12px sans-serif;
	color: black;
	text-align: left;
	padding: 6px;
	z-index: 1;
}

div.menux div.pop { top: 66px; left: 126px }
div.menuh div.pop { top: 66px; left: 7px }
div.menuv div.pop { top: 7px; left: 126px }

div.pop p {
	margin: 6px 0px;
	text-align: justify;
	font-size: 10px;
}

div.pop h1 {
	margin: 6px 0px;
	font-weight: bold;
	font-size: 14px;
}

div.pop div.popw {
	width: 198px;
	text-align: center;
	border: 1px solid #cacaff;
	float:right;
	margin: 3px;
}

div.pop div.popo {
	width: 200px;
	text-align: center;
	float:right;
	margin: 3px;
}


/* Layout */

div#leftcol {
	width:118px;
	float: left;
}

div#central {
	background-color: #8060D0;
	width: 839px;
	float: right;
	border: 1px solid black;
	border-width: 0 1px 1px 1px;
}

div#rightcol {
	width: 239px;
	float: right;
}

div#newscol {
	float: left;
	width: 599px;
	border: 1px solid black;
	border-width: 0px 1px 0px 0px;
}

/* Other */

img#sprite {
	position:absolute;
	z-index: 100;
}

#central h1, #vertice h1 {
	background: url("barra.png") repeat-x top left;
	padding: 6px;
	font: bold 12px sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: white;
	clear: both;
}

h1 span {color: black}

.news {
	font: 11px sans-serif;
	color: white;
	margin: 3px;
}

.news a {
	text-decoration: none;
	cursor: pointer;
}

.quote {
	border: 1px solid #fc9803;
	background: #cacaff;
	color: black;
}

img.imglx {
	float: left;
	margin: 3px;
}

img.imgrx {
	float: right;
	margin: 3px;
}

#vertice {
	background: #8060D0;
	width:839px;
	/* float:right; */
	clear:both;
	border: 1px solid black;
	border-width: 1px 0px 0px 0px;
	/* border-width: 0px 1px 1px 1px; */
}

#vertice_img {
	text-align: center;
	font: bold 10px sans-serif;
	color: white;
	margin: auto;
}

#vertice_img img {
	border: 1px solid white;
	margin: 6px;
}

input {
	margin: 0 3px;
	padding: 0 3px;
}

ul.bullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.bullet li {
  background-image: url("bullet_orange.png");
  background-repeat: no-repeat;
  background-position: 0 -2px;
  padding-left: 14px;
}

#quickread {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	display:none;
}

#quickread_body {
	height:442px;
	font:12px sans-serif;
	padding:6px;
	color:white;
	overflow:auto;
}

#quickread_wrap {
	position:relative;
	width:638px;
	border:1px solid black;
	height:478px;
	margin:30px auto;
	background:#8060D0;
	z-index:3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#quickread_overlay {
	position:relative;
	top:-540px;
	width:100%;
	height:100%;
	opacity:0.6;
	filter:alpha(opacity=60);
	background:black;
}

#quickread_close {
	float:right;
	font-weight:normal;
	font-size:12px;
}

#quickread_titlebar {
	background:#fc9803;
	border-top:4px solid #FD8300;
	font:bold 14px sans-serif;
	color:white;
	padding:0 6px;
	height: 18px;
}

#quickread_nav {
	background:#ececff;
	border-top: 4px solid #cacaff;
	font: 12px sans-serif;
	color: #666;
	padding: 0 6px;
	text-align: center;
	height: 14px;
}

#quickread_nav a {
	color: black;
	text-decoration: none;
}

.spoilerheader a {
	font-weight: bold;
}

.spoilerbody {
	padding: 13px;
	margin: 13px;
	border: 1px dotted white;
}
