/* CSS Document */
body { margin:0 }
ul {margin:10px 5px 10 12px;padding:0;list-style-type:none;list-style-image: url(../images/homeul.gif);}

a { text-decoration:none}
a:hover { text-decoration:underline}


.text_normal_black {
	font-family: Tahoma;
	font-size: 11px;
}

.text_normal_black a{
	color: #000000
}

.text_normal_red {
	font-family: Tahoma;
	font-size: 11px;
	color:#CC0000;
}

.text_normal_red a{
	color:#CC0000
}

.text_normal_deep_blue {
	font-family: Tahoma;
	font-size: 11px;
	color:#314c79;
}


/* white */

.text_normal_white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF
}

.text_normal_white a{
text-decoration:none;
	color: #FFFFFF
}

.text_normal_white a:hover{
	color: #FFFFFF;
	text-decoration:underline
}




/*  grey */
.text_normal_grey {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666
}

.text_normal_grey a{
	color: #666666
}

.text_normal_grey a:hover{
	color: #333333
}

/* deep grey */
.text_normal_deep_grey {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333
}


.text_normal_deep_grey a{
	color: #666666
}

.text_normal_deep_grey a:hover{
	color: #333333
}

.text_normal_deep_grey_small {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666
}


.text_news_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#2a5f91;
}


	/* Layout properties for your question  */
	.question{
		font-weight:bold;	/* Bold font */		
		color: #000080;		/* The questions is in lacivert */
		cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
}
		
.answer{
	/* Layout properties - You can change these */
		
	border: 0px solid #555555;
	width:100%;
	height:100%;



		
	/* This one should not be changed */
	display:none;	
}



/* Mavi tab */
    .tab_blue {
      float:left;
     /* width:584px;
	  border-bottom:1px solid #2763A5;*/
      line-height: normal;
	  font-weight: bold;
      }
  
    .tab_blue ul {
	  margin:0;
	  padding:10 10 0 20;
	  list-style:none;
	        }
    .tab_blue li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
	  
	  
	  
    .tab_blue a {
      float:left;
      background:url("/images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 1 0 3; 
      text-decoration:none;
	  color:#666666;
      }
	
	  
	  
    .tab_blue a span {
      float:left;
      display:block;
      background:url("/images/tabright10.gif") no-repeat right top;
      padding:9 19 4 15; /* 1dikey   2 ve 4 txt yan boşluklar*/
      color:#666666;
	  font-size:11px;
	  font-family:Tahoma;
	  float:none;
      }
	  
	  
	  
/*	  
 .tab_blue a:hover {
      background-position:0% -1px;
	  
      }
.tab_blue a:hover span {
      background-position:100% -1px;
      }

*/
/* Mavi tab */
    .tab_blue2 {
      float:left;
	  /*border-bottom:1px solid #2763A5;*/
      line-height: normal;
	  font-weight: bold;
      }
  
    .tab_blue2 ul {
	  margin:0;
	  padding:10 10 0 20;
	  list-style:none;
      }
    .tab_blue2 li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
	  
	  
	  
    .tab_blue2 a {
      float:left;
      background:url("/images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 1 0 3; 
      text-decoration: none;
	  background-position:0% -27px;
      }
	


	.tab_blue2 a:hover { text-decoration:none }
	  
	  
    .tab_blue2 a span {
      float:left;
      display:block;
      background:url("/images/tabright10.gif") no-repeat right top;
      padding:10 19 4 15; /* 1dikey   2 ve 4 txt yan boşluklar*/
      color:#666666;
	  font-size:11px;
	  font-family:Tahoma;
	  float:none;
	  background-position:100% -27px;color:#FFF;
	  text-decoration:none
      }
	  


  
.closed {display: none}
.opened {display: visible}


	/* Don't delete anything below here */
	.dhtmlgoodies_contentBox{
		border:1px solid #cccccc;
		height:0px;
		visibility:hidden;
		position:absolute;

		overflow:hidden;
		padding:2px;
		width:0px;
				
	}
	.dhtmlgoodies_content{
		position:relative;		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:100%;
		font-size:0.8em;
		
	}
	
	
	
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
			background-color: #F0F7FD;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		#panes {
			text-align: justify;
			border-style: none;
			width: 595px;
			margin: 0 auto 0 auto;
		}
		
		#panes div div {
		  overflow: hidden;
		  padding: 8px;
		}
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
