/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "default" 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
=============================*/
/* Corpo pagina */
body {
	background-color: #E4DAD8;
	font-size: 10px; 
	color: #560200; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin:0px; 
	padding:0px; /* Opera 0 margin */	
	text-align: center; /* center in IE */ 
}

/* portal wrapper */
#mkwrapper {
	text-align:left; /* left-align text in IE */	
	margin: 0px auto 0px auto;
}

/* Sfondo e allineamento logo */
#mklogostrip {
	/* background-image: url(MKPORTALIMGDIR/sf_logo.jpg); */	
	/*background-color: #transparent;*/
	text-align: left;
}

/* global font formatting */
table {
	font-size: 10px; 
	color: #560200;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* Testo categoria moduli */
tr {
	font-size: 10px; 
	color: #560200;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/* Testo news, titolo statistiche e utenti online moduli */
td {
	font-size: 10px; 
	color: #560200;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
/* Testo info blocchi */
.tdglobal {
	font-size: 10px; 
	color: #560200;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* Margini tabella principale */
.tabmain {
	margin:0px;
	padding:0px;	
}

/* image link border */
img { 		
	border: 0px;
}

/*=============================
M
K  LIGHT BACKGROUND
P
=============================*/
/* Sfondo celle calendario, desrizione e statistiche moduli - Testo statistiche */
.modulecell {
	background-color: #E4DAD8;
	color: #560200;
}
/* Sfondo Urlo sotto la barra dei link */
.urlo2 {
	background-color: #E4DAD8;
	color: #560200;
}
/* Sfondo Tabella news */
.tabnews {
	background-color: #E4DAD8;
	color: #560200;
}
.trattini {
	background-color: #ffffff;
	color: #560200;
}
/* Sfondo delle tre colonne del portale */
.tabmain {
	background-color: #E4DAD8;
	color: #560200;
}
/* Sfondo dei blocchi e moduli */
.tablemenu {
	background-color: #CABFBE;
	color: #560200;
}
/* Sfondo della tabella del blocco UrloBox */
.taburlo {
	background-color: #CABFBE;
	color: #560200;
}

/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
/* Sfondo barra dei link */
.navigatore {
	background-color: #E4DAD8;
	color: #560200;
}
/* Sfondo celle principali blocchi */
.tdblock {
	background-color: #CABFBE;
	color: #560200;
}
/* Colore dei bordi delle tabelle interne dei moduli */
.moduleborder {
	background-color: #C0B4B2;
	color: #560200;
}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
/* Sfondo e testo urlo box sotto barra dei link */
.urlo {
	/* background-image: url(MKPORTALIMGDIR/m_sf.gif); */
	/*background-color: transparent;*/
	color: #FFFFFF;
}
/* Sfondo e testo titolo dei blocchi e moduli */
.sottotitolo {
	/* background-image: url(MKPORTALIMGDIR/m_sf.gif); */
	/*background-color:#transparent;*/
	color: #560200;
}

/*=============================
M
K  border and divider styles
P
=============================*/
/* Spessore e colore dei bordi della tabella principale */
.tabmain {
	border: 1px solid #E4DAD8;	
}
/* Spessore e colore dei bordi delle tabelle principali dei blocchi emoduli*/
.tablemenu {
	border: 1px solid #CABFBE;	
} /* block wrapper, chat button strip */

/* Spessore e colore delle tabelle del modulo UrloBox */
.taburlo {
	border: 1px solid #E4DAD8;	
}
/* Spessore e colore della dabella UrloBox sotto la barra dei link */
.urlo2 {
	border: 1px solid #E4DAD8;	
}
/* Colore trattini orizontali PCA portale */
.trattini {
	border: 1px solid #E4DAD8;	
}
/* Colore trattini verticali CPA portale */
.trattini2 {
	border: 1px solid #E4DAD8;	
}
/* Colore trattini orizontali UrloBox e Citazioni */
.trattini3 {
	border: 1px solid #E4DAD8;	
}
/* Spessore trattini orizontali PCA portale */	
.trattini {
	border-width: 1px 0 0 0;
	border-top-style: dashed;
}

/* Spessore trattini verticali PCA portale */
.trattini2 {
	border-width: 0 1px 0 0;
	border-right-style: dashed;
}

/* Spessore trattini orizontali UrloBox e Citazioni */
.trattini3 {
	border-width: 0 0 1px 0;
	border-bottom-style: dashed;
}

/* vertical spacer image used in portal skin */
/* .vspacer
{
	background-image: url(MKPORTALIMGDIR/punto_vert.gif);
	background-repeat: repeat-y;
	background-color: transparent;	
} */

/*=============================
M
K  hyperlink styles
P
=============================*/
/* global links */
a:link 
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #560200;	
	text-decoration: none;	
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #902014;	
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #560200;	
	text-decoration: none; 	
}

/* Barra dei link, bold navbar, block, module links */
a.uno:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #560200; 
	font-weight: bold;
	text-decoration: none
}
/* Link visitati */
a.uno:visited {	
	font-size: 10px; 
	color: #560200; 
	font-weight: bold;
	text-decoration: none
}

/* Link al passaggio del mouse */
a.uno:hover {
	font-size: 10px; 
	color: #902014; 
	font-weight: bold;
	text-decoration: underline;
}

/* block text links */
.tablemenu a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #560200;	
	text-decoration: none;	
}

.tablemenu a:hover {
	text-decoration: underline;
}

.tablemenu a:active { 
	text-decoration: none; 	
}

/* global contrasting text and hyperlink color */

/* Colore testo descrittivo: "ultimo accesso", numero file, immagini, ecc... */
.mktxtcontr {
	color: #560200;
	font-weight: bold;
	text-decoration: none;
}
/* Testo titoli news */
a.mktxtcontr:link {
	color: #560200;
	font-weight: bold;
	text-decoration: none;
} 
/* Testo news visitate */
a.mktxtcontr:visited {
	color: #560200;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* contrasting text and hyperlink color 2 (admin) */
/* Questi campi quì sotto sono per i link modifica e cancella del PCA */
.mktxtcontr2 {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}
a.mktxtcontr2:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
} 
a.mktxtcontr2:visited {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr2:hover {
	font-weight: bold;
	text-decoration: underline;
}

/*=============================
M
K  form styles
P
=============================*/
/* Colore di sfondo delle caselle di spuntatura e sfondo e testo del tasto salva, invia e vota del PCA del portale */
input {
	background-color: #C0B4B2;		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #560200;
	vertical-align: middle;
}
textarea {
	background-color: #C0B4B2;		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #560200;
	vertical-align: middle;
}
select {
	background-color: #C0B4B2;		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #560200;
	vertical-align: middle;
}
.bgselect /* input fields */
/* Sfondo e testo dei menu a tendina e dei campi di testo */
{
	background-color: #C0B4B2;		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #560200;
	vertical-align: middle;
}
.mkbutton /* global submit buttons */
{
	background-color: #C0B4B2;		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #560200;
	vertical-align: middle;
}

/* button border - needed for blocks to display correctly in forum-view */	
.blsubmit,
.mkbutton {
	border: 2px #9cf outset;
}

/* radio/checkbox buttons - remove background color and border in IE */	
.mkradio {
	/*background-color: transparent;*/
	border: 0px;		
}

/* configure blog textarea */
textarea.mkwrap1 {
	overflow: auto;
	/* width: 230px; */
	width: 100%;
}

/* edit blog textarea */
textarea.mkwrap2 {
	overflow: auto;
	width: 500px ;
}

/* block input */
.mkblkinput {
	background-color:#fff;
 	font-size: 9px;
	border: 1px dashed #808080;
	margin: 2px;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* Barra dei link */
.navigatore {	
	vertical-align: bottom;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 9px;
}

/*=============================
M
K  block styles
P
=============================*/
/* used in functions.php (function main_page) */
.blocks {
	padding: 0px;
}

/* block header/footer corner images - portal skin only */
/* Sfondo delle celle decorative dei blocchi e moduli */
.tdmenblock {
	font-size: 0px;	
	padding: 0px;  
	margin: 0px; 
	vertical-align: top;
	/*background-color: transparent;*/
}

/* Font dei blocchi */
.tdblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 2px;	
}

/* Titoli blocchi e moduli */
.sottotitolo {
	vertical-align: middle;	
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	/* color: #560200; */		 
}

/* horizontal spacer between blocks */
.tdspacer {
	line-height: 3px;
}

/*=============================
M
K  module global styles
P
=============================*/
/* Sfondo celle moduli titolo statistiche, utenti online e menu salta categoria a tendina */
.modulex {	
	background-color: #E4DAD8;
	height: 25px;
}
/* Sfondo e altezza cella moduli titoli categoria */
th.modulex {	
	background-color: #E4DAD8;
	height: 25px;
	/* font-weight: normal;*/
	white-space: nowrap;
}

/* Testo descrizione categoria */
.modulelite {
	font-size: 8pt;
	color:#666666;
}

/* center block padding (news, admin) */
.contents {
	padding: 10px;
}

/* module pagination links */
.mkpagelink {
	background-color: #f0f5fa;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight: normal;
}

.mkpagelinklast {
	background-color: #C0B4B2;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight:normal;
}

.mkpagecurrent {
	background-color: #ffc9a5;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight:normal;
}

/*=============================
M
K  shoutbox module styles
P
=============================*/
/* module table with border (shoutbox, news) */
div.taburlo {	
	width: 100%; /* center in IE */	
}

td.taburlo{
	margin:5px;
	padding:5px;
	border: 0;
}
	
/* Cella descrizione urlobox sotto la barra dei link */
.urlo {
	line-height: 7px;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	/* color: #560200; */
	padding: 4px;		 
}

/* Cella urlobox sotto la barra dei link */
.urlo2 {
	padding: 4px;	
	/* border-bottom: 1px solid #E4DAD8; */
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	color: #560200;
	font-size: 11px;
	font-weight: bold;
}

/* Colore testo nome utente ultimo urlo nella cella sotto la barra dei link */
.urlocontrast {	
	color: #ffffff;
}

/*=============================
M
K  news module styles
P
=============================*/
/* Linee tratteggiate news */
.tabnews {
	border: 1px dashed #CABFBE;
	margin:0px; 
	padding:0px;
	font-size: 10px;
	color: #560200;	
}

/*=============================
M
K  admin cp styles
P
=============================*/
/* Titoli PCA portale */
.titadmin {
	margin: 0px;
	font-weight: bold;
	font-size: 11px; 
	color: #560200;
	border-top: 1px dashed #E4DAD8;
}

/*=============================
M
K  font styles
P
=============================*/
/* Testo della scritta errore */
.mkerror {	
	font-size: 12pt;
	color: #560200;
	font-weight:bold;
}

/* MKPQuote quotation text */
.mkquote { 		
	color: #0000ff;	
}

/* MKPGallery module ecard */
.ecardtitle {
	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;
}

*/ %%%%%%%%%%%%%%%%%%%%%%%custom %%%%%%%%%%%% */

/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
.hold	{ 
	position:relative; overflow:hidden;
	width:468px; height:100px; z-index:100
	}

.lyr{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}

.wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:468px; height:105px; 
	clip:rect(0px, 510px, 105px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	/* Movies */
.bgcolor_14242530 {
background-color:#A50000; border:1px 
}
/* Music */
.bgcolor_14242540 {
background-color:#D17100; border:1px 
}
/* Funexpress */
.bgcolor_14242546 {
background-color:#017C31; border:1px 
}
/* Lifestyle */
.bgcolor_13636459 {
background-color:#4A0F6B; border:1px 
}
/* Sports */
.bgcolor_13017420 {
background-color:#942C62; border:1px 
}
/* TV */
.bgcolor_14242532 {
background-color:#A82424; border:1px 
}

/* News */
.bgcolor_14261274 {
background-color:#1C4E89;
}
/* Citylive */
.bgcolor_14268749 {
background-color:#7990A8; 
}


*/ ################### custom 2 ############# */

.textbackcolor{
font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	height: 20px;
	border: 1px solid #542C16;
}
.drop_box {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	height: 15px;
	
}
.vcard_head{
	font-family: Arial, Helvetica, sans-serif;
	color: #A93270;
	font-size: 14px;
}
.mostviewedarial11wht {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}
a.mostviewedarial11wht:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-decoration:none;
}
.arial11wht {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}
.arial11whtBig {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}
.arialpurple {
	font-family: Arial, Helvetica, sans-serif;
	color: #560026;
	font-size: 11px;
}
A {TEXT-DECORATION: none}
A:hover { text-decoration: underline;}

.arial11gray {

	font-family: Arial, Helvetica, sans-serif;
	color: #94938F;
	font-size: 11px;
}
.arial11yellow {


	font-family: Arial, Helvetica, sans-serif;
	color: #FFDE00;
	font-size: 10px;
	text-decoration:none;
}
a.arial11yellow:hover {


	font-family: Arial, Helvetica, sans-serif;
	color: #FFDE00;
	font-size: 10px;
	text-decoration:none;
}
.arial11yellowbig {


	font-family: Arial, Helvetica, sans-serif;
	color: #FFBB38;
	font-size: 13px;
}
.arial11blue {


	font-family: Arial, Helvetica, sans-serif;
	color: #052A4E;
	font-size: 11px;
}
.arial11blk {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 145%;
}
.arial12wht {

	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}
.arial11dyellow {



	font-family: Arial, Helvetica, sans-serif;
	color: #FFBB38;
	font-size: 11px;
}
a.B:link {color: #052A4E; text-decoration: none; font-family: Arial; font-size: 11px }
a.B:visited {color: #052A4E; text-decoration: none; font-family: Arial; font-size: 11px }
a.B:hover {color: #052A4E; text-decoration: underline; font-family: Arial; font-size: 11px }
a.B:active {color: #052A4E; font-family: Arial; font-size: 11px}
.arial11red {

	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
}
.bodylinkblue1 {
	font-size: 11px;
	color: #0960A8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.bodylinkblue1:hover {
	color: #FF6600;
	text-decoration: underline;
}
.bg2topmenus {
	background-image: url(../images/topmenu_bg.gif);
	background-repeat: repeat-x;
}
.topmenus01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEBEB;
	text-decoration: none;
	font-weight: bold;
}
a.topmenus01:hover {
	color: #FFCC00;
	text-decoration: none;
}
.link2player {
	color: #0D00FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.link2player:hover {
	color: #000000;
	text-decoration: underline;
}
.arialBigyellow {



	font-family: Arial, Helvetica, sans-serif;
	color: #FFBB38;
	font-size: 14px;
	font-weight: bold;
}


.white1Bigbold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.MenuFont {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}
.MenuTableFont {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	background:url("http://im.sify.com/max_images/topmenu_bg.gif");
}
.MenuFontLanding{
font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
.innerheadcategory {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	

}