/* 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 */

html { font-size:100%; }

/*background: #d8dee1; background: url(img/wtc_bg.png) repeat-x repeat-y scroll 0 0;*/
body {
	background: url(img/wtc_bg.png);
	color: #566166;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	height: 20px;
	color: #fff;
	font-size: 1.4em;
	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; /*a7bbb5*/
	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; /*993*/
	font-family: 'Trebuchet MS', verdana, tahoma, 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 0;
	padding-bottom: 0.5em;
}

.h3_news {
	color: #e98224;
	font-size: 11px;
	font-family: 'Verdana';
	font-weight: bold;
}

h4 {
	color: #093b78;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0.5em;
}

div.news { /* AhmetC */
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;	
	/*
	background: #f4f6f8;
	background-attachment: scroll;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	*/
}

.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;
}

a.news_more_link:hover { color: #ff0000; }

.date_stamp {
	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;
}

/*
    background-color: none;
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: right;
*/
.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_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;
}

ul,li {
	margin: 0 12px;
}

h2.aramasonuc {
	background: #fff;
	color: #285a82;
	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;
}

/* Layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	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;
}

#top input[type=text],#top input[type=password] {
	width: 150px;
	height: 14px;
	font-size: 8pt;
	border: 1px #bbb solid;
}

#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;
}

#banner { /* background: url(img/banner.png) no-repeat; */
	height: 167px;
	width: 980px;
}

#contact_banner { /*
    şimdilik standart flash banner ı kullanıyoruz.
    background: url(img/contact_banner.png) no-repeat;
    height: 167px;
    width: 980px;
    */
	
}

#navigation {
	height: 27px;
	width: auto;
	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_anasayfa01.png) no-repeat;
	width: 38px;
	height: 27px;
}

#nav_main:hover {
	background: url(img/menu/b_anasayfa02.png) no-repeat;
	cursor: pointer;
}

#nav_about {
	background: url(img/menu/b_hakkimizda01.png) no-repeat;
	width: 88px;
	height: 27px;
}

#nav_about:hover {
	background: url(img/menu/b_hakkimizda02.png) no-repeat;
	cursor: pointer;
}

#nav_idtm {
	background: url(img/menu/b_idtm01.png) no-repeat;
	width: 75px;
	height: 27px;
}

#nav_idtm:hover {
	background: url(img/menu/b_idtm02.png) no-repeat;
	cursor: pointer;
}

#nav_activities {
	background: url(img/menu/b_faaliyetler01.png) no-repeat;
	width: 83px;
	height: 27px;
}

#nav_activities:hover {
	background: url(img/menu/b_faaliyetler02.png) no-repeat;
	cursor: pointer;
}

#nav_information {
	background: url(img/menu/b_ticarienformasyon01.png) no-repeat;
	width: 131px;
	height: 27px;
}

#nav_information:hover {
	background: url(img/menu/b_ticarienformasyon02.png) no-repeat;
	cursor: pointer;
}

#nav_dunyavm {
	background: url(img/menu/b_dunyavm01.png) no-repeat;
	width: 75px;
	height: 27px;
}

#nav_dunyavm:hover {
	background: url(img/menu/b_dunyavm02.png) no-repeat;
	cursor: pointer;
}

#nav_docs {
	background: url(img/menu/b_yayinlar01.png) no-repeat;
	width: 64px;
	height: 27px;
}

#nav_docs:hover {
	background: url(img/menu/b_yayinlar02.png) no-repeat;
	cursor: pointer;
}

#nav_contact {
	background: url(img/menu/b_iletisim01.png) no-repeat;
	width: 64px;
	height: 27px;
}

#nav_contact:hover {
	background: url(img/menu/b_iletisim02.png) no-repeat;
	cursor: pointer;
}

#nav_gallery {
	background: url(img/menu/b_galeri01.png) no-repeat;
	width: 57px;
	height: 27px;
}

#nav_gallery:hover {
	background: url(img/menu/b_galeri02.png) no-repeat;
	cursor: pointer;
}

#nav_search {
	width: 241px;
	height: 27px;
}

#nav_exhibition {
	background: url(img/menu/b_fuar01.png) no-repeat;
	width: 147px;
	height: 27px;
}

#nav_exhibition:hover {
	background: url(img/menu/b_fuar02.png) no-repeat;
	cursor: pointer;
}

#nav_isbloklari {
	background: url(img/menu/b_isbloklari01.png) no-repeat;
	width: 76px;
	height: 27px;
}

#nav_isbloklari:hover {
	background: url(img/menu/b_isbloklari02.png) no-repeat;
	cursor: pointer;
}

#nav_oteller {
	background: url(img/menu/b_oteller01.png) no-repeat;
	width: 209px;
	height: 27px;
}

#nav_oteller:hover {
	background: url(img/menu/b_oteller02.png) no-repeat;
	cursor: pointer;
}

#content {
	background: #fff;
	clear: both;
	color: #566166; /*333*/
	padding: 20px 20px;
	overflow: hidden;
	min-height: 250px;
}

#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_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 {
	text-decoration: underline;
	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;
}

#footer {
	clear: both;
	padding: 30px 10px;
	text-align: center;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	color: #656f82;
	background: #d8dee1; /*#0f2351*/
	height: 62px;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-weight: normal;
	color: #656f82;
}

#footer a:hover {
	text-decoration: underline;
}

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;
}

/* Tables */
table {
	background: #fff;
	border: 0;
	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;
}

td a {
	color: #575757;
}

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;
}

/* 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 */

/* Paging */
div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
	font-weight: bold;
	text-align: center;
}

div.paging div.disabled {
	color: #ddd;
	font-weight: bold;
	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;
}

label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}

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 10px 5px;
}

/* 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%;
}

/* Çeşitli sayfalarda görüntülenebilecek uyarı metinleri için */
p.uyari {
	font-family: Arial, Verdana, Tahoma, serif;
	font-size: 10px;
	color: #ff0000;
}

.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;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	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;
}

div.dataTable td {
	background-color: inherit;
}

div.dataTable tr:hover {
	background-color: #9292C6;
}

div.dunyavm_flashanim {
   width: 620px; 
   height: 150px; 
   float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fuarAyYil {
	margin-top: -25px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	color: #ffffff;
	font-variant: normal;
	font-style: italic;
	font-weight: bold;
}

.submit {
	height: 15px;
	width: 40px;
	font-size: 7pt;
	border: 1px solid #ddd;
}

.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;
}

.about_text_dottedunderline {
	text-decoration: none;
	text-align: justify;
	font-size: 14px;
	padding: 10px;
	text-indent: 1.5em;
	border-bottom-style: dotted;
	border-bottom: 1px;
	border-bottom-color: #333333;
}

#organization_chart {
	background-image: url(img/idtm_organizasyon_semasi.png);
	background-repeat: no-repeat;
	/*
	width: 910px;
	height: 442px;
	*/
	width: 900px;
	height: 450px;
	margin-top: 20px;
	margin-left: -165px;
	float: left;
	/*display: block;*/
	position: relative;
	z-index: 1;
}

#renter_content .image {
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 1px;
	float: right;
	margin-top: 20px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

/*kiracı logo*/
#renter_content .kiraci_logo {
	width: 221px;
	height: 248px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 1px;
	float: right;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

#renter_content table {
	background: #fff;
	border: none;
	text-align: left;
}

#renter_content table tr td {
	background: #fff;
	padding: 4px;
	text-align: left;
}

#renter_content table tr td.fonrenklitd,td.fonrenklitd {
	background: #efefef;
}

#renter_content h2 {
	background: #FFFFFF none repeat scroll 0 0;
	color: #656F82;
	font-family: trebuchet, verdana, tahoma, 'Gill Sans', 'lucida grande',
		helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0;
	padding-top: 0;
}

.about_partner {
	padding-top: 0em;
	padding-bottom: 3em;
}

#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;
}

.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;
}

div.newsletter_logo {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
}

.about_partner_logo_genel {
	/*
    width: 86px;
    height: 86px;
    */
	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;
}

.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;
}

#docs {
	width: 980px;
	float: none;
}

.arsivdropdownlist {
	position: relative;
	top: 5px;
	font-size: 100%;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	color: #fff;
	width: 300px;
	background-color: #A7BBB5;
}

.arsivdropdownlist_dergi {
	position: relative;
	top: 5px;
	font-size: 100%;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	color: #fff;
	width: 230px;
	background-color: #A7BBB5;
}

.center {
	text-align: center;
}

.textleft {
	text-align: left;
}

a.links,a.links:visited,a.links:link,a.links:active {
	color: #093B78;
	/*# - 57bfe3*/
	text-decoration: none;
}

.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;
}

/*--------------- İ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;
	/*background: #ecef83;*/
}

.idtm_orta_div {
	width: 940px;
	float: none;
	/*background: #bcdf83;*/
}

/*background: #ec1183;*/
.idtm_alt_div {
	width: 940px;
	float: none;
}

#idtm_nav {
	width: 952px;
	height: 15px;
	background: #efefef;
	vertical-align: middle;
	position: relative;
	top: -20px;
	left: -20px;
	padding: 4px 0px 4px 28px;
	z-index: 10;
}

#idtm_nav a,idtm_nav a:visited,idtm_nav a:link,idtm_nav a:active {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.hotels {
	width: 295px;
	margin-right: 27px;
	float: left;
}

.hotels_last {
	width: 295px;
	float: left;
}

.hotel_name {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, serif;
	color: #656f82;
}

/* 		bir fuarın bilgilerini gösteren div için stil
	width: 100%;
	margin: 0 20px 0 0;
	background: #f4f6f8;
    background-attachment: scroll;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
*/
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;
	/*float: left;*/
	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 {

}

#OrganizatorStatus {
	float: none;
}

.organizator_title {
	color: #566166;
	font-size: 14px;
	font-family: Tahoma, Verdana, 'Trebuchet MS', serif;
	float: left;
	font-weight: normal;
}

#mem_anketi {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}

#mem_anketi p {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	margin: 0 0 0 0;
	padding: 20px 1px 1px 1px;
}

#mem_anketi p.hitap {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 4px;
	padding: 1px 2px 3px 4px;
}

#mem_anketi fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
	width: 100%;
}

#mem_anketi fieldset legend {
	background: #fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

#mem_anketi fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

#mem_anketi fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

#mem_anketi fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

#mem_anketi ol {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, serif;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	text-align: justify;
	margin: 13px 10px 11px 12px;
	padding: 20px 1px 1px 1px;
}

#mem_anketi ol li {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	margin: 0 0 0 0;
	padding: 20px 1px 1px 1px;
}

#mem_anketi input[type=radio] {
	float: none;
	width: auto;
	margin: 10px;
}

#mem_anketi label {
	display: inline;
}

#mem_anketi table {
	color: #566166;
}

#mem_anketi table tr {
	background: #fff;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

#mem_anketi table tr td {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

#mem_anketi form {
	width: 100%;
}

#mem_anketi .form_stamp {
	width: 150px;
	height: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: right;
	text-align: right;
	font-family: Arial, Verdana, Tahoma, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #aab7b7;
}

/* calendar CSS */
table.calendar {
	width: auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

table.calendar th {
	background-color: #eeeeee;
	text-transform: none;
	color: #444444;
	padding: 4px;
	text-align: center;
	border: 1px solid #eeeeee;
}

table.calendar th.cell-prev {
	text-align: left;
}

table.calendar th.cell-next {
	text-align: right;
}

table.calendar th.cell-header {
	width: 70px;
	border-bottom: 1px solid #cccccc;
}

table.calendar td.cell-today {
	background-color: #e2e8f6;
}  /* today in the current month */

table.calendar td.cell-weekend {
	background-color: #F3F5EB;
}

table.calendar td {
	border: 1px solid #cccccc;
}

table.calendar td div.cell-number {
	text-align: right;
	font-size: 8px;
	color: #444444;
	display: block;
}

table.calendar td div {
	display: block;
	font-size: 10px;
	text-align: left;
}

table.calendar thead th {
	border: 1px solid #cccccc;
}

/* bu aşağıdaki üç class (yl, gr, rd) cakePHP nin Flay isimli bir componentinde
	kullanılan class lar. kullanım için bkz. : 
	AhmetC
*/
.yl {
	color: yellow;
}

.gr {
	color: green;
}

.rd {
	color: red;
}

.birinputbox {
	background: transparent url(img/signup_field_slice.png) repeat-x scroll 0 0;
	/*background-image: url(img/logo/logo_itb.png); */
	border: 1px solid #999999;
	float: left;
	font-size: 11px;
	margin: 0;
	padding-left: 2px;
	width: 250px;
}

.birtextarea {
    background: transparent url(img/signup_field_slice.png) repeat-x scroll 0 0;
    border: 1px solid #999999;
    float: left;
    font-size: 11px;
    margin: 0;
    padding-left: 2px;
}

/* 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;
}

/* Galeri */
div.galeridikeydiv {
	display: -moz-inline-box;
	display: inline-block;
	-moz-box-orient: vertical;
	zoom:1;
	*display: inline;
	width: 285px;
	vertical-align: top;
}

div.galeridikeydivayrac {
	display: -moz-inline-box;
	display: inline-block;
	-moz-box-orient: vertical;
	zoom:1;
	*display: inline;
	width: 30px;
	vertical-align: top;
}

#fuarfiltrelediv {
	vertical-align: middle; 
	width: 300px; 
	height: 12em; 
	margin-bottom: 10px; 
	margin-left: 0px; 
	margin-right: 0px; 
}

/*style'=>'position:relative; top:0px; right:-10px; font-size: 100%; width: 270px; background-color: #ffffff;*/ 

#fuarfiltrelediv select {
	background-color: #fff;
	clear: both;
	font-size: 120%;
	vertical-align: middle;
}

/* 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;
}

/*=========================================================== Gen3 logo */

div.gen3_logo {
   bottom:18px;
   left:0px;
   width:42px;
   position: relative;
}

/*=========================================================== Gen3 logo */
.right_fair{ font-size:11px; color:#666666;	}
.right_fair a{ color:#666666; text-decoration:none;	}
.right_fair a:link{ color:#666666; text-decoration:none;	}
.right_fair a:hover{ color:#666666; text-decoration:none;	}
.right_fair a:visited{ color:#666666; text-decoration:none;	}
.right_fair a:active{ color:#666666; text-decoration:none;	}

/*=========================================================== Ortakliklar div */
div.ortakliklar {
   overflow: hidden;
}
div.ortakliklar .box {
   min-height: 150px; 
   padding-top: 10px; 
   padding-bottom: 10px;
}
div.ortakliklar .image {
   height: 150px; 
   width: 130px; 
   margin-right: 10px;
}
div.ortakliklar .info {
   
}


/*=========================================================== Ortakliklar div SON */

/* etkinlik ön kayit formu  */
#content_left table.kayit-formu {
	background: #fff;
	border: 0;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 0;
	width: 100%;
}

#content_left table.kayit-formu 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;
}

#content_left table.kayit-formu th a {
	color: #e98224;
	padding: 2px 4px;
	text-decoration: none;
}

#content_left table.kayit-formu th a:hover {
	text-decoration: none;
}

#content_left table.kayit-formu td a {
	color: #575757;
}

#content_left table.kayit-formu tr td {
	background: #fff;
	/*border-right: 1px solid #ccc;*/
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

#content_left table.kayit-formu tr.altrow td {
	background: #f4f4f4;
}

#etkinlik-kayit-formu table td.actions {
	text-align: center;
	white-space: nowrap;
}

#etkinlik-kayit-formu table td.actions a {
	margin: 0px 6px;
}

#etkinlik-kayit-formu table tr td.fonrenklitd, 
#etkinlik-kayit-formu table td.fonrenklitd {
	background: #efefef;
	text-align: left;
}

.kayit-formu table {
	background: #fff;
	border: 0;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 0;
	width: 100%;
}

.resumes {
   text-align: justify;
}

.resume_body {
   text-align: justify;
}

.resume_body p {
   padding: 10px 5px 0 10px;
   #margin: 10px 5px 0 10px;
}
