@charset "utf-8";
@import url('images/assets/tabs.css');
@import url('images/assets/datepicker.css');
/* 
        Akcalı CSS v1.0
        Hazar Karabay - Carbon İnteraktif / 2011
        http://carboninteraktif.com
*/
* {
    border:none;
    margin:0;
    padding:0
}
body {
    background: #c7b299;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    color:#2e2e2e
}
tr, td {
    font-size:11px;
}
h1, h2, h3, h4, h5 {
    font-size:18px;
    font-weight:normal;
    padding-bottom:.5em;
}
h2 {
    font-size: 14px;
    font-weight:bold;
    color:#626262;
    padding-bottom:.5em;
    padding-top:.5em;
}
h3, h3 a {
    font-size:12px;
    color:#ce171e;
    font-weight:bold;
    padding-bottom:1em;
}
h4 {
    font-size:12px;
    font-weight:bold;
    color:#faa61a;
}
h5 {
    font-size:15px;
    font-weight:bold;
    color: #C88F1A
}
a {
    text-decoration:none;
    font-weight:normal;
    color: #999;
    outline: 0; /* kesikli çizgilere son... */
}
a:hover {
    color:#000
}
input, textarea, select {
    font-family:Verdana, Geneva, sans-serif;
    border: 1px solid #AAA;
    padding:3px
}
p {
    padding-bottom: 1em
}
hr {
    border: 1px solid #666
}
abbr {
    border-bottom: 1px dashed #333;
    font-weight:bold
}
/* Yapıtaşları.. */
#pageLoading {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:block;
    z-index:100;
    text-align:center;
    padding-top:200px;
    background:url(images/assets/body/loading.png);
}
#pageLoading h2 {
    font-size:24px;
    color:#EEE;
    -moz-text-shadow: 3px 3px 4px #000;
    -webkit-text-shadow: 3px 3px 4px #000;
    text-shadow: 3px 3px 4px #000;
}
#container {
    width:989px;
    margin:0 auto;
    padding:0;
    background: url(images/assets/body/repeat.jpg) #FFF;
    margin-top:2em;
    position:relative
}
#header {
    position:relative;
    padding:0;
    margin:0;
    background: url(images/assets/body/top.jpg) top left no-repeat
}
#content {
    min-height:250px;
    margin: 0 20px 0 20px;
    padding:10px;
    background-color:#EEE
}
#tabs {
    margin: 10px 20px 0 20px;
    padding:0;
    position:relative
}
#closer {
    position:relative;
    padding:0;
    margin:0;
    background: url(images/assets/body/bottom.jpg);
    height:20px;
}
#footer {
    width:969px;
    margin:0 auto;
    font-size:11px;
    padding:10px
}
#footer a {
    color:#000
}
#footer a:hover {
    background-color:#666;
    color:#FFF
}
#footer .container {
    display:block;
    background: #FFF url(images/assets/footer_cizgi.gif) top center repeat-x;
    position:relative;
    padding:10px 0 10px 0;
    width:920px;
}
#footer .sag {
    float:right
}
#footer .sol {
    float:left
}
#header h1 {
    display:block;
    position:relative;
    width:220px;
    height:24px;
    text-indent:-9000px;
    background:url(images/assets/header.jpg) no-repeat;
    top:15px;
    left:18px
}
#header #search {
    position:absolute;
    width:430px;
    height:30px;
    right:3px;
    top:10px
}
#navigation {
    width: 937px;
    height:32px;
    background: url(images/assets/navigation.jpg) no-repeat;
    margin:0 auto;
    margin-top:15px;
    padding:0 0 0 10px;
}
#navigation ul {
    list-style:none
}
#navigation li {
    float:left;
    height:32px;
}
#navigation a {
    display:block;
    height:32px;
    line-height:32px;
    padding-right:1em;
    color:#FFF;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold
}
#navigation a.current {
    color: #FF0;
}
.hand {
    cursor: pointer;
    cursor: hand;
}
.bolumresim {
    padding-bottom:10px
}
.nomargin {
    margin:0 !important
}
.bold {
    font-weight:bold
}
/* yeni model clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */
/*uyarilar*/
.uyari_hata, .uyari_ikaz, .uyari_tamam, .uyari_bilgi {
    padding: 0.5em 0.5em 0.5em 5.5em;
    border: 1px solid #fff;
    color: #444
}
.uyari_hata {
    background: #fbe3e4 url('images/icons/hata.gif') 2.2em center no-repeat;
    border-color: #e0011b
}
.uyari_hata a {
    color: #d12f19
}
.uyari_ikaz {
    background: #fff6bf url('images/icons/ikaz.gif') 2.2em center no-repeat;
    border-color: #ffd324
}
.uyari_ikaz a {
    color: #817134
}
.uyari_tamam {
    background: #e9ffdd url('images/icons/tamam.gif') 2.2em center no-repeat;
    border-color: #72c868
}
.uyari_tamam a {
    color: #529214
}
.uyari_bilgi {
    background: #e2ecee url('images/icons/bilgi.gif') 2.2em center no-repeat;
    border-color: #9ddae6
}
.uyari_bilgi a {
    color: #2d7ba2
}
.uyari_hata ul, .uyari_ikaz ul, .uyari_tamam ul, .uyari_bilgi ul {
    list-style: none;
    margin: 1.3em 1.5em
}
.uyari_hata ul li, .uyari_ikaz ul li, .uyari_tamam ul li, .uyari_bilgi ul li {
    padding-left: 1.3em
}
.uyari_hata ul li {
    background: url('images/icons/hata-bullet.gif') 0 0.35em no-repeat
}
.uyari_ikaz ul li {
    background: url('images/icons/ikaz-bullet.gif') 0 0.35em no-repeat
}
.uyari_tamam ul li {
    background: url('images/icons/tamam-bullet.gif') 0 0.35em no-repeat
}
.uyari_bilgi ul li {
    background: url('images/icons/bilgi-bullet.gif') 0 0.35em no-repeat
}
.box {
    border: 1px solid #CCC;
    padding: 1em;
    margin: 1em;
    background:url(images/assets/box_back.gif) bottom center repeat-x
}
.box .float {
    float:left;
    display:block;
    width:100px
}
.boxed li {
    display:block;
    width: 92px;
    height:92px;
    float:left;
    background: #EEE url(images/icons/loading_eee.gif) center no-repeat;
    margin: 0 10px 10px 0;
    list-style:none
}
.boxed a {
    display:block;
    border: 1px solid #DDD
}
.boxed a:hover, .boxed .selected {
    border-color: #b99901
}
.float {
    float:left
}
#content ul {
    margin-left:2em
}
.aralik {
    padding:.5em;
}
.listTable thead td, .listTable thead td a {
    font-weight:bold;
    background:#999;
    color:#EEE;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.listTable thead td a:hover, .listTable thead td a.current {
    color:#FFF;
    text-shadow: #333 0.1em 0.1em 0.2em
}
.listTable thead td a.ASC {
    background:url(images/icons/asc.gif) top right no-repeat;
    padding-right:20px;
}
.listTable thead td a.DESC {
    background:url(images/icons/desc.gif) top right no-repeat;
    padding-right:20px;
}
.listTable td, .autoForm td {
    padding:.6em
}
div.pagination {
    padding: 3px;
    margin: 3px;
    font-size:9px;
    text-align:center
}
div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #666;
    text-decoration: none; /* no underline */
    color: #333;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #81161c;
    color: #000;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000;
    font-weight: bold;
    background-color: #444;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}
.zebra tr.alt td {
    background: #e5e5e5;
}
.zebra tr.over td {
    background: #d6d6d6;
}
.comboBreaker {
    width:100%
}
#whereami {
    display:block;
    position:absolute;
    font-size:16px;
    font-weight:bold;
    font-style:italic;
    right:0;
    top:5px;
    width:280px;
    text-align:right;
}
.autoForm input, .autoForm select, .autoForm textarea {
    width:60%
}
.autoForm textarea {
    height:200px
}
.submitBtn, .loginBtn {
    font-size:16px !important;
    font-weight:bold !important;
    margin-top:1em
}
.changeBtn, .sozlesmeSilBtn, .kitapSilBtn, .kitapKopyalaBtn, .teklifSilBtn, .btn {
    font-size:16px !important;
    margin-top:1em
}
.uyarti {
    background-color: #C96
}
.yeni-foreign {
    margin-left:1em
}
.yeni-foreign img {
    vertical-align: middle
}
.highlight {
    background-color: yellow
}
a.notGoster {
    color:#000
}
a.notGoster:hover {
    color:#333
}
textarea.not {
    width:98%
}

.notlar blockquote {
    background:url(images/icons/blockquote.png) top left no-repeat;
    margin:.5em;
    padding: 1em 2em 1em 2em;
    font-style:italic
}
div.alarm div {
    display:block;
    width:23em;
    min-height:8em;
    float:left;
    border:1px dotted #999;
    margin:0 1em 1em 0 ;
    padding:.5em;
}

.hidden {
    display:none !important
}

div.alarm div.hover {
    border-color:#000
}