<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <body topmargin="0" leftmargin="0" background="template_images/bg.gif">

  {META_DESC}
  {META}
  {NAV_LINKS}
  <title>{SITENAME} :: {PAGE_TITLE}</title>
  <!-- link rel="stylesheet" href="Vplus.css" type="text/css" -->
   /*
     The original Vplus Theme for phpBB version 2+
     Created by subBlue design
     http://www.subBlue.com

     NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
     theme administration centre. When you have finalised your style you could cut the final CSS code
     and place it in an external file, deleting this section to save bandwidth.
   */

   /* General page style. The scroll bar colours only visible in IE5.5+ */
   body { 
   background-image: url();
	background-color:		#E5E5E5;
	scrollbar-face-color:		#E2E2E2;
	scrollbar-highlight-color:	#;
	scrollbar-shadow-color:		#E2E2E2;
	scrollbar-3dlight-color:	#E2E2E2;
	scrollbar-arrow-color:		#F18731;
	scrollbar-track-color:		#E2E2E2;
	scrollbar-darkshadow-color:	#98AAB1;
   }

   /* General font families for common tags */
   font, th, td, p			{ font-family: Verdana, Arial, Helvetica, sans-serif }
   a:link, a:active, a:visited	{ color : #F18731; }
p, td			{ font-size : 11px; color : #000000; }
   a:hover			{ text-decoration: underline; color : #DD6900; }
   hr				{ height: 0px; border: solid #3F6385 0px; border-top-width: 1px; }

   /* This is the border line & background colour round the entire page */
   .bodyline { background-color: #; border: 0px #98AAB1 solid; }

   /* This is the outline round the main forum tables */
   .forumline { background-color: #3F6385; border: solid #3F6385 0px; border-top-width: 1px; }

   /* Main table cell colours and backgrounds */
   td.row1 { background-color: #E2E2E2; }
   td.row2 { background-color: #E2E2E2; }
   td.row3 { background-color: #E2E2E2; }
   td.row_helped { background-color: {T_TR_HELPED}; }


   /*
     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: #;
	background-image: url('images/cellpic2.jpg');
	background-repeat: repeat-y; height: 22px;
   }

   /* Header cells - the blue and silver gradient backgrounds */
   th {
	color:			#000000; font-size: 11px; font-weight: bold;
	background-color:	#F18731; height: 25px;
	background-image:	url(images/cellpic3.gif);
   }

   td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url('images/cellpic1.gif');
	background-color:#E2E2E2; border: #FFFFFF; border-style: solid; 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 { background-color: #C7D0D7; background-image: url('images/cellpic1.gif'); height: 22px; }
   th.thHead, th.thSides, th.thLeft, th.thRight, th.thBottom {
	font-weight: bold; border: #; height: 28px;
   }

   th.thCornerL,th.thTop,th.thCornerR {color: #000000; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('images/cellpic3.gif'); height: 28px; }

   td.row3Right, td.spaceRow { background-color: #E2E2E2; border: #FFFFFF; border-style: solid; }

   th.thHead,td.catHead			{ font-size: 12px; border-width: 0px; }
   th.thSides,td.catSides,td.spaceRow	{ border-width: 0px; }
   th.thRight, td.catRight, td.row3Right	{ border-width: 0px; }
   th.thLeft, td.catLeft			{ border-width: 0px; }
   th.thBottom, td.catBottom		{ border-width: 0px; }
   th.thTop				{ border-width: 0px; }
   th.thCornerL				{ border-width: 0px; }
   th.thCornerR				{ border-width: 0px; }

   /* The largest text used in the index page title and toptic title etc. */
   .maintitle {
	font-weight: bold; font-size: 22px; font-family: "T_FONTFACE2"};
	text-decoration: none; line-height : 120%; color : #000000;
   }

   /* General text */
   .gen						{ font-size : 12px; }
   .genmed					{ font-size : 11px; }
   .gensmall					{ font-size : 10px; }
   .gen,.genmed,.gensmall			{ color : #000000; }
   a.gen, a.genmed, a.gensmall			{ color: #F18731; text-decoration: none; }
   a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

   /* The register, login, search etc links at the top of the page */
   .mainmenu		{ font-size : 11px; color : #000000 }
   a.mainmenu		{ text-decoration: none; color : #F18731;  }
   a.mainmenu:hover	{ text-decoration: underline; color : #DD6900; }

   /* Forum category titles */
   .cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #F18731}
   a.cattitle		{ text-decoration: none; color : #F18731; }
   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 : #F18731; }
   a.forumlink		{ text-decoration: none; color : #F18731; }
   a.forumlink:hover	{ text-decoration: underline; color : #DD6900; }

   /* 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	{ text-decoration: none; color : #F18731; }
   a.nav:hover	{ text-decoration: underline; }

   /* titles for the topics: could specify viewed link colour too */
   .topictitle, h1, h2	{ font-weight: bold; font-size: 11px; color : #000000; }
   a.topictitle:link	{ text-decoration: none; color : #F18731; }
   a.topictitle:visited	{ text-decoration: none; color : #F18731; }
   a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

   /* Name of poster in viewmsg.php and viewtopic.php and other places */
   .name { font-size : 11px; color : #000000;}

   /* Location, number of posts, post date etc */
   .postdetails      { font-size : 10px; color : #000000; }

   /* The content of the posts (body of text) */
   .postbody		{ font-size : 12px; line-height: 18px }
   a.postlink:link	{ text-decoration: none; color : #F18731 }
   a.postlink:visited	{ text-decoration: none; color : #F18731; }
   a.postlink:hover	{ text-decoration: underline; color : #DD6900 }

   /* Quote & Code blocks */
   .code {
	font-family:		Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color:	#FAFAFA; border: #E2E2E2; 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: #E2E2E2; border-style: solid;
	border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
   }

   /* Copyright and bottom info */
   .copyright		{ font-size : 10px; color: #444444; font-family: Verdana, Arial, Helvetica, sans-serif; }
   a.copyright		{ text-decoration: none; color : #006699; }
   a.copyright:hover	{ text-decoration: underline; color : #DD6900; }

   /* Form elements */

   form { margin: 0; }
   form { display: inline; }

   input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   }

   /* The text input fields background colour */
   input.post, textarea.post, select			{ background-color : #E2E2E2; }
   input.post2, textarea.post2, radio.post2 select	{ background-color : #E2E2E2; }
   input						{ text-indent : 2px; }

   /* The buttons used for bbCode styling in message post */
   input.button {
	background-color :	#E2E2E2;
	color :			#000000;
	font-size:		11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:			pointer;
   }

   /* The main submit button option */
   input.mainoption {
	background-color:	#FAFAFA;
	font-weight:		bold;
	cursor:			pointer;
   }
.pm { font-size: 11px; text-decoration: none; color: #FF0000 } 

.table0
{
	background-color : #EFEFEF;
	border-bottom-color : #dedede;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-left-color : #fefefe;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #dedede;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #fefefe;
	border-top-style : solid;
	border-top-width : 1px;
	color : #000000;
	font-size : 9px;
}


   /* None-bold submit button */
   input.liteoption {
	background-color:	#FAFAFA;
	font-weight:		normal;
	cursor:			pointer;
   }

   /* 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: #E2E2E2; border-style: none; }

   /* Highlight bad words for moderators instead of censoring them */
   span.badwordhighlight { background-color: #FFFF00; }

   .topbkg { background: #dbe3ee url('images/cellpic_bkg.jpg') repeat-x;  }
   .topnav { border-left:0px solid #91a0ae; border-right:0px solid #91a0ae; border-top:1px solid #91a0ae; border-bottom:1px solid #91a0ae; font-size:10px;background: #e5ebf3 url('images/cellpic_nav.gif') repeat-x;color:#dd6900; height: 21px; white-space: nowrap; text-align: center;  }

   /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
   .pagination {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #EAEBEB;
	color: #000;
	border-color: #D4D7DA;
	border: #D4D7DA 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
	color: #666;
	border-color: #EAECEF;
	border: #EAECEF 1px solid;
	text-decoration: none;
	padding: 1px;
}
   @import url("formIE.css"); 


   <script language="Javascript" type="text/javascript">
   <!--
   <!-- BEGIN switch_enable_pm_popup -->
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225, resizable=yes, WIDTH=400');
   }
   <!-- END switch_enable_pm_popup -->

   <!-- BEGIN switch_report_popup -->
   report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT}, resizable=yes, scrollbars=yes, WIDTH={switch_report_popup.S_WIDTH}');
   report.focus();
   <!-- END switch_report_popup -->

   function mpFoto(img)
   {
      foto1= new Image();
      foto1.src=(img);
      mpControl(img);
   }
   function mpControl(img)
   {
      if ( (foto1.width != 0) && (foto1.height != 0) )
      {
         viewFoto(img);
      }
      else
      {
         mpFunc = "mpControl('"+img+"')";
         intervallo = setTimeout(mpFunc,20);
      }
   }
   function viewFoto(img)
   {
      largh = foto1.width + 20;
      altez = foto1.height + 20;
      string = "width="+largh+",height="+altez;
      finestra = window.open(img, "", string);
   }

   <!-- BEGIN switch_enable_greeting_popup -->
   var greeting_flag = {GREETING_FLAG};
   if ( greeting_flag )
   {
      window.open('{U_GREETING_POPUP}', '_phpbbprivmsg', 'HEIGHT=225, resizable=yes, WIDTH=400');
   }
   <!-- END switch_enable_greeting_popup -->

   function setCheckboxes(theForm, elementName, isChecked)
   {
      var chkboxes = document.forms[theForm].elements[elementName];
      var count = chkboxes.length;
      if ( count )
      {
         for (var i = 0; i < count; i++)
         {
            chkboxes[i].checked = isChecked;
         }
      }
      else
      {
         chkboxes.checked = isChecked;
      }
      return true;
   }
   <!-- BEGIN quick_quote -->
   var selectedText = quoteAuthor = '';
   // Support for browsers other like IE by Logeen [www.kurshtml.boo.pl]
   function quoteSelection()
   {
      theSelection = false;
      if (selectedText) theSelection = selectedText;
      else if (document.selection && document.selection.createRange) theSelection = document.selection.createRange().text; // Get text selection

      if (theSelection)
      {
         // Add tags around selection
         emoticon( (document.post.message.value ? '\n' : '') + '[quote' + (quoteAuthor ? '="' + quoteAuthor + '"' : '') + ']' + theSelection + '[/quote]\n');
         document.post.message.focus();
         selectedText = quoteAuthor = theSelection = '';
         return;
      }
      else
      {
         alert('{L_NO_TEXT_SELECTED}');
      }
   }
   <!-- END quick_quote -->
   <!-- BEGIN popup_album -->
   function displayWindow(url, width, height)
   {
      var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=no,menubar=no' );
   }
   <!-- END popup_album -->
   <!-- BEGIN loading_header -->
   function hideLoadingPage()
   {
      if (document.getElementById)
      {
         // DOM3 = IE5, NS6
	 document.getElementById('hidepage').style.visibility = 'hidden';
      }
      else
      {
         if (document.layers)
	 {
	    // Netscape 4
	    document.hidepage.visibility = 'hidden';
	 }
	 else
	 {
	    // IE 4
	    document.all.hidepage.style.visibility = 'hidden';
	 }
       }
    }
   <!-- END loading_header -->
   //-->
   </script>
</head>
{LOAD_BODY}
{OVERLIB}
{WIDTH_OVERALL}
<a name="top"></a>{ROTATE_BANNER_1}
  <div align="center">
    <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="784" id="AutoNumber1">
  <tr>
    <td background="template_images/bg_left.gif" style="font-size: 11; color: #000000; font-family: T_FONTFACE1">
      &nbsp;</td>
    <td width="100%" style="font-size: 11; color: #000000; font-family: T_FONTFACE1">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">
      <tr>
        <td width="750" background="template_images/vplus_1.jpg" height="40" style="font-size: 11; color: #000000; font-family: T_FONTFACE1">
        <font face="Verdana" style="font-family: T_FONTFACE1">
                  <span class="maintitle">
        <font size="4" style="font-family: T_FONTFACE1">&nbsp;</font><font color="#F77E21" size="4" style="font-family: T_FONTFACE1">{SITENAME_COLOR}</font></span></font></td>
      </tr>
      <tr>
        <td width="100%" style="font-size: 11; color: #000000; font-family: T_FONTFACE1"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="menu" width="750" height="26"> 
                              <param name="_cx" value="19844"> 
                              <param name="_cy" value="688"> 
                              <param name="FlashVars" value> 
                              <param name="Movie" value="template_images/menu.swf" ref> 
                              <param name="Src" value="template_images/menu.swf" ref> 
                              <param name="WMode" value="Window"> 
                              <param name="Play" value="0"> 
                              <param name="Loop" value="-1"> 
                              <param name="Quality" value="High"> 
                              <param name="SAlign" value> 
                              <param name="Menu" value="-1"> 
                              <param name="Base" value> 
                              <param name="AllowScriptAccess" value="always"> 
                              <param name="Scale" value="ShowAll"> 
                              <param name="DeviceFont" value="0"> 
                              <param name="EmbedMovie" value="0"> 
                              <param name="BGColor" value="FFFFFF"> 
                              <param name="SWRemote" value> 
                              <param name="MovieData" value> 
                              <param name="SeamlessTabbing" value="1"> 
                              <embed name="baner" src="template_images/menu.swf" quality="high" bgcolor="#FFFFFF" width="750" height="26" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object>
</td>
      </tr>
      <tr>
        <td width="750" height="40" background="template_images/kroki.gif" valign="top" style="font-size: 11; color: #000000; font-family: T_FONTFACE1">
</td>
      </tr>
    </table>
    </td>
    <td width="100%" background="template_images/bg_right.gif" style="font-size: 11; color: #000000; font-family: T_FONTFACE1">
      &nbsp;</td>
  </tr>
  <tr>
    <td background="template_images/bg_left.gif" style="font-size: 11; color: #000000; font-family: T_FONTFACE1">
      <img border="0" src="template_images/bg_left.gif"></td>
    <td width="100%" background="template_images/vplus_19.jpg" style="font-size: 11; color: #000000; font-family: T_FONTFACE1">
    <img border="0" src="template_images/vplus_19.jpg"></td>
    <td width="100%" background="template_images/bg_right.gif" style="font-size: 11; color: #000000; font-family: T_FONTFACE1">
      <img border="0" src="template_images/bg_right.gif"></td>
  </tr>
</table>
    </center>
  </div>
  <div align="center">
    <center>
<table width="784" cellspacing="0" cellpadding="25" border="0" style="border-collapse: collapse" bordercolor="#111111" background="template_images/tlo.jpg">
   <tr>
      <td class="bodyline">
         <!-- BEGIN header -->
         <div align="center">
           <center>
         <table width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" bordercolor="#111111">
            <tr>
               <td align="center" width="100%" valign="middle">
                  <table cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" bordercolor="#111111">
                     <tr>
                        <td align="center" valign="top" nowrap="nowrap"><b><span class="mainmenu">
                           <font color="#FFFFFF">
                           <!-- BEGIN switch_user_logged_in -->
                           &nbsp;</font><a href="{U_MEMBERLIST}" class="mainmenu"><font color="#FFFFFF">{L_MEMBERLIST}</font></a><font color="#FFFFFF">
                           <!-- BEGIN statistics -->
                           &nbsp;</font><a href="{U_STAT}" class="mainmenu"><font color="#FFFFFF">{L_STATISTICS}</font></a><font color="#FFFFFF">
                           <!-- END statistics -->
                           <!-- BEGIN download -->
                           &nbsp;</font><a href="{U_DOWNLOADS}" class="mainmenu"><font color="#FFFFFF">{L_DOWNLOADS}</font></a><font color="#FFFFFF">&nbsp;
                           <!-- END download -->
                           </font>
                           <a href="{U_PROFILE}" class="mainmenu">
                        <font color="#FFFFFF">{L_PROFILE}</font></a><font color="#FFFFFF">
                           &nbsp;</font><a href="{U_PRIVATEMSGS}" class="mainmenu"><font color="#FFFFFF">{PRIVATE_MESSAGE_INFO}</font></a><font color="#FFFFFF">
                           &nbsp;</font><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><font color="#FFFFFF">{L_LOGIN_LOGOUT}</font></a><font color="#FFFFFF">
                           <!-- BEGIN album -->
                           <!-- END album -->
                           <!-- BEGIN chat -->
                           &nbsp;</font><a href="{S_JOIN_CHAT}" target="_blank"class="mainmenu"><font color="#FFFFFF">Chat</font></a><font color="#FFFFFF">
                           <!-- END chat -->
                           <!-- END switch_user_logged_in -->
                           <!-- BEGIN switch_user_logged_out -->
                           &nbsp;</font><a href="{U_MEMBERLIST}" class="mainmenu"><font color="#FFFFFF">{L_MEMBERLIST}</font></a><font color="#FFFFFF">
                           <!-- BEGIN statistics -->
                           &nbsp;</font><a href="{U_STAT}" class="mainmenu"><font color="#FFFFFF">{L_STATISTICS}</font></a><font color="#FFFFFF">&nbsp;
                           <!-- END statistics -->
                           </font>
                           <a href="{U_REGISTER}" class="mainmenu">
                        <font color="#FFFFFF">{L_REGISTER}</font></a><font color="#FFFFFF">
                           &nbsp;</font><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><font color="#FFFFFF">{L_LOGIN_LOGOUT}</font></a><font color="#FFFFFF">
                           <!-- BEGIN album -->
                           <!-- END album -->
                           <!-- BEGIN chat -->
                           &nbsp;</font><a href="{S_JOIN_CHAT}" target="_blank"class="mainmenu"><font color="#FFFFFF">Chat</font></a><font color="#FFFFFF">
                           <!-- END chat -->
                           <!-- BEGIN download -->
                           &nbsp;</font><a href="{U_DOWNLOADS}" class="mainmenu"><font color="#FFFFFF">{L_DOWNLOADS}</font></a><font color="#FFFFFF">
                           <!-- END download -->
                           <!-- END switch_user_logged_out -->
                           <!-- BEGIN switch_report_list -->
                           &nbsp;</font><a href="{switch_report_list.U_REPORT_LIST}" class="mainmenu"><font color="#FFFFFF">{switch_report_list.L_REPORT_LIST}</font></a></span><font color="#FFFFFF">&nbsp;
                           <!-- END switch_report_list -->
                        </span></font></b></td>
                     </tr>
                     <tr>
                        <td align="center" valign="top" nowrap="nowrap">&nbsp;</td>
                     </tr>
                     </table>
               </td>
               <!-- BEGIN switch_user_logged_in -->
               <!-- END switch_user_logged_in -->
            </tr>
         </table>
           </center>
         </div>
         <!-- END header -->
      {ROTATE_BANNER_3}
      <!-- BEGIN switch_enable_board_msg --> 
      <table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
        <tr> 
         <th class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_BOARD_MSG}&nbsp;</th>
        </tr>
        <tr>
         <td class="row1"><span class="gen">{BOARD_MSG}</span></td>
        </tr>
      </table>
      </center>
  </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      </div>
      <!-- END switch_enable_board_msg -->
