@charset "utf-8";

/** Basic HTML **/

*
{
	margin: 0;
	padding: 0;
}

html, body
{
	margin: 0px;
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FAFAFA;
}
	
div
{
	border: none;
}

a
{
	text-decoration: none;
	color: #3366CC;
}
a:hover
{
	color: #FF4500;
}

.nocolor, .nocolor:hover
{
	color: Black;
}

input
{
	color: #555555;
	border: 1px solid #D0D5D9;
	background-color: #F3F4F5;
}

select
{
	color: #193A4D;
	border: 1px solid #D0D5D9;
	background-color: #F3F4F5;
	font-size:9pt;
}

img
{
	border: 0;
}

textarea
{
	color: #193A4D;
	border: 1px solid #D0D5D9;
	background-color: #F3F4F5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

p,cite,code,ul
{
	font-size: 10pt;
	padding-bottom: 10pt;
}

h1
{
	font-size: 12pt;
	margin-bottom: 4px;
}

/**
Header banner & logos
**/

#header
{
	color: #AAAAAA;
	height: 100px;
	background-image: url(img/yeniyillbg.gif);
	/* background-image: url(img/bannerbg.jpg); */
	width: 100%;
}

#header #logo
{
	position: absolute;
	left: 40px;
	background: url(img/yeniyillogo.gif) no-repeat;
	/* background: url(img/tahinlogo_nazar.jpg) no-repeat; */
	height: 100px;
	width: 500px;
}

#header #logo
{
	position: absolute;
	left: 40px;
}
#header #bannertext
{
	position: absolute;
	top: 72px;
	left: 275px;
	font-size: 11pt;
	color: Black;
}

#header #bannerAd
{
	position: absolute;
	top: 5px;
	left: 790px;
}

/**
Custom content banner
**/
#custombanner
{
	position: absolute;
	left: 275px;
	top: 115px;
}

#custombanner img
{
	height: 120px;
	width: 650px;
}

#pagebody
{
	margin-top: 10px;
	width: 1000px;
}

#leftcol
{
	float: left;
	width: 210px;
	margin-left: 13px;
}
		
#content
{
	margin: 0 0 0 230px;
}
	
#footer 
{
	margin: 50px 0 0 0;
	padding: 20px 0 20px 0;
	background-color: #EFEFEF;
	clear: both;
	text-align: center;
	border-top: 1px solid #C4CBD2;
 	font-size: 12px;
}

a.xmlfeed
{
	margin: 0px;
	padding: 7px 0 6px 20px;
	background: url(img/feed.gif) no-repeat 0 50%;
}

#footer #disclaimer
{
	font-size: 11px;
}

/* sidebar */
#sidebar
{
	border: 1px solid #BDBDBD;
	background-color: #F9F9F9;
	margin: 0;
	padding: 0; 
	width: 200px;
}

#sidebar h1
{
	font-size: 11px;
	padding: 12px 0 0 12px;
	color: #666666;
}

#sidebar ul.sidemenu
{
	list-style:none;
	margin: 10px 0 0 0;
	padding:0;
	width: 200px;
}

#sidebar ul.sidemenu li
{
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a
{
	display:block;
	font-weight:bold;
	font-size: 11px;
	color: #777777;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #F2F2F2;
	border-left:4px solid #CCCCCC;	
	min-height:18px;
}

#sidebar ul.sidemenu a { height: 19px; }

#sidebar ul.sidemenu a:hover
{
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #6495ED;
	border-left:4px solid #BAD0F7;
}

/*
user menu icons

msg1 = there are new messages
msg0 = no new messages
*/
#sidebar #msg0
{
	background: #F2F2F2 url(img/mail.png) no-repeat 5px center;
	padding-left: 22px;
}
#sidebar #msg1
{
	background: #F2F2F2 url(img/mail_new.png) no-repeat 5px center;
	padding-left: 22px;
	color: #DB0000;
}

#sidebar #myprofile
{
	background: url(img/about.png) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

#sidebar #adminpanel
{
	background: #F2F2F2 url(img/wrench.png) no-repeat 5px center;
	padding-left: 22px;
}

#sidebar #moderation
{
	background: url(img/flashlight.png) no-repeat;
}

#sidebar #addarticle
{
	background: #F2F2F2 url(img/pencil.png) no-repeat 5px center;
	padding-left: 22px;
}

#sidebar #quit
{
	background: #F2F2F2 url(img/error.png) no-repeat 5px center;
	padding-left: 22px;
}

/** shortcuts div **/
#shortcuts
{
	background-color: #F4F9FD;
	border: 1px solid #84A8E7;
	height: auto;
	width: 200px;
	font-size: 12px;
	margin-top: 10px;
}

#shortcuts h1
{
	color: #164EB2;
	font-size: 10px;
	text-align: center;
	height: 20px;
	margin: 10px 0 5px 0;
}

#shortcuts ul
{
	color: #000000;
	font-size: 11px;
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: none;
}

#shortcuts li
{
	margin: 2px 0 2px 0;
	padding: 0;
}

#shortcuts a
{
	text-decoration: none;
	color: #3A454E;
}

/** Login divs **/

.logindiv
{
	background-image: url(img/loginbg.jpg);
	border: 1px solid Silver;
	height: 140px;
	width: 200px;
	font-size: 12px;
}

.logindiv h1
{
	color: #666666;
	font-size: 12px;
	height: 20px;
	margin-top: 12px;
	padding-left: 12px;
}

#loginform
{
	margin: 5px 0 0 10px;
}

#loginform .input
{
	font-size: 11px;
	margin-top: 6px;
	text-align: right;
	margin-right: 30px;
}

#loginform input
{
	width: 100px;
}

#loginform #rudiv
{
	margin: 6px 0 0 50px;
}

#loginform #rememberuser
{
	width: auto;
}

#loginform #loginsubmitbutton
{
	margin: 10px 0 10px 10px;
	width: 50px;
}

#loginerror
{
	color: Red;
	font-size: 9px;
	text-align: center;
	height: 22px;
	margin-top: 10px;
}

/** Online users list div **/

.onlineusers
{
	margin-top: 10px;
	background: #FBFBFB;
	border: 1px solid #BDB76B;
	width: 200px;
	padding-bottom: 10px;
}

.onlineusers h1
{
	color: #666666;
	font-size: 10px;
	text-align: center;
	height: 20px;
	margin: 10px 0 5px 0;
}

.onlineusers ul
{
	color: #000000;
	font-size: 11px;
	margin: 0 0 2px 15px;
	padding: 0;
	list-style: none;
}

.onlineusers li
{
	margin: 2px 0 2px 0;
	padding: 0;
}

.onlineusers a
{
	text-decoration: none;
	color: #3A454E;
}


/*
New article form
*/

#newarticle
{
	width: 750px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #A9A9A9;
	background-color: #F9F9F9;
}

#naformtable /*new article form table*/
{
	table-layout: auto;
	margin: 20px 0 0 20px;
	padding: 5px 5px 5px 5px;
}

#naformtable td
{
	height: 35px;
}

#aTitle
{
	width: 450px;
	height: 20px;
	padding: 2px 2px 2px 2px;
}

#aEditor
{
	margin: 20px 0 0 20px;
}

#aSubmitDiv
{
	margin: 36px 30px 40px 0;
	text-align: right;	
}

/*
Messages
*/
#smfd hr
{
	width: 95%;
	margin-left: 20px;
}

#messages
{
	width: 750px;
	border: 1px solid #A9A9A9;
	background-color: #F9F9F9;
	margin-left: 5px;
	margin-bottom: 10px;
}

#messages #msgarea
{
	margin: 10px 0 25px 10px;
}

#messages .msg
{
	margin: 6px 0 6px 5px;
}

#messages .msg .msgReplyLink
{
	background: url(img/msg_reply.png) no-repeat 0 0;
}

.msg #msgempty
{
	margin-top: 20px;
	color: #004B8C;
	text-align: center;
}

.msg .msgcontent
{
	padding: 5px 0 10px 0;
}

#messages span
{
	font-size: 10px;
	color: #6D4A20;
}

.msgrowodd, .msgroweven
{
	border: 1px solid #EBEBEB;
	width: 96%;
	padding: 5px 0  5px 10px;
}

.msgrowodd
{
	background-color: #FDFFFD;
}

.msgroweven
{
	background-color: #F4F4FB;	
}

.msgrowodd hr, .msgroweven hr
{
	margin: 5px 0 5px 0;
	background-color: #FBFBFB;
}

.msgoptions
{
	margin: -15px 0 0 675px;
}

.msgoptions a
{
	margin-left: 7px;
}

#msgselect
{
	text-align: right;
	margin: 0 30px 15px 0;
}

#msgerror
{
	text-align: center;
	color: Red;
	margin-top: 15px;
}

#sendmsgform
{
	margin: 25px 0 20px 20px;
	vertical-align: top;
}

#sendmsgform #msgto
{
	 height: 40px;
}

#sendmsgform #msgbody
{
	height: 140px

}

#sendmsgform th
{
	width: 75px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

#sendmsgform td
{
	vertical-align: top;
}

#sendmsgform #touser
{
	height: 20px;
	width: 200px;
	background-color: White;
	padding: 2px 2px 2px 2px;
}

#sendmsgform #mta
{
	height: 125px;
	width: 500px;
	background-color: White;
	padding: 2px 2px 2px 2px;
}

#sendmsgform #msub
{
	text-align: right;
}

#sm
{
	color: Black;
}

div#dialog-form label, div#dialog-form input { display:block; }
div#dialog-form input.text { margin-bottom:12px; width:95%; padding: .4em; }
div#dialog-form fieldset { padding:0; border:0; margin-top:0; }
div#dialog-form h1 { margin: 0; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }

.ac_input {
	width: 205px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/*filter:mask();*/
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	/* font: menu; */
	font-size: 13px;
	overflow: hidden;
}
.ac_loading {
	background : url('../images/loading.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


/** Last posts div **/

#listselectdiv
{
	margin: 5px 0 15px 5px;
}

#listselect
{
	width: 120px;
	font-size: 10px;
	height: 20px;
	padding: 2px 2px 2px 2px;
}

#listselectdiv #listrefresh
{
	margin-left: 10px;
	vertical-align: bottom;
}

#listselect option
{
	padding: 2px 2px 2px 2px;
}

.posts
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.posts h1
{
	color: #666666;
	font-size: 10px;
	height: 20px;
	margin: 10px 0 5px 0;
}

.posts p
{
	color: #000000;
	font-size: 11px;
	margin: 0 0 2px 0;
	padding: 0 5px;
}

.posts .hidden, #searchresults .hidden
{
	color: #FF0000;
}

.posts .hiddenAndNoComment, #searchresults .hiddenAndNoComment
{
	color: #FA0CF6;
}

.posts .noComment, #searchresults .noComment
{
	color: #E86A02;
}

.posts .showall
{
	margin: 10px 5px 0 0;
	padding: 10px 5px 10px 0;
	text-align: right;
}

/** 
Articles	
**/

.article
{
	padding: 6px 12px;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	margin-bottom: 8px;
	width: 720px;
}

.article .post-title
{
	font-size: 13pt;
	padding-bottom: 15px;
}

.article .post-body
{
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	font-size: 1.1em;
	color: #444444;
}

.article .post-body img
{
	padding: 10px 10px 10px 10px;
}

.article ul, ol
{
	margin-left: 20px;
}

.article .post-footer
{
	font-size: 12px;
	margin: 20px 0 0 0;
}

.article .post-footer .articleEditLink
{
	background: url(img/edit.png) no-repeat 0 0;
	font-size: 16px;
}

.article .post-footer .articleDeleteLink
{
	background: url(img/delete2.png) no-repeat 0 0;
	font-size: 16px;
}
/**

Comments

**/
.commentscontrol, #comments
{
	margin-top: 15px;
	margin-left: 15px;
}

.commentscontrol h1 a
{
	color: #0B2C68;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 20px 0;
}

#comments .pagination ul li.inactive,
#comments .pagination ul li.inactive:hover{
	background-color:#ededed;
	color:#bababa;
	border:1px solid #bababa;
	cursor: default;
}

#comments .pagination{
	width: 680px;
	height: 50px;
}

#comments .pagination ul li{
	list-style: none;
	float: left;
	border: 1px solid #666;
	padding: 2px 6px 2px 6px;
	margin: 0 3px 0 3px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #f2f2f2;
}

#comments .pagination ul li:hover{
	color: #fff;
	background-color: #006699;
	cursor: pointer;
}

#comments #gotoi{
	margin-top: -12px;
	margin-left: 15px;
	float:right;
}

.go_button
{
	background-color:#f2f2f2;
	border:1px solid #006699;
	color:#000000;
	padding:2px 6px 2px 6px;
	cursor:pointer;
	position:absolute;
	margin-top:-1px;
}
.total
{
	font-family:arial;
	color:#999;
	margin-right:5px;
}
		
#comments .comment
{
	height: auto;
	width: 700px;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;
	background-color: #F7F7F6;
	font-size: 11px;
}

#comments .comment hr
{
	margin: 8px 0 5px 0;
}

.commentsinfo
{
	margin-top: 10px;
	margin-bottom: 7px;
}

a.commentsinfo
{
	margin: 0px;
	padding: 7px 0 6px 30px;
	background: url(img/comments.png) no-repeat 0 50%;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
}

a.newcomment
{
	margin: 0px;
	padding: 7px 0 6px 30px;
	background: url(img/comment_add.png) no-repeat 0 50%;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
}

.commenteditinfo
{
	margin-top: 15px;
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.comment .addel
{
	width: 45px;
	margin: -15px 0 0 650px;
}

.comment .addel .commentEditLink
{
	background: url(img/edit.png) no-repeat 0 0;
	font-size: 16px;
}

.comment .addel .commentDeleteLink
{
	background: url(img/delete2.png) no-repeat 0 0;
	font-size: 16px;
}

.addcomment
{
	margin: 30px 0 0 0;
}

.addcomment h1
{
	margin: 15px 0 15px 60px;
}

.addcomment h1 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0B2C68;
}

.addcomment textarea
{
	padding: 5px 5px 5px 5px;
	margin-left: 60px;
	width: 600px;
	height: 200px;
}

.addcomment #acsb
{
	margin: 15px 0 0 570px;
}

/**
Search form
**/
#searchform
{
	font-size: 11px;
	width: 180px;
	margin-top: 20px;
}

#searchform #dselectcell
{
	width: 60px;
}

#searchform #SentDate
{
	width: 100px;
}

#searchform .drcells
{
	height: 30px;
	text-align: right;
	padding-right: 30px;
}

#searchform #drb, #searchform #dre
{
	width: 70px;
	padding-left: 5px;
}

#searchform #sb
{
	width: 50px;
	height: 20px;
}

#searchform #st, #searchform #author
{
	padding: 3px 3px 3px 3px;
	width: 120px;
	font-size: 10pt;
}

#searchform select
{
	padding: 1px 1px 1px 1px;
	width: 20px;
	height: 20px;
	font-size: 10pt;
}

#searchform th
{
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
	height: 35px;
}

#searchform #SentDateBeginDiv, #searchform #SentDateEndDiv
{
	visibility: hidden;
}

#searchform #sfsb
{
	text-align: right;
	height: 50px;
	padding-right: 40px;
}

#searchresults
{
	width: 750px;
	min-height: 600px;
	margin-bottom: 10px;
}

#searchresults h1
{
	font-size: 12px;
	margin: 5px 0 15px 5px;
}

#searchresults .pagelinks
{
	text-align: center;
	margin: 20px 0 20px 0;
}

#searchresults .searchresult
{
	margin: 15px 0 15px 0;
}

#searchresults #searcherror
{
	color: Red;
	text-align: center;
	margin: 50px 0 0 0;
}

/* seys */

/** Online users list div **/

#sh
{
	margin-top: 10px;
	background: #FDFBFF;
	border: 1px solid #9370DB;
	width: 200px;
	padding-bottom: 10px;
}

#sh h1
{
	color: #666666;
	font-size: 10px;
	text-align: center;
	height: 20px;
	margin: 10px 0 5px 0;
}

#sh ul
{
	color: #3E1E81;
	font-size: 11px;
	margin: 0 0 2px 8px;
	padding: 0;
	list-style: none;
}

#sh li
{
	margin: 2px 0 2px 0;
	padding: 0;
}

#sh a
{
	text-decoration: none;
	color: #3E1E81;
}

#lostPasswordFormDiv
{
	padding: 60px 0 0 40px;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	margin-bottom: 8px;
	width: 720px;
	height: 200px;
}

#lostPasswordFormDiv #lpFormTable th
{
	text-align: right;
}

#lostPasswordFormDiv #lpFormTable td
{
	text-align: left;
	padding-left: 10px;
}

#lostPasswordFormDiv #lpFormTable tr
{
	height: 30px;
}
