/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:tahoma;
	font-size:11px;
}

.genel { white-space:nowrap; }

.input {
	border:1px solid #BCBDBF;
	width:112px;
	height:20px;
	margin-right:10px;
	margin-left:10px;
}

.baslikkoyu { font-weight:bold; }

.button { 
	cursor:pointer;
	color:#F45712;
	font-weight:bold;
}

img { border:0px; }

.footer {
	color:#D5E0DB;
	font-weight:bold;
	text-align:left;
}

.footer a {
	color:#D5E0DB;
}

.footer .dot {
	padding:4px;
}

.haberler a {
	color:#333333;
	text-decoration:none;
}

.haberler {
	font-weight:normal;
	text-decoration:none;
}

.haberler a:hover { color:#F45712; }

select {
	color:#01572A;
	font-size:11px;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; }

.arama  { width:60px; height:13px; border:1px solid #95A49C; overflow:hidden; }

td.sec1 {
	background-image: url(/images/dotIn.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div.sec2 {
	background-image: url(/images/dotOut.gif);
	background-repeat: repeat-x;
	height:10px;
	font-size:20px;
	background-position: center;
}

ul.isakis li {
	margin-bottom:10px;
}

.tablo {
    margin-left:0px;
	border-width:1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #9DCAB0;
	border-collapse: collapse;
	background-color: white;
}

.tablo td {
	border-width:1px;
	border-style: solid;
	border-color: #9DCAB0;
	background-color: white;
	height:21px;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:4px;
}

.tablo td strong {
 	font-weight:bold;
	color:#01572a;
}

.container {
padding-left:1px;
}

.content {
	color:#01572A;
	padding-top:12px;
	padding-left:19px;
	padding-right:19px;
	width:100%;
	overflow:hidden;
}

.content a {
	color:#F45712;
}

.content ul {
	margin-left:15px;
}

.content ul a{
           color: #333333;
		   text-decoration:none;
}

.content ul a:visited{
  	       text-decoration:none;
}

.content ul a:hover{
		   color:#F45712;
  	       text-decoration:underline;
}

.content ul a:active{
		   color:#F45712; 
  	       text-decoration:underline;
}

.content ul a:link{
  	       text-decoration:none;
}