/*
 
Theme Name: JSP Başlangıç
Theme URI: http://www.ibrahimyapici.com
Description: <a href="http://www.ibrahimyapici.com">İbrahim YAPICI</a> JSP çalışmaları için hazırladığı teması.
Version: 1.0
Author: İbrahim YAPICI
Author URI: http://www.ibrahimyapici.com/iletisim

*/


body {
    background:#99cccc!important;
    font:75%/170% Arial, Helvetica, sans-serif;
    border-top:2px solid #999;
    padding:0px;
    margin:0px;
}

/* Genel Tanımlamalar - Başlangıç */

img {
    border: none;
}

p {
    margin: 0px 0px 15px;
}

ul {
    margin: 5px 0px 15px;
    padding-left: 20px;
}

ul li {
    margin: 0px;
}

ol {
    margin: 5px 0px 15px;
    padding-left: 20px;
}

ul li {
    margin: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

small {
    font-size: 90%;
}

strong {
    font-weight:bolder;
}

/* Genel Tanımlamalar - BİTİŞ */

/************************************************************************************
*************************************************************************************/
/* Ana Yapı Tanımlamaları - Başlangıç */

.cati {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height:600px;
}
.baslik{
	width:100%;
	height:120px;
}
.govde{
	width:100%;
	height:100%;
	margin-top:10px;
}

.govde h1{
	font-size: 20pt;
	font-weight: bold;
	color: #6a2808;
	display: inline;
}

.govde h3{
	font-size: 12pt;
	font-weight: bold;
	color: #6a2808;
	display: inline;
}

#dinle img {
	position: relative;
	height:20px;
	vertical-align: middle
}
.govde table {
	line-height: 12px;
	font-size: 14px;
}
.alt{
	width:100%;
	height:30px;
	border-top:1px solid gray;
	bottom: 0px;
	position: absolute;
}
.alt p{
	margin-top:10px;
	font:italic 9px Arial;
	text-align:center;
	color:gray;
}
.logo{
	width:220px;
	height:119px;
	float:left;
	margin-left:5px;
	background-image:url(../images/logo.png);
}

#bilgi{
	margin: 1em 0 0.5em 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;               
    text-shadow: 0 1px black, 0 1px #777;
    text-align: center;
}
#menu{
	width: 770px;
	height: 40px;
	float: right;
	margin-top: 10px;
}
.navbar-inner {
background-color: #fafafa;
background-image: -moz-linear-gradient(top,#d1e9e9,#99cccd)!important;
background-image: -webkit-gradient(linear,0 0,0 100%,from(#d1e9e9),to(#99cccd))!important;
background-image: -webkit-linear-gradient(top,#d1e9e9,#99cccd)!important;
background-image: -o-linear-gradient(top,#d1e9e9,#99cccd)!important;
background-image: linear-gradient(to bottom,#d1e9e9,#99cccd)!important;
}
/* Ana Yapı Tanımlamaları - Bitiş */
/************************************************************************************
*************************************************************************************/
/* Menu Tanımlamaları - Başlangıç */

#search_box_dis{
	
	width: 250px;
	float: left;
}
#arainput{
	margin-top: 10px;
	margin-left: 30px;
	width:300px;
}
.search_button{
	
}

#searchresults{
	margin-left:20px;
	width: 100%;
	float:right;
}

span.nokta{
text-indent: 0;
background-image: url(../images/xsym.gif);
background-repeat: no-repeat;
background-position: 3px 2px;
padding-left: 18px;
display: block;
margin-top: 5px;
padding-bottom: 5px;
}
#ekleTablo  {
background: #9CC;
}
#ekleTablo .odd {
background: #E8EDFF;
}