body {
	scrollbar-face-color: #2fa1e5; 
	scrollbar-HIGHLIGHT-color: #68b9ed;
	scrollbar-SHADOW-color: #2fa1e5; 
	scrollbar-3DLIGHT-color: #2fa1e5; 
	scrollbar-ARROW-color: #000; 
	scrollbar-TRACK-color: #68b9ed; 
	scrollbar-DARKSHADOW-color: #0b7ccf;
	background:url(../images/bg.png) repeat-x #339ce1;
	padding:0px;
	margin:0px;
}

/********************************* link ***********************/
a{
	font:normal 11px "Trebuchet MS";
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
.link a{
	font:normal 11px "Trebuchet MS";
	color:#b30700;
	text-decoration:none;
	float:right;
}
.link a:hover{
	color:#344a52;
	text-decoration:underline;
}
/**************************** td, th ve p ***********************************/
td{
	font:normal 12px "Trebuchet MS";
	color:#00488d;
	text-align:left;
	vertical-align:top;
}

.img{
	float:left;
	margin:2px 15px;
	/*border:1px solid #7eaab3;*/
}
p{
	font:normal 12px "Trebuchet MS";
	text-decoration:none;
	text-align:justify;
	margin:2px 20px 4px 20px;
	padding:0px;
}

/**************************************** ul, ol için css **********************************/
.haber ul{
	font:normal 12px "Trebuchet MS";
	list-style:none;
	padding:0px;
	margin:0px;
}
.haber ul li {
	color:#0077c0;
	margin:0 0 5px 20px;
	list-style:url(../images/li_ikon.png);
	background:url(../images/dotted.gif) repeat-x bottom;
}
.haber ul li a{
	font:normal 12px "Trebuchet MS";
	color:#000;
}
.haber ul li a:hover{
	color:#fff;
	text-decoration:none;
}
ol{
	font:normal 12px "Trebuchet MS";
	color:#fff;
	padding:2px;
	margin:10px;
	list-style:none;
}
ol li {
	list-style:url(../images/sss.gif);
	margin:0 0 0 45px;
	padding:3px;
	background:url(../images/dotted.gif) repeat-x bottom;
}
ol li a{
	color:#81c9f0;
}
ol li a:hover{
	color:#fff;
	text-decoration:none;
}

/**************************** input, select, textarea ***************************/
.input{
	font: normal 12px "Trebuchet MS";
	border:1px solid #272e4c;
	background:#bae4f8;
	width:220px;
	color:#272e4c;
}
.select{
	font: normal 12px "Trebuchet MS";
	border:1px solid #272e4c;
	background:#bae4f8;
	width:220px;
	color:#272e4c;
}
textarea{
	font: normal 12px "Trebuchet MS";
	border:1px solid #272e4c;
	background:#bae4f8;
	width:220px;
	color:#272e4c;
}


/***************************** table *****************************/
.table{
	margin:0 0 0 15px;
	width:95%;
}
.table td{
	font:normal 12px "Trebuchet MS";
	color:#000;
	text-align:center;
	vertical-align:middle;
	border:1px solid #b30700;
}
.table th{
	background:#b30700;
	font:normal 12px "Trebuchet MS";
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
.table th img{
	float:right;
}
.table th a{
	font:normal 11px "Trebuchet MS";
	color:#f9f9f9;
	text-decoration:none;
}
.tableSol{
	background:#f2f2f2;
	border:1px solid #7eaab3;
	width:95%;
	margin-left:17px;
}
.tableSol a{
	font:normal 14px "Trebuchet MS";
	color:#000;
	text-decoration:none;
}
.tableSol a:hover{
	font:normal 14px "Trebuchet MS";
	color:#999;
	text-decoration:none;
}
.tableSag{
	background:url(../images/bg_sagTable.png) repeat-x #fff9e4;
	border:3px solid #f9df78;
}

/****************************** metin ***************************/
h2{
	font:bold 14px "Trebuchet MS";
	background:url(../images/bg_baslik2.gif) repeat-x;
	margin-left:15px;
	height:25px;
	color:#00488d;
	padding:5px 0 0 0;
}
.baslik{
	font:bold 14px "Trebuchet MS";
	text-align:right;
	padding:0 25px 5px 0;
	color:#344a52;
}
.baslik2{
	font:bold 14px "Trebuchet MS";
	text-align:left;
	padding:10px 0px 7px 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;
	text-align:center;
}
.copyright{
	background:#fff;
	font: normal 11px "Arial";
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	text-indent:65px;
}
.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;

}
