.bodybg {
	min-height: 1205px;
	height: auto;
	margin: 0px;
	padding: 12px 5px 0px 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/top_bg.jpg);
}
.sitelogo {
	width: 300px;
	height: 150px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	left: 100px;
	top: 20px;
}
.sitelogo2 {
	background-color: transparent;
	padding-top: 0px;
	padding-left: 10px;
}
/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}
.sitemap_header{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}
.sitemap_header_active{
	background: #C8D6E1;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}
.sitemap_header:hover , .sitemap_header_active:hover{
	background: #DBE4ED;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	text-decoration: none;
}
/* TP other styles */
ul#articlelist
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #d0d0d0;
}
ul#articlelist li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
	display: block;
	padding: 0 0 0 3ex;
	margin: 0;
}
/* TP rss feed styles */
.rss_title{
	font-weight: bold;
}
.rss_body{
	margin-bottom: 1ex;
}
.rss_image{
	margin: 4px 0 4px 0;
}
/* Normal, standard links. */
a:link
{
	color:  #99BDE3;
	text-decoration: none;
}
a:visited
{
	color: #99BDE3;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/catbg.png);
	background-repeat: repeat-x;
	padding: 3px;
}
.nav2, .nav2:link, .nav2:visited
{
	color: #d1b273;
	text-decoration: none;
	background-color: transparent;
}
a.nav2:hover
{
	color: #FFCB6A;
	text-decoration: underline;
}
table
{
	empty-cells: show;
}
body, td, th , tr
{
	color: #FFF;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
html {
	height: 100%;
	width: 100%;
}
body
{
	background-image: url(images/bg.jpg);
/*	background-position: 50% 0px;*/
	width: 100%;
/*	background-repeat: no-repeat; */
	/*background-repeat: repeat-y;*/
/*	background-position: center top;*/
	background-color:#000;
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	/*padding: 12px 10px 4px 10px;*/
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #CCC;
	font-family: verdana, sans-serif;
	background-color: #1F1F1F;
	border: 1px solid #BBB;
}
input, button
{
	font-size: 90%;
}
textarea
{
	font-size: 100%;
	color: #CCC;
	font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #CCC;
	font-family: verdana, sans-serif;
	background-color: #1F1F1F;
	border: 1px solid #BBB;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #555;
	background-color: #555;
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #E0E0E0;
	background-color: #1A1A1A;
	border: 1px solid #808080;
	margin: 10px;
	margin-top: 3px;
	padding: 5px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #E0E0E0;
	background-color: #1A1A1A;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
	}
	/* The "Quote:" and "Code:" header parts... */
	.quoteheader, .codeheader
	{
	color: #EEE;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	}
	/* Generally, those [?] icons.  This makes your cursor a help icon. */
	.help
	{
	cursor: help;
	}
	/* /me uses this a lot. (emote, try typing /me in a post.) */
	.meaction
	{
	color: red;
	}
	/* The main post box - this makes it as wide as possible. */
	.editor
	{
	width: 96%;
	}
	/* Highlighted text - such as search results. */
	.highlight
	{
	background-color: yellow;
	font-weight: bold;
	color: black;
	}
	/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #FFF;
	background-color: transparent;
}
.windowbg2
{
	color: #FFF;
	background-color: transparent;
}
.windowbg3
{
	color: #FFF;
	background-color: transparent;
}
.windowbg4 /* Search Result */
{
	color: #FFF;
	background-color: transparent;
	background-image: url(images/news_bg.png);
	overflow: hidden;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #1F1F1F;
	border: 1px solid #A0A0A0;
	color: #EEE;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: white;
	font-style: normal;
	background: url(images/catbg.png) repeat-x;
	background-color: transparent;
	border-bottom: solid 1px #9BAEBF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
}
.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}
.titlebg3 {
	background-image: url(images/forum_mid.png);
	color: #FFCB6A;
}
.pagelink, .pagelink a:active, .pagelink a:visited, .pagelink a:link
{
	background: #222;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #909090;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
.pagelink_b
{
	background: #222;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #909090;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
.page_c
{
	background: #222;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #909090;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
/*
===================================
==== TINYPORTAL LEFT BAR STYLES === 
===================================
*/
#leftbarHeader {
	background: url(images/left_t.png) transparent no-repeat; 
	padding-top: 20px;
	margin-top: 5px;
}	
#leftbarHeader .tborder2_left
{
	background: url(images/left_m.png) transparent repeat; 
	padding: 0px 11px 0px 11px;
	margin: 0px;
	border: 0px;
}
#leftbarHeader .tborder2_left ul
{
	padding: 0px 0px 10px 10px;
}
#leftbarHeader .titlebg3_left
{
	background-image: url(images/left_title2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	font-weight: bold;
	border: 0px;
	color: #FFF;
	vertical-align: middle;
	border-bottom: 1px #111 solid;
	padding: 5px 5px 0px 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
#leftbarHeader .titlebg3_left a
{
	color:#FFF;
	text-decoration: none;
}
#leftbarHeader .windowbg4_left
{
	background-image: url(images/forum_mid.png);
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	font-weight: bold;
	border: 0px;
}
#leftbarHeader .smalltext
{
	color: #DDD;
	padding: 10px 10px 20px 10px;
	font-weight: normal;
	font-size: 10px;
}
#leftbarHeader .smalltext .avatar
{
	width: 90px;
	height: 90px;
	padding: 3px;
	border: 1px solid #AAA;
}
.left_mid
{
	background: url(images/left_m.png);
	background-position: left middle;
	background-repeat: repeat-y; 
}
#leftheader .sitemap2 
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
#leftheader .vert_space_left 
{
	background: url(images/left_m.png);
	background-color: transparent; 
	height: 10px;
}
#leftheader .vert_bottom_left 
{
	background: url(images/left_b.png);
	background-color: transparent; 
	height: 20px;
}
.sitemapcnt
{
	background: url(images/catbg.png);
	padding: 10px 4px 0px 4px;
	vertical-align: middle;
}
.tbordermenu_left
{
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
/*
===================================
==== TINYPORTAL LEFT BAR STYLES === 
============= ( END )==============
*/
/* #############################################*/
/*
====================================
==== TINYPORTAL RIGHT BAR STYLES === 
====================================
*/
#rightbarHeader
{
	padding-top: 20px;
}
#rightbarHeader .tborder2_right
{
	padding: 3px 5px 0px 5px;
	margin: 0px;
	border: 1px solid #444;
}
#rightbarHeader .titlebg3_right
{
	background-image: url(images/catbg.png);
	background-repeat: repeat-x;
	background-color: transparent;
	height: 20px;
	font-weight: bold;
	border: 0px;
	color: #FFF;
	vertical-align: middle;
	padding: 5px 5px 2px 15px;
	margin: 0px 0px 1px 0px;
}
#rightbarHeader .titlebg3_right a
{
	color:#FFF;
	text-decoration: none;
}
#rightbarHeader .windowbg4_right
{
	background-image: url(images/right_mod_bg.png);
	background-color: transparent;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	border: 0px;
	border-top: 1px #333 solid;
}
#rightbarHeader .smalltext
{
	color: #DDD;
	padding: 10px 10px 20px 10px;
}
#rightbarHeader .smalltext_recent
{
	padding: 0px 7px 0px 7px;
	font-size: x-small;
	font-weight: normal;
	font-family: verdana, sans-serif;
	color: #FFF;
}
#rightbarHeader .smalltext .avatar
{
	width: 90px;
	height: 90px;
	border: 0px;
}
#rightbarHeader .sitemap2 
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
/*
====================================
==== TINYPORTAL RIGHT BAR STYLES === 
============= ( END )===============
*/
/* ################################################# */
/*
===================================
==== TINYPORTAL CENTER STYLES === 
===================================
*/
.tborder_center
{
	padding: 3px;
	margin: 0px;
	border: 1px solid #7A7A7A;
}
.titlebg_center
{
	background-image: url(images/news_header2.png);
	background-repeat: repeat-x;
	background-color: transparent;
	border-bottom: 1px #7A7A7A solid;
	height: 20px;
	font-weight: bold;
	color: #F9CE86;
	vertical-align: middle;
	padding: 5px 5px 2px 15px;
	margin: 0px 0px 1px 0px;
}
.titlebg_center a
{
	color:#F9CE86;
	text-decoration: none;
}
.windowbg2_center
{
	background-image: url(images/news_bg2.png);
	background-color: transparent;
	padding-left: 5px;
	padding-right: 15px;
	margin: 0px;
	border: 0px;
	color: #FFF;
}
.tborder2_center
{
	padding: 3px 5px 2px 5px;
	margin: 0px;
	border: 1px solid #444;
}
.titlebg3_center
{
	background-image: url(images/catbg.png);
	background-repeat: repeat-x;
	background-color: transparent;
	height: 20px;
	font-weight: bold;
	border: 0px;
	color: #FFF;
	vertical-align: middle;
	padding: 2px 5px 2px 15px;
	margin: 0px 0px 1px 0px;
}
.titlebg3_center a
{
	color: #FC9;
	text-decoration: none;
}
.windowbg4_center
{
	background-image: url(images/right_mod_bg.png);
	background-color: transparent;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 3px 0px;
	border: 0px;
	border-top: 1px #333 solid;
}

/*
===================================
==== TINYPORTAL CENTER STYLES ===== */
/* TOP ROW */
.board_tl
{
	background-image: url(images/forum_corner_tl.png);
	background-position: bottom right;
	background-color: transparent;
	width: 28px;
	height: 28px;
}
.board_tm 
{
	background-image: url(images/forum_tm.png);
	background-position: bottom;
	background-color: transparent;
	padding-top: 8px;
}
.board_tr 
{
	background-image: url(images/forum_corner_tr.png);
	background-position: bottom left;
	background-color: transparent;
	width: 20px;
	height: 20px;
}
/* MIDDLE ROW */
.board_ml 
{
	background-image: url(images/forum_ml.png);
	background-position: right;
	background-color: transparent;
	width: 20px;
	padding-left: 20px;
}
.board_mm
{
	background-image: url(images/forum_mid.png);
	background-color: transparent;
	width: 100%;
}
.board_mr
{
	background-image: url(images/forum_mr.png);
	background-position: left;
	background-color: transparent;
	width: 20px;
	padding-right: 20px;
}
/* BOTTOM ROW */
.board_bl 
{
	background-image: url(images/forum_corner_bl.png);
	background-position: top right;
	background-color: transparent;
	width: 20px;
	height: 20px;
}
.board_bm
{
	background-image: url(images/forum_bm.png);
	background-position: top;
	background-color: transparent;
	padding-top: 8px;
}
.board_br 
{
	background-image: url(images/forum_corner_br.png);
	background-position: top left;
	background-color: transparent;
	width: 20px;
	height: 20px;
}
.boardborder
{
	padding: 20px;
	background-color: transparent;
}
.windowbg_board , .windowbg2_board {
	background-color: transparent;
	color: #CCC;
}
.windowbg_board.smalltext , .windowbg2_board.smalltext {
	background-color: transparent;
	color: #CCC;
	vertical-align: middle;
}
.bordercolor_board
{
	background-image: url(images/board_bg.png);
	background-color: transparent;
	padding: 0px;
	color: #CCC;
}
.board_childboard
{
	background-color: #000;
	border: 1px #999 dotted;
	width: 35%;
	margin-left: 20px;
}
.board_childboard a
{
	font-size: x-small;
}
.titlebg2 a:hover
{
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.png) transparent repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.png) transparent repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
	background-color: transparent;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: transparent;
	/*	background-image: url(images/forum_mid.png);*/
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 3px;
	/*border: 1px solid #000;*/
	background-color: transparent;
}
.tborder2
{
	padding: 3px;
	border: 1px solid #666;
	background-color: transparent;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
	color: #FFF;
}
.middletext
{
	font-size: 90%;
	color: #FFF;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error
{
	color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.header_container 
{
	height: 200px;
}
.menu_container
{
	height: 150px;
	vertical-align: bottom;
	padding: 50px 10px 0px 0px;
}
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: #999999;
	text-transform: uppercase;
	vertical-align: middle;
	height: 53px;
}
.maintab_back, .maintab_active_back
{
	white-space:nowrap;
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: middle;
	padding: 2px 8px 2px 8px;
	font-family: tahoma, sans-serif;
}
.maintab_first
{
	background: url(images/menu_l.png) left top no-repeat;
	width: 20px;
}
.maintab_back
{
	background: url(images/menu_m.png) left top repeat-x;
}
.maintab_last
{
	background: url(images/menu_r.png) left top no-repeat;
	width: 20px;
}
.maintab_active_back
{
	background: url(images/menu_m.png) left top repeat-x;
	color: #FFFFFF;
}
/* Link menu altre pagine */
.maintab_back a:link , .maintab_back a:visited
{
	color: #999999;
	text-decoration: none;
}
/* Link menu pagina corrente */
.maintab_active_back a:link , .maintab_active_back a:visited 
{
	color: #FFFFFF;
	text-decoration: underline;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
fieldset.spoiler 
{
	border: 1px dashed gray;
}
fieldset.spoiler > legend
{
	font-size: 1.2em;
}
div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
div.spoilerheader input 
{
	background-color: #cececc;
	color: #3e3e33;
	font: 0.9em sans-serif;
}
div.spoilerbody 
{
	color: #bfbfbf;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}
fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}
.smalltextdark
{
	font-size: x-small;
	font-family: verdana, sans-serif;
	color: #AAA;
}