html{
	background:#95c3d3 url(../images/bg-page.gif) repeat-x;
	
}
body{
	margin:0;
	padding:0;
	min-width:950px;/*.e7 de calisiyor*/	
	font: normal 11px Verdana, Arial, Sans-serif;
}

a {
	color: #056B8C;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
.altcizgi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE0E2;
}

.gray
{
	color:#999999;	
}

.logo a,
.content-container .right-shadow,
.content-container .left-shadow,
.bottom-bg{
	display:block;
	overflow:hidden;
	text-indent:-6666px;
}
a img{ border:none;} /*menu asagi kayiyor*/

/*--- HEADER CSS ---*/
#header{
	margin-top:27px;
	height:50px;
	background:#fff url(../images/bg-header-l.png) no-repeat;
	clear:both;
	width:950px;
	margin-left: auto; 
	margin-right: auto; 
	border:0px solid red;


	
}
#header .container{
	height:50px;
	background:url(../images/bg-header-r.png) no-repeat 100% 0;
	padding:0 20px 0 39px;
	position:relative;
	z-index:10;
}

.lang{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	margin:2px 2px 2px 2px;	
}
.lang li{
	display:inline;
	padding-left:3px;
	padding-right:8px;
	color:#1a1b1d;	
	background:url(../images/bg-lang.png) no-repeat;
	margin-right:1px
}
.lang a{
	color:#1a1b1d;
	text-decoration:none;
}
.logo{
	position:absolute;
	left:51px;
	top:-18px;
}
.logo a{
	cursor:pointer;
	width:95px;
	height:110px;
	background:url(../images/logo.png) no-repeat;
}

.logo2{
	position:absolute;
	right:51px;
	top:-2px;
}
.logo2 a{
	cursor:pointer;
	width:95px;
	height:110px;
	background:url(../images/logo.png) no-repeat;
}

.top-info{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	margin:0 2px 2px 2px;
}
.top-info li{
	display:inline;
	padding-left:9px;
	color:#1a1b1d;
}
.top-info a{
	color:#1a1b1d;
	text-decoration:none;
}
.top-info a:hover{ text-decoration:underline;}
/*--- main menu css ---*/
#menu{
	height:30px;
	background:url(../altyapi/images/bg-menu.gif) repeat-x;
	border:solid #000;
	border-width:0 1px;
	margin:0 1px;
	padding-right:12px;
	
}
#menu li{
	display:inline;
	float:right;
	height:30px;
	margin:0 14px;
}
#menu a{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	/*font:bold 16px/32px "Trebuchet MS", sans-serif;*/
	height:23px;
	padding:6px 11px 0 12px;
	color:#fff;
	text-decoration:none;
}
#menu li.active, #menu li.hover{
	position:relative;
	height:33px;
	margin:-3px 5px 0 13px;
	background:url(../altyapi/images/bg-menu-active-l.gif) no-repeat;
}
#menu li.active a, #menu li.hover a{ color:#000;}
#menu li.active span, #menu li.hover span{
	float:left;
	height:30px;
	padding:3px 9px 0 1px;
}
/*--- FOOTER CSS ---*/
#footer{
	height:119px;
	background:url(../images/bg-footer-left.png) no-repeat;
	clear:both;
	
	width:950px;
	margin-left: auto; 
	margin-right: auto; 
	border:0px solid red;	
}
#footer .container{
	padding:13px 20px 0 39px;
	background:url(../images/bg-footer-right.png) no-repeat 100% 0;
	height:106px;
	position:relative;
}

/*--- CONTENT CSS ---*/
.content-container
{
	/*
	clear:both;
	position:relative;
	*/
	clear:both;
	position:relative;
	width: 950px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	border:0px solid red;
	
}
.content-container .left-shadow{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:39px;
	background:url(../images/page-shadow-left.png) no-repeat;
}
.content-container .right-shadow{
	position:absolute;
	left:100%;
	top:0;
	margin-left:-20px;
	height:100%;
	width:20px;
	background:url(../images/page-shadow-right.png) no-repeat;
}
#content{
	margin:0 20px 0 39px;
	min-height:1064px;
	background:#fff;
	background:#fff url(../images/bg-content.gif) repeat-x 0 100%;
	position:relative;
	padding: 10px 180px 15px 205px;
}
#content:after{
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
}
* html #content{
	overflow:visible;
	height:1064px;
}
/*--- LEFT COLUMN CSS ---*/
#content .left-col{
	float:left;
	width:200px;
	display:inline;
	margin: 50px 0 0 -205px;
	padding-left:2px;
	border:0px solid yellow;
}


/*--- RIGHT COLUMN CSS ---*/
#content .right-col{
	float:right;
	display:inline;
	width:175px;
	margin: 0px -180px 0 0;
	border:0px solid yellow;
	overflow:hidden;
}




/*--- CONTENT TEXT CSS ---*/
#content .content-text{
	width:99%;
	float:left;
	padding-bottom:20px;
	border:0px solid red;	
}

/*mkale*/
#content2{
	margin:0 20px 0 39px;
	min-height:1064px;
	background:#fff;
	background:#fff url(../images/bg-content.gif) repeat-x 0 100%;
	position:relative;
	padding: 10px 4px 15px 205px;
}
#content2:after{
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
}
* html #content2{
	overflow:visible;
	height:1064px;
}
/*--- LEFT COLUMN CSS ---*/
#content2 .left-col{
	float:left;
	width:200px;
	display:inline;
	margin: 50px 0 0 -205px;
	padding-left:2px;
	border:0px solid yellow;
}


/*--- CONTENT TEXT CSS ---*/
#content2 .content-text{
	width:99%;
	float:left;
	padding-bottom:20px;
	padding-left:2px;
	border:0px solid red;
}


/*tabs*/

/* main styles */
body {
	margin:0;
	padding:0;
	/*background:#BBD9EE;*/
  	color:#000;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	}

/* main container */
.tab-main {
	width:675px;
	margin:0 auto;
	border:0px solid red;
	}
/* header */
.tab-header {
	position:relative;
	width:675px;
	height:56px;
	background:url('../altyapi/images/tab/bg-header.gif') no-repeat left bottom;
	
	}



/* News Body*/
.news-body-n {
	line-height:20px;
	position:relative;	
}

.news-body-n .titleImg
{
	float:left;
	border: 1px solid #999999; 
	padding: 4px; margin-right: 14px;	
	clear:both;	              
}  
.news-body-n .title
{
	
	font-weight:bold;
	
	
}
.news-body-n .title:link
{
	text-decoration:underline;	
}
.news-body-n .title:visited 
{	
	text-decoration:none;
}
.news-body-n .title:hover{text-decoration:underline;}


/* Fairs Body */

.fair-body-n {
	/*font-size:13px; */
	line-height:20px;
	border-bottom: 1px solid #999999;
	
}
.fair-body-n .fairlogo
{	
	width:200px;	
	overflow:hidden;
	float: left;
	border: 1px solid #999999;    
	padding: 4px;	         
}  

.fair-body-n .fairlogo img
{
	
	display:block; /*allows the element to take auto margins*/ 
	margin:0 auto; /*centers in compliant browsers*/ 
	text-align:center; /*centers in old versions of IE*/          
}  

.fair-body-n .title
{	
	font-size:14px; 
	line-height:20px;  
	font-weight:bold;              
}  
.fair-body-n .title:link, .fair-body-n .title:visited {color:#03c;border-color:#c00;text-decoration:none;}
.fair-body-n .title:hover{text-decoration:underline;}

.fair-body-n .detailLink:link, .fair-body-n .detailLink:visited {border-color:#c00;text-decoration:none;}
.fair-body-n .detailLink:hover{text-decoration:underline;}


.section 
{
	font-size:13px;
	font-weight:bold;
}

.subsection 
{
	font-size:12px;
	font-weight:bold;
}

.page_Title {
	BACKGROUND-POSITION: 100% bottom; FONT-SIZE: 20px; BACKGROUND-IMAGE: url('../altyapi/images/titleSeparator.gif'); MARGIN-BOTTOM: 10px; PADDING-BOTTOM: 8px; WIDTH: 100%; COLOR: #7b7b7b; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.content_title{
	font-size: 20px;
	color: #3385A8;
}

.icerikyazi{
	line-height: 18px;
	color: #073340;
}
.alt_cizgi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE0E2;
}

.stands_thumbnail
{
	
	width:140px;
	height : 160px;
	overflow:hidden;
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-left:2px;
	margin-right: 6px;
	margin-bottom: 22px;
}	

.stands_thumbnail .
{
	
	width:140px;
	height : 160px;
	overflow:hidden;
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-left:2px;
	margin-right: 6px;
	margin-bottom: 22px;
}	


.FAQ {
	PADDING-RIGHT: 2px; BACKGROUND-POSITION: right bottom; DISPLAY: block; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 11px; MIN-HEIGHT: 31px; BACKGROUND-IMAGE: url(../altyapi/images/FAQs.jpg); PADDING-BOTTOM: 0px;  COLOR: #333333; PADDING-TOP: 5px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; box-sizing: border-box; moz-box-sizing: border-box
}
 HTML .FAQ {
	HEIGHT: 31px
}
.FAQExpand {
	PADDING-RIGHT: 8px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 12px; PADDING-BOTTOM: 11px;  PADDING-TOP: 6px; box-sizing: border-box; 
	border: 0px solid red;
}
.FAQ A {
	TEXT-DECORATION: none;
}
.FAQ A:active {
	FONT-WEIGHT: bold
}

.FAQExpand A .text
 {
	padding-left:14px;	
	padding-bottom:2px;
	BACKGROUND: url(../altyapi/images/ok2.gif) no-repeat left 2px;
	background-position:left;	
}



.roundedBox {
}

.roundedBox .hd 
{
	position:relative;
	background: url('../altyapi/images/roundedbox/top1.gif') repeat-x left bottom;	
	width:100%;
	line-height: 0px; 
	font-size: 0px;
	border:0px solid red
}

.roundedBox .hd .right
{
	float:right;
	height:10px;
	width: 10px;
	background:url('../altyapi/images/roundedbox/topright1.gif') no-repeat bottom; margin-left:0; margin-right:0px; margin-top:20; margin-bottom:0;	
}

.roundedBox .hd .left
 {
	float:left;
	height:10px;
	width: 10px;
	background:url('../altyapi/images/roundedbox/topleft1.gif') no-repeat bottom; margin-left:0; margin-right:0px; margin-top:00; margin-bottom:0;	
	
}

.roundedBox .bd {
	background: #FFF url('../altyapi/images/roundedbox/middleleft.gif') repeat-y left top;
	border-right: 1px solid #e0e0e0; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
	}
	
.roundedBox .bd .c {
	position: relative;
	float: right;
	width: 11px;
	background: url('../altyapi/images/roundedbox/middleright.gif') repeat-y right top;
	}
	
.roundedBox .ft {
	height: 10px;
	background: url('../altyapi/images/roundedbox/bottom1.gif') repeat-x left top;
	font-size: 0px;
	line-height: 0px
	}
	
.roundedBox .ft .left {
	float: left;
	background: url('../altyapi/images/roundedbox/bottomleft1.gif') no-repeat left top;
	width: 10px;
	height: 10px
	}

.roundedBox .ft .right {
	float: right;
	background: url('../altyapi/images/roundedbox/bottomright1.gif') no-repeat right top;
	width: 10px;
	height: 10px
	}
	
	
	


.tab_navigation_wrapper 
{
	border:0px solid red;
}

.tab_navigation_wrapper .hd 
{
	position:relative;
	background: url("../altyapi/images/tab/top.gif")  bottom repeat-x;	
	height:56px;
	width:100%;
	line-height: 11px; 
	font-size: 11px;
	border:0px solid red;
	padding-top:3px;
}

.tab_navigation_wrapper .hd .right
{
	float:right;
	width: 8px;
	height: 13px;
	background:url("../altyapi/images/tab/top_right.gif") no-repeat bottom; margin-left:0; margin-right:0px; margin-top:0; margin-bottom:0;
	padding-top:43px;
}

.tab_navigation_wrapper .hd .left
 {
	float:left;
	width: 8px;
	height: 13px;
	background:url("../altyapi/images/tab/top_left.gif") no-repeat bottom; margin-left:0; margin-right:0px; margin-top:0; margin-bottom:0;
	padding-top:43px;
	
}

.tab_navigation_wrapper .bd {	
	/**/
	padding: 0px 10px 0px 10px;
	border: 2px solid #a9c4d7;
	border-top:0px;
	border-bottom:0px;
}

.tab_navigation_wrapper .bd .clear  {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
}

	
.tab_navigation_wrapper .bd .right
{
	float:right;
	width: 8px;
	height:100%;
	background:url("../altyapi/images/tab/middle_right.gif") repeat-y;
	
}

.tab_navigation_wrapper .bd .left
 {
	float:left;
	width: 8px;
	background:url("../altyapi/images/tab/middle_left.gif") repeat-y; 
	
}
	
	
.tab_navigation_wrapper .ft {
	height: 10px;
	background: url("../altyapi/images/tab/bottom.gif") left top repeat-x;
	font-size: 0px;
	line-height: 0px;
	}
	
.tab_navigation_wrapper .ft .left {
	float: left;
	background: url("../altyapi/images/tab/bottom_left.gif") left top no-repeat;
	width: 4px;
	height: 4px;
	}

.tab_navigation_wrapper .ft .right {
	float: right;
	background: url("../altyapi/images/tab/bottom_right.gif") right top no-repeat;
	width: 4px;
	height: 4px;
	}


	
/* header tabs */
.tab_navigation_wrapper .tab-navigation {
	position:absolute;
	top:13px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	}
.tab_navigation_wrapper .tab-navigation li {
	float:left;
	height:34px;
	background:url('../altyapi/images/tab/tab.gif') repeat-x top; margin-left:0; margin-right:3px; margin-top:0; margin-bottom:0
	}
.tab_navigation_wrapper .tab-navigation li a {
	float:left;
	display:block;
	height:20px;
	line-height:19px;
	
	padding:4px 0 0 0;
	color:#000;
	}
.tab_navigation_wrapper .tab-navigation li span {
	float:left;
	background:url('../altyapi/images/tab/tab-left.gif') no-repeat left top;
	/*color:#606060;*/
	}
.tab_navigation_wrapper .tab-navigation li span span {
	background:url('../altyapi/images/tab/tab-right.gif') no-repeat right top;
	padding-left:10px; padding-right:10px; padding-top:7px; padding-bottom:0
	}
.tab_navigation_wrapper .tab-navigation li.active {
	padding:0;
	height:34px;
	background:url('../altyapi/images/tab/tab-active.gif') repeat-x top;
	margin-right:2px
	}
.tab_navigation_wrapper .tab-navigation li.active span {
	background:url('../altyapi/images/tab/tab-active-left.gif') no-repeat left top;
	height:34px
	}
.tab_navigation_wrapper .tab-navigation li.active span span {
	background:url('../altyapi/images/tab/tab-active-right.gif') no-repeat right top;
	height:23px;
	line-height:19px;
	/*color:#606060; */padding-left:10px; padding-right:10px; padding-top:11px; padding-bottom:0
	}
	
/* middle */
.tab_navigation_wrapper .tab-middle {
	float:left;	
	background:url('../altyapi/images/tab/bg-middle.gif') repeat-y left;
	padding-left:2px; padding-right:2px; padding-top:0; padding-bottom:0;		
	}

/* footer */
.tab_navigation_wrapper .tab-footer {
	float:left;
	background:url('../altyapi/images/tab/bg-footer.gif') no-repeat;
	height:15px
	}

div.alert {
	margin: 1.2em 0;
	padding: 5px;
	background-color: #ffd;
	border: solid 2px #ea7;
}

