/*
+--------------------------------------------------------------------------
|   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
=============================*/
body {
	color: #000;
	background-color: #336633;
	margin: 0;
	padding: 0; /*Opera*/
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	font-size: 11px;
	 
	/*background-color: #efefef;
	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;
}*/

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

/* global font formatting */
table,
tr,
td,
.tdglobal {	
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	/*font-size: small;*/
	font-size: 11px;
	color: #000;
}

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

/* image link border */
img { 		
	border: 0px;
	/*vertical-align: middle;*/
}

p {
	text-align: justify;
}

h1 {
	font-size: 16px;
	/*color: #d87f47;*/
	margin-top: 0px;
	/*border-bottom: solid 1px #febf02;*/
	border-bottom: solid 1px #689DCF;
	color: #689DCF;
}

h2 {
	font-size: 12px;
	/*color: #0081D6;*/
	color: #d87f47;
}


hr {
    	border: 0;
    	height:1px;
    	color: #689DCF;
    	background-color: #689DCF;
}

.divider {
    	border-bottom: solid 1px #689DCF;
	line-height: 1px;
	font-size: 1px
}


/*=============================
M
K  LIGHT BACKGROUND
P
=============================*/
.modulecell,
.urlo2,
.tabnews,
.trattini,
.tabmain,
.tablemenu,
.taburlo {
	background-color: #ffffff;
	color: #666666;
}

/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
.navigatore
/*.tdblock,*/
/*.moduleborder*/ {
	background-color: #f8f8f8;
	color: #496c9f;
}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
.urlo,
.sottotitolo,
.grheader {
	background-color: #336633;
	color: #ffffff;
}

/*=============================
M
K  border and divider styles
P
=============================*/
.tabmain,
.tablemenu, /* block wrapper, chat button strip */
/*.taburlo,*/
.urlo2,
.trattini,
.trattini2,
.trattini3 {
	border: 1px solid #5c88c8;	
}
	
.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;
}

/* 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 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #496c9f;
	/*text-decoration: none;*/	
}

a:visited {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #496c9f;
	/*text-decoration: none;*/
}


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

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

/* bold navbar, block, module links */

.uno,
td.nav {
	/*background-color: #689DCF;*/
	background-color: #689DCF;
	font-size: 12px;
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	padding: 0;
	margin: 0;
	/*padding: 6px 10px 9px 5px;*/
	/*width: 145px;*/
}

/* left navigation links */
.uno li,
.nav li {
	list-style-type: none;
	margin: 6px 3px 3px -35px;
}

a.uno:link,
a.nav:link {
	font-weight: normal;
	/*color: #ffffff;*/
	color: #FFEB07;
	text-decoration: none;
}
a.uno:visited,
a.nav:visited {
	font-weight: normal; 
	/*color: #ffffff;*/
	color: #FFEB07;
	text-decoration: none;
}
a.uno:hover,
a.nav:hover {
	/*color: #0081D6;*/
	/*color: #FFEB07;*/
	font-weight: normal; 
	color: #ffffff;
	text-decoration: none;
}
a.uno:active,
a.nav:active {
	font-weight: normal; 
	color: #F8ECC4; 
	text-decoration: none;
}


/* block text links */
.tablemenu a:link, .tablemenu a:visited {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	color: #496c9f;	
	text-decoration: none;	
}

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

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

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link, 
a.mktxtcontr:visited {
	color: #EC381C;
	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
=============================*/
input,
textarea,
select,
.bgselect /* input fields */
.mkbutton /* global submit buttons */
{
	/*background-color: #dfe6ef;*/		
	/* border: 1px solid #4C77B6; */	
	margin: 0px;
	padding: 0px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #496c9f;
	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: 10px;
	border: 1px dashed #808080;
	margin: 2px;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
/*.navigatore {	
	vertical-align: bottom;
	text-align: right;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/ /*
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", 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:#8CB6E7;
}*/

/* block td cell */
.tdblock {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 2px;	
}

/* block title bar */
.sottotitolo,
.grheader {
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;	
	margin-left: 15px; 
	margin-right: 10px;	
	height: 25px;
	text-align: center;

	/*vertical-align: bottom;	
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;*/	
	/* color: #666666; */		 
}

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

/*=============================
M
K  module global styles
P
=============================*/
/* module table headings */
.modulex {	
	/*background-color: #f1f5f8;*/
	height: 25px;
}

th.modulex {	 
	color: #666666; 
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	/*background-color: #f1f5f8 !important;
	background-image: none !important;*/
	height: 25px;
	/* font-weight: normal;*/
	white-space: nowrap;
	border-bottom: 1px solid #febf02;
}

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

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

/*=============================
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: bottom;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	/* color: #666666; */
	padding: 4px;		 
}

/* shout cell */
.urlo2 {
	padding: 4px;	
	/* border-bottom: 1px solid #5c88c8; */
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	color: #496c9f;
	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 #c6ddf3;*/
	border-bottom: 1px solid #febf02;
	margin:0px; 
	padding: 10px 0 10px 0;
	font-size: 11px;
	color: #666666;	
}

/*=============================
M
K  admin cp styles
P
=============================*/
/* admin cp titles with top border */
.titadmin {
	margin: 0px;
	font-weight: bold;
	font-size: 11px; 
	color: #496c9f;
	border-top: 1px dashed #5c88c8;
}

/*=============================
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-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	font-weight: normal;
	background-color: #ffffff;	
	padding: 0;	
}

.mkquotetext {
	font-size: 10px; 
	color: #666666;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}
table .mkquotetable{				
	width: auto; /* IE */	
	text-align: left;
}

/* Wildlife Photo Contest Styles
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

/* global styles */



.maintable {
	width: 740px;
}
.subtable {
	width: 704px;
}
.leftcell {
	 width: 155px;
}
.contentcell {
	 width: 509px;
	 background-color: #ffffff;
	 padding: 0 10px;
}
.rightcell {
	 width: 36px;
	 background-color: #000000;
}
/*top nav bar */
a.topnav,
a.topnav:link,
a.topnav:visited {
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #ffffff;
	font-weight: bold;
	padding-right: 10px;
}
a.topnav:hover {
	color: #F26B54;
}

a.topnav:active {
	color: #ffffff;
}

a#linkhighlight,
a#linkhighlight:link,
a#linkhighlight:visited {
	color: #FFEB07;
}
a#linkhighlight:hover {
	color: #F26B54;
}

a#linkhighlight:active {
	color: #ffffff;
}

/* page text */ 
.bktext {
	/*font-size: 11px/16px;*/ 
	font-size: 11px;
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif;
	/*margin-left: 15px; 
	margin-right: 18px*/
}
.footer {
	/*font-size: 11px/14px;*/
	font-size: x-small;
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif; 
	COLOR: #fff;
	text-align: center
}
/*
.label {
	FONT: 11px/14px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif; COLOR: black
}
.boxbktext {
	FONT: 11px/14px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif
}
.boxbullet {
	MARGIN-BOTTOM: 6px; FONT: 11px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif; TEXT-INDENT: -11px
}
.bullet {
	MARGIN-BOTTOM: 6px; FONT: 12px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif; MARGIN-LEFT: 7px; TEXT-INDENT: -7px
}
*/

/* wildlife photo contest page header text */
.title {
	font-size: 32px;
	font-family: Georgia, Times New Roman, Times, Times NR, Palatino, serif; 
	margin: 0px 15px 5px 15px;
	border-bottom: 1px solid #000;
}

/* page title */
.smheader {
	font-size: 11px; 
	font-family: Arial, Arial MT, Geneva, Verdana, "MS Sans Serif", sans-serif; 
	font-weight: bold; 
	/*margin-left: 15px;
	margin-right: 18px;
	margin-top: 7px;*/
}

/* page subtitle */
.ftrtitle {
	font-size: 20px;
	font-family: Georgia, Times New Roman, Times, Times NR, Palatino, serif;
	/*margin-left: 15px; 
	margin-right: 18px*/
	/*margin-bottom: 15px;*/
}


/*
.banner {
	FONT: bold small-caps 16pt Arial, "Arial MT" , Geneva, Verdana, "MS Sans Serif" , sans-serif; COLOR: #ffffff
}
.grheader2 {
	FONT: bold 11px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif; COLOR: #336633
}
.grheader2 A {
	FONT: bold 11px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif; COLOR: #336633
}
.midheader {
	FONT: bold 16px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif
}
*/
/* left navigation cells */



/*
.newsletter {
	FONT: 18px Georgia, "Times New Roman", Times, "Times NR", Palatino, serif
}
.quiz {
	FONT: 12px/18px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif
}
.relatedhed {
	FONT: bold 14px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif
}
*/

/*
.subbullet {
	MARGIN-BOTTOM: 6px; FONT: 12px Arial, "Arial MT", Geneva, Verdana, "MS Sans Serif", sans-serif; MARGIN-LEFT: 14px; MARGIN-RIGHT: 10px
}
*/


/*
B {
	FONT-WEIGHT: bold
}
IMG {
	BORDER-LEFT-COLOR: #333333; BORDER-BOTTOM-COLOR: #333333; COLOR: #333333; BORDER-TOP-COLOR: #333333; BORDER-RIGHT-COLOR: #333333
}
IMG A {
	BORDER-LEFT-COLOR: #333333; BORDER-BOTTOM-COLOR: #333333; COLOR: #333333; BORDER-TOP-COLOR: #333333; BORDER-RIGHT-COLOR: #333333
}
A IMG {
	BORDER-LEFT-COLOR: #333333; BORDER-BOTTOM-COLOR: #333333; COLOR: #333333; BORDER-TOP-COLOR: #333333; BORDER-RIGHT-COLOR: #333333
}
HR {
	
}
*/
/*
INPUT {
	BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; FONT: 11px/14px Arial, "Arial MT" , Geneva, Verdana, "MS Sans Serif" , sans-serif; BORDER-LEFT: white 1px solid; COLOR: black; BORDER-BOTTOM: black 1px solid
}
SELECT {
	FONT: 10px/12px Arial, "Arial MT" , Geneva, Verdana, "MS Sans Serif" , sans-serif; COLOR: black
}
*/


/* 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 day highlighting */
#mkcaltoday {
	border:2px;
	border-style:outset;
	background-color: #ffff00;
}
.mkbutton { /* Global submit buttons */
	padding: 3px;
}
.mkbbbutton { /* MKP BBcode editor buttons */
	margin: 0;
	padding: 0;
}

/* Table Cell Alignment ltr/rtl */

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

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


