/* CSS stylesheet */

/* MAIN */

/* It contains the list of categories
   (index.php) */
.forum_css .category_list{
	margin: 0;
	padding: 0;
}

/* This is the main title of 
   category list page (index.php) */
.forum_css .category_list_title{
	margin: 0px 0px 2px 0px;
	padding: 0;
	display: block;
	height: 22px;
	color: #666666;
	text-align: center;
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/cat_list_bg.jpg) repeat-x bottom;
	border: 1px solid #CCCCCC;
}

.forum_css h3.category_list_title{
	margin:0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	height: 20px;
	color: #666666;
	font: normal 15px Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

/* The message "No categories" is controlled by this */
.forum_css .category_list h2 {

}

/* Is a single category item of the list 
   (it contains a forum list)*/
.forum_css .category_item { 
	 margin: 0px 0px;
	 padding: 0px;
	 border-bottom: 1px solid #ffffff;
}

/* This is the description of category */
.forum_css .category_item h2 {
	float: left;
	font: normal 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

/* This is the title of category in
   the list of main forum page */
.forum_css .category_item_image { 
   float:left;
	margin-top:4px;
	margin-left:4px;
	width:16px;
   height:16px;
}

/* This is the description of category */
.forum_css .category_list_description {
	font: normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	height: auto;
	margin: 0px 0px 0px auto;	
}

.forum_css .category_item_toggle {
	float: right;
	margin-right: 5px;
	margin-top: 6px;
	cursor: pointer;
}
/* This is the total posts in category */
.forum_css .category_list_messages {
	padding: 5px;
	display: block;
	font: italic 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* This is the list of forums presents in a category */
.forum_css .forum_list {
	clear: both;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

/* This is the message "No forum in category" */
.forum_css .forum_list em {
	padding-left: 5px;
	color: #999999;
	text-align:center;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* It is a forum item of the list */
.forum_css .forum_item {
	height: 60px;
	padding: 1px;
	margin:0px 0px 1px 0px;
	list-style-type: none;
	background-color: white;
	border: 1px solid #999999;
}

/* It is contens forum details */
.forum_css .forum_item_textblock{
	height: 60px;
	background-color: #f5f5f5;
	margin: 0px;
	margin-left: 71px;
}

.forum_css .forum_item_textblock p{
	margin: 0px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.forum_css .forum_item_textblock p strong{
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

/* It is contens author datas */
.forum_css .forum_item_userblock
{

}
/* It is the image of forum */
.forum_css .forum_item_image {
	float: left; 
	padding:1px;
	margin: 0px 10px 0px 0px;
	width:70px;
	height:60px;
	background-color:white;
}

/* It is the image of categories */
.forum_css .forum_list_image{
	float: left; 
	padding:0;
	margin: 0;
	width:70px;
	height:60px;
	background-color:white;
}
       
/* It is the title of forum */
.forum_css .forum_item_title {
	margin: 0;
	padding: 0px 0px 0px 4px;
	background-color: #e4e4e4;
	font: bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* It is the link to rss feed */
.forum_css .forum_item_rss {
   float: right;
   margin: -10px 0px 0px 0px; 
   padding: 0px 4px 0px 0px;
}

/* It is the description of forum */
.forum_css .forum_item_description {
	padding:0;
	margin: 0;
	color: #333333;
	background-color: #e4e4e4;
	border-bottom: 1px solid #ffffff;
}

/* It is the number of posts in the forum */
.forum_css .forum_item_posts {
	padding: 0px 0px 0px 4px;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #f5f5f5;
}

/* It is the last posts sent at the forum */
.forum_css .forum_item_last_post {
	padding: 0px 0px 0px 4px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #f5f5f5;
}

/* It is the last posts sent at the forum if it is new*/
.forum_css .forum_item_last_post_new {	
	padding: 0px 0px 0px 4px;
    color: red;
    font-weight:bold;
}

/* It is the anonymous posting flag */
.forum_css .forum_item_anonposting{
	color: #336699;
	background-color: White;
}

/* It is the navigation menu at top of forum.php page.
   Remeber: the menu items are link. So you must redefine
   a tag in this class. */
.forum_css .forum_navmenu {
	display: block;
	padding: 8px;
	margin: -32px 1px 1px 72px;
	background-color: #f5f5f5;
	border: 1px solid #fff;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* It is the per pages navigation menu at top of forum.php page.
   Remeber: the menu items are link. So you must redefine
   a tag in this class. */
.forum_css .forum_navpages {
	display: block;
	text-align: center;
	margin: 0px 0px;
   padding: 5px;
}


/*L'immagine del topic (per ora fissa perchè non è ancora gestita)*/
.forum_css .post_item_image {
	float: left;
	padding: 6px;
	margin: 0px;
}
 
/*Il blocco di intestazione di ogni discussione 
(quello che rimane sempre visibile)*/
.forum_css .post_list_title_block {
	height: 28px;
	margin: 0px;
	padding: 0px;
 	cursor: pointer;
	background: #e5e5e5;
}

/*Posizione hover del blocco di intestazione di ogni discussione 
(quello che rimane sempre visibile)*/
.forum_css .post_list_title_block_over {
	height: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background: #e5e5e5 url(../images/bg_forum_over.gif) repeat-x top;
}

/*Il blocco con i dettagli aggiuntivi della 
discussione (inizialmente in stato display:none)*/
.forum_css .post_list_details_block {
	display: none;
	height: 81px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-top: 1px solid #cccccc; 
}

/* It contains the list of posts
   (forum.php) */
.forum_css .post_list {
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* It contains "no posts" in the list
   (forum.php) */
.forum_css .post_list h2{
	background-color: #fff;
	margin:0px;
	padding: 2px 5px 4px 5px;
	border: 1px solid #cccccc;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}


/* It is the name of forum - main title of page forum.php */
.forum_css .post_list_title {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	height: 62px;
   text-align: left;
	border: 1px solid #999999;
	background-color: #e5e5e5;
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

.forum_css h1.post_list_title {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* It is a item of post list */
.forum_css .post_item { 
    background-color: white;
	 border: 1px solid #cccccc;
	 margin: 1px 0px 0px 0px;
    padding: 0px;
}

/* Hover position of post list */

.forum_css .post_item_over { 
    background-color: white;
	 border: 1px solid #aeaeae;
	 margin: 1px 0px 0px 0px;
    padding: 0px;
}

/* It is the block where are post author */
.forum_css .post_item_user_block { 
	float: left;
	text-align:center;
	margin: 2px 10px 2px 2px;
	padding: 5px 5px 5px 25px;
	background: #fff url(../images/forum_arrow_post.gif) no-repeat top left;
	border-right: 2px solid #e2e2e2;

}

/* It is name of post author */
.forum_css .post_item_user_name {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;

}

/* It is the avatar of post author */
.forum_css .post_item_user_img {
    width: 80px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

/* It is the rank of post author */
.forum_css .post_item_user_rank {
	font: italic 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

/* It is the subject of post */
.forum_css .post_item_subject {
	position: relative;
	margin: 0;
	padding: 0px 0px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* It is the subject of num posts */
.forum_css .post_item_numposts {
	position: relative;
	padding: 5px 0px 0px 0px;
	margin: 0;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* It is the subject of num visits */
.forum_css .post_item_numvisits {
	position: relative;
	margin: 0;
	padding: 3px 0px 0px 0px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* It is the date of post */
.forum_css .post_item_date {
	position: relative;
	margin: 0;
	padding: 0px 0px 3px 0px;
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* It is the date of last replay at post */
.forum_css .post_item_lastdate {
	position: relative;
	padding: 3px 0px 0px 0px;
	margin: 0;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;

}

/* It is the date of last replay at post if it is recent */
.forum_css .post_item_lastdate_new {
	position: relative;
	color: red;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
	margin: 0;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* It is block title in post.php page */
.forum_css .post_block_title{
	border: 1px solid #aeaeae;
}

/* It is the navigation menu in post.php page */
.forum_css .post_navmenu {
	display: block;
	margin: 0px;
	padding: 7px 5px 5px 5px;
	background-color: #f5f5f5;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* It is the navigation menu in post.php page */
.forum_css .post_navpages {
	display: block;
	text-align: center;
	margin: 1px 0px;
   padding: 5px;
	border: 1px solid #cccccc;
}
/* It is the post tree continer */
.forum_css .post_tree{
    margin: 1px 0px 1px 0px;
	 padding: 0px;
}

/*Modifiche per compatiblità con il browser internet explorer 6.0 */

.forum_css .post_tree ul {
	list-style-type: none; 
	list-style-image: none;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	marker-offset: inherit;
}


/* It is the title of page post.php */
.forum_css .post_tree_title {
	margin: 0px;
	padding: 0;
	padding-left: 3px;
	padding-top:2px;
	display: block;
	height: 22px;
	color: #666666;
	text-align: left;
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}


/* It is the block visible of page post.php*/
.forum_css .post_treeitem_title_block {
 height: 28px;
 margin: 0px;
 padding: 0px;
  cursor: pointer;
 background: #e5e5e5;
	border: 1px solid #CCCCCC;
}

/*Posizione hover del blocco di intestazione di ogni discussione
(quello che rimane sempre visibile)*/
.forum_css .post_treeitem_title_block_over {
 height: 28px;
 margin: 0px;
 padding: 0px;
 cursor: pointer;
 background: #e5e5e5 url(../images/bg_forum_over.gif) repeat-x top;
	border: 1px solid #aeaeae;
}

/*Posizione hover del blocco di intestazione del padre del post in stato di hover attuale
(quello che rimane sempre visibile)*/
.forum_css .post_parentitem_title_block_over {
	height: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background: #f2f2f2 url(../images/arrow_parentitem.gif) no-repeat center right;
	border: 1px solid #cccccc;
}

/*Il blocco con i dettagli aggiuntivi della
discussione (inizialmente in stato display:none)*/
.forum_css .post_treeitem_details_block {
 margin: 0;
 padding: 0;
 padding-top: 2px;
 background-color: #fff;
	border: 1px solid #aeaeae;
border-top:0px;
}

/* It is a replay of thread */
.forum_css .post_treeitem {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
}

/* It is a replay of thread */
.forum_css .post_treeitem ul,
.forum_css .post_treeitem li,
.forum_css .post_treeitem ol{
	list-style-type: none;
	list-style-image: none;
	margin: 1px 0px 0px 3px;
	padding: 0px;
	marker-offset: inherit;
	border-top: 0px;
	border-right: 0px;
	border-bottom:0px;
	border-left: 0px;
	border-color: #e2e2e2;
}

/* It is the firs post of thread */
.forum_css .post_treeitem_root {
   margin:0;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #aeaeae;
    
}

/* It is the block with author infromation*/
.forum_css .post_treeitem_user_block {
	float: left;
	width: 105px;
	text-align:center;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	padding-bottom: 5px;
}
/* It is the author nickname */
.forum_css .post_treeitem_user_name {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* It is the author avatar */
.forum_css .post_treeitem_user_img  {
	margin:5px 0px;
	padding:0;
	border: none;
}

/* It is the author experience level */
.forum_css .post_treeitem_user_rank {
	font: italic 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

/* It is the post date */
.forum_css .post_treeitem_date{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
 }
 
 /* It is the subject of post */
.forum_css .post_treeitem_subject{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
    
}

/* It is the content of post */
.forum_css .post_treeitem_contents{
	margin: 0px 0px 0px 105px;
	min-height: 180px;
	padding: 10px 20px 10px 10px;
	font: normal 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	border-left: 2px solid #e2e2e2;
}

/* It is the sign of post author */
.forum_css .post_treeitem_usersig {
		margin: 0px 0px 2px 105px;
		padding: 10px 20px 10px 10px;
		border-left: 2px solid #e2e2e2;
		font: normal 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* The stile of attach block */
.forum_css .post_item_attachblock{
	margin: -2px 2px 2px 105px;
	padding: 6px 0px 3px 3px;
	font: normal 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #f6f6f6;
	border-left: 2px solid #e2e2e2;
}

.forum_css .post_item_attachpreview{
	margin: 0;
	padding: 0;
}

/* The stile of attach icon */
.forum_css .post_item_attachpreview img{
	margin: 0;
	padding: 0;
	border: none;
}

/* The stile of attach description */
.forum_css .post_item_attachdescription{
	/*float: left;*/
	margin: 0px 0px 0px 5px;
	padding: 0;
} 
                   
/* It is the action menu of a post (edit, modify,replay) 
    Remember: the menu is a collection of link. You must
    redefine <a> tag inside this CSS class!*/
.forum_css .post_treeitem_actionmenu {
	clear: both;
	height: 13px;
	text-align: right;
	padding: 5px;
	margin: 0px;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #f5f5f5 url(../images/forum_action_bg.gif) repeat-x top left;
	border-top: 1px solid #cccccc;
}

.forum_css .post_treeitem_actionmenu a img{
	position: relative;
	top: -2px;
	padding: 0;
	margin: -5px;
}

.forum_css .post_treeitem_actionmenu span{
	display:none;
}

.forum_css .post_treeitem_actionmenu a{
	padding: 5px 10px 5px 10px;
	margin: -7px;
	text-decoration: none;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #f5f5f5 url(../images/forum_action_bt.gif) repeat-x 0px 0px;
	color: #999999 !important;
}

.forum_css .post_treeitem_actionmenu a:link;
.forum_css .post_treeitem_actionmenu a:active;
.forum_css .post_treeitem_actionmenu a:visited{
	padding: 5px 10px 5px 10px;
	margin: -7px;
	text-decoration: none;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #f5f5f5 url(../images/forum_action_bt.gif) repeat-x 0px 0px;
	color: #999999 !important;
}

.forum_css .post_treeitem_actionmenu a:hover{
	padding: 5px 10px 5px 10px;
	margin: -7px;
	text-decoration: none;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #cceeff url(../images/forum_action_bt.gif) repeat-x 0px -23px;
	color: #0099cc !important;
}

/* It is the "read" button on forum 
    Remember: the menu is a collection of link. You must
    redefine <a> tag inside this CSS class!*/

.forum_css .post_treeitem_topactionmenu{
	float: right;
	width: 55px;
	height: 28px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent url(../images/forum_topaction_bt.gif) repeat-x top left;
	border-left: 1px solid #cccccc;
	color: #999999 !important;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.forum_css .post_treeitem_topactionmenu a{
	width: 55px;
	position: absolute;
	padding: 8px 10px 7px 10px;
	margin: 0px;
	text-decoration: none;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #f5f5f5 url(../images/forum_topaction_bt.gif) repeat-x 0px 0px;
	color: #999999 !important;

}

.forum_css .post_treeitem_topactionmenu a:link,
.forum_css .post_treeitem_topactionmenu a:acrive,
.forum_css .post_treeitem_topactionmenu a:visited{
	position: absolute;
	padding: 8px 10px 7px 10px;
	margin: 0px;
	text-decoration: none;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #f5f5f5 url(../images/forum_topaction_bt.gif) repeat-x 0px 0px;
	color: #999999 !important;
}

.forum_css .post_treeitem_topactionmenu a:hover{
	position: absolute;
	padding: 8px 10px 7px 10px;
	margin: 0px;
	text-decoration: none;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #cceeff url(../images/forum_topaction_bt.gif) repeat-x 0px -28px;
	color: #0099cc !important;
}


/* It is the visits list */
.visits_list
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	text-align: center;
	font-size: 14px;
	color: #003366;

}

.visits_list a
{
	color: #006699;
	text-decoration: none;
}

.visits_list a:hover
{
	color: #006699;
	text-decoration: underline;
}
/* It is the visits list title*/
.visits_list h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Red;
}

/* It is the visits list title*/
.visits_list p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}


/* Admin */
.admin_category_list { background: white; }

.admin_category_list h2{
font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;}
.admin_category_item {
	background: #fff;
	border: 1px solid;
	border-left: 20px solid;
	padding: 2px;
	list-style: none;
	margin: 0px 0px 2px 0px;
}

h1{
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.admin_category_item_menu { 	background: #eef4f7;}

.admin_category_item_description { 
	background: #d5e6ee;
	border-bottom: 2px solid #fff; }

.admin_category_item_image { float:left; 
                             border: 0px;
                             border-style:none;
                             padding: 0px;
                             margin-right:5px;
                            }

.admin_category_item_order { margin-bottom: 8px;}
.admin_category_item_title {}
.admin_category_item_forums {}
.admin_category_navmenu {}

.admin_forum_navmenu {}

.admin_forum_item_image { float:left; 
                             border: 0px;
                             border-style: none;
                             padding: 0px;
                             margin-right:5px;
									 
                             }
.admin_forum_item_order { margin-bottom: 8px;}
.admin_forum_item_title {}
.admin_forum_item_description{
	background: #d5e6ee;
	border-bottom: 2px solid #fff;}
.admin_forum_item_menu{ background: #eef4f7; }
.admin_forum_item_posts{}

h2{
	font: bold 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-size: 90%;;}

.admin_forum_item_anonposting{
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	background-color: #4c94b7;
	border-bottom: 2px solid #fff;
}
.admin_forum_item_menu{}


.forum_css .post_errors{}

/* QUOTE, CODE & IMG*/

.forum_css .xoopsQuote{
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: #f2f8fa;
	border: 1px solid #d5e6ee;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
}
.forum_css .xoopsCode{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	font: normal 11px "Courier New", Courier, monospace;
	color: #000000;
	overflow: auto;
}

.forum_css .img_quote span{
	display: none;
}

.forum_css .img_quote{
	margin: 0px;
	padding: 0px;
	width: 46px;
	height: 12px;
	background: transparent url(../images/img_quote.gif) no-repeat top left;
}

.forum_css .img_code span{
	display: none;
	
}

.forum_css .img_code{
	margin: 0px;
	padding: 0px;
	width: 46px;
	height: 12px;
	background: transparent url(../images/img_code.gif) no-repeat top left;
}

.forum_css .xoopsimg {
	margin: 0;
	padding: 0;
	overflow: auto;
}

/* ID POST */
.forum_css .post_print_id{
	display: none;
}