﻿body {background-color : #eeeeee;
      background-image :  url("images/bg.gif");
      }
.style1 
{  
    
    }

.altyazi { 
   text-align: center;
   background-color : #fff3e0; /* #fafafa ; */
   color: Gray;
   font-family: Verdana, Helvetica, Arial;
   font-size: 10pt;
   height : 30px;
   font-weight : bold;   
   width: 730px
   
   }
.yazi 
{  
   text-align: center;
   color: Maroon;
   font-family: Verdana, Helvetica, Arial;
   font-size: 12pt;
   font-weight : bold;   
    }   
.baslik { 
   background-color : #fafafa ;
   color: Gray;
   font-family: Verdana, Helvetica, Arial;
   font-size: 10pt;
   height : 30px;
   font-weight : bold;   
   width: 730px
   }

ul.ozel 
{  list-style-image:url(images/mybullet.gif);
   list-style-position: outside;
   font-family: Verdana, Helvetica, Arial;
   font-size: 12pt;
   color: black;
   background-color : #ffffff;
   border-color : Red;
  padding-left : 50px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 20px;
  text-align : left; 
  line-height : 1.5;
   margin-left : 00px;
   margin-top: -25px;
   margin-bottom: -25px;
    }
li.ozel 
{
    }
p {
  font-family: Verdana, Helvetica, Arial;
  font-size: 12pt;
  color: black;
  background-color : #ffffff;
  border-color : Red;
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 20px;
  text-align : justify; 
  line-height : 1.5;
  margin-bottom:10px;
  margin-top:10px;
  width: 730px}
    
  p.baslik {
  font-family: Verdana, Helvetica, Arial;
  font-size: 12pt;
  color: black;
  background-color : #ffffff;
  border-color : Red;
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 20px;
  text-align : justify; 
  line-height : 1.5;
  margin-bottom:-90px;
  margin-top:10px;
  width: 730px}

.pb {
  font-family: Verdana, Helvetica, Arial;
  font-size: 12pt;
  color: black;
  background-color : #ffffff;
  border-color : Red;
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 20px;
  text-align : left; 
  line-height : 1.5;
  width: 530px}
td {
  text-align: center;
  font-family: Verdana, Helvetica, Arial;
  font-size: 12pt;
  color: #0000ff }

a.benim:link {
  font-family: Verdana, Helvetica, Arial;
  font-size: 12pt;
  color:gray;
  font-weight: bold;
  text-decoration: none }
/*a:alink {
  color: fuchsia;
  text-decoration: none } */
a.benim:visited {
  font-family: Verdana, Helvetica, Arial;
  font-size: 12pt;
  color:gray;
  font-weight: bold;
  text-decoration: none} 
a.benim:hover 
{
  font-family: Verdana, Helvetica, Arial;
  font-size: 12pt;
  color: red;
  font-weight: bold;
  text-decoration: underline }


/* commentform */


#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top-left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

.thumbnail{
position: relative;
z-index: 0;
text-decoration:none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFE0;  /*lightyellow idi */
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
 /*position where enlarged image should offset horizontally */

}



	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:205px;	/* Image width */
		height:92px;	/* Image height */
		
		position:relative;     /* position:absolute */
        top: -2px;        /*     top:120px              */
        left: 20px;         /*       left:702px   */
}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}