@charset "utf-8";
Body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	cursor: default;
}

.Baslik {
	height: 20px;
	width: 497px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight:normal;
	color: white;
    background-image:url(/images/menu_bg.gif);
    font-family:Tahoma;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-top:1px solid silver;

}
.Baslik a
{
	text-decoration: underline;
	color: white;	
}
.Baslik a:visited
{
	text-decoration: underline;
		color: white;	

}
.Baslik a:hover
{
	text-decoration: underline;
		color: white;	

}
.GenelTablo {
	background-color: #FFFFFF;
	border: 1px solid silver;
	padding: 8px;
	font-size: 11px;
}
.GenelTablo a{
	font-size: 11px;
	color: #13BAFF;
	font-weight: bold;
}
.SolBtn {
	background-image: url(/Images/Bt.jpg);
	height: 21px;
	width: 137px;
	/*text-align: center;*/
	 letter-spacing:1px;	
	  font-family: Microsoft Sans Serif;
	 padding-left:3px;
	background-repeat: no-repeat;
	font-weight:bolder;
	font-size:8pt;
}
.SolBtn a:link{
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
.SolBtn a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.SolBtn a:hover{
	color: #817e7e;
	text-decoration: underline;
	font-weight: normal;
}

.Ust {
	/*background-image: url(/Images/ustDoseme.jpg);
	background-repeat: repeat-x;*/
}
.Header {	
	height: 120px;
	background-repeat: no-repeat;
	width: 1024px;
}
.Sol {
	/*background-image: url(/Images/solBg.jpg);*/
	width: 162px;
}
.Orta {
	/*background-color: #E3F3FF;*/
	padding-top:10px;
}
.Foother {
	background-image: url(/Images/altBg.jpg);
	background-repeat: repeat-y;
	width: 1024px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding: 3px;
}
.Alt {
	background-color: #f8f8f8;
}
.Icerik {
	font-size: 12px;
	color: #000000;
	padding: 5px;
	width:886px;
}
.Button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../Images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	vertical-align: middle;
}

hr {
height:1px;
color:gray;
}

.s3slider { 
   width: 400px; /* important to be same as image width */ 
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

.s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   list-style:none;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   width: 374px;
   background-color:Gray;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: white;
   display: none; /* important */
   bottom: 0;
   text-align:left;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.link
{
 color:gray;	
	}
.link a:link{
	color:gray;
	text-decoration: none;
	font-weight:normal;
}
.link a:visited{
	color: gray;
	text-decoration: none;
	font-weight: normal;
}
.link a:hover{
	color: #817e7e;
	text-decoration: underline;
	font-weight: normal;
}
