/* STILI COMUNI */

body {
	background-color: #EEEEEE;
	background-image: url('/images/body_bg.gif');
	background-repeat: repeat-x;
	color: #636363;
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
}

a {
	color: #F96E19;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #F96E19;
	font-weight: bold;
}

h1 {
	font-size: 1.35em;
	margin-bottom: 7px;
	margin-top: 0px;
}

h2 {
	font-size: 1.2em;
	margin: 5px 0px;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 0px;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0px;
	margin-top: 7px;
}

span {
	color: #F96E19;
	font-weight: bold;
}

span.light {
	color: #B0B0B0;
	font-size: 0.9em;
	font-weight: normal;
}

span.error {
	background-color: #F2F1F1;
	color: #FF0000;
	display: block;
}

.adesso {
	word-spacing: normal;
}


/* ELEMENTI PRINCIPALI */

#container {
	background-color: #FFFFFF;
	border: 1px solid #999999;	
	margin: 10px auto;
	position: relative;
	width: 756px;
	padding: 6px 7px;
}

#mainContainer {
	float: left;
	height: 100%;
	margin-bottom: 9px;
	width: 509px;
}

br.clearer {
	clear: both;
}

p.correlatedLinks {
	clear: both;
	display: block;
	margin-bottom: 3px;
	margin-top: 15px !important;
	text-align: center;
}

.standard {
	padding: 12px 5px 0px 5px;
	display: none;
}

.articleBody {
	margin-left: 5px;
	margin-top: 12px;
}

.vote, .sidebox .userVote {
	background-color: #666666;
	color: #FFFFFF;
	border: 1px solid #636363;
	float: left;
	font-size: 2.8em;
	font-weight: bold;
	height: 1.4em;
	line-height: 1.4em;
	margin-right: 9px;
	margin-top: 2px;
	text-align: center;
	width: 1.8em;
}

.vote {
	background-image: url('/images/bg_vote.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	color: #FFFFFF;

	
}

.vote_listing {
	background-image: url('/images/bg_vote.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	color: #FFFFFF;
	border: 1px solid #636363;
	float: left;
	font-size: 2.2em;
	font-weight: bold;
	height: 1.4em;
	line-height: 1.4em;
	margin-right: 9px;
	margin-top: 2px;
	text-align: center;
	width: 1.8em;

	
}

.listingTable .vote {
	float: left;
	font-size: 2.3em;
	height: 1.3em;
	line-height: 1.3em;
	margin-top: 4px;
	width: 1.8em;
   	margin-left: 10px;
}

.userVote {
	color: #909090;
	float: left;
	font-size: 1.9em;
	font-weight: bold;
	height: 1em;
	line-height: 1.25em;
	margin: 0px 7px 0px 4px;
	text-align: center;
}

.sidebox .userVote {
	margin-left: 0px;
}

.sidebox img.boxart {
	float: left;
	height: 100px;
	margin-right: 9px;
	width: 70px;
}

.sidebox a.objectLink {
	position: absolute;
	bottom: 9px;
}


/* HEADER */

#navPortals {
	clear: both;
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight: bold;
	background-image: url('/images/bg_top.jpg');
	background-repeat: repeat-x;
	line-height: 29px;
	margin: -6px -7px 5px -7px;
	padding-left: 15px;
	text-align: right;
	border-bottom: 1px solid #999999;
}
	
#navPortals div {
	float: left;
}

#navPortals a {
	border-left: 1px solid #999999;
	color: #666666;
	padding: 8px 12px;
}

#navPortals a:hover {
	background-image: url('images/top_ahover.gif');
	background-repeat: repeat-x;
}
	
#logo {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 5px;
}
	
#ad {
	float: right;
	height: 60px;
	margin: 10px 5px 10px 0px;
	width: 468px;
}


/* BARRA DI NAVIGAZIONE */

#navbar {
	background-color: #52585F;
	clear: both;
	height: 25px;
	margin-bottom: 9px;
	width: 100%;
	position: relative;
}

#navbar select {
	position: absolute;
	right: 0px;
	width: 140px;
	margin: 2px;
	padding: 1px;
	background-color: #E5E6E7;
	border: 1px solid #7F9DB9;
	float: left;
	font-family: Arial;
	font-size: 0.8em;
}

a.option {
	background-color: #52585F;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 0.8em;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 100px;
}

:hover.option {
	background-color: #F96E19;
	text-decoration: none;
}


/* HOMEPAGE */

#newsItem_1 {
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	height: 100px;
	margin-right: 9px;
	margin-bottom: 5px;
	padding: 7px;
	position: relative;
	width: 498px;
}

#newsItem_1 img {
	float: left;
	height: 100px;
	margin-right: 9px;
}

#newsItem_1 div, #highlightedObject div {
	height: 6.3em;
	overflow: hidden;
}

#highlightedObject {
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	height: 100px;
	margin-bottom: 5px;
	padding: 7px 12px;
	text-align: left;
	width: 211px;
}

#highlightedObject img {
	float: right;
	height: 100px;
	margin-left: 9px;
	width: 70px;
}

.newsItem_2 {
	border-bottom: 1px dashed #9A9A9A;
	min-height: 110px;
	padding: 12px 5px;
	text-align: left;
}

.newsItem_2 img {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 12px;
	max-height: 100px;
	width: 110px;
}

.newsItem_3 {
	float: left;
	font-size: 0.9em;
	padding: 12px 5px;
	text-align: left;
	width: 244px;
}

.newsItem_3 h3 {
	font-size: 1.25em;
	color: #F96E19;
}

.newsItem_3 a {
	color: #636363;
}

p.shortList {
	margin: 0 0 1px 0;
}


/* BARRA A BLOCCHI LATERALE (SIDE-BAR) */

#sidebar {
	float: left;
	margin-left: 12px;
	width: 217px;
}

.sidebox, .sbExtra {
	position: relative;
	width: 100%;
	margin-bottom: 7px;
	padding: 9px;
	text-align: left;
	font-size: 0.9em;
	background: #F0F0F0 url('images/side_bg.gif') repeat-x bottom;
}

.sidebox h3, .sbExtra h3 {
	font-size: 13px;
	margin: -9px -9px 8px -9px;
	padding: 4px 5px 5px 8px;
	color: #FFFFFF;
	background: url('images/sidebox_hbg.png') top;
}

.sidebox h3 img, .sbExtra h3 img{
	float: left;
	padding: 5px 5px 0px 0px;
}

.sidebox strong {
	color: #F96E19;
}

.sidebox a {
	color: #636363;
}

.sbExtra a {
	color: #636363;
	display: block;
	padding-bottom: 3px;
}

.sidebox a:hover, .sbExtra a:hover {
	color: #F96E19;
	text-decoration: none;
}

.sidebox .voteSmall {
	margin-left: 0px;
}

a.feedLink {
	display: block;
	height: 30px;
	padding-left: 28px;
	background: url('images/feed_icon.gif') no-repeat 0px 3px;
}


/* VISUALIZZAZIONE NEWS */

#newsContainer {
	border-bottom: 1px dashed #9A9A9A;
	padding: 0px 5px;
}

#newsContainer p {
	margin: 7px 0px;
}

.newsTime {
	color: #636363;
	font-size: 0.8em;
	font-weight: normal;
}

.newsImage {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 5px 5px;
	width: 100px;
}

.articleAuthor {
	font-style: Italic;
	margin-bottom: 18px !important;
}

.newsComments, .newsCommentsCol {
	border-bottom: 1px dashed #9A9A9A;
	padding: 12px 5px;
	display: none;
	visibility: none;
	height: 0;
}

.newsCommentsCol {
	background-color: #FBFBFB;
}

form.addComment {
	background-color: #F2F1F1;
	margin-top: 12px;
	padding: 9px;
	display: none;
	visibility: none;
	height: 0;
}


/* PAGINE DI ELENCAZIONE (LISTING) */

.listingTable {
	border-collapse: collapse;
	margin: 0px 5px 12px 5px;
	width: 499px;
}

.listingTable h3 {
	color: #F96E19;
	font-size: 1.25em;
	margin: 0px;
}

.listingTable th {
	border-bottom: 1px dashed #9A9A9A;
	text-align: left;
}

.listingTable td {
	border-bottom: 1px dashed #9A9A9A;
	font-size: 0.9em;
	padding: 4px 0px;
}

.listingTable td.boxart, td.date {
	width: 80px;
}

.listingTable td.boxart img {
	height: auto;
	margin-right: 9px;
	width: 75px;
}

.listingTable td.info {
	text-align: center;
}

.listingTable td.v_info {
	vertical-align: top;
}

.listingTable td.v_info img.platform {
	clear: left;
	float: left;
}

.listingTable td.info img.platform {
	clear: none;
	float: none;
	margin: 0;
}

.listingTable td.number {
	padding-right: 9px;
	text-align: right;
	width: 25px;
}

.listingTable td.links {
	width: 25%;
}

.listingTable td.votes {
	text-align: center;
	vertical-align: top;
	width: 15%;
}

.listingTable .medal {
	display: block;
	float: left;
	height: 38px;
	margin: 4px 0px 0px 0px;
}

.listingTable tr.alt {
	background-color: #FBFBFB;
}

.objectData .listingTable {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

img.platform {
	height: 20px;
	margin: 5px 0px 0px 0px;
	width: auto;
}


/* SCHEDA OGGETTO */

.objectFile {
	border-bottom: 1px dashed #9A9A9A;
	padding: 0px 5px 4px 5px;
	text-align: left;
}

.objectFile img {
	border: 0px;
	float: right;
	height: 110px;
}

.objectData {
	padding: 15px 5px 0px 5px;
}

.commentBox, .commentBoxAlt {
	border-bottom: 1px dashed #9A9A9A;
	padding: 12px 5px;
}

.commentBoxAlt {
	background-color: #FBFBFB;
}

p.goodComment, p.badComment {
	display: block;
	font-size: 0.9em;
	padding: 4px;
}

p.goodComment {
	background-color: #DCECB1;
	border: 1px dashed #008000;
}

p.badComment {
	background-color: #F5E2D7;
	border: 1px dashed #C00000;
}

.readerRating {
	background-color: #F2F1F1;
	margin-top: 5px;
	padding: 5px;
	padding-left: 0px;
}

p.fileInfo {
	margin-bottom: 3px;
	margin-top: 2px;
}

div.fileDescription {
	background-color: #F2F1F1;
	margin-bottom: 3px;
	padding: 3px 5px;
}

.imageBox {
	display: inline;
	float: left;
	width: 114px;
	height: 86px;
	margin: 14px 5px 2px 6px;
	overflow: hidden;
	text-align: center;
}

.imageBox img {
	border: 0px;
	display: inline;
	max-width: 100%;
	max-height: 100%;
}

img.medal {
	height: 60px;
	width: auto;
	margin-right: 9px;
	margin-top: 21px;
}

.objectImages {
	background-color: #F2F1F1;
	clear: both;
	overflow: hidden;
	padding: 9px 0px 4px 0px;
	text-align: center;
}

.objectImages .imageBox {
	width: 116px;
	height: 87px;
	margin: 0px 0px 4px 9px;
}

.objectImages .imageBox img {
	border: 0px;
}


/* MODULO DI RICERCA AVANZATA */

.searchOptions {
	clear: both;
	margin-bottom: 12px;
	overflow: auto;
	padding: 0px 5px;
}

.searchOptions ul {
	margin: 0;
	padding: 0;
}

.searchOptions ul li {
	float: left;
	list-style: none;
	margin-right: 12px;
	width: 108px;
}

.searchOptions input.textbox {
	width: 200px;
}


/* FOOTER */

#footer {
	clear: both;
	font-family: Tahoma;
	font-size: 0.8em;
	background-image: url('/images/bg_top.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 5px -7px -6px -7px;
	padding: 8px 15px;
	text-align: left;
}

#copyright {
	font-size: 0.9em;
	text-align: center;
	background: url('hshade.gif') no-repeat top center;
	width: 756px;
	margin: 0 auto;
	padding: 4px 11px;					/* verticale: 4 del bordo, orizzontale: uguale a #container */
}


	/* ELEMENTI DI INPUT */

span.label {
	display: block;
	float: left;
	clear: left;
	width: 70px;
	margin: 3px;
	margin-left: 0px;
	height: 1.2em;
	color: #636363;
	font-weight: normal;
}

input.textbox, input.voteBox, textarea {
	float: left;
}

input.textbox, input.voteBox {
	border: 1px solid #CCCCCC;
	color: #636363;
	font-family: Arial;
	font-size: 0.9em;
	height: 1.2em;
	vertical-align: middle;
}

input.textbox {
	margin: 2px;
	width: 160px;
}

input.voteBox {
	margin: 2px;
	width: 2.5em;
}

textarea {
	border: 1px solid #CCCCCC;
	color: #636363;
	font-family: Arial;
	font-size: 0.9em;
	height: 75px;
	margin: 2px;
	vertical-align: middle;
	width: 400px;
}

input.button {
	background-color: #FDFDFD;
	border: 1px solid #CCCCCC;
	color: #F96E19;
	font-weight: bold;
	font-size: 1em;
	height: 19px;
	vertical-align: middle;
}

.sidebox input.textbox {
	float: none;
	height: 15px;
	margin-left: 0px;
}


/* DEBUG BOX */

#debugBox {
	font-size: 8pt; 
	width: 300px; 
	border: 3px solid #CC3300; 
	padding: 5px;
	background-color: #FFCC66;
	margin: 10px auto;
}

#debugBox #ver
{
	font-size: 7pt;
	float: right;
	color: #CC3300;
}

