<?php
<style type="text/css">
/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "Forum" Portal Template
|   ========================================
|   by Meo aka Luponero [Amedeo de longis]
|      visiblesoul [Don K. Colburn]
|   (c) 2004-2005 mkportal.it
|   http://www.mkportal.it
|   Email: luponero@mclink.it
+--------------------------------------------------------------------------
|   > MKPortal
|   > Written By Amedeo de longis
|   > Date started: 9.2.2004
+--------------------------------------------------------------------------
*/

/*=============================
M
K  global styles
P
=============================*/
/* IMPORT body */
body, body, td, th, tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

body {
	font-size: 10px;
	margin:0px; 
	padding:0px; /* Opera 0 margin */	
	text-align: center; /* center in IE */ 
}

/* IMPORT body background (used for SMF) */
body
{
	background-color: #E5E5E8;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* portal wrapper */
#mkwrapper {
	text-align:left; /* left-align text in IE */	
	margin: 0px auto 0px auto;
}

/* IMPORT logostrip */
#mklogostrip, body, td, th, tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* logostrip */
#mklogostrip {
	text-align: left;
}

/* IMPORT global font formatting */
table, tr, td, .tdglobal, body, td, th, tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
	font-size: 10px;	
}



/*=============================
M
K IMPORT LIGHT BACKGROUND
P
=============================*/
.modulecell,
.urlo2,
.tabnews,
.trattini,
.trattini3,
.tablemenu,
.taburlo,
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}

/*=============================
M
K IMPORT MEDIUM BACKGROUND
P
=============================*/
.navigatore,
.tdblock,
.moduleborder,
.modulex,
.mkpagecurrent,
.windowbg
{
	color: #000000;
	background-color: #ECEDF3;
}

/*=============================
M
K IMPORT DARK BACKGROUND
P
=============================*/
.urlo,
.sottotitolo,
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background-color: #E9F0F6;
	background-image: url("images/titlebg.jpg");
	border-bottom: 1px solid #9BAEBF;
	border-top: 1px solid #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px
}

/*=============================
M
K  border and divider styles
P
=============================*/
/* vertical spacer image used in portal skin */
/* .vspacer {
	background-image: url(./mkportal/templates/Forum/images/punto_vert.gif);
	background-repeat: repeat-y;
	background-color: transparent;	
} */

/* IMPORT border-color */
.tabmain, .tablemenu, .taburlo, .urlo2, .tabnews, .trattini, .trattini2, .trattini3, .mkpagelink, .mkpagelinklast, .mkpagecurrent, .titadmin, .tborder
{
	padding: 1px;
	border: 1px solid #696969;
	
}
	
.trattini {
	border-width: 1px 0 0 0;
	border-style: dashed;
}

/* blocks admin */
.trattini2 {
	border-width: 0 1px 0 0;
	border-style: dashed;
}

/* Quotes, Shoutbox */
.trattini3 {
	border-width: 0 0 1px 0;
	border-style: dashed;
}

/*=============================
M
K  hyperlink styles
P
=============================*/
/* IMPORT global links */
a:link, a:active, a:link.uno, a:link
{
	color: fushia;
	text-decoration: none;
}

a:visited, a:visited.uno, a:visited
{
	color: #476C8E;
	text-decoration: none;
}

a:hover, a:hover.uno, a:hover
{
	text-decoration: underline;
}

/* a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496c9f;	
	text-decoration: none; 	
} */

/* bold navbar, block, module links */
a:link.uno {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
}

a:visited.uno {	
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none
}


a:hover.uno {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/* block text links */
/* .tablemenu a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: fushia;	
	text-decoration: none;	
}

.tablemenu a:hover {
	text-decoration: underline;
}

.tablemenu a:active { 
	text-decoration: none; 	
} */

/* global contrasting text and hyperlink color */
.mktxtcontr, a:link.mktxtcontr, a:visited.mktxtcontr {	
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover.mktxtcontr {
	font-weight: bold;
	text-decoration: underline;
}

/* contrasting text and hyperlink color 2 (admin) */
.mktxtcontr2, a:link.mktxtcontr2, a:visited.mktxtcontr2 {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover.mktxtcontr2 {
	font-weight: bold;
	text-decoration: underline;
}

/*=============================
M
K  form styles
P
=============================*/
/* IMPORT form styles */
input, textarea, select, .bgselect, .mkbutton, .mkblkinput, .mkradio, input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}

/* set form padding and margin */
/*.mkbutton,*/ /* global submit buttons */
/* textarea,*/
input, select, .bgselect, .mkblkinput
{
	margin: 3px;
	padding: 3px;
	font-size: 10px;
	font-weight: normal; /* needed for Mozilla */	
}

/* radio/checkbox buttons - remove background color and border in IE */ 
/* .mkradio {
	background-color: transparent;
	border-width: 0px;
} */

/* configure blog textarea */
textarea.mkwrap1 {
	overflow: auto;
	/* width: 230px; */
	width: 100%;
}

/* edit blog textarea */
textarea.mkwrap2 {
	overflow: auto;
	width: 500px ;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
.navigatore {	
	vertical-align: bottom;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 9px;
	border: 0px none;
}

/*=============================
M
K  block styles
P
=============================*/
/* used in functions.php (function main_page) */
.blocks {
	padding: 0px;
}

/* block td cell */
.tdblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 0px none;
	margin: 2px	
}

/* block title bar */
.sottotitolo {
	vertical-align: bottom;	
	text-align: left;
	font-size: 11px;
	font-weight: bold;	 
}

/* horizontal spacer between blocks */
.tdspacer {
	line-height: 3px;
}

/*=============================
M
K  module global styles
P
=============================*/
/* IMPORT module table headings */
th.modulex, .catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/ .catbg, tr.catbg td, .catbg3, tr.catbg3 td
{
	background-image: url("images/titlebg.jpg");
	background-color: #88A6C0;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px
}

.modulex {	
	border-width: 0 0 0 0;
	white-space: nowrap;
	/* font-weight: normal;*/
}

/* Reviews description text */
.modulelite {
	font-size: 8pt;
	/* color:#a6bbcd;*/
}

/* block padding (news, admin) */
.contents {
	padding: 10px;	
}

/* module pagination links */
.mkpagelink {
	padding:1px 3px 1px 3px;
	font-weight: normal;
}

.mkpagelinklast {
	padding:1px 3px 1px 3px;
	font-weight:normal;
}

.mkpagecurrent {
	padding:1px 3px 1px 3px;
	font-weight:normal;
}

/*=============================
M
K  shoutbox module styles
P
=============================*/
td.taburlo{	
	margin:5px;
	padding:5px;
	border: 0px none;	
}
	
/* shouter and date cell */
.urlo {
	line-height: 18px;
	vertical-align: bottom;
	text-align: left;	
	font-size: 11px;
	font-weight: bold;
	padding: 4px;		 
}

/* shout cell */
.urlo2 {
	padding: 4px;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

/* white shouter text */
/* .urlocontrast {	
	color: #ffffff;
} */

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
	border-width: 1px;
	border-style: dashed;
	margin:0px; 
	padding:0px;
	font-size: 10px;	
}

/*=============================
M
K  admin cp styles
P
=============================*/
/* admin cp titles with top border */
.titadmin {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px 0 0 0;
	border-style: dashed;
}

/*=============================
M
K  font styles
P
=============================*/
/* red error page text */
.mkerror {	
	font-size: 12pt;
	color: #ff0000;
	font-weight:bold;
}

/* MKPQuote quotation text */
/* .mkquote { 		
	color: #0000ff;	
} */

/* MKPGallery module ecard, offline page */
.ecardtitle,
.offlinetxt {
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

/* MKPGallery slideshow caption text (modules/gallery/index.php function slide_update) */
/* .mkslidecap {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #ffffff;
} */

/*=============================
M
K  BBcode quote styles
P
=============================*/
.mkquoteball {
	font-size: 9px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;	
	padding: 0;	
}

.mkquotetext {
	font-size: 10px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}

table .mkquotetable{				
	width: auto; /* IE */	
	text-align: left;
}
  .navigatore1 {	vertical-align: bottom;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 9px;
	border: 0px none;
}
  .style3 {
	font-size: 10px;
	color: #476C8E;
	font-weight: bold;
}
.sottotitolo1 {	vertical-align: bottom;	
	text-align: left;
	font-size: 11px;
	font-weight: bold;	 
}
td
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}
.style13 {font-size: x-small; color: #476C8E; font-weight: bold; }
.urlo21 {	padding: 4px;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.style16 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.style18 {
	font-size: 11px;
	color: #000000;
}
.style19 {color: #000000}
.style25 {font-size: 10px; color: #000000; font-weight: bold; }
.style30 {
	color: #FF0000;
	font-size: 10px;
}
</style>
<script language="VBScript" type="text/JavaScript">


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//
</script>
.mavi {
	background: #476C8E repeat-x scroll left center;
}

.menuItemFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #003;
}
