﻿
/* Her sayfada aynı olan Global CSS Bilgileri (Header + Global Settings) */
html {height:100%;}
body 
{
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
 	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, form, label {
	margin:0px;
	padding:0px;
}
a{outline:0;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.hideMe {display:none;}
#Header, #Footer  {
	display:block;
	clear:both;
}
#Header {
	height: 79px;
}
.Search
{
    /*
	background: url(../images/search_bg.png) no-repeat top right;	
	*/
    position: absolute;
    right: 10px;	
    top: 30px;
    display: block;
    outline: none;
	width: 180px;
	height: 25px;
	text-align:right;	
}

.search_bg2
{
	/*background: url(../images/osara.gif);*/
	background-color:White;
	background-repeat:no-repeat;
}
.clock
{
    display: block;
    outline: none;
	width: 200px;
	margin-top:0px;
	text-align:center;
	font-family: Tahoma;
	font-weight:normal;
	font-size: 8pt;
	color: #161616; 	
}
.BodyContainer {
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	width: 100%;
	top:0;
}
#Container {
	height:auto !important;
	min-height:100%;
	margin:0 auto -70px;
	width: 920px;
	position: relative;
	z-index:3;
}

/*CollapsiblePanel*/
.collapsePanel {	
	background-color:white;
	overflow:hidden;
	text-align:left;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	color:#000;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#000;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

h1 {
	display: block;
	height: 83px;
	width: 780px;
	text-indent: -9999px;
}
h1 a {
	display: block;
	height: 77px;
	width: 210px;
	background-image: none;
}
h1 a:hover {
	background-image: url(/images/back_logo_homelink.gif);
	background-position:10px 10px;
}
h1 a.en:hover {
	background-image: url(/images/back_logo_homelink_en.gif);
	background-position:10px 10px;
}



.globalSelect {font-size:11px; border:1px solid #EAEAEA; padding:3px; width:120px;}