/************* Meny ****************/
	A 			{ color: #4b4b4b; text-decoration: none;}
	A:link		{ color: #4b4b4b; text-decoration: none;}
	A:visited	{ color: #4b4b4b; text-decoration: none;}
	A:active	{ color: #4b4b4b; text-decoration: none;}
	A:hover		{ color:#000; text-decoration: none;}

a.menu:link { font-family: arial; color:#000000; font-size:19px; }
a.menu:visited { font-family: arial; color:#000000;	 font-size:19px;}
a.menu:active {	font-family: arial; color:#000000;  font-size:19px;	}
a.menu:hover { font-family: arial; color:#ddd2b9;  font-size:19px;}

a.meni:link { font-family:Arial; color:#000000; font-size:14px; }
a.meni:visited { font-family: Arial; color:#000000;	 font-size:14px;}
a.meni:active {	font-family: Arial; color:#000000;  font-size:14px;	}
a.meni:hover { font-family: Arial; color:#ddd2b9;  font-size:14px;}

/************* Text Kurdi ****************/
body {
	margin:0px;
	background-color: #fff;
	font-family: unikurd tishk, tahoma;
	color:#333333;
	line-height:130%;
	text-align:right
}
h1{
	font-family: arial;
	font-size: 22px;
	color: #000;
	margin:0px;
	}
	
h2{
	font-family: arial;
	font-size: 16px;
	color: #000;
	margin:0px;
	}
h3{
	font-family: arial; color:#000000; font-size:19px;
	}
.text{
	font-family:Tahoma;
	font-size:13px;
	line-height:150%;
	}
.avat {
	float:left;
	margin-right:20px;
	}

.avat_r{
	float:right;
	border:1px solid #e5d79d;
	margin-left:8px;
	padding:2px;
	}
.avat_l{
	float:left;
	border:1px solid #e5d79d;
	margin-right:15px;
	padding:2px;
	}
.avatar {
	border:1px solid #e5d79d;
	padding:2px;
	}
.date{
	font-family: Tahoma;
	font-size: 8pt;
	color: #ccc
    }
	
.input {
	border: 1pt solid #c8cbce;
	font-family:  Tahoma;
	font-size: 12px;
	color: #5E6578;
	margin:2px;
	}
	
.submit {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	background-color:#e6e6e6;
	border:1px solid #767eae;
	}
.mitlinje {
		font-size: 10px;
		color: #e4dfd0;
		font-family:tahoma;
		padding:15px;
		}
hr {
	border:1px dotted #866e3a;
	width:400px;
	float:right
	}
li{
	color:#333}
		
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #fff;
border:1px solid #eee;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #ccc;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
padding: 5px;
z-index: 5;
}