body {
	scrollbar-face-color: #fff; 
	scrollbar-HIGHLIGHT-color: #fff;
	scrollbar-SHADOW-color: #fff; 
	scrollbar-3DLIGHT-color: #fff; 
	scrollbar-ARROW-color: #000; 
	scrollbar-TRACK-color: #fff; 
	scrollbar-DARKSHADOW-color: #fff;
	background:url(../images/bg.gif) repeat-x;
	padding:0px;
	margin:0px;
}

/********************************* link ***********************/
a{
	font:normal 11px "Trebuchet MS";
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#fcc41f;
	text-decoration:underline;
}
/**************************** td, th ve p ***********************************/
td{
	font:normal 12px "Trebuchet MS";
	color:#000;
	text-align:left;
	vertical-align:top;
}
th{
	font:normal 12px "Trebuchet MS";
	color:#fff;
	text-align:right;
	vertical-align:middle;
}
th img{
	float:right;
}
th a{
	font:normal 11px "Trebuchet MS";
	color:#f9f9f9;
	text-decoration:none;
}
.img{
	margin:2px;
	margin-left:15px;
	float:right;
	border:1px solid #c7d0d7;
}
.img2{
	margin:2px;
	margin-left:5px;
	float:right;
}
.img3{
	margin:2px;
	margin-right:15px;
	float:left;
	border:1px solid #c7d0d7;
}
p{
	font:normal 12px "Trebuchet MS";
	text-decoration:none;
	margin:5px 0 5px 1px;
	padding:0px;
	text-align:justify;
	
}
h5{
	font:bold 13px "Trebuchet MS";
	text-decoration:none;
	margin:0 0 0 15px;
	padding:0px;
	color:#000000;
	
}

/**************************************** ul, ol için css **********************************/
ul{
	font:bold 12px "Trebuchet MS";
	list-style:none;
	padding:0px;
	margin:0px;
}
ul li {
	color:#000;
	margin:0 0 0 25px;
	padding-left:-10px;
	list-style:url(../images/li_ikon.gif);
	background:url(../images/dotted.gif) repeat-x bottom;
}
ul li a{
	font:bold 12px "Trebuchet MS";
	color:#000;
}
ul li a:hover{
	color:#999;
	text-decoration:none;
}
ol{
	font:bold 12px "Trebuchet MS";
	list-style:none;
	padding:0px;
	margin:0px;
}
ol li {
	color:#000;
	margin:0 0 0 20px;
	padding-left:-10px;
	list-style:url(../images/li_ikon.gif);
}
ol li a{
	font:bold 12px "Trebuchet MS";
	color:#000;
}
ol li a:hover{
	color:#fff;
	text-decoration:none;
}

/**************************** input, select, textarea ***************************/
.input{
	border:1px solid #4d4d4d;
	border-left:4px solid #4d4d4d;
	background:#000;
	width:220px;
	color:#fff;
}
.select{
	border:1px solid #4d4d4d;
	border-left:4px solid #4d4d4d;
	background:#000;
	color:#fff;
	width:220px;
}
textarea{
	font: normal 12px "Trebuchet MS";
	border:1px solid #4d4d4d;
	border-left:4px solid #4d4d4d;
	background:#000;
	color:#fff;
	width:220px;
}


/***************************** table *****************************/
.tableSol{
	background:url(../images/bg_solTable.png) repeat-x #fefefe;
	border:3px solid #e2e3e4;
}
.tableSag{
	background:url(../images/bg_sagTable.png) repeat-x #fff9e4;
	border:3px solid #f9df78;
}

/****************************** metin ***************************/

.baslik{
	font:bold 14px "Trebuchet MS";
	text-align:right;
	padding:0 4px 5px 0;
}
.baslik2{
	font:bold 14px "Trebuchet MS";
	text-align:left;
	padding:10px 0px 2px 0;
}
.siyah{
	color:#000;
	padding:7px 5px 0 12px;
	text-decoration:none;
}
.beyaz{
	font:bold 12px "Trebuchet MS";
	color:#fff;
	width:335px;
}
.kucuk{
	font: normal 11px "Trebuchet MS";
	color:#acacac;
	text-decoration:none;
	padding-top:15px;
}
.copyright{
	font: normal 11px "Trebuchet MS";
	color:#acacac;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}
.ayrac{
	background:url(../images/ayrac.gif) repeat-y;
	width:49px;
}

/*---------------------------------------------ifame için gerekli css-------------------*/
div.scroll {
	height:288px;
	width:230px;
	overflow: auto;
	text-align:left;
	padding: 2px;
	margin:12px 2px 0 3px;
	scrollbar-face-color: #fefefe; 
	scrollbar-HIGHLIGHT-color: #f1f1f1;
	scrollbar-SHADOW-color: #fff; 
	scrollbar-3DLIGHT-color: #fefefe; 
	scrollbar-ARROW-color: #eeefef; 
	scrollbar-TRACK-color: #eeefef; 
	scrollbar-DARKSHADOW-color: #fefefe;

}
