
body{
	background-color: #fff;
	color: #000;
	margin-left: 16px;
	margin-right: 16px;
	font-family: Georgia;
	font-size : 13px;
	font-variant: small-caps;
}

h1{
	padding-left: 16px;
}

td{
	background-color: #fff;
	/*border-top: solid 2px #AE4C3F;*/	
}
a{
	text-decoration:none;
	color: #440000;
}
a:hover{
	color: #f00;
	text-decoration:underline;
}
img {
	border:none;
}
table {
	border-collapse:collapse;
}
/* PAGINA ELENCO THREAD */
table.board{
	width:100%;
}
th{
	background:#AE4C3F;
	color:#FFF;
}
td.threadtag{
	border-bottom: solid 2px #AE4C3F;
}
td.threadtitle{
	width : 600px;
	border-bottom: solid 2px #AE4C3F;
}
td.threadnumposts{
	width: 100px;
	border-bottom: solid 2px #AE4C3F;
	text-align:center;
}
td.threaddate{
	border-bottom: solid 2px #AE4C3F;
	text-align:center;
}
/* PAGINA ELENCO POST */
.threadintro{
	background: #AE4C3F;
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 16pt;
}
table.posts{
	width:100%;
}
td.postnickname {
	text-align: center;
	font-weight: bold;
	width: 100px;
	border-bottom: solid 2px #AE4C3F;
}
td.postborder{
	width : 16px;
	background-image: url(imgs/linea.gif);
}
td.posttext{
	padding-top: 5px;
	padding-bottom: 25px;
	width : 700px;
	height : 50px;	
	border-bottom: solid 2px #AE4C3F;
}
td.posttexthl{
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 25px;
	width : 700px;
	height : 50px;	
	background-color: #DFADAF;
	border-bottom: solid 2px #AE4C3F;
}
td.postdate{
	border-bottom: solid 2px #AE4C3F;
}
/*REPLICA POST*/
div.reply {
	text-align:center;
	padding-top:15px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size : 15px;
}
.reply textarea{
	font-family: Georgia;
	font-size : 13px;
	font-variant: small-caps;
    border: solid 2px #AE4C3F;
}
.reply input{
    border:double 1px #000;
	background: #AE4C3F;
	color: #fff;
	width: 200px;
}
/*PAGINA ELENCO PM*/
table.listpm
{
	width : 100%;
}
.listpm td{
	border-bottom: solid 2px #AE4C3F;
}
td.pmtext{
	width : 450px;
	text-align: center;
}
td.pmtextnocenter{
	width : 450px;
	margin-left: 10px;
}
td.pmdate{
	text-align: center;
}
td.nickname{
	font-weight: bold;
	text-align: center;
}
/*PAGINA ELENCO DISCUSSIONI*/
table.listconvos
{
	width : 100%;
}
td.convonumpm
{
	text-align: center;
}
td.convodate
{
	text-align: center;
}

.yournick{
	position:absolute;
	right:16px;
	top:80px;
}

.footer {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align:center;
}

.footerframe{
	border-bottom: double 4px #AE4C3F; 
	border-top: solid 1px #AE4C3F;  
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center
}

.centerpic {
	text-align:center;
}

.sysmessage {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 2em;
	text-align:center;
}
.score {
	text-align:center;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

.tagcloud{
	padding-top:20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.disclaimer{
	padding-top:10px;
	padding-bottom:10px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.addtofave{

	position:absolute;
	right: 16px;
}