body
{
	margin: 0px;
	padding: 0px;
	color: #000;
	font: normal normal normal 12px/1.5em 'Lucida Grande' , 'Lucida Sans Unicode' , 'Helvetica' , 'Geneva' , 'Arial' , Sans-Serif;
	background: #fff url( '/layout/backgrounds/body.gif' ) left top repeat-x;
}

form , p
{
	margin: 0px;
	padding: 0px;
}

div
{
	overflow: hidden;
}

a img
{
	border: none;
}

a:link , a:active , a:visited
{
	background: transparent;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

h1 , h2 , h3 , h4 , h5 , h6
{
	font-weight: normal;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	line-height: 1.3em;
}

h1
{
	font-size: 3em;
}

h2
{
	font-size: 2.8em;
}

h3
{
	font-size: 2.6em;
}

h4
{
	font-size: 2.4em;
}

h5
{
	font-size: 2.2em;
}

h6
{
	font-size: 2em;
}

p#hh_logo
{
	display: none;
}

#canvas
{
	width: 1004px;
	margin: 0px auto;
}

#header
{
	width: 100%;
	height: 164px;/*menü üstü boşluğun yüksekliği*/
	background: #fff url( '/layout/backgrounds/header.jpg' ) no-repeat;
}

#header a
{
	background: transparent;
	color: #A80011;
}

body#english_home #header
{
	background: #fff url( '/layout/backgrounds/header_en.jpg' ) no-repeat;
}

body#subpages #header
{
	background: #fff url( '/layout/backgrounds/headersub.jpg' ) no-repeat;
}

body#subpages_english #header
{
	background: #fff url( '/layout/backgrounds/headersub_en.jpg' ) no-repeat;
}

#header div
{
	margin: 18px;
	margin-top: 134px;
}

#main
{
	width: 100%;
	background: transparent url( '/layout/backgrounds/main.jpg' ) left top repeat-y;
}

#mainsub
{
	width: 100%;
	background: transparent url( '/layout/backgrounds/mainsub.jpg' ) left top no-repeat;
}

#footer
{

}

#left
{
	display: inline;
	float: left;
	width: 240px; /*Sol kolon genişliği*/
}

#middle
{
	display: inline;
	float: left;
	width: 430px; 	/*orta alan genişliği*/
	/*background-color: #eee;*/
	margin-right: 8px;
	margin-left: 10px;
}

#right
{
	display: inline;
	float: left;
	width: 300px;
}

#left div
{
	margin-left: 18px;
	margin-bottom: 12px; /*Atatürk özelin üst boşluğu*/
}

#left #menu
{
	width: 100%;
}

#left #menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#left #menu ul li
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*background: transparent url( '/layout/backgrounds/menudots.gif' ) left bottom repeat-x;*/
	border-bottom: 1px dotted #000;
}

#left #menu ul li span
{
	background: transparent;
	color: #aaa;
	border-left: 2px solid #aaa;
	padding-left: 5px;
}

#left #menu ul li a
{
	border-left: 1px solid #f00;
	padding-left: 5px;
}

#left #frames
{
	width: 100%;
}

#left #frames p#frames_top
{
	background: transparent url( '/layout/backgrounds/frametop.gif' ) left top no-repeat;
	width: 100%;
	height: 11px;
}

#left #frames p#frames_bottom
{
	background: transparent url( '/layout/backgrounds/framebottom.gif' ) left top no-repeat;
	width: 100%;
	height: 11px;
}

#left #frames div
{
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 8px; /*sol alttaki framein sola olan mesafesi*/
	padding-right: 10px;
	background: transparent url( '/layout/backgrounds/framebody.gif' ) left top repeat-y;
	width: 100%;
}

#middle #actual
{
	background-color: #f0f0f0;
	margin-bottom: 3px; /*sıralanan 4 lü haberin yanyana 4 lü habere yüksekliği*/
}

#middle #actual hr
{
	background-color: #C9CDD6;
}

#middle #actual p
{
	/*margin: 15px; /*flash haber deki açıklama alanının yüksekliği*/
	/*flash haber deki resmin yukarı-sağa-sola yüksekliği*/
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: 15px;
}

#middle #actual div#vid
{
	padding: 0px 15px 0px 15px;
	margin-top: 5px;
}

#middle #actual div#actual_description /*flash alt açıklama ayarları*/
{
	width: 425px; /*açıklamanın genişliği*/
	margin-top: 8px;
	margin-left: 15px; /*flash haberin resim altı açıklamasının sol tarafa genişliği*/
	padding-bottom: 3px;
	cursor: pointer; /*açıklamanın üstüne mause gelirse el işareti çıksın*/
}

#middle #actual div#actual_description p
{
	margin-left: 0px;
}

#middle #actual p#actual_date
{
	background-color: #0f0;
	text-align: right;
	background: transparent;
	color: #444343;
}

#middle #actual p#actual_others
{
	margin: 0px; /* flash haberin altındaki 4 lü haberin genişliği*/
}

#middle #actual p#actual_others img
{
	margin-left: 11px; /*flash altı haberin sola mesafesi*/
	margin-top: 5px;
	margin-bottom: 15px;
	border: 2px solid #f0f0f0;
	cursor: pointer;
	filter:alpha(opacity=100); /*flash altı haberin resimlerinin  solukluğunu açıp kapama - soluk değeri 50*/
	-moz-opacity:.-50; /* soluk için değeri 50*/
	opacity:.-50; /* soluk için değeri 50*/
}

#middle #actual p#actual_others img.selected /*flash 4 lü haberdeki hareketler*/
{
	border: 3px solid #f00;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#middle #actual h1 /*flash haberin başlığı ile ilgili düzenlemeler*/
{
	font-size: 16px;
	border-left: 5px solid #f00;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 0px;
}

#middle #ex_actual /*4 lü haberin zeminden yüksekliği*/
{
	margin-bottom: 10px;
}

#middle #ex_actual p
{
	margin-bottom: 10px;
}

#middle #ex_actual big /*4 lü sıralı haberdeki tarih ile ilgili düzenlemeler*/
{
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}

#middle #ex_actual dl
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	padding: 15px 15px 15px 15px;
	background: transparent url( '/layout/backgrounds/menudots.gif' ) left bottom repeat-x;
	width: 100%;
}

#middle #ex_actual dl dt
{
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	margin-right: 12px;
	width: 90px;
}

#middle #ex_actual dl dd /*sıralanan 4 lü haberlerin yüksekliği ile ilgili*/
{
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 300px;
}

#right #news /*sağ kolondaki haberlerin yüksekliği ile ilgili*/
{
	width: 100%;
	background: transparent url( '/layout/titles/news.gif' ) left top no-repeat;
	padding-top: 40px; /*ilk basın açıklaması ile basın açıklaması başlığı arasındaki mesafa*/
	margin-bottom: 18px;
	padding-bottom: 13px;
		/*border-bottom: 1px solid #f00;*/ /*basın açıklamalarındaki alttaki kırmızı*/ 
}

body#english_home #right #news
{
	background: transparent url( '/layout/titles/news_en.gif' ) left top no-repeat;
	/*background: transparent url( '/layout/titles/news-en.gif' ) left top no-repeat;*/
}

#right #news h1
{
	font-size: 13px; /*sağ taraftaki tarihlerin ebatları ları*/
	color: #999;
}

#right #news div /*basın açıklamalarının satır aralığı yüksekliği*/
{
	padding-bottom: 5px; 
	margin-bottom: 2px;
	border-bottom: 1px solid #eee;
}

#right #agenda /*günlük programın ayarları*/
{
	width: 100%;
	background: transparent url( '/layout/titles/program.gif' ) left top no-repeat;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

body#english_home #agenda
{
	background: transparent url( '/layout/titles/program-en.gif' ) left top no-repeat;
	/*background: transparent url( '/layout/titles/program-en.gif' ) left top no-repeat;*/
}

#right #agenda #agenda_row
{
	width: 100%;
	background: transparent url( '/layout/backgrounds/programcalendarnew.gif' ) left top repeat-y;
	/*border-bottom: 1px solid #FCEAEB;*/
	margin-bottom: 10px;
}

#right #agenda #date_day /*programlardaki tarih alanını düzenler*/
{
	background: transparent url( '/layout/backgrounds/programdate.jpg' ) left top no-repeat;
	display: inline;
	float: left;
	width: 74px;
	height: 140px;
	text-align: center;
}

#right #agenda #date_day h1
{
	color: #ABACAE;
	margin-top: 5px;
	font-size: 12px;/*program da YIL size' ı*/
}

#right #agenda #date_day h2
{
	color: #3A4446;
	font-size: 45px;/*program da GÜN size' ı*/
	text-align: left;
	letter-spacing: -0.1em;
	margin-left: 13px;
}

#right #agenda #date_day h3
{
	color: #404447;
	font-size: 15px; /*program da AY size' ı*/
	margin-bottom: 10px;
}

#right #agenda #date_day h4
{
	color: #989898;
	font-size: 11px;
}

#right #agenda #date_days
{
	display: inline;
	float: left;
	width: 223px;
	font-size: 11px; /*günlük program yazı size*/
	color: #595D5E;
}

#right #agenda #date_days p /*günlük program satır aralığı*/
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	border-bottom: 1px solid #ddd;
}

#right #agenda #date_days p big
{
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#footer /*sayfa altındaki menülerin size ları*/
{
	width: 100%;
	background: #fff url( '/layout/backgrounds/footertop.gif' ) left top no-repeat;
	font-size: 10px; 
}

#footer div
{
	margin-top: 5px;
	padding: 10px;
	text-align: center;
	background: transparent url( '/layout/backgrounds/footertile.gif' ) left top repeat-y;
}

#footer p#footer_bottom
{
	background: transparent url( '/layout/backgrounds/footerbottom.gif' ) left top no-repeat;
	width: 100%;
	height: 14px;
}

#footer a
{
	background: transparent;
	color: #70B2EA;
}

#footer span.d
{
	padding-left: 5px;
	padding-right: 5px;
	color: #1683E0;
}

#sub_canvas
{
	width: 746px;
	background: transparent url( '/layout/backgrounds/sublefttile.gif' ) left top repeat-y;
	margin-right: 18px;
}

#sub_canvas #sub_left /*orta kolon ayarları*/
{
	width: 200px;
	display: inline;
	float: left;
	background: transparent url( '/layout/backgrounds/subleftmain.gif' ) left top no-repeat;
}

#sub_canvas #sub_left div 
{
	margin-left: 9px;
}

#sub_canvas #sub_left div ul
{
	list-style: none;
	margin: 20px 16px 20px 0px;
	padding: 0px;
}

#sub_canvas #sub_left div ul li
{
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*background: transparent url( '/layout/backgrounds/menudots.gif' ) left bottom repeat-x;*/
	border-bottom: 1px dotted #000;
}

#sub_canvas #sub_left div ul li span
{
	background: transparent;
	color: #aaa;
	border-left: 2px solid #aaa;
	padding-left: 5px;
}

#sub_canvas #sub_left div ul li a
{
	background: transparent;
	color: #555;
}

#sub_canvas #sub_right
{
	width: 526px;
	display: inline;
	float: left;
	background: transparent;
	color: #4A4A4A;
	margin-left: 10px;
}

#sub_canvas #sub_right h1
{
	font-size: 22px;
	border-bottom: 1px solid #d00;
	padding-bottom: 8px;
	margin-bottom: 30px;
}

#sub_canvas #sub_right h2
{
	font-size: 16px;
	font-weight: bold;
}

#sub_canvas #sub_right h3
{
	font-size: 16px;
	background: transparent;
	color: #777;
	border-bottom: 1px solid #777;
}

#sub_canvas #sub_right ul
{
	list-style-type: square;
	margin: 5px 0px 5px 15px;
	padding: 0px;
}

#sub_canvas #sub_right ul li
{
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#sub_canvas #sub_right blockquote
{
	margin: 0px;
	padding: 0px;
	background: transparent url( '/layout/backgrounds/quote-start.gif' ) left top no-repeat;
}

#sub_canvas #sub_right blockquote p
{
	margin-left: 35px;
	background: transparent url( '/layout/backgrounds/quote-end.gif' ) right bottom no-repeat;
	padding-right: 26px;
}

#sub_canvas #sub_right p
{
	margin-bottom: 10px;
	line-height: 1.4em;
}

#gallery_area
{
	width: 100%;
}

#gallery_area .gallery_row
{
	width: 100%;
	margin-bottom: 40px;
}

#gallery_area .gallery_row div
{
	width: 50%;
	display: inline;
	float: left;
	background: transparent url( '/layout/backgrounds/blank-frame.jpg' ) center top no-repeat;
	text-align: center;
}

#gallery_area .gallery_row div p
{
	margin-top: 5px;
	font-size: 11px;
}

#gallery_area .gallery_row div img
{
	margin-left: -3px;
	margin-top: 14px;
}

.any_row
{
	width: 100%;
	/*background-color: #ff0;*/
	margin-bottom: 10px;
}

.limiter
{
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.programs_row
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.programs_row dt
{
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 10%;
	font-weight: bold;
}

.programs_row dd
{
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 88%;
}

table#dynPrograms
{
	width: 100%;
	margin-bottom: 20px;
}

table#dynPrograms td
{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}

table#dynPrograms td.c1
{
	width: 18px;
}

table#dynPrograms td.c2
{
	width: 42px;
}

table#dynPrograms span
{
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #000;
}

iframe
{
	border: none;
	width: 100%;
}

.vid
{
	display: inline;
	float: right;
	padding: 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
	margin-bottom: 5px;
}

.vid2
{
	width:480px;
	display: inline;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
	border-color: #bbbbbb;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color:#dddddd;
}

.vidl
{
	display: inline;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: 5px;
	margin-bottom: 5px;
}

#sub_canvas #sub_right #internalsHtml /*etkinliklerdeki tarih formatı ile ilgili*/
{
	width: 100%;
}

#sub_canvas #sub_right #internalsHtml .iRow
{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #555;
}


#sub_canvas #sub_right #internalsHtml .iRow2
{
	width: 100%;
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px dotted #555;
}


#sub_canvas #sub_right #internalsHtml .iDate
{
	display: inline;
	float: left;
	text-align: center;
	width: 70px;
}

#sub_canvas #sub_right #internalsHtml .iDate h1
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 30px;
	color: #000;
	border: none;
}

#sub_canvas #sub_right #internalsHtml .iDate h2
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13px;
	background: transparent;
	color: #777;
	border: none;
}

#sub_canvas #sub_right #internalsHtml .iDate h3
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 14px;
	background: transparent;
	color: #aaa;
	border: none;
}

#sub_canvas #sub_right #internalsHtml .iDesc
{
	display: inline;
	float: left;
	width: 449px;
	border-left: 2px solid #555;
	padding-left: 5px;
}

#sub_canvas #sub_right #internalsHtml .iDesc h4
{
	font-size: 18px;
	background: transparent;
	color: #000;
	margin-bottom: 5px;
}

#sub_canvas #sub_right #internalsHtml .iThumbs
{
	width: 100%;
}

#sub_canvas #sub_right #internalsHtml .iThumbs p
{
	width: 60px;
	height: 40px;
	display: inline;
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
}

#xyzHeight
{
	height: 400px; /*sayfanın yüksekliği*/
}

#sub_canvas #sub_right #fgallery_Area
{
	width: 100%;
}

#sub_canvas #sub_right #fgallery_Area div
{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#sub_canvas #sub_right #fgallery_Area div p
{
	width: 126px;
	margin: 0px 5px 0px 0px;
	display: inline;
	float: left;
}

.video_area_css
{
	margin-bottom: 10px;
	display: none;
}

#snMDA
{
	text-align: center;
}

#snMDA img
{
	padding: 10px;
	border: 1px solid #ddd;
}

#htmlArch dl /*arsiv sayfasının ayarları*/
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ddd;
}

#htmlArch dl dt
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#htmlArch dl dd
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#htmlArch img.bor
{
	padding: 5px;
	border: 1px solid #eee;
}

#sub_right #vid
{
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	text-align: center;
}

.publishings
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.publishings img.cover
{
	float: right;
}

#sub_right ul#site_map
{
	list-style: none;
	margin-left: 0px;
}

#sub_right ul#site_map h3
{
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
}

#sub_right ul#site_map ul
{
	margin-left: 35px;
	margin-bottom: 0px;
}


div#viForm{
	/*position: absolute;
	left: 895px;
	top: -5.5px;*/

	position:relative;
	top: -7px;
	/* background-color: #f0f; */
}
