
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	/*background: #A9BAC3 url(../img/bsimg/bg.gif) repeat-x;*/
	background:#FFFFFF url(../img/header/bckg2.gif) repeat scroll 0 0;	
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color:#339900;
	/*color: #666666; /**/
}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: 0px;
	border-style:none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #568EB6;
}
a:hover img {  
  border: 1px solid #000 !important; /* IE fix*/
  border: 1px solid #000;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
/*
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	/**/
}	
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
#header form.searchform {
position:absolute;
right:-12px;
top:0;
}
form.searchform {
background:transparent none repeat scroll 0 0;
border:medium none;
margin:5px 0 0;
padding:5px 0 0;
}
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
	text-align:right;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	/*background: #FFF;*/
	width: 820px; height: 100%;/**/
	margin: 0 auto;	
	text-align: left;

	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#EEEEE3;
	/*
	border-right:6px solid #c0c0c0;
	border-bottom:6px solid #c0c0c0;
	/**/
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;
	background:#EEEEE3 url(../img/header/grey1x1.gif) repeat scroll 0 0;	
	/*background: #EEEEE3;/**/
}

/* header */
#header {
	position: relative;
	height: 95px;	
	background: #000 url(../img/bsimg/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 2.9em 'Trebuchet MS', Arial, Sans-serif;
	font-family:Verdana,Sans-serif;
	letter-spacing: -2px;
	/*text-transform: lowercase;/**/
	top: 15px; left: 25px;
	height:55px;
}
#header h1#logo2 {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.2em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/*text-transform: lowercase;/**/
	top: 12px; left: 27px;	
}
#header h2#slogan {
	position: absolute;	 
	top:35px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 20px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 5px; right: 2px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../img/bsimg/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../img/bsimg/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../img/bsimg/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

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

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}
#footer1 {
	clear: both;
	padding: 6px 21px;
	text-align: right;
color:white;
font-family:Arial;
font-size:10.5pt;  
background-color:#339900;/**/

/*background-color:#9EC630;/**/

    margin-left:auto;
    margin-right:auto;
   
   
}
/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../img/bsimg/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../img/bsimg/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #339900;/*9EC630;/**/ }
.gray  {	color: #BFBFBF; }
.black  {	color: #6a6a6a; }



#cakeControllerDump{
 text-align:left;
 font-size:12px;
}




/* toolbar position ::  drop-down menu */
#D4J_MainMenu ul.list_menu{/* root-menu */		
	margin:0;
	padding:0;
	list-style:none;	
	font:bold 1.16em Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif		;
	float:left;	
	text-align:left;
	z-index:25;
}
#D4J_MainMenu ul.list_menu li{/* root-menu items */
	margin:0 1px 0 0;
	padding:0 0 3px 4px;
	float:left;
	height:22px;
	background:transparent url(../img/bsimg/tableft.gif) no-repeat left top;	
	/*background:#9ec630 url(../img/bsimg/tableft.gif) no-repeat left top;	/**/
	position:relative
}
#D4J_MainMenu ul.list_menu li .mainlevel{/* root-menu items :: link and placeholder */	
	margin:0;	
	display:block;	
	text-decoration:none;
	padding:5px 15px 4px 10px;
	color:#fff;
	background:transparent url(../img/bsimg/tab.gif) no-repeat right top
	/*background:#9ec630 url(../img/bsimg/tab.gif) no-repeat right top/**/
}
#D4J_MainMenu ul.list_menu #firstLink .mainlevel{background-image:none}

#D4J_MainMenu ul.list_menu li:hover,
#D4J_MainMenu ul.list_menu li.sfhover,
#D4J_MainMenu ul.list_menu li.active_mitem{/* root-menu list items :: hover and active state */	
	background:#fff url(../img/bsimg/tableft3.gif) no-repeat 0 -42px;	
	/*background:#83acca url(../img/bsimg/tableft.gif) no-repeat 0 -42px;	*/
}
#D4J_MainMenu ul.list_menu li:hover .mainlevel,
#D4J_MainMenu ul.list_menu li.sfhover .mainlevel,
#D4J_MainMenu ul.list_menu li.active_mitem .mainlevel,
#D4J_MainMenu ul.list_menu li .mainlevel:hover{/* root-menu link items :: hover and active state */
	background:#fff url(../img/bsimg/tab_over3.gif) no-repeat right top;
	color:#339900; /*ANA MENU RENK Q1 */
	/*background:#83acca url(../img/bsimg/tab_over.gif) no-repeat right top;*/
	
}
#D4J_MainMenu ul.list_menu li ul{/* drop-down sub-menu */
	position:absolute;
	top:25px;
	left:-999em;
	width:150px;
	margin:0;		
	background:#83acca;
	z-index:100;
	border-top:1px solid #ccc	
}
#D4J_MainMenu ul.list_menu li:hover ul,
#D4J_MainMenu ul.list_menu li.sfhover ul{/* drop-down sub-menu :: active state */
	left:0;		
	float:left	
}
#D4J_MainMenu ul.list_menu li ul ul{/* pull-out sub-menu */
	margin:-26px 0 0 -152px;
	position:absolute;	
	/*background:#83acca;/**/
	background:#fff;
}
#D4J_MainMenu ul.list_menu li:hover ul ul,
#D4J_MainMenu ul.list_menu li:hover ul ul ul,
#D4J_MainMenu ul.list_menu li:hover ul ul ul ul,
#D4J_MainMenu ul.list_menu li:hover ul ul ul ul ul,
#D4J_MainMenu ul.list_menu li.sfhover ul ul,
#D4J_MainMenu ul.list_menu li.sfhover ul ul ul,
#D4J_MainMenu ul.list_menu li.sfhover ul ul ul ul,
#D4J_MainMenu ul.list_menu li.sfhover ul ul ul ul ul{/* pull-out sub-menu :: not active state */
	left:-999em;
	background:none;
}
#D4J_MainMenu ul.list_menu li li:hover ul,
#D4J_MainMenu ul.list_menu li li li:hover ul,
#D4J_MainMenu ul.list_menu li li li li:hover ul,
#D4J_MainMenu ul.list_menu li li li li li:hover ul,
#D4J_MainMenu ul.list_menu li li.sfhover ul,
#D4J_MainMenu ul.list_menu li li li.sfhover ul,
#D4J_MainMenu ul.list_menu li li li li.sfhover ul,
#D4J_MainMenu ul.list_menu li li li li li.sfhover ul{/* pull-out sub-menu :: active state */
	left:0;
	float:none;
	background:none;
}
#D4J_MainMenu ul.list_menu li li,
#D4J_MainMenu ul.list_menu li li li,
#D4J_MainMenu ul.list_menu li li li li,
#D4J_MainMenu ul.list_menu li li li li li,
#D4J_MainMenu ul.list_menu li li li li li li{/* sub-menu items */
	display:block;
	width:273px;
	height:auto;	
	background:none;
	margin-right:0;	
	padding:0;
	border:1px solid #ccc;
	/*border-left:4px solid #0c0c0c;/**/
	border-top:none;
	vertical-align: middle;
	/*position:relative;
	top:10px;	*/
}
#D4J_MainMenu ul.list_menu li li .sublevel,
#D4J_MainMenu ul.list_menu li li:hover li .sublevel,
#D4J_MainMenu ul.list_menu li li:hover li li .sublevel,
#D4J_MainMenu ul.list_menu li li:hover li li li .sublevel,
#D4J_MainMenu ul.list_menu li li:hover li li li li .sublevel,
#D4J_MainMenu ul.list_menu li li.sfhover li .sublevel,
#D4J_MainMenu ul.list_menu li li.sfhover li li .sublevel,
#D4J_MainMenu ul.list_menu li li.sfhover li li li .sublevel,
#D4J_MainMenu ul.list_menu li li.sfhover li li li li .sublevel{/* sub-menu items :: link and placeholder */
	display:block;
	width:255px;
	padding:3px 4px 4px 10px;
	color:#339900; /*256B00;/*color:#608E31;  /*   color:#fff; */
	height:auto;
	font-size:1em;
	background:#fff; /*background:#83acca;/**/
	border-left:3px solid #0c0c0c;
	
	text-decoration:none;
	vertical-align: middle;

	/*text-align:right;*/
}
#D4J_MainMenu ul.list_menu li li:hover .sublevel,
#D4J_MainMenu ul.list_menu li li li:hover .sublevel,
#D4J_MainMenu ul.list_menu li li li li:hover .sublevel,
#D4J_MainMenu ul.list_menu li li li li li:hover .sublevel,
#D4J_MainMenu ul.list_menu li li li li li li:hover .sublevel,
#D4J_MainMenu ul.list_menu li li.sfhover .sublevel,
#D4J_MainMenu ul.list_menu li li li.sfhover .sublevel,
#D4J_MainMenu ul.list_menu li li li li.sfhover .sublevel,
#D4J_MainMenu ul.list_menu li li li li li.sfhover .sublevel,
#D4J_MainMenu ul.list_menu li li li li li li.sfhover .sublevel,
#D4J_MainMenu ul.list_menu li li.active_mitem .sublevel,
#D4J_MainMenu ul.list_menu li li li.active_mitem .sublevel,
#D4J_MainMenu ul.list_menu li li li li.active_mitem .sublevel,
#D4J_MainMenu ul.list_menu li li li li li.active_mitem .sublevel,
#D4J_MainMenu ul.list_menu li li li li li li.active_mitem .sublevel{/* sub-menu items :: hover and active state */	
	background:#339900;
	text-decoration:none;
	color:#fff;   /*#83acca; /**/
	/*ALT MENU RENK Q2 */
}


table.addinfo{
background:#FFFFFF none repeat scroll 0 0;
border-color:#CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;
border-style:solid none solid solid;
border-width:1px 0 1px 1px;
clear:both;
color:#333333;
margin-bottom:10px;
width:98%;
}
table.addinfo tr td {
background:#FFFFFF none repeat scroll 0 0;
border-right:1px solid #CCCCCC;
padding:4px;
text-align:left;
vertical-align:top;
}


/**************************************************************/

.floatright{
float: right;
border:0;
}
#PrayerScheduleIndata {font-size:71%; width:650px;}
#PrayerScheduleAddForm {width:700px;}
a.print:link {color: transparent}
a.print:visited {color: transparent}

.hutbebaslik{
color:#111111;
width:90%;
margin:0;
padding:0 10px;
background:#FFFFFF none repeat scroll 0 0;

font-family:'Gill Sans','lucida grande',helvetica,arial,sans-serif;
font-size:140%;

clear: none;
display:inline;
}
.readmoreimg{
float:right;
margin-top:2px;
margin-right:3px;
}

td.nobackgroundimage{
    background-color:#EEEEE3;
}
img.solimg{
    /*vertical-align:middle;*/
    margin-top:50px;
    padding-top:50px;
}
hr {
    color:#222222;
    font-family:"Arial","Helvetica","sans-serif";
    font-size:12px;
    line-height:15pt;
}




/************************************************/

/*****************************************************************************************************************/
.anakap
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

.ustblok
{
padding: .5em;
background-color: #ddd;
border-bottom: 1px solid gray;
}

.ustblok h1
{
padding: 0;
margin: 0;
}

.solblok
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

.sagblok
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
}

.icerikblok
{
margin-left: 200px;
border-left: 1px solid gray;
margin-right: 200px;
border-right: 1px solid gray;
padding: 1em;
max-width: 700px;
}

.altblok
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

.solblok p, #sagblok p { margin: 0 0 1em 0; }
.icerikblok h2 { margin: 0 0 .5em 0; }
/****************************************************************************************************************/

.table_level1, .table_td_1
{
    border-width:0;
}

div.level1{

border-color:rgb(0,0,0);
border-style: solid;
border-width: 1px 1px 1px 1px;
/*width:800px;*/
clear: both;
display:block;
  max-width: 900px;
  width:expression(900 + "px");
}
div.level2{

border-color:rgb(0,0,0);
border-style: dashed;
border-width: 1px 1px 1px 1px;
clear: none;
display:inline;
width:33%;/**/
float: left; 
/*width:250px;/**/

}
div.level3{

border-color:rgb(0,0,0);
border-style: outset;
border-width: 1px 1px 1px 1px;

/*width:800px;*/

}

/****************************************************************************************************************/

span.navnums_current{
border:2px solid #666666;
text-align:center;
background-color:#666666;
font-weight:bold;
font-family:Tahoma,Arial,Verdana;
font-size:9pt;
color:#FFFFFF;
overflow:visible;
margin-right:5px;
padding:0 3px;


}

span.navnums{
border:1px solid #07519A;
text-align:center;
background-color:#FFFFFF;
color:#07519A;
font-family:Tahoma,Arial,Verdana;
font-size:9pt;
cursor:pointer;
margin-right:5px;
padding:0 3px;




}


object {
z-index:10;
}


div.yazilar_container{
  font-size:118%;
  
}

div.yazilar,div.hutbeler{
/*padding-top:20px;/**/

/*
margin:0 10px;
border-color:rgb(0,0,0);
border-style: solid;
border-width: 1px 1px 1px 1px;
/*
background:#FFFFFF  url('../img/header/motif1.gif') ;/**/
/*width:800px;*/
}

div.yazilar h2,h2#hs ,div.hutbeler h2{
  font-family:Georgia,serif;
	color:#339900; /*339900;/*#4E443C;/**/
	text-transform: none; font-weight: 100; margin-bottom: 0;
	
	font-size:24px;
	line-height:31px;
	margin:5px 0 25px 15px;
  border:0 none;
  font-style:inherit;


  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:0;
  padding:0;
  vertical-align:baseline;
  text-align:center;
  
font-family:Century Gothic;

font-weight:normal;  
}

div.yazilar p, p#hs {
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; 
        color: #339900;/*#060666;/* 333333; /*666;*/
        
        line-height:21px;
        margin:0 0 21px;
        text-align:left;
        text-indent: 1cm
}
div.yazihome div.yazilar p, p#hs {
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; 
        color: rgb(51, 153, 0);    /*060666;/* 333333; /*666;*/
        
        line-height:21px;
        margin:0 0 21px;
        text-align:justify;
        text-indent: 0.5cm
}

div.hutbeler p {
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #666;
        
        line-height:21px;
        margin:0 0 21px;
        text-align:left;
        /*display:inline;
        clear:none;
        /*text-indent: 1cm*/
}
div.yazilar span{
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: 0; 
        
        
        line-height:21px;
        margin:0 0 0px;
        text-align:left;
        padding: 0 0px;
        display:inline;
}
div.hutbeler span{
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; 
        color: #666;
        
        line-height:21px;
        margin:0 0 21px;
        text-align:left;
        padding: 0 10px;
        
        display:inline;
        clear:none;
}
div.yazilar span.style1, div.hutbeler span.style1{
color:#336699;
font-size:smaller;
display:inline;
clear:none;
}
div.yazilar a{
    color:#4E443C;
    text-align:left;
}



div.yazilar a:hover {
    color:#4E443C;
    text-align:left;
	background: #4E443C;
	color: #FFFFFF;
	text-decoration: none;    
}

  p#hs strong {
  font-family:Georgia,serif;
	font-size: .8em;
  font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px; 

}
  p#hs span {
  font-family:Georgia,serif;
	font-size: 1em;
  font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px; 

}
div.yazi1{
  color:#333333;
  font-family:Arial,Verdana,Arial,sans-serif;
  font-size:1.1em;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:2em;
  list-style-type:none;
  margin:1.5em 0 0;
  padding:0;  
  font-size:100.01%;
}
div.yazi2{
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  background-color:#F3F7FB;
  border:1px solid #CDDFEF;
  line-height:1.6em;
  margin: 0;
  padding: 0;
  /*margin:9px 0 0 2px;
  padding:1px 20px 13px 0px;*/
  position:relative;
  width:98%;
}
strong.number {
  color:#333333;
  font-family:Georgia,Helvetica,Arial;
  font-size:1em;
  margin-left:0;
  margin-top:0;
  padding:0 2px 0 9px;
  position:absolute;
}

.yazitop {
  background-color:#E4ECF6;
  border-bottom:2px solid #FFFFFF;
  margin: 0;
  padding: 0;
/*  
  margin:0 -20px 0 0;
  padding:3px 15px 3px 10px;
*/
  height:36px;
  line-height:30px;
} 

.yazitop p.yazitop_p {

margin:0;
padding:0;
}
.grav {
position:absolute;
right:0;
top:0;
}
.yazibody {
/*background: #FFF;*/
padding-bottom:20px;
line-height:1.6em;
}
.yazibody p {
line-height:1.5em;
margin:0;
}
.yazilar_container p {
margin:13px 0 0;
}



.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:184px;}
.round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.round-noborder-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:183px;}


.round-border-topright2 {width:10px; height:10px; position:absolute; z-index:150; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; float:right;}




div.d2{padding: 20px;background: #FFF;color: #333;text-align: center;
    font:85%/1.45 "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif}
div.d2 h1,h2,p{margin: 0;padding: 0 10px}
div.d2 p{padding: 0 10px 1em}
div.d2 h1,h2{letter-spacing: 4px;font-weight:100;color: #111}
div.d2 h1{font-size: 200%}
div.d2 h2{font-size: 140%;line-height:1.05}
div.d2 #container{width:450px;margin: 0 auto;padding:10px 0;text-align:left}
div.d2 #content{float:left;width:300px;padding:10px 0;background: #BAFB80}
div.d2 #nav{float:right;width:145px;padding:10px 0;background:#DBCAEE }




div.s2{
  background-color:#F3F7FB;
  border:1px solid #CDDFEF;
  line-height:1.6em;
  margin:9px 0 0 2em;
  padding:1px 20px 13px;
  position:relative;
  width:50%;
}



.ls2 {
  width:10px; 
  height:10px; 
  position:absolute; 
  z-index:100; 
  background:url(../img/bg_corner_topleft.gif) no-repeat; 
  margin:9px 0 0 2em;
  margin-left:-1px;
  border:3px;
}



.koseler{display:block}
.koseler *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#C7B4B4}
.koseler1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #605656;
  border-right:1px solid #605656;
  background:#9a8b8b}
.koseler2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #252020;
  border-right:1px solid #252020;
  background:#a49494}
.koseler3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #a49494;
  border-right:1px solid #a49494;}
.koseler4{
  border-left:1px solid #605656;
  border-right:1px solid #605656}
.koseler5{
  border-left:1px solid #9a8b8b;
  border-right:1px solid #9a8b8b}
.koselerfg{
  background:#C7B4B4}
  
  /*********************************************************************************************/
 /* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 98%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: transparent none repeat scroll 0 0;
	/*border-right: 1px solid #ccc;*/
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
table tr.selrow td {
	background: #FFFF99;
}
td img{
	border:none;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

#namazbugun {
	background: transparent none repeat scroll 0 0;
	/*border:none;*/
	
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 150px;
}  
 .tdleft {
    text-align: left;
    /*padding-left: 0px;/**/
    padding:0 1px 0 1px;
    border:medium none;
}
.tdright {
    text-align: right;
    margin-right: 10px;
    border:medium none;
} 
  /* Paging */
div.paging {
	background:transparent;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
	font-size:9pt;
}
/*onceki sonraki */
div.paging  a {
border:1px solid #000000;
text-align:center;
background-color:#FFFFFF;
color:#07519A;
font-family:Tahoma,Arial,Verdana;
font-size:9pt;
cursor:pointer;
text-decoration: none;

}
div.paging span {
border:1px solid #000000;/*#07519A;/**/
text-align:center;
background-color:#FFFFFF;
color:#07519A;
font-family:Tahoma,Arial,Verdana;
font-size:9pt;
cursor:pointer;
margin-right:5px;
padding:0 3px;
}
div.paging span.current {
	/*color: #000; /**/
border:1px solid #666666;
text-align:center;
background-color:#666666;
font-weight:bold;
font-family:Tahoma,Arial,Verdana;
font-size:9pt;
color:#FFFFFF;
overflow:visible;
margin-right:5px;
padding:0 3px;
cursor:text;
	
}





div.paging span a {
border:0px solid #07519A;
text-decoration: none;
}

div.paging  a:link,div.paging span a:link {color: #060606;font-size:9pt;}     /* unvisited link */
div.paging  a:visited,div.paging span a:visited {color: #060606}  /* visited link */
div.paging  a:hover,div.paging span a:hover {
border:0px solid #606060;
background-color:#606060;
color:#FFFFFF;
font-size:9pt;
}
div.paging  a:hover ,div.paging span:hover {
/*color: #0F000F ;
background-color:#a3aaa8;/**/
border:1px solid #606060;
background-color:#606060;
color:#FFFFFF;
font-size:9pt;
}   /* mouse over link */
div.paging  a:active,div.paging span a:active {color: #060606}   /* selected link */








/* Scaffold View */

dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 13em;
	margin-top: -2em;
	vertical-align: top;
}/**/
/***********ROUNDED DIVS ************/
dl.roundcorner, dt.roundcorner, dd.roundcorner { /* suppression of all margins */
margin: 0;
padding: 0;
}

dl.roundcorner {
width: 210px; /* dimentions and positions to be changed at will */

}

dt.roundcorner {
height: 50px;
background: #fff url(../img/roundcorner/haut.gif) top left no-repeat;
line-height: 0;
text-align: center; /* centered title, bug IE*/
}

dd.roundcorner {
border: solid #339900; /*35D62C; /*#5A6C84; /* sizse and color for borders on the right and left */
border-width: 0 5px;
padding: 0 10px; /* left and right padding to avoid text appearing over borders */
}
#bottom {
height: 50px;
background: #fff url(../img/roundcorner/bas.gif) bottom left no-repeat;
border: 0 none; /* no lateral border for the lower part */
padding: 0; /* no text, so no padding */
}

#titre {
display: block; /* title image places in block to avoid errors of spacing */
margin: auto; /* centered title */
}
#roundcorner_icerik{
	background: #fff;
}
#upperright, #lowerright { /* position of upper floating corners */
float: right;
border:0px;
}


/***********************/

/* Forms */
form {
	/* clear: both; */
	margin-right: 20px;
	padding: 0;
	width: 98%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	/*background:#fff;*/
	/*color: #e32;*/
    color: #112312;
	font-size: 140%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/* clear: both; */
	margin-bottom: 0.2em;
	padding: .2em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	/* clear: both; */
	
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	/**/
}

select {
	/* clear: both; */
	font-size: 110%;
	vertical-align: text-bottom;
	/*margin-bottom:20px;/**/
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: 100px;
	vertical-align: bottom;
}
input[type=button] {
	display: inline;
	font-size: 110%;
	margin-top:5px;
	padding: 2px 5px;
	width: 80px;
	vertical-align: bottom;
}
/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 2em;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
div.readmore {
	
	background: #ffcc00;
	color: #000;
	

}
h2.readmore {
	
	background: #ffcc00;
	color: #000;
	

}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions{
	width:98%;
}
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
  
  
  
  
  
  
  
  
    
  
  /*********************************************************************************************/
 
  /*
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	margin:0px;
	
}
*/
.camii_hutbe_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:  #FEA900; /*317082;/* transparent;/**/
	border :0px solid #111;
	/*width:430px;*/
	margin:4px auto;
	width:90%;
	padding-left:15px;
    padding-right:15px;
    padding-top:4px;
	/*background-image:url('../img/bg_answer.gif');/**/
	background-repeat:no-repeat;
	background-position:top right;	
	height:50px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.camii_hutbe_question2{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:  #48B524; /*317082;/* transparent;/**/
	/*width:430px;*/
	margin:4px auto;
	width:90%;
	padding-left:15px;
    padding-right:15px;
    padding-top:4px;
	/*background-image:url('../img/bg_answer.gif');/**/
	background-repeat:no-repeat;
	background-position:top right;	
	height:50px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.camii_hutbe_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
    
	border:1px solid #317082;
	background-color:#E2EBED;
	/*width:400px;
	
	/* End layout CSS */
	/*
	visibility:hidden;
	height:0px;
	overflow:hidden;
	/**/
	position:relative;

}
.camii_hutbe_answer_content{	/* Content that is slided down */
	/*padding:1px;
	font-size:0.9em;	*/
	position:relative;
}
   
  
  /*********************************************************************************************/
  
	#imageSlideshowHolderHolder{  
        width:100%;
        text-align:center;    
        padding-bottom:8px;
        padding-left:0;
        padding-right:0;
        padding-top:8px;  
}        
	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 656px;	/* IE 5.x */
		width/* */:/**/650px;	/* Other browsers */
		width: /**/650px;
		
		/* CSS HACK */
		height: 186px;	/* IE 5.x */
		height/* */:/**/180px;	/* Other browsers */
		height: /**/180px;
		
		background-color:#000;
		border:1px solid #FFF;
		position:relative;	/* Never change this value */
margin-left:auto;
margin-right:auto;        
		
	}
    #div_birhadisbirayet{
	
		/* CSS HACK */
		width: 656px;	/* IE 5.x */
		width/* */:/**/650px;	/* Other browsers */
		width: /**/650px;
		
		/* CSS HACK */
		height: 76px;	/* IE 5.x */
		height/* */:/**/70px;	/* Other browsers */
		height: /**/70px;
		
  border: 1px solid #c0c0c0;/**/
  /*background:#FFFFFF  url('../img/header/motif1.gif') ;/**/
  /*background: transparent url('../img/adesen.gif');/**/
    background-repeat:repeat;
    background-attachment:scroll;
    background-position:top center;   
		position:relative;	/* Never change this value */
margin-left:auto;
margin-right:auto;        
		
	}
.div_birhadisveyabirayet    {
  border: 1px solid #c0c0c0;
  background: #FFFFFF url('../img/bdesen2.gif');
    background-repeat:repeat-y;
    background-attachment:fixed;
    background-position:top center;   
margin-left:auto;
margin-right:auto; 

}
	.imageInGallery{		
		width:650px;
		height:180px;
		background-color:#000;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
       
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}

  /************************************** hadisler ********************/
  /* bir hadi bire ayet */
  #birhadisbirayet{
  
  width:650px;

  border: 1px solid #c0c0c0;
  background: #FFFFFF url('../img/adesen.gif');
    background-repeat:repeat-y;
    background-attachment:fixed;
    background-position:top center;   
  border-collapse: collapse;
margin-left:auto;
margin-right:auto;
  
}


.tdlinks a{
background:#F2F2F2 none repeat scroll 0 0;
border-left:4px solid #CCCCCC;
color:#333333;
display:block;
font-weight:bold;
min-height:18px;
padding:2px 5px 2px 10px;
margin:0;
text-align:left;
text-decoration:none;
font-family:Verdana,Tahoma,Helvetica,sans-serif;
font-size:0.9em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;

line-height:1.5em;

}
.tdlinks a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}





/**********************************************************************/



.gbdiv1{
	border:1px solid #000;
	background-color:#FFF;
    margin: 0 5px 10px;	
}
.gbdiv2{
	border:1px solid #000;
	background-color:#FFF;	
	margin: 0 5px 10px;	
}
.gbdiv1 p{
color:#6297BC;
font-size:1.1em;
font-family:'Trebuchet MS',Arial,Sans-serif;
margin:10px 15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
.gbdiv2 p{
color:#9EC630;
font-size:1.1em;
font-family:'Trebuchet MS',Arial,Sans-serif;
margin:10px 15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}


.gbactions{
color:#0066FF;
font-family:Georgia,'Times New Roman',Times,serif;
font-size:18px;
margin:0 10px 20px;
padding:0 10px 5px 20px;
}

.gbpages{
color:#339900 ; /*#0066FF;/**/
font-family:Georgia,'Times New Roman',Times,serif;
font-size:18px;
margin:0 0 20px;
padding:0 0 5px 20px;
}

.themeta{
color:#848484;
line-height:20px;
margin-top:6px;
padding-left:25px;
padding-top:10px;
background-color:#ffffff;
border:1px #000 solid;
}
.gbstyle{
color:#AFAFAF;
width:300px;
padding-left:20px;
}
.gbdivs1{
color:#545454;
line-height:20px;
margin: 6px 25px;
padding:10px 25px;
border:1px #000 solid;
}




/*****************************************************************************/
.cerceveliresim { 
	/*float: left; /**/
	margin: 0.5em; 
	border: 1px solid #ccc; 
	padding: 1em; 
	font-size: 10px; 
	background:#FFFFFF none repeat scroll 0 0;
}








a.renklilink{
background:#F2F2F2 none repeat scroll 0 0;
border-left:4px solid #CCCCCC;
color:#333333;
display:block;
font-weight:bold;
min-height:18px;
padding:2px 5px 2px 10px;
margin:0;
text-align:left;
text-decoration:none;
font-family:Verdana,Tahoma,Helvetica,sans-serif;
font-size:0.9em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;

line-height:1.5em;

}


a.renklilink:link {color: #FF0000}     /* unvisited link */
a.renklilink:visited {color: #000F00}  /* visited link */
a.renklilink:hover {background: #ccc;color: #333;text-decoration: none;}   /* mouse over link */
a.renklilink:active {background: #ccc;color: #333;text-decoration: none;}   /* selected link */
 

div.renklilink:link {color: #FF0000}     /* unvisited link */
div.renklilink:visited {color: #000F00}  /* visited link */
div.renklilink:hover {background: #A5A5A5;color: #333;text-decoration: none;}   /* mouse over link */
div.renklilink:active {background: #A5A5A5;color: #333;text-decoration: none;}   /* selected link */
   
  /*********************************************************************************************/
  /* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../img/header/demobox.gif) no-repeat bottom right; 
} 
.cssbox { 
    width: 261px !important; /* intended total box width - padding-right(next) */
    width: 260px; /* IE Win = width - padding */
    padding-right: 1px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -1px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 

  
  /*********************************************************************************************/
 .paper{
    width: 265px !important; /* intended total box width - padding-right(next) */
    width: 260px; /* IE Win = width - padding */
    padding-right: 5px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
	}
 .papertop{
	background:url(../img/header/paper_top.gif) top left repeat-x;
	margin-left:1px;
}
.paperbody{
	background:  url(../img/header/paper_backgr.gif) top left repeat;
  border: 1px solid #FCF9D4;  
  border-top: none;
} 

 .motiftop{
	background:url(../img/header/divust.gif) top left repeat-x;
	margin-left:1px;
}
.motifbody{
	/*background:  url(../img/header/paper_backgr.gif) top left repeat;/**/
  background-color:#EAE8CE;
  border: 1px solid #6A1F1C; /*FCF9D4;  */
  /*border-top: none;/**/
  /*border-bottom: none;/**/
  margin-left:1px;
}
.motifdown{
	background:url(../img/header/divalt.gif) bottom right repeat-x;
	margin-left:1px;
} 
.motifbox{
width:450px;margin-left:auto;margin-right:auto;
}
.multi_boxes{
	float:left;
	width:264px;
	text-align:right;
	/*padding-right:0px;/**/
	/**/
	/*width:340px;/**/	
}

 .scroll_top{
	background:url(../img/scroll/scroll_top.gif) top left no-repeat;
	height:255px;
	/*margin-left:1px;/**/
}
.scroll_tile{
	/*background:  url(../img/header/paper_backgr.gif) top left repeat;/**/
  /*background-color:#EAE8CE;
  border: 1px solid #6A1F1C; /*FCF9D4;  */
  /*border-top: none;/**/
  /*border-bottom: none;/**/
  /*margin-left:1px;*/
  background:url(../img/scroll/scroll_tile.gif) top left repeat-y;
}
.scroll_bottom{
	background:url(../img/scroll/scroll_bottom.gif) top left no-repeat;
	/*margin-left:1px;/**/
	height:255px;
} 
.scroll_box{
margin-left:auto;margin-right:auto;
width:800px;
}
.scroll_boxes{
	float:left;
	width:264px;
	text-align:right;
	/*padding-right:0px;/**/
	/**/
	/*width:340px;/**/	
}
.vedahutbesibaslik{
	font: bolder 1.6em 'Trebuchet MS', Arial, Sans-serif;
	margin:0 0 10px 0;
}
.vedahutbesi
{
	font: bolder 1.3em 'Trebuchet MS', Arial, Sans-serif;
	/*
	font: bolder 3.2em 'Trebuchet MS', Arial, Sans-serif;
	font: bold 1em Arial, Sans-serif; 
	font: normal 1em Verdana, sans-serif;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;			
	/**/
	text-align:justify;
	text-indent: 0.5cm
}

p.cizgi{
background:url(../img/header/hr1.gif) top center no-repeat;
height:30px;
margin:10px 0;
}
.hutbeitem,.newsitem,.annitem{

font-family:Impact,fantasy;
font-size:larger;
letter-spacing:2px;
}
.dates{
text-align:right;
}
.center_content{
	/*position:relative;
	top:100px;/**/
	margin:30px 0 0 15px;
	height:auto;
}

#araclar{
	margin:10px 2px;
	border:1px solid black;
	height:55px;
	background-color:#F3FFF8;
}
#searchoptions{
margin:10px 2px;
padding: 0 0 0 15px;
border:1px solid black;background-color:#F3FFF8;
}









div.letscomment {/*style.css (line 249)*/
/* background:#E6FAFF none repeat scroll 0 0; /* */
margin-bottom:5px;
padding:5px;
color:#313131;
font-family:Arial;
font-size:12px;
}
div.letscomment h2 {/*style.css (line 251)*/
font-family:Century Gothic;
font-size:22px;
font-weight:normal;
text-align:center;
}
div.letscomment p {/*style.css (line 253)*/
display:block;
font-size:11px;
margin:5px 0;
}
div.letscomment a, div.letscomment a:visited {/*style.css (line 16)*/
color:#BD3232;
text-decoration:none;
}

div.news_comment_listing{/*style.css (line 14)*/
color:#313131;
font-family:Arial;
font-size:12px;
}
div.comment_item {/*style.css (line 256)*/
margin-bottom:5px;
}
div.comment_content {/*style.css (line 259)*/
background:#F2F2F2 none repeat scroll 0 0;
padding:5px;
}
div.comment_content2 {/*style.css (line 259)*/
background-color:#DDE5D4;
padding:5px;
}
div.comment_content h3{/*style.css (line 259)*/
font-size:100%;
}
div.comment_content p {/*style.css (line 261)*/
font-size:11px;
line-height:17px;
margin:5px 0;
	text-align:justify;
	text-indent: 0.5cm;
}

div.comment_left {/*style.css (line 263)*/
background:transparent url(../img/core/citem_tail.gif) no-repeat scroll 10px 0;
float:left;
width:65%;
}
div.comment_left a, div.comment_left a:visited {/*style.css (line 265)*/
display:block;
font-weight:bold;
line-height:30px;
margin-left:20px;
margin-top:15px;
}
div.comment_right {/*style.css (line 268)*/
color:#999999;
float:right;
font-family:verdana;
font-size:11px;
font-weight:bold;
line-height:190%;
text-align:right;
width:35%;
}
div.clear {/*style.css (line 11)*/
background:transparent none repeat scroll 0 0;
clear:both;
font-size:1px;
height:1px;
}

div.commentmain {/*gallery.css (line 46)*/
/*float:right;*/
overflow:hidden;
padding:20px ;
width:90%;
margin:25px auto;
background-color:#fff;

}





.haberlistesi {

margin:10px auto;
width:95%;
	text-align:left;
	color:#333333;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.3em;	
	/*background:transparent url(../img/core/left_bg.jpg) repeat scroll 100% 100%; /**/
	border:0px solid #CCCCCC;
}
.moduletable_text {
	background:#FEFEFE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:25px auto 35px;
	padding:3px 0px;
	width:95%;
	
}
.moduletable_text div.bannergroup_text{
	padding:3px 20px;
}
.moduletable_text h3{
/*background:transparent url(../img/core/menu_t.jpg) repeat scroll left top;/**/
background-color:#339900;
color:#FEFEFE;
font-family:Helvetica,Arial,sans-serif;
font-size:1.3em;
font-weight:bold;
line-height:20px;
margin:0;
padding:2px 0 2px 10px;
text-align:left;
}


.moduletable_text h3.mavi{
/*background:transparent url(../img/core/menu_t_mavi.jpg) repeat scroll left top;/**/
background-color:#339900;
}


.moduletable_text h3.yesil{
/*background:transparent url(../img/core/menu_t_acikmavi.jpg) repeat scroll left top;/**/
background-color:#339900;
/*
	background:transparent url(../img/core/menu_t_yesil.jpg) repeat scroll left top;
	background:transparent url(../img/core/menu_t_kahve.jpg) repeat scroll left top;
	background:transparent url(../img/core/menu_t_turkuaz.jpg) repeat scroll left top;
	background:transparent url(../img/core/menu_t_sari.jpg) repeat scroll left top;
	background:transparent url(../img/core/menu_t_portakal.jpg) repeat scroll left top;
	/**/

}
.bannerheader{
	text-align:right;
}
.bannerheader img{
	border:none;
	vertical-align:middle;
}
.banneritem_text {
font-size:12px;
padding:4px;
}
.moduletable_text a:link,.moduletable_text  a:visited {
color:#06569D;
}
.moduletable_text a:link,.moduletable_text  a:visited {
font-weight:normal;
text-decoration:none;
}

.clr {
clear:both;
}


/************************************************************************************/

ol.commentlist, .commentlist.ul {
margin:0 auto ;
padding:0;
padding-left:38px;
text-align:left;
color:#3D3D3D;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.6em;
}
li div.commentmetadata{

/*text-align:center;/**/
}
.comment-li_dar{
margin-left:50px;
}
.comment {
background:transparent url(../img/core/ctop.gif) no-repeat scroll 0 0;
font-size:small;

margin:1.5em auto 1.1em auto;
width:700px;
}
.comment_dar {
background:transparent url(../img/core/ctop_dar.gif) no-repeat scroll 0 0;
font-size:small;

margin:1.5em auto 1.1em auto;
width:650px;
}
.avatar {
float:right;
margin:20px;
border:none;
}

.commentmetadata p {
margin:0;
padding:20px 45px 0;
	text-align:justify;
	text-indent: 0.5cm;
}

.commentmetadata p.line {
background:#FFFFFF url(../img/core/clow.gif) no-repeat scroll 0 0;
clear:both;
padding-left:55px;
padding-top:17px;
}
.commentmetadata p.line_dar {
background:#FFFFFF url(../img/core/clow_dar.gif) no-repeat scroll 0 0;
clear:both;
padding-left:55px;
padding-top:17px;
}
.commentmetadata a:link {
color:#4679A1;
text-decoration:none;
}
.maviyazi{
color:#4679A1;
}
hr{
	margin:30px 5px;
}

#Banner {
height:79px;
background:#3CAADC url(eyes3.png) no-repeat scroll right center;
color:#FFFFFF;
vertical-align:middle;
}
#Banner p {
font-size:24px;
padding-left:30px;
padding-right:173px;
font-family:'Trebuchet MS',Arial,sans-serif;
}