/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: url(img/wtc_bg.png);
	color: #566166;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 0;
}
a {
	
	color: #003d4c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Trebuchet MS', verdana, tahoma, 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	padding-left: 25px;
	padding-top: 4px;
	background-color: #285a82;
	background-image: url(img/wtc_kare.png);
    background-position: top left;
    background-repeat: no-repeat;
	line-height: 15px;
	margin-bottom: 5px;
}

h2 {
	background: #fff;
	color: #656F82;
	font-family: 'Trebuchet MS', verdana, tahoma, 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}

h3 {
	color: #fc8539;
	font-family: 'Trebuchet MS', verdana, tahoma, 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 0;
	padding-bottom: 0.5em;
}
h4 {
	color: #093b78;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0.5em;
	font-family: verdana, tahoma, 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: left;
}

#top {
	background: #fff;
	padding: 5px 10px;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: #939ca7;
}

#top a {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #939ca7;
}

#top a:hover {
	font-family: Verdana;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #939ca7;
}

#top form,#top input {
	display: inline;
	width: auto;
}

#top input[type=text],#top input[type=password] {
	width: 150px;
	height: 14px;
	font-size: 8pt;
	border: 1px #bbb solid;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#banner {
	height: 167px;
	width: 980px;
}

#content{
	background: #fff;
	clear: both;
	color: #566166; /*333*/
	padding: 20px 20px;
	overflow: hidden;
}

#content_left, .content_left {
	width: 620px;
	float: left;
}

#content_right, .content_right {
	width: 300px;
	float: left;
	margin-left: 20px;
}

#content_right p,.content_right p,.idtm_content_right p,.hotels p,.hotels_last p
	{
	text-align: justify;
	text-indent: 0;
	padding: 10px 0 0 0;
	margin: 10px 0 10px 0;
}

#content_left p,.content_left p,.idtm_content_left p {
	text-align: justify;
	text-indent: 0;
	/*padding: 10px 0 0 0;*/
	margin: 10px 0 10px 0;
}

#about_left {
	width: 190px;
	float: left;
	position: relative;
	z-index: 5;
}

#about_right {
	width: 730px;
	float: right;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

#about_right p { /*padding: 8px;*/
	text-align: justify;
	font-size: 11px;
	text-indent: 0;
	padding: 10px 0 0 0;
	margin: 10px 0 10px 0;
}

#about_right table {
	background: #fff;
	border: none;
	text-align: left;
}

#about_right table tr td {
	background: #fff;
	/*
    border: none;
    border-left: 1px solid #ccc; 
    */
	padding: 4px;
	text-align: left;
}

#about_right .image {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
}

#about_right .image_floatnone {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: none;
}

#about_left ul {
	line-height: 20px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#about_right ul {
	line-height: 20px;
	padding: 20px 0 0 0;
}

#about_left ul li {

	list-style: none inside url(img/wtc_kare_mv.png);
	margin: 0 8px;
}

#about_left ul li a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#about_left ul li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#about_right ul li a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#about_right ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#about_right .image {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
}

#about_right .image_floatnone {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: none;
}

#footer {
	clear: both;
	padding: 30px 10px;
	text-align: center;
	font-size: 11px;
	font-family: 'Trebuchet MS', verdana, tahoma, 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	color: #656f82;
	background: #d8dee1;
	height: 62px;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	font-family: 'Trebuchet MS', verdana, tahoma, 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	font-weight: normal;
	color: #656f82;
}

#footer a:hover {
	text-decoration: underline;
}

/* Tables */
table {
	background: #fff;
	/*border:1px solid #ccc; */
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #e8ecf1;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	height: 60px;
	font-family: Verdana;
	font-size: 14px;
	color: #e98224;
}
th a {
   color: #e98224;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	text-decoration: none;
}
table tr td {
	background: #fff;
	/*border-right: 1px solid #ccc; */
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
	text-align: center;
	
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
/*
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
*/

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* Alignment classes */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
   text-align: center;
   
}

/* search form */
#nav_search input[type=text] {
	width: 180px;
	height: 16px;
	margin-top: 4px;
	font-size: 11px;
	vertical-align: middle;
	border: 1px #bbb solid;
}

#nav_search input[type=submit] {
	height: 14px;
	margin-top: 6px;
}

#nav_search form,#nav_search input {
	display: inline;
}

/* main menu */
#navigation {
	height: 27px;
	background-color: #a7b5bb;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#navigation a {
	display: block;
}

#nav_main {
	background: url(img/menu/b_anasayfa_en.png) no-repeat;
	width: 36px;
	height: 27px;
}

#nav_main:hover {
	background: url(img/menu/b_anasayfa2_en.png) no-repeat;
	cursor: pointer;
}

#nav_about {
	background: url(img/menu/b_hakkimizda.png) no-repeat;
	width: 88px;
	height: 27px;
}

#nav_about:hover {
	background: url(img/menu/b_hakkimizda2_en.png) no-repeat;
	cursor: pointer;
}

#nav_idtm {
	background: url(img/menu/b_idtm_en.png) no-repeat;
	width: 68px;
	height: 27px;
}

#nav_idtm:hover {
	background: url(img/menu/b_idtm2_en.png) no-repeat;
	cursor: pointer;
}

#nav_activities {
	background: url(img/menu/b_faaliyetler_en.png) no-repeat;
	width: 52px;
	height: 27px;
}

#nav_activities:hover {
	background: url(img/menu/b_faaliyetler2_en.png) no-repeat;
	cursor: pointer;
}

#nav_information {
	background: url(img/menu/b_ticarienformasyon_en.png) no-repeat;
	width: 120px;
	height: 27px;
}

#nav_information:hover {
	background: url(img/menu/b_ticarienformasyon2_en.png) no-repeat;
	cursor: pointer;
}

#nav_dunyavm {
	background: url(img/menu/b_dunyavm_en.png) no-repeat;
	width: 69px;
	height: 27px;
}

#nav_dunyavm:hover {
	background: url(img/menu/b_dunyavm2_en.png) no-repeat;
	cursor: pointer;
}

#nav_docs {
	background: url(img/menu/b_yayinlar_en.png) no-repeat;
	width: 87px;
	height: 27px;
}

#nav_docs:hover {
	background: url(img/menu/b_yayinlar2_en.png) no-repeat;
	cursor: pointer;
}

#nav_contact {
	background: url(img/menu/b_iletisim_en.png) no-repeat;
	width: 86px;
	height: 27px;
}

#nav_contact:hover {
	background: url(img/menu/b_iletisim2_en.png) no-repeat;
	cursor: pointer;
}

#nav_gallery {
	background: url(img/menu/b_galeri_en.png) no-repeat;
	width: 57px;
	height: 27px;
}

#nav_gallery:hover {
	background: url(img/menu/b_galeri2_en.png) no-repeat;
	cursor: pointer;
}

#nav_search {
	width: 241px;
	height: 27px;
}

#nav_exhibition {
	background: url(img/menu/b_fuar_en.png) no-repeat;
	width: 136px;
	height: 27px;
}

#nav_exhibition:hover {
	background: url(img/menu/b_fuar2_en.png) no-repeat;
	cursor: pointer;
}

#nav_isbloklari {
	background: url(img/menu/b_isbloklari_en.png) no-repeat;
	width: 107px;
	height: 27px;
}

#nav_isbloklari:hover {
	background: url(img/menu/b_isbloklari2_en.png) no-repeat;
	cursor: pointer;
}

#nav_oteller {
	background: url(img/menu/b_oteller_en.png) no-repeat;
	width: 201px;
	height: 27px;
}

#nav_oteller:hover {
	background: url(img/menu/b_oteller2_en.png) no-repeat;
	cursor: pointer;
}

#organization_chart {
	background-image: url(img/organization_chart_eng.png);
	background-repeat: no-repeat;
	width: 910px;
	height: 442px;
	margin-top: 20px;
	margin-left: -165px;
	float: left;
	/*display: block;*/
	position: relative;
	z-index: 1;
}

.clear {
	clear: both;
}

.ruler {
	background-color: #3e4a91;
	background-image: url(img/bant.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 4px;
	margin-bottom: 20px;
	font-size:0px; /* ne alaka demeyin IE6 div yüksekliğini min-height gibi algılayınca bant kalınlaşıyor IE6'da görüntülenirken.*/
}
/*
ie incorrectly allows elements to expand to a height matching their content. So if you have something inside of that element that is 20px tall, so will the element be 20px tall.

(Think of the height property in ie as equivalent to the min-height property for compliant browsers.) 
*/

.yildiz4 {
	background-color: #3e4a91;
	background-image: url(img/yildiz.png);
	background-position: top right;
	background-repeat: repeat-x;
	width: 60px;
	height: 14px;
	margin-bottom: 5px;
	float: right;
}

.yildiz5 {
	background-color: #3e4a91;
	background-image: url(img/yildiz.png);
	background-position: top right;
	background-repeat: repeat-x;
	width: 75px;
	height: 14px;
	margin-bottom: 5px;
	float: right;
}

/*--------------- İDTM -------------------------*/
.idtm_content_left {
	width: 620px;
	float: left;
}

.idtm_content_left table {
	background: #fff;
	border: 0;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

.idtm_content_left table tr td {
	background: #fff;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

.idtm_content_right {
	width: 300px;
	float: right;
}

.idtm_content_right p {
	text-indent: 1.5em;
	margin: 10px 0 10px 0;
}

.idtm_content_right .image {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	float: none;
}

.idtm_content_left .image {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
}

.idtm_content_left .image_floatnone {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	float: none;
}

.idtm_ust_div {
	width: 940px;
	float: none;
}

.idtm_orta_div {
	width: 940px;
	float: none;
}

.idtm_alt_div {
	width: 940px;
	float: none;
}

/*********************************** HABERLER **/
div.news { /* AhmetC */
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;	
}

.news_header {
	color: #656f82;
	font-size: 18px;
	font-family: 'Trebuchet MS';
	padding-top: 5px;
	margin-bottom: 4px;
}

.news_outline {
	color: #566166;
	font-size: 12px;
	font-family: Verdana, 'Trebuchet MS';
	text-align: justify;
	position: relative;
	top: -5px; /* neden konmuş bu? */
}

a.news_more_link {
	color: #566166;
	font-size: 11px;
	font-family: 'Verdana', Tahoma, Arial, serif;
	text-decoration: none;
	font-style: italic;
}

.date_stamp {
	background-color: none;
	background-image: url(img/ic_saat.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: right;
	text-align: right;
	font-family: Arial, Verdana, Tahoma, serif;
	font-size: 10px;
	color: #aab7b7;
}

.organizator_stamp { 
	width: 500px;
	height: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	font-family: Arial, Verdana, Tahoma, serif;
	font-size: 10px;
	color: #aab7b7;
	font-style: normal;
	font-weight: bold;
}

div.news_more_link {
	padding-left: 5px;
	padding-right: 5px;
	background: #f4f6f8;
	float: right;
	color: #566166;
	font-size: 11px;
	font-family: 'Verdana', Tahoma, Arial, serif;
	text-decoration: none;
	font-style: italic;
}

a.news_more_link:hover {
	
}

a.news_all_link {
	color: #566166;
	font-size: 11px;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	text-align: right;
	font-style: normal;
	font-weight: bold;
}

a.news_all_link:hover {
	color: #f00;
}
/*************************************/

table.borsa {
	background: #fff;
	border: 0;
	color: #566166;
	width: 100%;
}

table.borsa tr {
	height: 10px;
}

table.borsa tr td {
	height: 10px;
	background: #fff;
	padding: 0px;
	border: 0;
	text-align: center;
	vertical-align: middle;
}

table.borsa tr td.borsa_title,table.borsa tr.alt td.borsa_title {
	height: 10px;
	padding-left: 10px;
	border: 0;
	text-align: left;
	vertical-align: middle;
	width: 100px;
}

table.borsa tr.alt td {
	height: 10px;
	background: #e8ecf1;
	padding: 0px;
	border: 0;
	text-align: center;
	vertical-align: middle;
}

/***********************************************/

/* Hava Durumu */
.havadurumudiv {
	background: #ffffff;
	border: none;
	color: #ff0000;
	width: 100px;
	height: 160px;
	float: left;
	margin-bottom: 10px;
}

.havadurumudiv_alternate {
	background: #fff;
	border: none;
	color: #ff0000;
	width: 100px;
	height: 160px;
	float: left;
	margin-bottom: 10px;
}

.havadurumudiv table {
	background: #e8ecf1;
	border: none;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	height: 160px;
}

.havadurumudiv_alternate table {
	background: #fff;
	border: none;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	height: 160px;
}

.havadurumudiv table tr td {
	background: #e8ecf1;
	border: none;
}

.havadurumudiv_alternate table tr td {
	background: #ffffff;
	border: none;
}

.havadurumu_gunadi {
	font-family: Trebuchet, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002e66;
}

.havadurumu_durum {
	font-family: Trebuchet, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #636363;
}

.havadurumu_sicaklik {
	font-family: Trebuchet, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #636363;
}

/* Hava Durumu --- SON */

/*************************************/
div.exhibition_containerdiv {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.exhibitions_header {
	color: #656f82;
	font-size: 18px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, serif;
	font-weight: normal;
}

.exhibitions_date {
	color: #fc8539;
	font-size: 15px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, serif;	
	font-weight: bold;
}

div.exhibitions_photo {
	float: left;
	padding: 10px 15px 10px 0px;
	
}

.exhibitions_outline {
	color: #566166;
	font-size: 12px;
	font-family: 'Verdana', Tahoma, Arial, serif;
	text-align: justify;
	min-height: 85px;
}

div.exhibitions_date {
	color: #fc8539;
	font-size: 15px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, serif;
	font-weight: bold;
	float: right;
}

a.exhibitions_more_link {
	color: #566166;
	font-size: 11px;
	font-family: 'Verdana', Tahoma, Arial, serif;
	text-decoration: none;
	font-style: italic;
	float: right;
}

a.exhibitions_more_link:hover {

}

/*************************************/
.dergi_logo {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
}

.dergi_kapak {
	padding: 5px;
	padding-right: 20px;
	float: left;
}
/************************************* Associates */

.about_partner {
	padding-top: 0em;
	padding-bottom: 3em;
}

.about_partner_logo_genel {
	width: auto;
	height: auto;
	float: left;
	margin-left: -110px;
	position: relative;
	z-index: 6;
}

#about_partner_logo_ito {
	background-image: url(img/logo/logo_ito.png);
	background-color: #ffffff;
	width: 86px;
	height: 86px;
	float: left;
	margin-left: -110px;
	position: relative;
	z-index: 6;
}

#about_partner_logo_tobb {
	background-image: url(img/logo/logo_tobb.png);
	background-color: #ffffff;
	width: 86px;
	height: 80px;
	float: left;
	margin-left: -110px;
	position: relative;
	z-index: 6;
}

#about_partner_logo_ibb {
	background-image: url(img/logo/logo_ibb.png);
	background-color: #ffffff;
	width: 86px;
	height: 94px;
	float: left;
	margin-left: -110px;
	position: relative;
	z-index: 6;
}

#about_partner_logo_bb {
	background-image: url(img/logo/logo_bakirkoy.png);
	background-color: #ffffff;
	width: 86px;
	height: 93px;
	float: left;
	margin-left: -110px;
	position: relative;
	z-index: 6;
}

#about_partner_logo_iso {
	background-image: url(img/logo/logo_iso.png);
	background-color: #ffffff;
	width: 86px;
	height: 95px;
	float: left;
	margin-left: -110px;
	position: relative;
	z-index: 6;
}

#about_partner_logo_itb {
	background-image: url(img/logo/logo_itb.png);
	background-color: #ffffff;
	width: 86px;
	height: 62px;
	float: left;
	margin-left: -110px;
	position: relative;
	z-index: 6;
}

#about_partner_logo_ikv {
	background-image: url(img/logo/logo_ikv.png);
	background-color: #ffffff;
	width: 86px;
	height: 73px;
	float: left;
	margin-left: -110px;
	position: relative;
	z-index: 6;
}


/************************************* Board */

.about_board {
	background-color: #ffffff;
	margin: 0 0 0 0; /* top right bottom left */
}

.board_member_title {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #515161;
	text-align: left;
	padding: 10px 0 0 10px; /* top right bottom left */
	text-indent: 1.5em;
}

.board_member_name {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #859ba4;
	padding: 10px 0 0 10px; /* top right bottom left */
	text-indent: 1.5em;
}

.board_member_job {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #515161;
	padding: 10px 0 0 10px; /* top right bottom left */
	text-indent: 1.5em;
}

#about_right span.board_member_job {
	color: #515161;
	text-align: justify;
	text-indent: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 10px; /* top right bottom left */
}

#about_board_head_photo_ceo {
	background-image: url(img/yk_foto_120px.jpg);
	background-color: #ffffff;
	width: 100px;
	height: 120px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#about_board_head_photo_vceo1 {
	background-image: url(img/yk_foto_120px.jpg);
	background-color: #ffffff;
	width: 100px;
	height: 120px;
	float: left;
}

#about_board_head_photo_vceo2 {
	background-image: url(img/yk_foto_120px.jpg);
	background-color: #ffffff;
	width: 100px;
	height: 120px;
	float: left;
}

.about_board_members_photo {
	/*background-image: url(img/yk_foto_100px.jpg);*/
	background-color: #ffffff;
	width: 80px;
	height: 100px;
	float: left;
}

/* ************************************************ WTCA links */
.links_wtca_container {
	background-color: #ededed;
	margin-bottom: 20px;
	margin-top: 20px;
}

.links_wtca_top {
	height: 8px;
	background-color: #ededed;
	padding: 10px 0px 10px 0px;
}

.links_wtca_header {
	margin-top: -5px;	
	background-color: #ffffff;
	background-image: url(img/ic_saat.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #57bfe3;
	font-size: 12px;
	font-weight: bold;
	width: 40px;
	text-align: right;
	padding-right: 4px;
}

.links_wtca_row1 {
	background: #fff;
	padding: 1px 0px 1px 75px;
}

.links_wtca_row2 {
	background: #ededed;
	padding: 1px 0px 1px 75px;
}

.links_wtca_link {
	width: 120px;
	float: left;
	margin-right: 10px;
}

.links_wtca_link a,.links_wtca_link a:hover,.links_wtca_link a:link,.links_wtca_link a:active
	{
	color: #6d6d6d;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

/* Arşiv bölümünde indirme açılır listesi ve indir image ını barındıracak tablo */
table.arsivindir {
	width: 298px;
	/*
	border: 1px solid #cccccc;
	border-collapse: collapse;
	*/
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	
}

table.arsivindir th {
	background-color: #eeeeee;
	text-transform: none;
	color: #444444;
	padding: 0px;
	text-align: center;
	/*border: 1px solid #eeeeee;*/
}

table.arsivindir th.cell-prev {
	text-align: left;
}

table.arsivindir th.cell-next {
	text-align: right;
}

table.arsivindir th.cell-header {
	width: 70px;
	/*border-bottom: 1px solid #cccccc;*/
}

table.arsivindir tr td {
	
	background: #fff;
	/*
	border-right: 1px solid #ccc;
	
	*/
	height: 30px;
	border: 1px solid #cccccc;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

table.arsivindir tr td.resim {
	padding: 0px;
	height: auto;
	border: 0px;
}

table.arsivindir tr td.acilirliste {
	padding: 0px;
	height: auto;	
}

table.arsivindir td div.cell-number {
	text-align: right;
	font-size: 8px;
	color: #444444;
	display: block;	
}

table.arsivindir td div {
	display: block;
	font-size: 10px;
	text-align: left;
}

table.arsivindir thead th {
	border: 1px solid #cccccc;
}

/* irtibat bilgileri görüntülemw */
table.irtibat {
	background: #fff;
	border: 0;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

table.irtibat th {
	background: #e8ecf1;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	height: 60px;
	font-family: Verdana;
	font-size: 14px;
	color: #e98224;
}

table.irtibat th a {
	color: #e98224;
	padding: 2px 4px;
	text-decoration: none;
}

table.irtibat th a:hover {
	text-decoration: none;
}

table.irtibat td a {
	color: #575757;
}

table.irtibat tr td {
	background: #fff;
	/*border-right: 1px solid #ccc;*/
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

table.irtibat tr.altrow td {
	background: #f4f4f4;
}

table.irtibat td.actions {
	text-align: center;
	white-space: nowrap;
}

table.irtibat td.actions a {
	margin: 0px 6px;
}

table.irtibat tr td.fonrenklitd, td.fonrenklitd {
	background: #efefef;
	text-align: left;
}
