* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:#cacaff url("./sfondo.png") repeat-x;
	margin: 3px;
	font: 12px sans-serif;
	color: white;
	vertical-align: top;
}

p { margin: 12px 0 }

input[type=button], input[type=submit], input[type=text], textarea, select {
	margin: 3px;
	padding: 3px;
	border: 1px inset black;
}

input[type=button] {
	border: 1px outset black;
}

input[type=submit] {
	border: 2px outset black;
	padding: 2px;
}

img.shot { border: 1px solid #ececff }

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

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

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

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

span.alt {color: black}

a {
	text-decoration: none;
	color: yellow;
}

a:hover {color: #fc9803 }

div.master {
	width: 860px;
	margin: auto;
	clear: both;
	position: relative;
}

div#text {
	text-align: justify;
	width: 638px;
	float: right;
	background-color: #8060d0;
	border: 1px solid black;
}

div#text h1 {
	background: url("./barra.png") repeat-x left;
	padding: 6px;
	font: bold 12px sans-serif;
	text-transform: uppercase;
}

div#text h2 {
	margin: 12px 6px 6px 6px;
	font: bold 14px sans-serif;
	border: 1px dashed #ad9fd0;
	border-width: 0 0 1px 0;
}


div#text h3 {
	padding: 6px;
	font: bold 13px sans-serif;
}

div#text table.half {
	width: 50%;
	margin: 6px auto;
	border: 1px solid white;
	border-collapse: collapse;
}

div#text table.full {
	width: 95%;
	margin: 6px auto;
	border: 1px solid white;
	border-collapse: collapse;
}

div#text table.half td, div#text table.half th, div#text table.full td, div#text table.full th {
	border: 1px solid white;
	padding: 3px;
}

div#text h1 span { color: black }

div#text p { padding: 4px 4px 4px 4px}

div#text ul, div#text ol {
	padding: 6px 6px 6px 24px;
	list-style: outside;
}

div#text li {
	padding: 2px 0;
}


div#text hr {
	border: 0 dotted white;
	border-top-width: 1px;
	margin: 6px 24px;
}

div#scrollmenu {
	position: absolute;
	border: 1px solid black;
	width: 202px;
	background: #ececff url("./sfondo_viola.png") repeat-x;
	font: 11px sans-serif;
	color: black;
	text-align: left;
	padding: 6px;
}

div#scrollmenu a { color: black }
div#scrollmenu a:hover { color: #8060d0 }

div#scrollmenu h1 {
	font: bold 12px sans-serif;
	margin: 8px 0 4px 0;
	border: 1px dashed #ad9fd0;
	border-width: 0 0 1px 0;
}

div#scrollmenu ul {
	list-style-image: url("./indox.png");
	padding-left: 15px;
	margin-left: 0px;
}

/* *** Lista *** */

table.lista {
	width: 99%;
	border-collapse: collapse;
	margin: 3px auto;
}

table.lista th {
	border: 1px solid white;
	font: bold 12px sans-serif;
	padding: 2px;
	text-align: left;
}

table.lista td {
	border: 1px solid white;
	padding: 2px;
	text-align: left;
}

table.lista thead th {
	background-color: #fc9803;
	color: black;
}

/* Checkbox */

table.checkbox {
	border: 1px solid #cacaff;
	border-collapse: collapse;
	margin: 8px 3px;
}

table.checkbox th, table.checkbox td {
	border: 1px solid #cacaff;
	text-align: left;
	padding: 4px;
	vertical-align: middle;
}

table.checkbox img {
	vertical-align: middle;
}

table.checkbox th {
	text-align: left;
	width: 160px;
}

table.checkbox td { background: #6f53b4 }
table.checkbox tr.odd td { background: #7558be }

table.checkbox th { background: #624aa0 }
table.checkbox tr.odd th { background: #694faa }

/* Reviewbox */

div.reviewbox {
	border: 1px dashed white;
	background: #9076d0;
	margin: 6px;
	padding: 3px;
	overflow: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
