/*body*/
.data_table{
	margin-left:10px;
	width:570px;
}
.data_table td{
	padding:2px;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;	
	color:#616161;
}
.data_table_odd{
	background-color:#f1f1f1;
}
.data_table_header{
	background-color:#dddbdb;
	color:#FFFFFF;
	font-weight:bold;
}
/*day navitagor*/
#dayNavigator{
	height:23px;
	background-color:#e4e4e4;
	width:570px;
	margin:0 auto;
	clear:both; /*eklenmemesi durumunda ff de sorun oluyor*/
}
#dayNavigator *{
	border:none;
}
#dayNavigator #onceki_gun{
	width:100px;float:left;text-align:left;
}

#dayNavigator #sonraki_gun{
	width:100px;float:right;text-align:right;border:none;
}
#dayNavigator #navigator_pager{
	width:370px;float:left;text-align:center;
}
#dayNavigator #navigator_pager .pager{
	color:#636363;
	background-color:#ffffff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:2px;
}
#dayNavigator #navigator_pager .pageselected{
	color:#ffffff;
	background-color:#636363;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:2px;	
}
#dayNavigator #navigator_pager #pagerDiv{
	float:left;text-align:center;width:298px;height:18px;padding-top:4px;
}

/*day navigator*/


/*bb code*/
.bb_blockquote{
	border:1px solid #dedede;padding:5px;
}
.bb_label{
	background-color:#dedede;padding:5px;
}
/*bb code end*/
/*comment*/
.comment{
	font-size:11px;
	border:1px dashed white;
	/*color:#999999;*/
}
.comment .user_posted_url{
	font-size:11px;
	border:1px dashed white;
	background-color:#f4ff5f;
	color:#7b9b00;
	text-decoration:none;
}
.comment_poster{
	float:left;clear:both;width:100%;
}
.comment_poster *{
	font-size:11px;
	color:#999999;
	text-decoration:none;
}
.comment_poster a:hover{
	font-size:11px;
	color:#999999;
	text-decoration:underline;
}
.comment_poster div{
	float:left;
}
.lnkKatiliyorum{
	background-image:url(../images/hand_up.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:0 none;
	text-decoration:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
.lnkKatilmiyorum{
	background-image:url(../images/hand_down.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:0 none;
	text-decoration:none;
	width:16px;
	height:16px;
	cursor:pointer;
}

.lnkWarnAdmin{
	background-image:url(../images/warn.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:0 none;
	text-decoration:none;
	width:16px;
	height:16px;
	cursor:pointer;	
}

.flaggedComment{
	color:#FF3366;
	font-size:11px;
}
/*comment*/

/*buttons*/
.button_yellow {
	font-family: "Trebuchet MS",Tahoma;
	font-size: 10px;
	color: #3c3c3c;
	font-weight:bold;
	text-decoration: none;
	border:1px  solid #cc9900;
	background:url(../images/assets/btn_yellow.gif);
	background-repeat:repeat-x;
	height:20px;
	background-color:#cc9900;
	border-spacing:0px;
}
.button_blue {
	font-family: "Trebuchet MS",Tahoma;
	font-size: 10px;
	color: #3c3c3c;
	font-weight:bold;
	text-decoration: none;
	border: solid 1px #2c51a0;
	background:url(../images/assets/btn_blue.gif);
	background-repeat:repeat-x;
	height:19px;
	background-color:#2c51a0;
}
.button_blue {
	font-family: "Trebuchet MS",Tahoma;
	font-size: 10px;
	color: #3c3c3c;
	font-weight:bold;
	text-decoration: none;
	border: solid 1px #2c51a0;
	background:url(../images/assets/btn_blue.gif);
	background-repeat:repeat-x;
	height:19px;
	background-color:#2c51a0;
}
.button_purple{
	font-family: "Trebuchet MS",Tahoma;
	font-size: 10px;
	color: #3c3c3c;
	font-weight:bold;
	text-decoration: none;
	border: solid 1px #372ca0;
	background:url(../images/assets/btn_purple.gif);
	background-repeat:repeat-x;
	height:19px;
	background-color:#372ca0;
}
/*buttons*/
body{
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	background-attachment:fixed;
}
body,td,th,div,span,input,h3,h1,h2,h4,h5{
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainContainer{
	width:802px;
	/*background-color:#FFFFFF;*/
	/*padding:10px;*/
	text-align: left;
	/*margin: 0 auto;*/ /*burası div i ortalar*/
	margin: 0 30px;	
	/*border:1px solid red;*/
	overflow:auto;
}
#sidebar1 {
	float: right;
	/*180*/
	width: 180px;
	padding-right:10px;
	/*background-color:#f1f1f1;*/
	margin-top:12px;
	/*background: #fefbe8;*/
	/*border:1px solid black;*/
}
#mainContent{
	width:599px;
	float:left;
	margin-top:12px;
	/*border:1px solid black;	*/
	/*margin-left:15px;*/
}
#purpleLine{
	width:599px;
	background-color:#65047b;
	height:11px;
	float:left;
}
#purpleTitle{
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	width:570px;
	margin-left:15px;
	margin-top:14px;
	color:#65047b;
	font-size:20px;
	float:left;
}
#innerContent{
	width:570px;margin:0 auto;
}
#outerContentHolder{
	width:801px;
	height:auto;

	background-color:#FFFFFF;	
	background-image:url(../images/background_content.jpg);
	background-position:left;	
	
	float:left;
	/*border:1px solid red;*/
	/*border-right:1px solid #d4d4d4;*/
}
#header{
	background:url(../images/header_back.png) repeat-x;
	width:801px;
	/*border:1px solid blue;*/
	height:120px;
	/*padding: 0 10px;*/
}
#header #logo{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:290px;
	height:120px;
	float:left;
}
#header #topMenuHolder{
	float:right;width:415px;height:38px;
	/*padding-left:15px;*/
	padding-left:90px;
	padding-top:95px;
}
#header #categoryHolder{
	color:#FFFFFF;
	font-size:15px;
	float:left;
	text-align:left;
}
#header #categoryHolder a{
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;	
}

#header #categoryHolder a:hover{
	color:#FFFFFF;
	font-size:15px;
	text-decoration:underline;	
}
/*#header #topSearchHolder{
	float:right;
	width:194px;
	height:32px;
}*/
#searchBar{
}
#txtSearch{
	/*color:#97bf00;padding:8px;float:left;width:141px;height:23px;border:0px none;background:url(../images/assets/background_search.gif) no-repeat;;*/
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height:17px;
	/*width:133px;*/
	width:130px;
	border:1px solid #e9efd0;
	padding-top:3px;
	padding-left:7px;
	/*padding-riht:7px;*/
	font-size:11px;
	color:#5b5b5b;	
	float:left;
}
#btnSearch{
	float:right;width:37px;height:23px;border:0px none;background:url(../images/assets/btnSearch.png) no-repeat;
}
#topTabs{
	float:left;width:100%;
	/*border-bottom:1px solid #c4c4bc;*/
	height:29px;
}
#footer_top{
	width:801px;
	background-color:#FFFFFF;float:left;height:20px;
	/*border-right:1px solid #d4d4d4;*/
}
#footer{
	background-color:#636363;/*4b4b4b;*/
	color:#e4e4e4;/*#9b9b9b;*/
	float:left;
	width:771px;
	/*border:1px solid green;*/
	height:100px;
	padding-top:10px;
	/*padding: 0 10px;*/
	font-size:12px;
	padding:15px;
	height:auto;
	/*border-right:1px solid #d4d4d4;*/
}
.yellow_text{
	color:#fffc00;
}
#footer a{
	font-size:12px;
	color:#e4e4e4;/*#9b9b9b;*/
}
/*LOGIN*/
#loginHolder{
	float: left; 
	width: 180px; 
	padding-bottom:20px;
}
.loginThingRight
{
	height:36px;
	text-align:left;
	/*padding-top:5px;*/
}
.loginThingLeft input{
	/*width:140px;*/
}
.loginThingLeft
{
	height:35px;
	text-align:left;
}
.fl_l_pd_1{
	float:left;padding-top:1px;
}
.fl_l_pd_1_w_10{
	float:left;width:10px;padding-top:1px;
}
#sidebar1 .login_box{
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height:17px;
	/*width:133px;*/
	width:120px;
	border:1px solid #e9efd0;
	padding-top:3px;
	padding-left:7px;
	/*padding-riht:7px;*/
	font-size:11px;
	color:#5b5b5b;
}
.smallQMark{
	cursor:pointer;
	width:5px;
	text-decoration:none;
	color:#5b5b5b;
	background-color:#e9efd0;
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*LOGIN END*/

/*#sidebar1 */
.lh18{line-height:18px;}
.h3 {
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	font-size:14px;
	clear:both;
	float:left;
	margin-bottom:7px;
}

.h3_link {
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	font-size:14px;
}

.text-left{
	text-align:left;
}
.lastPostItem{
	background-image:url(../images/star.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	color:#18a2c5;
	font-size:11px;
	text-decoration:underline;
}

.lastPostItem:hover{
	text-decoration:none;
}
/*UL / LI*/

.zeroUL{
	padding-left:18px;
	margin:0;
	list-style:url(../images/star.gif);
	/*content:close-quote;*/
}

/*login alanı için*/
.linkgray11{
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	font-size:11px;
	text-decoration:none;
}
.linkgray11:hover{
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	font-size:11px;
	text-decoration:underline;
}
/*login alanı için biter*/
/*UL / LI END*/
/*body*/

.sey_title{
	/*font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	color:#7b9b00;
	font-weight:bold;
	text-decoration:none;
}

.mini_title{
	color:#508cb6;
	text-decoration:none;
}
.mini_title_green{
	color:#97bf00;
	text-decoration:none;
}

.anasayfa_yazi,.mainText{
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#616161;
	line-height:20px;
}
.anasayfa_yazi a{
	background-color:#9fff8a;
	/*border-bottom:1px solid #7b9b00;*/
	/*color:#616161;*/
	color:#000000;
	/*text-decoration:underline;*/
	/*padding:0px 3px 0px 3px;*/
	text-decoration:none;
}
.anasayfa_tree{
	/*background-color:#FFFF00;*/
	color:#616161;
	margin:8px 0 6px 0;
}
.anasayfa_tree a{
	background:transparent;
	color:#616161;
	text-decoration:none;
}

/*taglerin gösterildiği alan*/
.anasayfa_tags{
	color:#616161;
	/*margin:0px 0 15px 0;*/
}
.anasayfa_tags a{
	background-color:transparent;
	color:#616161;
	text-decoration:none;
}
.anasayfa_tags a:hover{
	background-color:transparent;
	color:#616161;
	text-decoration:underline;
}
/*taglerin gösterildiği alan bitti*/

/*gönderen bilgileri gösterildiği alan*/
.anasayfa_poster{
	color:#616161;
}
.anasayfa_poster img{
	border:0 none;
}
.anasayfa_poster a{
	background-color:transparent;
	color:#616161;
	text-decoration:none;
}
.anasayfa_poster a:hover{
	background-color:transparent;
	color:#616161;
	text-decoration:underline;
}
/*gönderen bilgileri gösterildiği alan bitti*/

.anasayfa_devami a{
	text-decoration:none;
}
.anasayfa_devami div{
	cursor:pointer;
	float:left;
	width:63px;
	height:23px;
	background-image:url(../images/assets/btnDevami.gif);
}

.anasayfa_paylas a{
	text-decoration:none;
}
.anasayfa_paylas div{
	cursor:pointer;
	display:block;
	float:left;
	width:55px;
	height:23px;
	background-image:url(../images/assets/btnPaylas.gif);
}
.ayrac{
	height:36px;
	background-image:url(../images/assets/ayrac.gif);
	float:left;
	width:570px;
}

/*sey gonder*/
.form_title{
	font-family:"Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#616161;
	font-weight:bold;
}
#zoneResimYoneticisi{
	width:100%;height:330px;float:left;clear:both;display:none;
}
#zoneResimYoneticisi #zoneResimListe{
	width:100%;height:230px;clear:both;float:left;overflow:auto;
	border:1px solid #e9efd0;
}
#zoneResimYoneticisi ul{
	padding-left:0px;
	margin:0 auto;
	list-style:none;
}
.usrImgPreview{
	background-image:url(../images/assets/file.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	color:#508cb6;
	font-size:11px;
	text-decoration:underline;
}

/*seyler icin extra*/

.siteImageLink{
	text-decoration:none;
	font-size:11px;
}
.siteImage{
	border:1px solid #e9efd0;
}

/*social share*/
.socialShare{
	float:left;width:550px;display:none;
	background:url(../images/assets/socialBack.gif) repeat-x;
	/*background-color:#7d5bcb;*/
	padding:10px 10px 0 10px;
	height:28px;
	margin-top:2px;
	
	color:#FFFFFF;
	font-size:11px;	
}
.socialShare a{
	color:#FFFFFF;
	font-size:11px;
}
/*trick*/

.cp{
	cursor:pointer;
	background:url(../images/assets/plus.png) no-repeat left;
	padding-left:16px;
}

.cp1{
	cursor:pointer;
	background:url(../images/assets/minus.png) no-repeat left;
	padding-left:16px;	
}
/*trick end*/

/*parts*/

.left_hidden{
	float:left;
	display:none;
}
.left_visible{
	float:left;
	display:block;
}
