body {
    background: #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
body,td,th {
	font-family: "trebuched ms", verdana, helvetica;
	font-size: 12px;
	color: #ffffff;
}
.kucuk {
	font-family: "trebuched ms", verdana, helvetica;
	font-size: 9px;
}
.buyuk {
	font-family: "trebuched ms", verdana, helvetica;
	font-size: 20px;
	font-weight: bold;
}
a {
	font-size: 12px;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #7A705F;
}
a:active {
	text-decoration: none;
	color: #655C4E;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	background-color: #D7D2CC;
	height: 18px;
	border: 1px solid #AEA597;
	cursor: hand;
}
input[type="text"]:not([size]) { 
     width: 10em;    /* Desired width of input field */
}
input.bos {
	background-color: #C4BDB3;
	border: 1px solid #C4BDB3;
	cursor: hand;
	height: 12px;
	width: 12px;
}
fieldset {
	padding-bottom: 10px;
	text-align: center;
}
.onemli {
	color: #FFFFFF;
	background-color: #FF3333;
	margin: 3px;
	padding: 3px;
}
.kisakisa {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}
.tablo2 {
border-style:solid;
border-color:#4A4A4A;
border-width:2px;
width: 600px;
padding: 5px 5px 5px 5px;
}
.tdlist {
border-top-style:solid;
border-top-color:#c0c0c0;
border-top-width:1px;
border-right-style:solid;
border-right-color:#c0c0c0;
border-right-width:1px;
width: 120px;
margin: 10px 1px 1px;
}
.mesaj {
background-color: #3A3A3A;
width: 400px;
margin: 10px 1px 1px;
padding: 5px 5px 5px 5px;
font-family: Georgia, Times, Serif;
color: #ffffff;
text-align:left;
}
.tablouye {
border-collapse: collapse
border-color: #111111;
padding: 0;
width:550px;
font-family: arial, verdana, serif;
font-size: 8px;
}
/* YENİ
----------------------------------------------- */
.usty1{
width:600px;
border:2px;
padding: 5px,5px,5px,5px;
border-color: #333333;
border-style: solid;
background-color: #3C3C3C;
}
#usty{
width:600px;
border:2px;
border-color: #333333;
border-style: solid;
background-color: #3C3C3C;
}
#usty a {
width:100px;
border:1px;
border-color: ;
border-style: solid;
background-color: #3E3E3E;
color: #000000;
text-align:center;
height: 30px;
padding: 10px;
}
#usty a:hover {
width:100px;
border:2px;
border-color: #C3C3C3;
border-style: solid;
background-color: #626262;
height: 30px;
}
.tdalt1{
background-color: #585858;
}
.tdalt2{
background-color: #7D7D7D;
}

/* Gallery and Playback Controls
----------------------------------------------- */
.previews2 {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 0px 0px 0px;
	background-image: url('img/bg.gif');
	float: center;
	text-align: center;
}

#menunot td {
	font-size: 15px;
	text-align: center;
	}
#menunot a {
	font-size: 17px;
	color: #FF9900;
}
#menunot a:link {
	text-decoration: none;
}
#menunot a:visited {
	text-decoration: none;
	color: #FF9900;
}
#menunot a:hover {
	text-decoration: underline;
	color: #7A705F;
}
#menunot a:active {
	text-decoration: none;
	color: #655C4E;
}

/* XML STYLE
----------------------------------------------- */
item
{
    display: block;
    margin-top: 50px;
}
title 
{ 
    font-size:14pt; 
    font-weight:bold; 
    display:block; 
}
link 
{ 
    font-size:12pt; 
    font-weight:bold; 
    font-style:italic; 
    display:block; 
}
comments
{ 
    display:block; 
    font-size:12pt; 
    font-weight:normal; 
}
pubDate
{ 
    display:block; 
    font-size:12pt; 
    font-weight:normal; 
    color : Blue;
}
description 
{ 
    margin-left:20pt;
	font-size:10pt; 
}
content
{ 
    margin-left:20pt;
	font-size:10pt; 
}
category
{
    display:block;
}

/* ######### Style for Drop Down Menu ######### */
.chromestyle ul li{
display: inline;
}
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 300px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}