body
{
	margin: 0px;
	/*background-image: url(images/mainbg.png);*/
	
	background-color:#333333;
}
body, font, th, td, p, textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color:#000000;	
	scrollbar-3d-light-color:#990A00;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #990066;
	scrollbar-dark-shadow-color: #990A00;
	scrollbar-face-color: #990C00;
	scrollbar-highlight-color: #990A00;
	scrollbar-shadow-color: #990A00;
	scrollbar-track-color: #550A00;
}

.nav
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}
.nav2
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.nav1
{
	font-weight: bold;
	font-size: 11px;
	color: #f40000;
}
.date
{
	font-size: 12px;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.mainmenu
{
	font-size: 11px;
	color: #ffffff;
}
.anabaslik
{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Trebuchet MS;
}
.anabaslik2
{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Trebuchet MS;
}
.ustyazi
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-style:italic;
	background-color:#000000;
	
}
.mavibaslik
{
	font-size: 16px;
	color: #0099FF;
	font-weight: bold;
	font-family: Trebuchet MS;
}
td.info
{
	font-size: 12px;
	color: #114477;
	font-weight: bold;
	font-family: Trebuchet MS;
}

td.fon1
{
	background-color: #FBFBFB;
}
td.fon2
{
	background-color: #F5F5F5;
}
td.baslik
{
	background-color: #D6DEE2;
	border: #FFFFFF;
	border-style: solid;
	height: 26px;
	border-width: 0px 0px 0px 0px;
}
.tablo_body
{
	background-color:#666666;
	border: #CFCFCF solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.tablo_nav
{
	border-right: #cfcfcf 1px solid;
	border-top: #cfcfcf 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #cfcfcf 1px solid;
	color: #114477;
	border-bottom: #cfcfcf 1px solid;
	height: 25px;
	background-color: #e6e6fa;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.copyright
{
	font-size: 10px;
	color: #888888;
}
a:link, a:active
{
	text-decoration: none;
	color:#f40000;
}
a:visited
{
	text-decoration: none;
	color:#f40000;
}
a:hover
{
	text-decoration: underline;
	color:#0099FF;
}
#toplist
{
	color:#FFFFFF;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}
.videotitle
{
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
}
.videotitle2
{
	font-weight:normal;
	font-size: 20px;
	color: #ffffff;
}
.formclass
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}


<!--ekler ->
#csc {
  background : #669900 url(images/csc_tl.png) no-repeat;
  width : 20em;
  height : auto;
  position : relative;
  padding : 30px 40px;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 39px;
  height : 39px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

/* change position and image: top-right */
.tr {
  background : transparent url(images/csc_tr.png) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : transparent url(images/csc_bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : transparent url(images/csc_br.png) no-repeat;
  right : 0;
  bottom : 0;
}

