/*-------------------------------------------------------------------
| General page style. The scroll bar colours only visible in IE5.5+ |
-------------------------------------------------------------------*/

body { background-image: url(images/body_bg_grigio.gif); scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color:  #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; }

/*---------------------------------------
| General font families for common tags |
---------------------------------------*/

font,th,td,p { font-family: Verdana,Arial,Helvetica,sans-serif; }

a:link,a:visited,a:active { color: #006699; }

a:hover	{ text-decoration: underline; color : #FF9900; }

hr { height: 0px; border-top: 1px solid #666666; }

/*-------------------------------------------------------------------
| This is the border line & background colour round the entire page |
-------------------------------------------------------------------*/

.bodyline { background-image: url(images/body_bg.gif); border: 1px solid #FF9900; }
/*.bodyline { background-color: #CCCCCC; border: 1px solid #666666; }*/
td.banner { background-image: url(images/logo_bg.gif); border: 0px solid #A54D00;}
/*-------------------------------------------------
| This is the outline round the main forum tables |
-------------------------------------------------*/

.forumline { background-color: #CCCCCC; border: 0px ridge #666666; }

.otherline { background-color: #E1E1E1; border: 1px solid #666666; }

/*-----------------------------------------
| Main table cell colours and backgrounds |
-----------------------------------------*/

td.row1	{ background-color: #EFEFEF; }

td.row2	{ background-color: #E1E1E1; }

td.row3	{ background-color: #CCCCCC; } 

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #FFFFFF; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; 
}


/*---------------------------------------------------------
| Header cells - the blue and silver gradient backgrounds |
---------------------------------------------------------*/

th { color: #FFFFFF; font-size: 11px; font-weight: bold; background-color: #336699; height: 28px; }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color: #D1D7DC; height: 28px; }

/*-----------------------------------------------------------------
| Setting additional nice inner borders for the main table cells. |
| The names indicate which sides the border will be on.           |
| Don't worry if you don't understand this, just ignore it :-)    |
-----------------------------------------------------------------*/

td.cat,td.catHead,td.catBottom { height: 28px; }

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; height: 28px; }

td.row3Right,td.spaceRow { background-color: #999999; }

th.thHead,td.catHead { font-size: 12px; }

/*---------------------------------------------------------------------
| The largest text used in the index page title and toptic title etc. |
---------------------------------------------------------------------*/

.maintitle,h1,h2 { font: bold 22px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; text-decoration: none; color: #000000; }

/*--------------
| General text |
--------------*/

.gen { font-size: 12px; }

.genmed { font-size: 11px; }

.gensmall { font-size: 10px; }

.gen,.genmed,.gensmall { color: #000000; }

a.gen:link,a.gen:visited,a.gen:active,a.genmed:link,a.genmed:visited,a.genmed:active,a.gensmall:link,a.gensmall:visited,a.gensmall:active { color: #666666; text-decoration: none; }

a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #666666; text-decoration: underline; }

/*--------------------------------------------------------------
| The register, login, search etc links at the top of the page |
--------------------------------------------------------------*/

.mainmenu { font-size: 11px; color: #000000; }

a.mainmenu:link,a.mainmenu:visited,a.mainmenu:active { text-decoration: none; color: #FFFFFF; }

a.mainmenu:hover { text-decoration: underline; color: #FFFFFF; }

/*-----------------------
| Forum category titles |
-----------------------*/

.cattitle { font-weight: bold; font-size: 12px; letter-spacing: 1px; color: #333333 }

/* Paolo: titoli argomenti forum */
a.cattitle:link,a.cattitle:visited,a.cattitle:active { text-decoration: none; color: #FFFFFF; }

a.cattitle:hover { text-decoration: underline; }

/*-------------------------------------------------------------
| Forum title: Text and link to the forums used in: index.php |
-------------------------------------------------------------*/

.forumlink { font-weight: bold; font-size: 12px; color: #006699; }

/* Titoli sezioni disponibili */
a.forumlink:link,a.forumlink:visited,a.forumlink:active { text-decoration: none; color: #FF9900; }

a.forumlink:hover { text-decoration: underline; color: #FF9900; }

/*---------------------------------------------------------------------------------------
| Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum |
---------------------------------------------------------------------------------------*/

.nav { font-weight: bold; font-size: 11px; color: #000000; }

a.nav:link,a.nav:visited,a.nav:active { text-decoration: none; color: #FF9900; }

a.nav:hover { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #FF9900; }

/*------------------------------------------------------------------
| Name of poster in viewmsg.php and viewtopic.php and other places |
------------------------------------------------------------------*/

.name { font-size: 11px; color: #333333; }

/*------------------------------------------
| Location, number of posts, post date etc |
------------------------------------------*/

.postdetails { font-size: 10px; color: #000000; }

/*-----------------------------------------
| The content of the posts (body of text) |
-----------------------------------------*/

.postbody { font-size: 13px; }

a.postlink:link,a.postlink:active { text-decoration: none; color: #006699; }

a.postlink:visited { text-decoration: none; color: #5493B4; }

a.postlink:hover { text-decoration: underline; color: #DD6900; }

/*---------------------
| Quote & Code blocks |
---------------------*/

.code { font: normal 11px Courier,'Courier New',sans-serif; color: #333333; background-color: #CCCCCC; border: 1px solid #333333; }

.quote { font: normal 11px/125% Verdana,Arial,Helvetica,sans-serif; color: #333333; background-color: #CCCCCC; border: 1px solid #333333; }

/*---------------------------
| Copyright and bottom info |
---------------------------*/

.copyright { font: normal 10px Verdana,Arial,Helvetica,sans-serif; color: #444444; letter-spacing: -1px; }

a.copyright:link,a.copyright:visited,a.copyright:active { color: #444444; text-decoration: none; }

a.copyright:hover { color: #000000; text-decoration: underline; }

/*---------------
| Form elements |
---------------*/

input,textarea,select { color: #000000; font: normal 11px Verdana,Arial,Helvetica,sans-serif; border-color: #000000; }

/*-----------------------------------------
| The text input fields background colour |
-----------------------------------------*/

input.post,textarea.post,select { background-color: #FFFFFF; }

input { text-indent: 2px; }

/*-----------------------------------------------------
| The buttons used for bbCode styling in message post |
-----------------------------------------------------*/

input.button { background-color: #EFEFEF; color: #000000; font: normal 11px Verdana,Arial,Helvetica,sans-serif; }

/*-------------------------------
| The main submit button option |
-------------------------------*/

input.mainoption { background-color: #FAFAFA; font-weight: bold; }

/*-------------------------
| None-bold submit button |
-------------------------*/

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: #CCCCCC; border-style: none; }
/* Set Image style */
img, .forumline img {
	border: 0;
}
