/* Tema originale photo4u.it per phpBB versione 2
   Autore: 1pixel - http://www.photo4u.it */

/* Stile pagina generale. Colori scroll bar visibili in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #E1E1E1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E1E1E1;
	scrollbar-3dlight-color: #D5D5D5;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #999999;
}

/* Famiglie caratteri per l'uso generale */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color: #555555; }
a:hover		{ text-decoration: none; color : #FF0000; }
hr	{ height: 0px; border: solid #D5D5D5 0px; border-top-width: 1px; }

/* Sfondo e linea contorno intorno all'intera pagina */
.bodyline	{ background-color: #FFFFFF; border: 1px #999999 solid; }

/* Sfondo e linea contorno intorno alle tabelle principali del forum */
.forumline	{
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}

/* Sfondi delle celle principali nelle tabelle del forum */
td.row1	{ background-color: #EEEEEE; }
td.row2	{ background-color: #E1E1E1; }
td.row3	{ background-color: #D5D5D5; }

/* Immagine di sfondo della cella d'intestazione delle colonne Argomenti, Messaggi e Ultimo messaggio nell'index.php */
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/sfuma.jpg);
		background-repeat: repeat-y;
}

/* Carattere e sfondo della cella d'intestazione delle sezioni */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #555555; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/);
			background-color:#D5D5D5; border: #FFFFFF; border-style: solid; height: 28px;
}

/* Bordi interni per le celle della tabella principale */
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D5D5D5; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* Testo titolo grande delle pagine */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* Testo generale */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF0000; text-decoration: none; }

/* Testo links della navbar (home, cerca, ...)*/
.mainmenu		{ font-size : 11px; color : #333333 }
a.mainmenu		{ text-decoration: none; color : #333333;  }
a.mainmenu:hover{ text-decoration: none; color : #FF0000; }

/* Testo titoli categorie forum (Community4u) */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #333333}
a.cattitle		{ text-decoration: none; color : #333333; }
a.cattitle:hover{ text-decoration: none; color : #FF0000; }

/* Testo titoli sezioni nell'index (Off-Topic) */
.forumlink		{ font-weight: bold; font-size: 12px; color : #333333; }
a.forumlink 	{ text-decoration: none; color : #333333; }
a.forumlink:hover{ text-decoration: none; color : #FF0000; }

/* Testo per la paginazione, (Pag 1,2,3 etc) and the navigation bar when in a forum */
.nav			{
	font-weight: bold;
	font-size: 11px;
	color : #333333;




}
a.nav			{ text-decoration: none; color : #333333; }
a.nav:hover		{ text-decoration: none; color : #FF0000; }

/* Testo titoli dei topic */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #333333; }
a.topictitle:link   { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #888888; }
a.topictitle:hover	{ text-decoration: none; color : #FF0000; }

/* Testo nome utente in viewmsg.php, viewtopic.php, etc */
.name			{ font-size : 11px; color : #333333;}

/* Testo Localitā, numero messaggi, data e ora di invio, etc */
.postdetails		{ font-size : 10px; color : #333333; }

/* Testo messaggio (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #FF0000; }
a.postlink:visited { text-decoration: none; color : #FF0000; }
a.postlink:hover { text-decoration: none; color : #FF9900; }

/* Testo Quote & Code */
.code {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D5D5D5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D5D5D5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Testi Copyright e info a pič di pagina */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #FF0000; text-decoration: none;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* Sfondo campo input testo */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* Bottoni usati per la formattazione bbCode */
input.button {
	background-color : #EEEEEE;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* L'opzione predefinita nei bottoni */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* L'opzione alternativa nei bottoni */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #E1E1E1; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
.tabtitolo {
	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	text-indent: 5px;
}

.tabtitolo_dia {
	background-color: #EEEEEE;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.tabtitolo_dia2 {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
}

.tabtitolo_dia3 {
        background-color: #CCCCCC;
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        height: 20px;
}

/* Tabella ban_footer */
.tab_ban_footer {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	text-indent: 5px;
}
