/* Body class */

.gbody{
font-family: Verdana,Arial,Helvetica,sans-serif;
background:#ffffff; /*  #524343marrone scuro */
margin-top: 0px;
margin-bottom: 0px;
margin-right: 10px;
margin-left: 10px;
font-size: 12px;
}

/* General smart tables class */

table.forums {
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 745px;
border: 1px #CCCCCC solid;
display: table;
background:#DD973B; /*marroncino chiaro*/
color: #000000;
/*border-collapse: collapse;*/
text-align: left;
border-spacing: 1px;
padding: 2px;
/*background: #E9A101; /*Giallino base*/
} 

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent {
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 745px;
background: transparent;
font-size: 12px;
line-height: 15px;
text-align: left;
color: #000000;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 12px;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 12px;
color: #000000;
}

/* Views color */

.views{
color:#9A9A9A; /*GRIGIO*/
}

/* Warning text */

.warning{
color: #E00027; /*rosso bordeaux*/
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif;
font-size: 12px;
}

/* Class for select boxes */

.selectTxt {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 12px;
margin-left: 15px;
}

/* Input areas - boxes, textareas... */

.inputButton {
font-family: Verdana,Arial,Helvetica,sans-serif;
/*background: #FFFFFF;
border-top: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-bottom: #CCCCCC 1px solid;*/
font-size: 12px;
color: #000000;
/* height: 19px; */
}

.textForm {
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
border-bottom: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-top: #CCCCCC 1px solid;
font-size: 12px;
color: #000000;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 1px #E3E3E3 solid; /*grigio chiaro*/
font-size: 12px;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
background-color: #FFFFFF; /*bianco*/
border: 1px #CCCCCC dotted;
padding: 4px;
height: 20px;
font-size: 12px;
font-weight: bold;
line-height: 15px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #FFE09C; /*giallo chiarissimo1*/
padding: 3px;
height: 20px;
font-size: 12px;
line-height: 15px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4 {
background-color: #BF1724; /*bordeaux scuro*/
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
line-height: 15px;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
background-color: #FFF2D4; /*giallo chiarissimo quasi bianco*/
padding: 4px;
height: 20px;
font-size: 12px;
line-height: 15px;
}

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6 {
background-color: #FFE4A7;  /*giallo chiarissimo*/
border: 1px #E4EEF3 solid;
padding: 4px;
height: 18px;
font-size: 12px;
font-weight: bold;
}

/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #FFE4A7; /*giallo chiarissimo*/
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #FFF2D4; /*giallo chiarissimo quasi bianco*/
}

.formStyle{
margin: 0px;
color: #000000;
}

/* Stats bar */

.tbStBar{
border: #CCCCCC 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 12px;
}

/*SMILES*/

.pform a {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.pform a:link {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.pform a:active {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.pform a:visited {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.pform a:hover {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

/*prima il tag A era bordeaux scuro - color: #BF1724; */

