	body {
		background:#E1D4C0 url(../i/sides_body.gif) repeat-y center top;
                 margin:0 auto;
                 padding:0;
		 
	}
	
	
	   #doc{
		
		width:827px;
                   /*My widht hack*/
               /* *widht:85%;/*for IE*/
	       background: #603000;
	       color:#fff;
	       padding:10px;
		
	}

	    div.yui-b p {

                margin:0 0 .5em 0;
                color:#fff;

            }

            div.yui-b p strong {

                font-weight:bold;
                color:#ffc;

            }

            div.yui-b p em {

                color:#ffc;

            }

            h1 {

               /* padding:.25em .5em;*/
               /* background-color:#E1D4C0;*/
                 margin-top:10px;

            }

            #productsandservices {
	margin: 0 0 10px 0;
	border: solid #c60;
	border-width: 3px 0 0 0;
}

            div.yuimenu {

                position:absolute;

            }

a:link {
  color:#58a;
  text-decoration:none;
  }
/*a:visited {
  color:#969;
  text-decoration:none;
  }*/
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

  #b2 {
	background-color: #E1D4C0;
	margin-left: 10px;
	border: 5px double #E1D4C0;
}

#b2 p{
	color: #603000 !important;
	padding: 10px;
}

#b2 h2{
	color: #c63;
	margin: 5px;
}


.img1{
	 float:right;
	 border:2px solid #c96; 
	 padding:2px;
}

.img2{
	 float:left;
	 border:2px solid #c96;
	 margin:2px 10px 0 0; 
	 padding: 2px;
}

.ft2 {
	background-color: #c60;
	/*margin: 10px;*/
	padding:10px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	
	
}
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.txt
Version: 0.11.3
*/



/* Menu styles */

div.yuimenu {
	z-index: 1;
	visibility: hidden;
	background-color: #E1D4C0; /*background-color: #e1cdb0;*/
	border: solid 1px #c60;
	padding: 1px;
}


/* MenuBar Styles */

div.yuimenubar {
	/*background-color: #c96;*/
	background: #E1D4C0;
	color:#c96;
	
}


/*
    Application of "zoom:1" triggers "haslayout" in IE so that the module's
    body clears its floated elements
*/
div.yuimenubar div.bd {

    zoom:1;
    

}

/*
    Clear the module body for other browsers
*/
div.yuimenubar div.bd:after {

    content:'.';
    display:block;
    clear:both;
    visibility:hidden;
    height:0;

}


/* Matches the group title (H6) inside a Menu or MenuBar instance */

div.yuimenu h6,
div.yuimenubar h6 { 

    font-size:100%;
    font-weight:normal;    
    margin:0;
    border:solid 1px #c96;
    color:#fff;    

}

div.yuimenubar h6 {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    padding:4px 12px;
    border-width:0 1px 0 0;
    
}

div.yuimenu h6 {

    float:none;
    display:block;
    border-width:1px 0 0 0;
    padding:5px 10px 0 10px;

}


/* Matches the UL inside a Menu or MenuBar instance */

div.yuimenubar ul {

    list-style-type:none;
    margin:0;
    padding:0;

}

div.yuimenu ul {

    list-style-type:none;
    /*border:solid 1px #c96;
    border-width:1px 0 0 0;*/
    margin:0;
    padding:10px 0;

}


div.yuimenu ul.first-of-type, 
div.yuimenu ul.hastitle,
div.yuimenu h6.first-of-type {

    border-width:0;
   

}


/* MenuItem and MenuBarItem styles */

div.yuimenu li,
div.yuimenubar li {

    font-size:85%;
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;
    color:#603000;

}

div.yuimenu li.yuimenuitem {

    padding:2px 24px;
    
}

div.yuimenu li li,
div.yuimenubar li li {

    font-size:100%;
    color:#603000;
    

}


/* Matches the help text for a menu item */

div.yuimenu li em {

    font-style:normal;
    margin:0 0 0 40px;

}

div.yuimenu li a em {

    margin:0;

}

div.yuimenu li a, 
div.yuimenubar li a {
    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
     color:#603000;
    text-decoration:none;
    
}

div.yuimenu li.hassubmenu,
div.yuimenu li.hashelptext {

    text-align:right;

}

div.yuimenu li.hassubmenu a.hassubmenu,
div.yuimenu li.hashelptext a.hashelptext {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    text-align:left;

}


/* Matches focused and selected menu items */

div.yuimenu li.selected,
div.yuimenubar li.selected {
	background-color: #c60;
	
}

div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {

    text-decoration:underline;

}

div.yuimenu li.selected a.selected,
div.yuimenu li.selected em.selected, 
div.yuimenubar li.selected a.selected {

    color:#fff;

}


/* Matches disabled menu items */

div.yuimenu li.disabled, 
div.yuimenubar li.disabled {

    cursor:default;

}

div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {

    color: #fff;
    cursor:default;
    
}

div.yuimenubar li.yuimenubaritem {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
   /* border-width:0 0 0 1px;
    border-style:solid;
    border-color:#963;*/
    padding:4px 24px;
    margin:0;

}

div.yuimenubar li.yuimenubaritem.first-of-type {

    border-width:0;

}


/* Matches the submenu indicator for menu items */

div.yuimenubar li.yuimenubaritem img {

    height:8px;
    width:8px;
    margin:0 0 0 10px;
    vertical-align:middle;

}

div.yuimenu li.yuimenuitem img {

    height:8px;
    width:8px;
    margin:0 -16px 0 10px;
    border:0;

    *margin-left:0;
    *border-left-width:10px;
    *border-style:solid;
    *border-color:#ffc;

}

div.yuimenu li.yuimenuitem.selected img.selected {

    *border-color:#ffc;

}

div.yuimenu li.checked {

    position:relative;

}

div.yuimenu li.checked img.checked {

    height:8px;
    width:8px;
    margin:0;
    border:0;
    position:absolute;
    left:6px;
    _left:-16px; /* Underscore hack b/c this is for IE 5.5 and IE 6 only */
    top:.5em;
    
}

 #b2 ul li a{
	color: #c00;
	padding-left: 10px;
	text-decoration: none;
	/*border-bottom: 1px dotted #fff;*/
	
}
 
 #metabox {
 	font-size:90%;
	/*display: block;*/
	/*border: 1px solid #c96;*/
	color: #ffc;
	padding: 10px;
	
	}
 #metabox a{
	color: #ffc;
}
  #metabox h3{
 	margin-bottom:10px;
	color: #ffc;
	
 }
 .big{
 	font-size: 110%;
 }
 
 .bigger{
 	font-size: 130%;
 }
 


 
 .contrast {
 	background: #963;
	color:#ffc;
	font-size: 130%;
 }
 
 /*Tabset*/

/* default space between tabs */
.yui-navset-top .yui-nav li, .yui-navset-bottom .yui-nav li {
    margin-right:0.5em; /* horizontal tabs */
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin-bottom:0.5em; /* vertical tabs */
}

.yui-navset .yui-nav li em { padding:.5em; } /* default tab padding */

/* default width for side tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { width:6em; }
.yui-navset-left { padding-left:6em; } /* map to nav width */
.yui-navset-right { padding-right:6em; } /* ditto */

/* core */

.yui-nav, .yui-nav li {
    margin:0;
    padding:0;
	list-style:none;
	margin-top:5px;
}
.yui-navset li em { font-style:normal; }

.yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
}

.yui-navset .yui-content { zoom:1; }

.yui-navset-top .yui-nav li, .yui-navset-bottom .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

.yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
}

.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

.yui-navset .yui-nav li a {
    display:block;
	zoom:1;
	color:#963;
	font-weight:bold;
}

.yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a {
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
}

.yui-navset-bottom .yui-nav li a {
    vertical-align:text-top; /* for inline overlap (reverse for Op border bug) */
}

.yui-navset .yui-nav li a em { display:block; }

/* position left and right oriented tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { position:absolute; z-index:1; }
.yui-navset-left .yui-nav { left:0; }
.yui-navset-right .yui-nav { right:0; }
/*Rounded Coners*/
.yui-navset .yui-content {
	border:1px solid #c96;
	margin-bottom:20px;

}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {
	background:#603000;
	border-bottom:0;
	color:#c63;
}

.yui-navset .yui-nav li a {
	background: #603000;
	/*background-color:#E1D4C0;*/
	border-top:1px solid #c96;
	border-left:1px solid #c96;
	border-bottom:0;
	border-right:1px solid #c96;
	text-decoration:none;
}i
.yui-navset .yui-nav li a em {
    background:transparent/* url(img/round_4px_trans_gray.gif) no-repeat top right*/;
}

/* top oriented */

.yui-navset-top .yui-nav { margin-bottom:-1px; } /* for overlap, based on content border-width */
.yui-navset-top .yui-nav li a {
    border-bottom:/*1px solid #963;*/none;
}

.yui-navset-top .yui-nav .selected a { border-bottom:0; }
.yui-navset-top .yui-nav .selected a em { padding-bottom:0.6em; } /* adjust height */

/* top & bottom oriented */
.yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
    margin-left:4px; /* based on border-radius */
    padding-right:8px; /* based on border-radius (2x left to balance margin) */
    padding-left:4px;
}

/* bottom oriented */

.yui-navset-bottom .yui-nav { margin-top:-1px; } /* for overlap, based on content border-width */
.yui-navset-bottom .yui-nav li a { border-top:1px solid #963; }

.yui-navset-bottom .yui-nav .selected a { border-top:0; }
.yui-navset-bottom .yui-nav .selected a em { padding-top:0.6em; } /* adjust height */

.yui-navset-bottom .yui-nav li a { background-position:bottom left; }
.yui-navset-bottom .yui-nav li a em { background-position:bottom right; }

/* left oriented */

.yui-navset-left .yui-content { margin-left:-1px; } /* for overlap, based on content border-width */

.yui-navset-left .yui-nav li a {
    border-right:1px solid #963;
    padding-bottom:4px;
}

.yui-navset-left .yui-nav li a em, .yui-navset-right .yui-nav li a em {
    padding-top:8px; /* based on border-radius (2x left to balance margin) */
}

.yui-navset-left .yui-nav .selected a { border-right:0; }
.yui-navset-left .yui-nav .selected a em { padding-left:0.6em; } /* adjust width */

.yui-navset-left .yui-nav li a { background-position:bottom left; }
.yui-navset-left .yui-nav li a em { background-position:top left; }

/* right oriented */

.yui-navset-right .yui-content { margin-right:-1px; } /* for overlap, based on content border-width */

.yui-navset-right .yui-nav li a {
    border-left:1px solid #963;
    padding-bottom:4px;
}

.yui-navset-right .yui-nav .selected a { border-left:0; }
.yui-navset-right .yui-nav .selected a em { padding-left:0.6em; } /* adjust width */

.yui-navset-right .yui-nav li a { background-position:bottom right; }
.yui-navset-right .yui-nav li a em { background-position:top right; }

/*Tab Styles*/

#meta { width:100%; }
#meta .yui-content {
    padding:1em; /* pad content container */
}

	#themes li img {
		
		border:1px solid #c96;
		padding:3px;
		background:/*#F5EDE3;*/#603000;
	
		
	}
	#themes a:hover   {
		
		border:1px solid #fff;
		margin:-1px;
		
	}
	
	/*lightbox*/
  #overlay {
		display:none;
		position:absolute;
		opacity:0.6;
		filter:alpha(opacity=60);
		z-index:999;
		top:0;
		left:0;
		background:#000;
	}
	#lightbox {
		display:none;
		position:absolute;
		z-index:1000;
		text-align:center;
		top:1px;
		left:-25px;
	}
	#lightbox img {
		border:2px solid #fff;
		cursor:pointer;
		background:#000;
		padding:2px;
		margin:0 auto;
		display:block;
	}


/* Grid Swapping */


/*#swappers {
		position:absolute;
		top:5px;
		right:5px;
		
		
	}*/

	#swappers ul li {
		width:20px;
		height:20px;
		line-height:0;
		/*font-size:1px;*/
		border:1px solid #c96;
		margin-right:5px;
		float:left;
		cursor:pointer;
		
	}
	
	#t-4 { background:#F5EDE3; }
	#t-7 { background:#963; }
	

	
	#swappers a {
		font-weight:bold;
		color:#963;
		background:transparent;
		text-decoration:none;
		
	
	}
	/*#swappers a:hover {
		font-weight:bold;
		color:#fff;
		background:#963;
		text-decoration:none;
	
	}*/

 

#toc {
		text-align:center;

}

#toc a:visited {
		color:#58a;
		text-decoration:none;
}
#toc a:hover {
  color:#c60;
  text-decoration:underline;
  }

a:visited.scrolling-link {
		color:#f96;
		font-weight:bold;
		text-decoration:none;
		
		

}


a:hover.scrolling-link {
  color:#900;
  text-decoration:underline;
  }
  
 #info {
		width:550px;
		margin:0 auto;
		/*border:1px solid #ccc;*/
		/*overflow:hidden;*/
		padding:10px 10px;
		position:relative;
	}
	#info a {
		background:#fff;
		color:#333;
		display:block;
		position:absolute;
		text-decoration:none;
		top:5px;
		
		z-index:100;
	}
		#info a#move-left {
			/*font-size:150%;
			font-weight:bold;*/
			width:100%;
			left:0px;
			color:#c96;
			background:transparent url("../i/arrow_l_0.gif") top left no-repeat;/*#F5EDE3;*/
			padding-bottom:10px;
			padding-right:5px;
			/*border:1px solid #c96;*/
		}
		
		#info a:hover#move-left {
		color:#c63;				
		background:transparent url("../i/arrow_l_0.gif") top left no-repeat;
		padding-bottom:10px;
		padding-right:5px;
	/*	text-decoration:line-through;*/
		
		}
		#info a#move-right {
			/*font-size:150%;
			font-weight:bold;*/
			right:-1px;
			color:#c96;
			width:100%;
			background:transparent url("../i/arrow_r_0.gif") top right no-repeat;
			padding-left:5px;
			padding-bottom:10px;
			
			/*border:1px solid #c96;*/
		}
		
		#info a:hover#move-right {
		color:#c63;				
		background:transparent url("../i/arrow_r_0.gif") top right no-repeat;
		padding-left:5px;
		padding-bottom:10px;
		
		/*text-decoration:line-through;*/
		
		}
		
		#info .mod {
			overflow:hidden;
		}
	#themes {
		width:12000px;
		height:153px;
	}
	.mod {
		width:500px;
		overflow:hidden;
		margin:0 auto;
		position:relative;
		zoom:1;
	}
	#themes, #themes li {
		margin:0;
		overflow:hidden;
		padding:0;
		
	}
	#themes li {
		float:left;
		height:154px;
		margin:0 11px 0 1px;
		width:200px;
		padding:0;
	
	
	}

#belgeler a {
	color:#963;
	font-weight:bold;

}

#belgeler a:hover {
	color:#963;
	font-weight:bold;
}

#konular a {
	color:#963;
	font-weight:bold;

}
#konular a:hover {
	color:#963;
	font-weight:bold;
}
   
   #fotolar a {
	color:#963;
	font-weight:bold;

}
#fotolar a:hover {
	color:#963;
	font-weight:bold;
}

/*Nice Titles*/

p#aTitles, img#aTitles {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-indent: 0;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.4em;
	display: none;
	background: #930;
	position: absolute;
	z-index: 999;
	color: #FFF;
	padding: 4px;
	border: 3px double #930;
}
abbr, acronym {
	cursor: help;
        color:#ff0;
        border-bottom:1px dotted #FF0;
}
.right {
    
        text-align:right;
    
    }
    .ft2 a {
        color:#ff0;
          
    }
    
    .kaynakca {
	padding: 10px;
	color: #930;
	font-size: 87%;
	
	
}

    .kaynakca li {
	line-height: 20px;
	list-style: square inside;
	
}

#bd li{
	line-height: 20px;
}

.ozel {
	color: #f96;
	text-decoration: none;
}
h2, h3 {
	margin-bottom:10px;
	color: #ff9;
}

#konular h2 {
	text-align: center;
}
.copy {
	color:#fdd;
}

.print {
	display: none;
}

h4 { color:#ffff00; }
