/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )

	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x

	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html
{font-size: 100%;}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-image: url(images/striscia7b.jpg);
	font-size: 65.5%; /* 62.5 This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 80px;
	height: auto !important;
/*	height: 120px;*/
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0px;
}

#wrapcentre {
	vertical-align: top;
	margin: 1px 10px 1px 10px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 10px 10px 10px 10px;
	vertical-align: bottom;
}

#wrapnav {
	width: 100%;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc
{margin-bottom: 2px;padding: 1px 1px;}

#menubar {
	margin: 0 5px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader {text-align: left; width:95%; }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #FFF047;
	font-family: Times, Times New Roman, Bookman Old Style;
	font-weight: bold;
	font-size: 2.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp, p.linkmcp a:link, p.linkmcp a:visited, p.linkmcp a:active{
margin: 0;float: right;white-space: nowrap; color:#ffffff;}
p.linkmcp a:hover
{margin: 0;float: right;white-space: nowrap; color:#ffffff; text-decoration:underline}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs
{margin: 0;float: left;color: yellow;font-weight: bold;white-space: normal;font-size: 1em;}

.rtl p.breadcrumbs
{float: right;}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
	color: #ffffff;
}

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc
{padding-bottom: 2px;color: #5F0589;font-style:italic;font-size: 1.1em;}

p.forumdesc a:link, p.forumdesc a:visited, p.forumdesc a:hover, p.forumdesc a:active
{padding-bottom: 2px;color: #5F0589;text-decoration: underline;font-style:italic;font-size: 1.1em;}

p.topicauthor, p.topicauthor a:link, p.topicauthor a:visited,  p.topicauthor a:active
{margin: 1px 0;color: #5F0589;}
 p.topicauthor a:hover
{text-decoration: underline;}

p.topicdetails, p.topicdetails a:visited, p.topicdetails a:hover, p.topicdetails a:link, p.topicdetails a:active {
	margin: 1px 0;
	color: #000000;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor
{color: #5F0589;font-size: 1.3em;}

.postdetails
{color: #000000;font-size: 1.2em;}

.postbody {margin: 3px 3px 3px 3px;font-size: 1.3em;line-height: 1.3em;font-family: Tahoma, Arial, Helvetica, Arial, sans-serif;color: #110011;}

.postbody li, ol, ul
{margin: 3px 3px 3px 3px;color: #5F0589;}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav, .nav a:visited, .nav a:link
{margin: 0;color: white;font-weight: bold;}
.nav a:hover
{margin: 0;color: white;font-weight: bold; text-decoration: underline;}

.pagination, .pagination a:link, .pagination a:visited, .pagination a:hover
{padding: 4px;color: white;font-size: 1em; font-weight: bold;}

.cattitle {}

.gen, .gen a:link, .gen a:visited, .gen a:active
{margin: 1px 1px;font-size: 1.2em;color: #330033;}
.gen a:hover
{margin: 1px 1px;font-size: 1.2em;color: #330033;text-decoration: underline;}

.genmed, .genmed a:link, .genmed a:visited, .genmed a:active
{margin: 1px 1px;font-size: 1.1em;color: #330033;}
.genmed a:hover
{margin: 1px 1px;font-size: 1.1em;color: #330033;text-decoration: underline;}

.gensmall, .gensmall a:link, .gensmall a:visited, .gensmall a:active
{margin: 1px 1px;font-size: 1em;color: #330033;}
.gensmall a:hover
{margin: 1px 1px;font-size: 1em;text-decoration: underline;}


.gen_b, .gen_b a:link, .gen_b a:visited, .gen_b a:active
{margin: 1px 1px;font-size: 1.2em;color: #ffffff;}
.gen_b a:hover
{margin: 1px 1px;font-size: 1.2em;color: #ffffff;text-decoration: underline;}

.genmed_b, .genmed_b a:link, .genmed_b a:visited, .genmed_b a:active
{margin: 1px 1px;font-size: 1.1em;color: #ffffff;}
.genmed_b a:hover
{margin: 1px 1px;font-size: 1.1em;color: #ffffff;text-decoration: underline;}

.gensmall_b, .gensmall_b a:link, .gensmall_b a:visited, .gensmall_b a:active
{margin: 1px 1px;font-size: 1em;color: #ffffff;}
.gensmall_b a:hover
{margin: 1px 1px;font-size: 1em;text-decoration: underline;}


.gen_g, .gen_g a:link, .gen_g a:visited, .gen_g a:active
{margin: 1px 1px;font-size: 1.2em;color: #ffff00;}
.gen_g a:hover
{margin: 1px 1px;font-size: 1.2em;color: #ffff00;text-decoration: underline;}

.genmed_g, .genmed_g a:link, .genmed_g a:visited, .genmed_g a:active
{margin: 1px 1px;font-size: 1.1em;color: #ffff00;}
.genmed_g a:hover
{margin: 1px 1px;font-size: 1.1em;color: #ffff00;text-decoration: underline;}

.gensmall_g, .gensmall_g a:link, .gensmall_g a:visited, .gensmall_g a:active
{margin: 1px 1px;font-size: 1em;color: #ffff00;}
.gensmall_g a:hover
{margin: 1px 1px;font-size: 1em;text-decoration: underline;}


.gensmall_v, .gensmall_v a:link, .gensmall_v a:visited, .gensmall_v a:active
{margin: 1px 1px;font-size: 1em;color: #5F0589;}
.gensmall_v a:hover
{margin: 1px 1px;font-size: 1em;text-decoration: underline;color: #5F0589;}

.genmed_v, .genmed_v a:link, .genmed_v a:visited, .genmed_v a:active
{margin: 1px 1px;font-size: 1.1em;color: #5F0589;}
.genmed_v a:hover
{margin: 1px 1px;font-size: 1.1em;text-decoration: underline;color: #5F0589;}

.gen_v, .gen_v a:link, .gen_v a:visited, .gen_v a:active
{margin: 1px 1px;font-size: 1.2em;color: #5F0589;}
.gen_v a:hover
{margin: 1px 1px;font-size: 1.2em;text-decoration: underline;color: #5F0589;}

.copyright
{color: #444;font-weight: normal;font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}

.titles, a.titles:link, a.titles:visited, a.titles:active, a.titles:hover
{font-family: Tahoma, Helvetica, Arial, sans-serif;font-weight: bold;font-size: 1.3em;text-decoration: none; color:#ffffff;}

.error
{color: red;}

.th, .th a:link, .th a:visited
{background-color: #ffbe07;color: #dd4411 !important;font-size: 1.0em;white-space: nowrap;padding: 1px 1px;}

.th a:hover {text-decoration: underline;}


/* Tables
 ------------ */
th, th a:link, th a:visited
{background-color: #ffbe07;color: #dd4411 !important;font-size: 1.0em;background-image: url('./images/cellpic3.gif');white-space: nowrap;padding: 1px 1px;}

th a:hover {text-decoration: underline;}

td {}
td.profile {padding: 3px;}

.tablebg {}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #900391;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1
{background-color: #FFff77;padding:3px}

.row2
{background-color: #ffef33;padding:3px}

.row3
{background-color: #ffcc55;padding:3px}

.spacer
{background-color: #D1D7DC;}

hr
{height: 1px;border-width: 0;background-color: #bb22dd;color: #dd33dd;}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	text-decoration: none;
}

a:active,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.forumlink, .forumlink a:visited, .forumlink a:link, .forumlink a:active, .forumlink a:hover {
	color: #5F0589;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #5F0589;
}

.topictitle a:visited
{color: #5493B4;text-decoration: none;color: #5F0589;}



/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
/*	background-color: transparent;*/
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 25px 0 45px;
	padding: 1px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DE89FF;
	color: #330066;
	background-color: #ee9977;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 25px 10px 45px;
	padding: 5px;
	border-color: #DE89FF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.25em;
	font-family: Tahoma, Arial, Helvetica, Arial, sans-serif;
	background-color: #FFBA00;
	color: #552255;
	font-style:italic;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {border: none;}

.sep {color: black;background-color: #FFA34F;}

table.colortable td {padding: 0;}

pre {font-size: 1.1em;font-family: Monaco, 'Courier New', monospace;}

.nowrap {white-space: nowrap;}

.username-coloured {}




/* avatar
-----*/

.thumbnail
{z-index: 0; position:relative; padding:2px;}

a.thumbnail:hover
{background-color: transparent;z-index: 50;}

.thumbnail span
{position: absolute; background: #FFffdd url("{T_THEME_PATH}/images/bg_header.gif") repeat-x; padding: 2px; left: 0px; display: none; color: #FFF; text-decoration: none;}

.thumbnail span img
{border-width: 0; padding: 5px;}

a.thumbnail:hover span
{position:absolute; display:block; top: -70px; left: 35px;}

.memberlist-avatar
{width: 22px;}



/*calendario*/
.appuntam
{position:relative; margin: 1px 1px; font-size: 1.1em; color: #ffffff;}
.appuntam a:hover
{background-color: transparent;}

.appuntam span
{position: absolute; background: #ffffbb; padding: 3px; left: 0px; display: none; color: #550077; text-decoration: none; border:2px solid red; width:200px; min-height:50px;z-index: 50; font-size: 1.1em}

a.appuntam:hover span
{position:absolute; display:block; top: 30px; left: -60px;}


/*cantina*/
.etich
{position:relative; margin: 1px 1px; font-size: 1.1em; color: #ffffff;}
.etich a:hover
{background-color: transparent;}

.etich span
{position: absolute; background: #ffffee; padding: 10px; left: 0px; display: none; color: #550077; text-decoration: none; border:2px solid #995555; z-index: 50;font-size: 1.2em}

a.etich:hover span
{position:absolute; display:block; top: -160px; left: -65px;}