
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0 20px 0; 	padding: 0;
	font: normal .72em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #E7E7E7;
	text-align: center;	
	height: 100%;
}
#ortalama{
width: 950px;
margin-right: auto;
margin-left: auto;

}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
	margin: 5px 5px;
	font-size: 16px;
}

p {
	margin: 3px 3px;
}
ul, ol {
	margin: 5px 10px;
	padding: 0 10px;	
	color: #993333;	
}
ul span, ol span {
	color: #333;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:10px 10px; 
	padding: 0;
	border: 1px solid #eee; 
	background-color: transparent;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	border: 1px solid #F0D8A9;
	background-image: url(input_bg.gif);
	background-repeat: repeat-x;
	height:18px;
}

textarea {
	padding:5px 0 0 0;
	width:250px;
	height:120px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	border: 1px solid #F0D8A9;
	background-position: top left;
	background-color: #FBFBD1;
}

input.button { 
  border: 1px solid #E3A035;
  background-image: url(bu_orange.gif);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px; font-weight: bold;
  color: #717171;
  height: 25px;
  cursor: hand;
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	border: 1px solid #F0D8A9;
	background-color: #FBFBD1;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	

}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 160px;
	color: #333;
	height: 20px;
	margin:0;
	paddin:0;
}
.searchform input.select { 
	width: 200px;
	color: #333;
	height: 20px;
	margin:0;
	paddin:0;
}
.searchform input.kucukharf { 
	color: #333;
	text-transform:lowercase;
}
.menuform{
width: 170px;
}


/***********************
	  LAYOUT
************************/

#wrap {
	width: 950px;
	background: #FFF url(arkaplan.jpg) repeat-y;
	float:left;


}
#header-content {
	width: 950px;
	height: 37px;
	background:url(ustmenu.gif) no-repeat bottom;
}

/* header */
#header {
	position:relative;
	width: 950px;
	height: 150px;		
	margin: 0; padding: 0;
	background: url(wrapust.jpg) no-repeat top;
	
}

#header img.logo{
padding-top: 10px;

}



/* Sol menu */
#menu {
padding: 0 0 0 2px;
width: 160px;
margin-left:3px;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	width: %100;
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: url(buton.gif);
	color: #000000;
}

#menu a:active{
	background: url(buton.gif);
	color: #000000;
}
/* buton rengi #4F789F ile yapildi*/
/* content */
#content-wrap {
	clear: both;
	float: left;
	text-align:left;
	width: 950px;
	height: auto;
	background: url(footer.gif) no-repeat bottom;
}

#content-wrap table {
	width: 950px;
	height: auto;
	border-collapse:collapse;
}
#content-wrap td.ust {
padding:0 0 10px 0;
vertical-align: top;


}
/* sidebar */
#sidebar {
	float: left;
	width: 170px;
	background: url(sidebar.GIF) repeat-y;
	margin: 0 0 0 2px;

}

#sidebar table {
	width: 165px;
	padding-left:5px;
}
#sidebar h1 {
	padding: 5px 0px 0px 10px;
	margin: 0;	
	color: #660000;
}
#sidebar hr {
	margin: 5px; 5px 0 0;
}
.sidebox {
	margin-bottom: 5px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	list-style-type:none;
	margin:0;
	font: normal 10px 'Trebuchet MS', sans-serif;
	
}
#sidebar ul.sidemenu li {
	display:inline;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333333;
	width: %100;
	height: 20px;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a:hover {
	border-left: 3px solid  #993333;
	color: #993333;		
}

/* main */
#main {
	float: left;
	width: 600px;
	height: auto;	
	margin: 0 0 5px 2px;

	
}
#main h1 {
	border-bottom: 1px dashed #D5D5D5;
}
#main table {
width: 590px;
font: normal 10px 'Trebuchet MS', sans-serif;
border-spacing:0;
border-collapse:collapse;
}
#main table.genislik{
width: 500px;
}
#main a {
Color:#993333;
text-decoration:none;
}
#main a:hover {
text-decoration:underline;
}
#main a:active {
text-decoration:underline;
}

#ustmenu {
	float: left;
	width: 930px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#ustmenu li {
	display: inline;
}

#ustmenu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#ustmenu a:hover {
	background: url(ustbuton.gif) repeat-x;
	color: #000000;
}
/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	width:950px;
	height: 50px;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: #666666;
	text-align: center;

}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

#hintbox{ /*CSS for pop up hint box */
position:absolute;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}
