
body {
   margin: 0;
   padding: 0;
   font-family: verdana, tahoma, arial, helvetica, clean, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: normal;
}

/* En genel container */
#page {
   margin: 0 auto;
   /*min-width: 860px;*/
   width:860px;
   position: relative;
   text-align: left;
   /*width: 54em; *//*background-color: azure;*/
}

/* ie6 ve alti */
* html #page{
   margin: 0 auto;
   width: 860px;
   position: relative;
   text-align: left;
}

/* Head container */
#head {
   min-width: 860px;
}

/* Body container */
#bodyCon {
   position: relative;
   width: 860px;
   overflow:hidden;
}

   /* 3 Sutunlu sayfalar icin --------
   Default su sekilde, bu container'lar padding icermiyor.
   Iclerindeki elemanlar soldan 10px padding birakabilir.
   | 200 px | <- 660 px ----> |
   | 200 px | 460 px | 200 px |

	<div id="body3CLeft>
	Sol block
	</div>
	<div id="body3CRightCon">
		<div id="body3CMiddle">Orta Alan</div>
		<div id="body3CRight">Sag Alan</div>
	</div>

   */

#body3CLeft {
   float: left;
   margin: 0 0 10px; /* Asagi 10px */
   min-width: 200px;
   width: 23.25%; /* 200px => 860 pix width icin 23.25% yapiyor */
/*background-color: blue;*/
}

#body3CRightCon {
   float: right;
   min-width: 660px;
   width: 76.75%;
}

#body3CMiddle {
   float: left;
   min-width: 460px;
   position: relative;
   width: 69.69%; /*background-color: red;*/
}

#body3CRight {
   float: left;
   min-width: 200px;
   position: relative;
   width: 30%; /*background-color: green;*/
}

/* 3 Sutunlu sayfalar sonu --------- */

/* 2 Sutunlu sayfalar icin --------- */

#body2CLeft {
   float: left;
   width: 680px;
   position: relative;
}

#body2CRight {
   float: left;
   width: 180px;
   margin-top:36px;
   position: relative;

}

/* 2 Sutunlu sayfalar sonu --------- */

/* Footer container */
#footer {
   border-bottom: 0 none;
   border-left: 0 none;
   border-right: 0 none;
   clear: both;
   font-size: 85%;
   padding: 10px 0;
   text-align: center;
}

/* Generic classes ---------------- */
.left {
   float:left;
   display:inline;
}

.right {
   float:right;
   display:inline;
}

.marginRight {
   margin: 0 10px 0 0;
}

.clickable {
   text-decoration: underline;
   cursor: pointer;
}

/*Mesaj gonderme ve goz kirpma pencereleri------------------*/
#messageDialog {
	position:absolute;
	width:424px;
	height:250px;
	visibility:hidden;
	font-size:12px;
	top:0;
	left:0;
    z-index:1001;
    font-family:Verdana, sans-serif;
}

#notifyDialog {
	position:absolute;
	width:450px;
	height:320px;
	visibility:hidden;
	font-size:12px;
	top:0;
	left:0;
    z-index:1001;
}

#innerPane {
}
#innerPane2, #innerPane3, #innerPane4, #notifyPane2, #notifyPane3, #notifyPane4, #notifyPane5 {
	padding:30px;
	display:none;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
/*---------------------- Mesaj gonderme ve goz kirpma pencereleri*/

.new_line, .div_ile_yenisatir {
   clear: both;
   height: 0;
   line-height: 1px;
   font-size: 1px;
}
 * html .new_line {
   clear: both;
   height: 0;
   line-height: 0;
   font-size: 1px;
}

.clear5 { clear:both; font-size:1px; height:5px; line-height:1px; }

.new_line_10 {
   clear: both;
   height: 10px;
   font-size: 1px;
}
.new_line_20 {
   clear: both;
   height: 20px;
   font-size: 1px;
}

.hiddenDiv {
   display: none;
   visibility: hidden;
}

.clear { clear:both; line-height:1px; font-size:1px; }

/* Simdi Yapabilirsin Alani */
.sy_link, .sy_link a:link, .sy_link a:visited, .sy_link a:active {
   color: #3d3a6c;
   font-weight: bold;
   text-decoration: none;
}

.sy_link a:hover {
   color: #3d3a6c;
   font-weight: bold;
   text-decoration: underline;
}

/*
img { behavior: url("/css/pngbehavior.htc");}
*/
/* PNG resimlerinin arkaplanlarini duzelten kod */
/*html img,  html .png {*/
   /*position: relative;*/
   /*behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",*/
      /*this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",*/
      /*this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),*/
      /*this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",*/
      /*this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)*/
      /*);*/
   /*}*/
/* BITIS - PNG resimlerinin arkaplanlarini duzelten kod */

.homepage_background_top {
   margin-top:10px;
	width:860px;
	height:20px;	
}

.homepage_background {
   width:820px;
	min-height:700px;
	border-left:4px solid #f2f7f6;
	border-right:4px solid #f2f7f6;
	padding:0 16px 0 16px;
}

.homepage_background_bottom {
   width:860px;
	height:20px;
}

.minheight100 {
	min-height:100%;
}

* html .minheight100 {
	height:100%;
}

.header_tum_site { display:block; padding-top:5px; float:left; width:340px; margin-right:9px; color:#3D3AA3; font-size:11px; text-decoration:none; }

.header_tum_site a { color:#3D3AA3; font-size:11px; text-decoration:none; }

.header_tum_site a:hover { color:#3D3AA3; font-size:11px; text-decoration:underline; }

.ikon_begendim{ background:url(/images/ortak/ikon_begendim.gif) top left no-repeat; width:22px; height:20px; cursor:pointer; }

.ikon_begenmedim { background:url(/images/ortak/ikon_begenmedim.gif) top left no-repeat; width:22px; height:20px; cursor:pointer; }
