@charset "utf-8";
/* CSS Document */

td.menu
	{
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px ;
	font-weight: bold;
	font-family: arial;
	color: #333333;
	}
	
td.menu a
	{
	color: #333333;
	text-decoration:none;
	}
	
td.menu a:hover
	{
	color: #0065e1;
	}
	
td.title
	{
	background:url(images/BG-Title.gif);
	height:33px;
	font-size: 13px ;
	font-family: arial;
	color: #4e636f;
	}
	
td.category
	{
	background:url(images/BG-Category.gif);
	width:165px;
	height:620px;
	padding-top:37px;
	}
	
.link
	{
	font-size: 11px ;
	font-family: arial;
	color: #3b5998;
	font-weight: bold;
	text-decoration:none;
	}
	
.link:hover
	{
	color: #0065e1;
	}

td.categorytable
	{
	width:149px;
	text-align: left;
	height:22px;
	line-height:18px;
	background:url(images/BG-CTG-Off.gif);
	}
	
td.categorytable:hover
	{
	background:url(images/BG-CTG-On.gif);
	}
	
.categorytable a
	{
	font-size: 11px ;
	font-family: arial;
	color: #3c3227;
	text-decoration:none;
	}
	
.categorytable a:hover
	{
	color: #0065e1;
	}
	
td.games
	{
	background-color:#e0e3e9;
	width:93px;
	height:93px;
	}
	
td.games:hover
	{
	background-color:#cad5ea;
	}
		
form {margin: 0; padding: 0;}
	
input[type=text], input[type=password], textarea {
  width: 125px;
  font-family:arial; font-size:11px; color:#525f73;
  height: 16px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  background-color:#f4f2e8;
  border-top   : 1px solid #aaaaaa;
  border-left  : 1px solid #aaaaaa;
  border-right : 1px solid #dddad3;
  border-bottom: 1px solid #dddad3;
}



.oyunbox{ width:85px; height:85px; background-color:#e0e3e9; float:left; padding:4px; text-align:center; margin-bottom:20px; }
.oyunbox a{ display:block; color:#3b5998; font-weight:bold; text-decoration:none; font-size:11px; font-family: arial;}
.oyunbox a:hover{color:#0065e1;}
.oyunright{ margin-right:4px; }