﻿body,html {
	background-color: #FFFFFF;
	margin: 0px 10px 10px 10px;
	font-family: verdana;
	font-size: 13px;
	color:#000000;
	text-align:center;
	background-image:url(/img/0002_img_grass.gif);
}

a:link,a:visited{
	color:#3366CC;
	text-decoration:none;
}
a:hover,a:visited:hover {
	color:#003399;
	text-decoration:underline;
}

.oyunliste
{
	text-align:center;
	font-size:0.75em;
}

#OyunListesi td 
{
	font-size:0.75em
}

#MenuBar2 span {
	margin: 0;
	padding: 2px;
	padding-left: 22px;
	display: block;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.OyunTd
{
	border:1px solid #f5ffb0;
	padding:4px 0px 4px 0px;
}

.OyunTd:hover
{
	border:1px solid black;
	background-color:#c5e63b;
	padding:4px 0px 4px 0px;
	text-decoration:none;
}

.OyunTd a:hover, .OyunTd a:visited:hover
{
	text-decoration:none;
}

.OyunTd img
{
	border:1px solid white;
}

.OyunTd img:hover
{
	border:1px solid blue;
}

.siralama 
{
	font-size:1em;
	font-weight:bold;
}

/* Vote start */
.votcont {
float: left; 
width: 55px; 
height: 48px; 
margin-top: 10px; 
margin-left: 10px; 
background: #fff url(/img/0009_img_votetoptr.gif) no-repeat left;
}

.votbot {
text-align: center;
padding-top: 11px;
margin-top: 9px; 
margin-left: 1px; 
width: 54px; 
height: 27px; 
background: url(/img/0010_img_votres.gif) no-repeat; 
position: absolute; 
display: block; 
}

.voteres {
font-size : 11px; 
color : #333300; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : none; 
} 

.cyel {
font-size : 11px; 
color : #D69601; 
font-weight : bold;
font-family : verdana, arial, helvetica, sans-serif;
text-decoration : none;
} 

/* Begin star rater CSS */
.srating{
list-style:none;
margin: 0px;
padding:0px;
width: 100px;
height: 20px;
position: relative;
background: url(/img/0011_img_strating.gif) top left repeat-x;		
}
.srating li{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
.srating li a{
display:block;
width:20px;
height: 20px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
background-image:none;	
}
.srating li a:hover{
background: url(/img/0011_img_strating.gif) 0px -20px repeat-x;
z-index: 1;
left: 0px;
}
.srating a.onestar{
left: 0px;
}
.srating a.onestar:hover{
width:20px;
}
.srating a.twostars{
left:20px;
}
.srating a.twostars:hover{
width: 40px;
}
.srating a.threestars:hover{
width: 60px;
}
.srating a.threestars{
left: 40px;
}
.srating a.fourstars{
left: 60px;
}	
.srating a.fourstars:hover{
width: 80px;
}
.srating a.fivestars{
left: 80px;
}
.srating a.fivestars:hover{
width: 100px;
}	
/* End star rater CSS */

/* Vote finish */