/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "ice" Portal Template M07+
|   ========================================
|   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
=============================*/
body {
   background-color: #ee834d;
   font-size: 10px;
   color: #666666;
   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;
}

h1 {
	font-size: 16px; 
}


/* logostrip */
#mklogostrip {
	/* background-image: url(MKPORTALIMGDIR/sf_logo.jpg); */	
/*	background-color: #ffffff; */
	text-align: center;
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
	font-size: 10px; 
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* main portal table */
.tabmain {
	margin:0px;
	padding:0px;	
}

/* images */
img { 		
	border: 0px;
	vertical-align: middle; /* Meo: Added in C1.2 */
}

/*=============================
M
K  LIGHT BACKGROUND
P
=============================*/
.tabnews,
.trattini,
.tablemenu,
.tabmain,
.taburlo {
	background-color: #ffffff;
	color: #7f7f7f;
}
.modulecell {
	color: #7f7f7f;
   background-image: url(/mkportal/templates/ORANGEFOX/images/blockbg2.gif);
}

/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
.navigatore,
.moduleborder {
   background-color: White; 
   color: #004075;
}
.tdblock {
   color: #004075;
/*   background-image: url(/mkportal/templates/ORANGEFOX/images/blockbg2.gif); */
}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
.urlo,
.urlo3,
.sottotitolo {
   /* background-image: url(MKPORTALIMGDIR/m_sf.gif); */
  
/*  color: #708090; */
 height: 29px;
 color: #7b3182;
}

/*=============================
M
K  border and divider styles
P
=============================*/
.tabmain,
.taburlo,
.urlo2,
.trattini,
.trattini2,
.trattini3 {
	border: 1px solid #a3a3a3;	
}
/* block wrapper, chat button strip */
.tablemenu {
	border-left: 1px solid #a3a3a3;	
	border-right: 1px solid #a3a3a3;	
/*	border-bottom: 1px solid #a3a3a3;	*/


}
	
.trattini {
	border-width: 1px 0 0 0;
	border-top-style: dashed;
}

/* blocks admin */
.trattini2 {
	border-width: 0 1px 0 0;
	border-right-style: dashed;
}

/* Quotes, Shoutbox */
.trattini3 {
	border-width: 0 0 1px 0;
	border-bottom-style: dashed;
}

/* deprecated - used only in tpl_main.php */
/* .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: #7f7f7f;	
	text-decoration: none;	
}

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

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

/* bold navbar, block, module links */
a.uno:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #a95016; 
	font-weight: bold;
	text-decoration: none
}

a.uno:visited {	
	font-size: 11px; 
	color: #a95016; 
	font-weight: bold;
	text-decoration: none
}


a.uno:hover {
	font-size: 11px; 
	color: #d44f14; 
	font-weight: bold;
	text-decoration: underline;
}

a.mainmenu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #a95016; 
	font-weight: bold;
	text-decoration: none
}

a.mainmenu:visited {	
	font-size: 14px; 
	color: #a95016; 
	font-weight: bold;
	text-decoration: none
}


a.mainmenu:hover {
	font-size: 14px; 
	color: #d44f14; 
	font-weight: bold;
	text-decoration: underline;
}


/* block text links */
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #673F8F;	
/*	font-weight: bold; */
	text-decoration: none;	
/*	font-size: 11px; */
}
.tablemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7f7f7f;	
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #2e2e90;	

}
.tablemenu {
	color: #7f7f7f;	

}

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

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link, 
a.mktxtcontr:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

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

/* contrasting text and hyperlink color 2 (admin) */
.mktxtcontr2,
a.mktxtcontr2:link, 
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
=============================*/
/* remove margin after closing "form" tag in MSIE */
form {
	margin: 0;
	padding: 0
}

input,
textarea,
select,
.bgselect, /* input fields */
.mkbutton /* global submit buttons */
{
	background-color: #transparent;		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #7f7f7f;
	vertical-align: middle;
}

/* button border - needed for blocks to display correctly in forum-view */	
.blsubmit,
.mkbutton {
	border: 1px solid #a3a3a3;
	color: #a3a3a3;
}

.mkbutton { /* Global submit buttons */
	padding: 2px;
}
input.mkbutton {
	width: auto !important;
	padding: 1px 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-bottom: 0;
	margin-bottom: 1px;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top;
	background-color: #FAFAFA;
	background-image: url("/murof/styles/prosilver/theme/images/bg_button.gif");
	border-color: #666666;
	border: 1px solid #666666;
}

input.mkbutton:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
	border-color: #BC2A4D;
	color: #BC2A4D;
}

.mkbbbutton { /* MKP BBcode editor buttons */
	margin: 0;
	padding: 0;
}

/* 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 #a3a3a3;
	margin: 2px;
}

/*=============================
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;
}

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

/* block header/footer corner images - portal skin only */
.tdmenblock {	
	font-size: 0px;	
	padding: 0px;  
	margin: 0px; 
	vertical-align: top;
	background-color:#a3a3a3;	


}

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

/* block title bar */
.sottotitolo {
	vertical-align: middle;	
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	/* color: #666666; */		 
}

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

/*=============================
M
K  module global styles
P
=============================*/

.moduleborder {
/*	background-color: #db9f77; */
	border: 1px solid #db9f77;
   background-image: url(/mkportal/templates/ORANGEFOX/images/blockbg2.gif);

}

/* module table headings */
.modulex {	
	border: 1px solid #db9f77;
	background-color: #efefef;
	height: 25px;
}
modulebg {
	background-color: #efef0f;
	border: 1px solid #db9f07;


}
th.modulex {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #efefef;
	background-image: none !important;
	height: 25px;
	/* font-weight: normal;*/
	white-space: nowrap;
}

/* Reviews description text */
.modulelite {
	font-size: 8pt;
	color:#d7d7d7;
}

/* 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: #dfe6ef;
	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;
}

/* admin cp titles with top border - used in frontend and backend */
.titadmin {
	margin: 0px;
	font-weight: bold;
	font-size: 11px; 
	color: #7f7f7f;
	border-top: 1px dashed #a3a3a3;
}
/*=============================
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;
}
	
/* shouter and date cell */
.urlo {
/*	line-height: 18px; */
	vertical-align: middle;
/*	text-align: left; */
	font-weight: bold;
	font-size: 12px;
	/* color: #666666; */
	padding: 0px;		 
}

/* shout cell */
.urlo2 {
	padding: 4px;	
	/* border-bottom: 1px solid #5c88c8; */
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	color: #7f7f7f;
	font-size: 11px;
	font-weight: bold;
}

/* white shouter text */
.urlocontrast {	
	color: #ffffff;
}

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
	border: 1px dashed #e8e8e8;
	margin:0px; 
	padding:0px;
	font-size: 10px;
	color: #666666;	
}

/*=============================
M
K  font styles
P
=============================*/
/* red error page text */
.mkerror {	
	font-size: 12pt;
	color: #ff0000;
	font-weight:bold;
}

/* MKPQuote quotation text */
.mkquote { 		
	color: #555555;	
	font-size: 9pt;
	font-weight:bold;
}

/* 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;
}

/* Added in C1.2 */
/* Table background highlight */
.bghighlight1 {
	background-color: #EAF8EB;
}
/* Table background highlight 2 */
.bghighlight2 {
	background-color: #EFCBCB;
}
/* mkportal footer copyright - Do not remove, modify or obscure the copyright text */
.mkcopyright {
	font-size: 10px;
}
.mkcopyright a {
	text-decoration: none;
}
/* Calendar block current dau highlighting */
#mkcaltoday {
	border:2px;
	border-style:outset;
	background-color: #ffff00;
}
.div_code {
text-align: center;
border: 1px solid Gray;
font-size: 12px; 
padding: 15px;
padding-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #F0F1EC;
}

/*********||||||		SKIN TEMPLATE CREATED BY ALFO71 - WWW.ALFO71.COM - SKIN TEMPLATE ORANGEFOX - ||||||*****/
/* Table Cell Alignment ltr/rtl */

/* default is "left" */
.mkalign1 {
	text-align: justify;
}

/* default is "right" */
.mkalign2 {
	text-align: right;
}

TD.td-shadows-right {
  background-image: url(/mkportal/modules/gallery/images/shadow_right.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 10px;
  margin: 0px;
  padding: 0px;
}

TD.td-shadows-bottom {
  background-image: url(/mkportal/modules/gallery/images/shadow_bottom.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 10px;
  margin: 0px;
  padding: 0px;
  font-size:	1px;

}

TD.td-shadows-bottomright {
  background-image: url(/mkportal/modules/gallery/images/shadow_bottomright.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 10px;
  margin: 0px;
  padding: 0px;
  font-size:	1px;

}
TABLE.table-shadows {
  border-collapse: collapse;
  margin: auto;
  padding: 0px;
}
.text {
  font-size: 12px;
  color: #000000;
}

.konban {
	color: #ffffff !important;
	display: block;
/*	width: 99%; */
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
/*	background-color: #ff4b40; */
/*	padding: 3px 0px; */
/* 	border: 1px solid #ff0000; */
}
.konban:hover {
/*	background-color: #ff6b60; */
	color: #ffffff;
	text-decoration:none;
}
.stdlogo {
	color: #d3713c !important;
	width: 99%;
	text-decoration:none;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0px;
}
.imgokbutton {
width: 25px;
height: 25px;
margin: 0;
padding: 0;
border: 0;
background: transparent url(/images/ok-button-sm25.png) no-repeat center top;
/* text-indent: -1000em; */
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
color: #f2dca3;
font-weight: bold;
}
