@charset "utf-8";
/* CSS Document */
/*
	laci:101775
	mavi:C5EEF8
*/
body
{
	background:url(../image/back_body.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:11px;
}

a:active		{color: #000000; text-decoration: none;}
a:link 		{color: #000000; text-decoration: none;}
a:visited 	{color: #000000; text-decoration: none;}
a:hover 		{color: #000000; text-decoration: underline;}

input
{
	font-family:Tahoma;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#C5EEF8;
}

input:hover
{
	font-family:Tahoma;
	font-size:11px;
	background-color:#C5EEF8;
	border-style:solid;
	border-width:1px;
	border-color:#101775;
}

select
{
	font-family:Tahoma;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#C5EEF8;
}

select:hover
{
	font-family:Tahoma;
	font-size:11px;
	background-color:#C5EEF8;
	border-style:solid;
	border-width:1px;
	border-color:#101775;
}

textarea
{
	font-family:Tahoma;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#C5EEF8;
}

.baslik
{
	height:25px;
	text-align:left;
	vertical-align:middle;
	background-color:#C6EEF8;
	background-image:url(../image/baslik_zemin.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	color:#FF0000;
}

.cerceve_laci
{
	border-style:solid;
	border-width:1px;
	border-color:#101775;
}

.cerceve_mavi
{
	border-style:solid;
	border-width:1px;
	border-color:#C5EEF8;
}

.anket_01
{
	border-style:solid;
	border-width:1px;
	border-color:#101775;
	padding:3px;
}

.buton_login
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#101775;
	background-color:#C5EEF8;
	cursor:pointer;
}

.buton_login:hover
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#101775;
	background-color:#C5EEF8;
	cursor:pointer;
}

.haber_yorum
{
	overflow-y:auto; 
	height:300px; 
	width:445px; 
	padding:5px;	
	scrollbar-face-color:#101775; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF;  
	scrollbar-3dlight-color:#101775; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#C5EEF8; 
	scrollbar-darkshadow-color:#FFFFFF;
}

.sayfa
{
	width:15px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	background-color:#C5EEF8;
	border-style:solid;
	border-width:1px;
	border-color:#101775;
}

.sayfa:hover
{
	width:15px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	background-color:#C5EEF8;
	border-style:solid;
	border-width:1px;
	border-color:#101775;
}

/* KOSE YAZILARI */
.pics 
{  
	width:330px;  
	height:80px;  
	padding:0;  
	margin:0;  
} 
 
.pics img 
{  
	width:330px; 
	height:80px; 
	top:0; 
	left:0; 
} 
/* KOSE YAZILARI */

/* YAYINLAR */
.pics2 
{  
	width:100px;  
	height:125px;  
	padding:0;  
	margin:0;  
} 
 
.pics2 img 
{  
	width:100px; 
	height:125px; 
	top:0; 
	left:0; 
} 
/* KOSE YAZILARI */



/* SOL MENU */
.sol_menu
{
	background-image:url(../image/sol_menu_zemin.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:25px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:15px;
	cursor:pointer;
}

.sol_menu:hover
{
	background-image:url(../image/sol_menu_zemin_hover.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:25px;
	vertical-align:middle;
	padding-left:15px;
	cursor:pointer;
}

.sol_menu a:hover
{
	text-decoration:none;	
}
/* SOL MENU */

/* RATER */
.rating, .fav
{
  width:80px;
  height:16px;
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
  clear:both;
  position:relative;
  background: url(../image/star-matrix.gif) no-repeat 0 0;
}

.fav
{	
	width:16px;
}

.star_0 
{
	background-position:0 0;
}

.star_1 
{
	background-position:0 -16px;
}

.star_2 
{
	background-position:0 -32px;
}

.star_3 
{
	background-position:0 -48px;
}

.star_4 
{
	background-position:0 -64px;
}

.star_5 
{
	background-position:0 -80px;
}

li.indicator 
{
	display: none;
}

ul.rating li, ul.fav li  
{
  cursor: pointer;
  float:left;
  text-indent:-999em;
}

ul.rating li.indicator 
{
	float: right; 
	text-indent: 0; 
	position: relative; 
	left: 18px;
}

ul.fav li a, ul.rating li a 
{
  position:absolute;
  left:0;
  top:0;
  width:16px;
  height:16px;
  text-decoration:none;
  z-index: 200;
}

ul.rating li span, ul.fav li span 
{
	text-decoration:none; 
	position:absolute; 
	width:16px; 
	height:16px;
}

ul.fav li.s_1 a, ul.rating li.s_1 a 
{
	left:0;-moz-outline:none;
}

ul.rating li.s_2 a 
{
	left:16px;-moz-outline:none;
}

ul.rating li.s_3 a 
{
	left:32px;-moz-outline:none;
}

ul.rating li.s_4 a 
{
	left:48px;-moz-outline:none;
}

ul.rating li.s_5 a 
{
	left:64px;-moz-outline:none;
}

ul.fav li a:hover, ul.rating li a:hover 
{
  z-index:2;
  width:80px;
  height:16px;
  overflow:hidden;
  left:0; 
  background: url(../image/star-matrix.gif) no-repeat 0 0;
}

ul.fav li a:hover 
{
	width:16px;
}

ul.fav li.s_1 a:hover, ul.rating li.s_1 a:hover 
{
	background-position:0 -96px;
}

ul.rating li.s_2 a:hover 
{
	background-position:0 -112px;
}

ul.rating li.s_3 a:hover 
{
	background-position:0 -128px;
}

ul.rating li.s_4 a:hover 
{
	background-position:0 -144px;
}

ul.rating li.s_5 a:hover 
{
	background-position:0 -160px;
}
/* RATER */

