/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "frex" Portal Template
|   ========================================
|	by Zeuder [http://zeuder.co.cc]
|
|   by Meo aka Luponero [Amedeo de longis]
|      Don K. Colburn [visiblesoul.net]
|   (c) 2004-2007 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: #F4F7FC  url('/mkportal/templates/Mns-Dostyurdu/images/dostarka.gif');
	font-size: 10px; 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin:0px; 
	padding:0px; /* Opera 0 margin */	
	text-align: left; /* center in IE */ 
}

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

/* logostrip */
#mklogostrip {
	background:#fff url('images/sf_logo.png') repeat-x;
	text-align: left
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
	color: #666666;
	font-size: 10px; 
	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
=============================*/
.modulecell,
.trattini
{
	background-color: #ffffff;
	color: #666666;
}
.tabmain{
	border: 1px solid #888;
	background: #F1F1F1;
	padding: 10px;
	
}
.tablemenu{ background:#fff url('images/bgblocks.png') repeat-x;}

/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
.navigatore,
.moduleborder {
	background: #f3f3f3;
	color: #8BB9DD;
}
.tdblock, .taburlo{	background: transparent;}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
.sottotitolo {
	background: #2E82BE url('images/m_sf.gif') repeat-x;
	color: #fff
}

/*=============================
M
K  border and divider styles
P
=============================*/

.tabnews, .taburlo{
border:0px;
}

.urlo2,
.trattini,
.trattini2,
.trattini3 {
	border: 1px solid #5c88c8;	
}
.tablemenu /* block wrapper, chat button strip */ {
	border: 1px solid #e0e0e0;	
}	
.trattini { /*used only in tpl_main.php(deprecated), blog, ad_blocks.php*/
	border-width: 1px 0 0 0;
	border-top-style: dashed;
}

.trattini3 {/* used only in blog, quotes, urlobox, calendar*/
	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 {
	color: #000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

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

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

/* bold navbar, block, module links */

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

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

a.uno:hover {
	background:#E4FAEC;
	color: #000; 
	font-size: 10px; 
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

/* block text links */
.tablemenu a:link, a:visited {
	color: #333;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
.tablemenu a:hover {	text-decoration: none;}
.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: #eee;		
	border: 1px solid #DDD;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

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

.mkbutton { /* Global submit buttons */
	padding: 3px;
}

.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;
 	border: 1px solid #DDD;
	font-size: 9px;
	margin: 2px;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
.navigatore {	
	background:#2E82BE url('images/m_sf.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	height: 25px;
	text-align: right;
	vertical-align: middle
}
.navigatore a:link, .navigatore a:active, .navigatore a:visited{ color: #eee;}
.navigatore a:hover{ color: #2E82BE;}

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

/* block header/footer corner images - portal skin only */
.tdmenblock {
	background: #2E82BE url('images/m_sf.gif') repeat-x top;
	font-size: 0px;	
	margin: 0px; 
	padding: 0px;  
	vertical-align: top
}

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

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

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

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

th.modulex {	 
	color: #666666; 
	background-color: #f9f9f9 !important;
	background-image: url('none') !important;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	height: 25px;
	white-space: nowrap
}

/* Reviews description text */
.modulelite {
	color: #aaa;
	font-size: 10px;
}

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

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

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

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

/* admin cp titles with top border - used in frontend and backend */
.titadmin {
	border-top: 1px dashed #5c88c8;
	color: #496c9f;
	font-weight: bold;
	font-size: 11px; 
	margin: 0px;
}
/*=============================
M
K  shoutbox module styles
P
=============================*/
/* module table with border (shoutbox, news) */
div.taburlo {	
	width: 100%; /* center in IE */	
}

td.taburlo{
	border: 0px none;
	margin:5px;
	padding:5px
}
	
/* shouter and date cell */
.urlo {
	color: #666;
	font-size: 10px;
	line-height: 18px;
	padding: 4px;		 
	text-align: left;
	vertical-align: bottom;
}

/* shout cell */
.urlo2 {
	border-left:0px solid #DDD; border-right:0px solid #DDD; border-top:0px solid #DDD; border-bottom:1px solid #DDD; color: #666;
	font-size: 10px;
	padding: 4px;	
	text-align: left	
}

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

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
	background:url('images/bgnews.png') repeat-x;
	color: #666666;	
	font-size: 10px;
	margin:0px; 
	padding:0px
}

/*=============================
M
K  font styles
P
=============================*/
/* red error page text */
.mkerror {	
	color: #ff0000;
	font-size: 12pt;
	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;
}

/*=============================
M
K  BBcode quote styles
P
=============================*/
.mkquoteball {
	background-color: #ffffff;	
	color: #666666;
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;	
}

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

/* 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 {
	background-color: #EEE;
	border: 1px solid #DDD;
}

/* Table Cell Alignment ltr/rtl */

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

/* default is "right" */
.mkalign2 { text-align: right;}
.mkblock{
	font-size: 10px;
	padding: 5px;
	text-align: center;
}
.glossymenu{
	position: relative;
	margin: 0 auto;
	background: url('/mkportal/templates/Mns-Dostyurdu/images/menub_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style-type:none; padding-center:34px; padding-right:0; padding-top:0; padding-bottom:0
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('/mkportal/templates/Mns-Dostyurdu/images/menub_hover_left.gif') no-repeat left 50%; /*left tab image path*/
	
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('/mkportal/templates/Mns-Dostyurdu/images/menub_hover_right.gif') no-repeat right top; /*right tab image path*/
}
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:blue;
color:white;
font: bold 30px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
/* Kimi added for Dynamic News */
a.selected{
font-style: italic;
}
/* End Kimi added  */
<style type="text/css">  

a.navbar:hover{color:red; font-weight:bold;background-image:url('http://www.araklim.com/mkportal/templates/araklispor/images/arka1.gif');}  

a:hover, a.redlink:hover, a.navbar:hover {background-image:url('http://www.araklim.com/mkportal/templates/araklispor/images/arka1.gif');text-decoration:none; border:0px solid}  

a:hover img {background-image:url('http://www.araklim.com/mkportal/templates/araklispor/images/arka1.gif');  

filter:alpha(finishopacity=0, style=3) } </style>