﻿body {
    margin:0px;
    font-family:arial;
    font-size:11px;
    color:#333333;
    }
	
tr,td,p,div {
    font-family:arial;
    font-size:11px;
    color:#333333;
    }
.vakif_acilisi {
    font-family:arial;
    font-size:12px;
    color:#333333;
    }
    
.txtwihte {

    font-family:Trebuchet MS;
    font-size:11px;
    filter:default;
    color:White;
    padding-top:5px;
    padding-right:5px;
    }
	/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow2 {
    display: none;
    vertical-align:top;
    position: absolute;
    top: 50%;
    left: 50%;
	    
    margin-left: -250px;
	margin-top: -136px;
    width: 450px;
    
    background-color: #000000;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay2 { background-color: #000; vertical-align:top; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
html2 .jqmWindow2 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

img {
    border:none;
    }
.haber {

    font-family:Verdana;
    font-size:10px;
    filter:default;
	color:#727070;
    }
	
a.link1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	TEXT-DECORATION: none;
}
a.link1:visited {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	TEXT-DECORATION: none;
}
a.link1:active {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	TEXT-DECORATION: none;
}
a.link1:hover{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #619b41;
	TEXT-DECORATION: none;
}

a.link2 {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	TEXT-DECORATION: none;
}
a.link2:visited {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	TEXT-DECORATION: none;
}
a.link2:active {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	TEXT-DECORATION: none;
}
a.link2:hover{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	TEXT-DECORATION: underline;
}
.baslik { 
	font-family: Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c20202;
	TEXT-DECORATION: none;
    }
	
.kirmizi {
    font-family:arial;
    font-size:11px;
	font-weight: bold;
	text-decoration:underline;
    color:#c20202;
    }
.siyah {
    font-family:arial;
    font-size:11px;
	font-weight: bold;
	text-decoration:underline;
    color:#333333;
    }