p {
    font-size: 1em;
    color: #5b5655;
    text-shadow: 0.1em 0em #FFFFFF;
}
a {
    font-size: 0.9em;
    color: #5b5655;
    text-shadow: 0.1em 0em #FFFFFF;
}
h2 {
    color: #0097B0;
}
h3 {
    color: #929292
}
#header_tr {
    height: 108px;
    background: url("../../images/portal/bg_header_tr.png") no-repeat;
    background-color: #FFF;
}
#header_en {
    height: 108px;
    background: url("../../images/portal/bg_header_en.png") no-repeat;
    background-color: #FFF;
}
#mainMenu {
    background-color: #e8e7e0;
    height: 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px 1px #B3B3B3;
    -webkit-box-shadow: 0px 0px 3px 1px #B3B3B3;
    box-shadow: 0px 0px 3px 1px #B3B3B3;
}
.block_mavi {
    position: relative;
    background-color: #0097b0;
    width:230px;
    border-radius: 4px;
    margin: 15px 0 0 0;
    padding: 10px;
    overflow: hidden;
}
.block_gri {
    position: relative;
    background-color: #E8E7E0;
    width: 230px;
    border-radius: 4px;
    margin: 15px 0 0px 0;
    padding: 10px;
    overflow: hidden;
    border: thin solid #bbbdc0;
}
.block_griMavi {
    position: relative;
    background-color: #E8E7E0;
    border: thin solid #bbbdc0;
    width: 100%;
    border-radius: 4px;
    margin: 15px 0px 0px 0px;
    padding: 0;
    overflow: hidden;


}
.block_griMavi_T {
    position: relative;
    background-color: #0097b0;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: bold;
    text-shadow: #666 1px 1px 3px  ;
}
.block_griMavi_M {
    width: 230px;
    margin: 10px;
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-arrow-color: #FF99FF;
    scrollbar-track-color: #FFCCFF;

}
#duyurular {
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.duyuru {
    padding: 2px 0 2px 0;
}
.duyuru span {
    font-size: 0.7em;
    font-style: italic;
    cursor: pointer;
    color : #666
}
.duyuruSeperator {
    width: 220px;
    height: 2px;
    background: url('../../images/portal/sprt_H.png') no-repeat center center;
    background-color: transparent;
}
.uygulama {
    position: relative;
    background-color: #f1f1f2;
    border: thin solid #bbbdc0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin: 5px 0 5px 0;
    padding : 4px;
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
    font-size: 1em;
}
a:hover .uygulama {
    margin: 5px 0 5px 0;
    background-color: #0097B0;
    color: #FFFFFF;
    text-shadow: 1px 0em #0e404c;
}
.uygulamaIcon {
    display: block;
    float: left;

    width: 24px;
    height: 100%;

}
.uygulamaIcon img {
    margin-top: 4px;
    width: 24px;
    height: 24px;
}
.uygulamaText {
    display: block;
    float: left;
    width: 170px;
    height: 100%;
    padding: 5px;

}
a .mainButton, a:visited .mainButton {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    padding: 6px 10px 3px 10px;
    height: 21px;
    background: transparent;

    border: 1px solid #BBBDC0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    font-weight: bold;
    color: #0097b0;

}

a:hover .mainButton {
    color: #FFFFFF;
    text-shadow: 0.05em 0 #084140;
    background-color: #0097b0;
}

a .mainButtonRW, a:visited .mainButtonRW {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    padding: 6px 10px 3px 10px;
    height: 21px;
    /*    background: transparent;*/
    text-shadow: none;
    border: 1px solid #BBBDC0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    font-weight: bold;
    color: #E8E7E0;

}

a:hover .mainButtonRW {
    color: #fff;
    text-shadow: none;
    background-color: #A52F36;
}




a .mainButtonFULL, a:visited .mainButtonFULL {
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 2px 5px 1px 4px;
    height: 21px;
    background: transparent;
    border: 1px solid #BBBDC0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    font-weight: bold;
    color: #0097b0;
}
a:hover .mainButtonFULL {
    background-color:#0097B0;
    color:#FFFFFF;
    text-shadow:none;
}
a:hover .disabledButton {
    background-color:#FFFFFF !important;
    color:#0097B0 !important;
}

.bannerText {
    position: relative;
    padding: 0;
    margin: 15px 0 0 0;
    width: 100%;
    height: 270px;
    background-image: url(../images/bg_bannerText.png);
}
.bannerText h1 {
    color: #0097b0;
    padding: 0;
    margin: 0;
    font-size : 1.5em;
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
}
.bannerText p {
    padding: 0;
    margin: 0;
    /*color: #b41c25;*/
}

#grupHaberler {
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
    overflow: visible;
}
#grupHaberler .block_gri {
    width: 99%;
    margin: 0;
    padding: 0;
    overflow: visible;
}
#grupHaber {
    padding: 5px;
    margin: 10px;
}
#grupHaberMenu {
    margin: 0 10px 0 10px;
    overflow: visible !important;
}
#grupHaberMenu {
    float: left;
}
#grupHaberMenu a .active {
    color: #FFFFFF;
    background-color: #0097B0;
    text-shadow: none;
}
#grupHaberMenu a:hover .active {
    color: #0097B0;
    background-color: #E8E7E0;
}
#grupHaberMenu a .grupButton, a:visited .grupButton {
    float: left;
}
#grupHaberMenu a:hover .grupButton {
    color: #0097B0;
}
.grupButton {
    margin-top: -10px;
    padding: 2px 5px 1px 4px;
    height: 22px;
    background-color: #E8E7E0;
    border-top: 1px solid #BBBDC0;
    border-right: 1px solid #BBBDC0;
    border-left: 1px solid #BBBDC0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    color: #929292;
}
.grupImage {
    width: 142px;
    float: left;
}
.grupText {
    width: 200px;
    float: left;
    margin-left: 5px;
}
.grupText h3 {
    text-shadow: none !important;
    margin-top: 0;
}
.grupText .date {
    color: #0097B0;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
}
.grupList {
    width: 300px;
    float: left;
    margin: 0px 0px 10px 10px;
}
.grupList .duyuruSeperator {
    margin: 0;
    height: 1px;
    width :300px;
    background-color: #c3c3c3;
    background-image: none;
}
.listHaber {
    margin: 0;
    padding: 0;
}
.listHaber a {
    margin: 0;
    padding: 0;
    color: #0097B0;
    font-style: italic;
}
.listHaber a .date {
    font-weight: bold;
}
.listHaber a .text {
    margin-left: 10px;
}
.whiteContent {
    background-color: #FFFFFF;
    border: thin solid #BBBDC0;
    overflow: hidden;
    position: relative;
    color: #58595b;
    padding: 5px;
}
.whiteContent p, .whiteContent a, .whiteContent a:hover {
    text-shadow: none !important;
}
.esasHaber {
    margin-right: 10px;

}
.yanHaber {
    margin-bottom: 10px;
}
.yanHaber h1, .esasHaber h1 {
    color: #0097B0;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}
.yanHaber p, .esasHaber p {
    font-size: 0.9em;
    line-height: 1.1em;
    padding: 3px 0 0 0;
    margin: 0;
}
.yanHaber p .date {
    color: #0097B0;
}
.esasHaber p .date {
    color: #0097B0;
    display: block;
    position: absolute;
    bottom: 5px;
}
.footerSeperator {
    width: 210px;
    height: 2px;
    background: url('../images/sprt_footer_H.png') no-repeat center center;
    background-color: transparent;
}
#footer_T {
    height: 20px;
}
#footer_M {
    padding: 15px 2% 5px 2%;
    width: 96%;
    background-color: #0097B0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
#footer_M p {
    text-shadow: none;
    display: inline;
    padding-right: 10px;
    color: #FFFFFF;
}
#footer_M a, #footer_M a:visited, #footer_M a:hover {
    color: #FFFFFF;
    text-shadow: none;
    padding: 5px 10px 5px 0;
    display: block;
    font-size : .7em;
    line-height: 1em;
}
#footer_M a:hover {
    text-decoration: underline;
}
#footer_B {
    padding: 10px 2% 5px 2%;
    width: 96%;
    background-color: #126972;
}
#footer_B img {
    margin-right: 5px;
}
.haberPage {
    margin: 15px 0 0 0;
}
.haberPage_T {
    padding: 4px 2% 5px 2%;
    width: 96%;
    background-color: #0097B0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    border: thin solid #bbbdc0;
}
.haberPage_T img {
    float: left;
}
.haberPage_T p {
    float: left;
    display: inline;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    text-shadow: none;
    margin: 0;
    padding: 0 0 0 10px;
}
.haberConsole_M {
    height: 28px;
    padding: 0px 2% 0px 2%;
    width: 96%;
    background-color: #E8E7E0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border: thin solid #bbbdc0;
}
.haberConsole_M2 {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    margin-top:10px;
}
.haberPage_M {
    padding-top: 25px;
}
.haberPage_M p {
    text-align: justify;
    text-shadow: none;
}
.plainContent{
    width:100%;
    margin: 15px 0 0 0 ;
}
.plainContent p{
    text-align:justify;
    text-shadow:none;
}
.plainContent a {
    color: #0E97AE;
}
.haberListe_T{
    padding: 4px 2% 5px 2%;
    width: 96%;
    background-color: #0097B0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: thin solid #bbbdc0;
}
.haberListe_T p {
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    text-shadow: none;
    margin: 0;
    padding:0;
}

a #filtrele .mainButton_L, a:visited #filtrele .mainButton_L {
    float: left;
    margin: 15px 0px 5px 0px;
    padding: 2px 5px 1px 4px;
    height: 21px;
    background: transparent;
    border-top: 1px solid #BBBDC0;
    border-bottom: 1px solid #BBBDC0;
    border-left: 1px solid #BBBDC0;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow:none;
}
a:hover #filtrele .mainButton_L {
    color: #FFFFFF;
    text-shadow:none;
    background-color: #b41c25;
}
a #filtrele .mainButton_R, a:visited #filtrele.mainButton_R {
    margin: 15px 0px 5px 0px;
    text-shadow:none;
    float: left;
    width: 14px;
    height: 26px;
    background: url('../../images/portal/mainButton_R_NR.png') no-repeat center center;
}
a:hover #filtrele .mainButton_R {
    text-shadow:none;
    background: url('../../images/portal/mainButton_R_filter_HV.png') no-repeat center center;
}
.haberListe_M{
    padding:0;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    border: none;
}
.haberListe_M .whiteContent{
    margin:10px 0 10px 0;
}

.haberListe_M h1 {
    color: #0097B0;
    font-size: 0.8em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    font-weight:400;
}
.haberListe_M  p {
    font-size: 0.7em;
    line-height: 1em;
    padding: 4px 0 0 0;
    margin: 0;
}
.haberListe_M  p .date {
    color: #0097B0;
}
.haberListe_B{
    padding:0;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    border: none;
}
.haberListe_B a{
    margin:0px;
    display:block;
}
.haberListe_B a .mainButtonFULL{
    margin:10px 5px 10px 5px;
    display:block;
}
.haberListe_B a .avtive, .haberListe_B a:visited .avtive, .haberListe_B a:hover .avtive {
    color:#0097B0;
    background-color:#FFFFFF;
    border: 2px solid #0097B0;
    margin:9px 5px 10px 5px;
}
a .searchListButton, a:visited .searchListButton{
    padding:3px 6px;
    margin:5px;
    float:left;
    color:#FFFFFF;
    text-shadow:none;
    background-color:#0097B0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius: 4px;
    border-radius:4px;
    border: thin solid #0097B0;
}
a:hover .searchListButton{
    float:left;
    color:#FFFFFF;
    text-shadow:none;
    background-color:#207b97;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius: 4px;
    border-radius:4px;
    border: thin solid #207b97;
}

#searchList a .active, #searchList a:visited .active{
    padding:3px 6px;
    margin:5px;
    float:left;
    color:#FFFFFF;
    text-shadow:none;
    background-color:#0097B0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius: 4px;
    border-radius:4px;
    border: thin solid #207b97;
}
.searchListUnit {
    width:97% !important;
}
.searchListUnit p {
    text-shadow: none;
}
.searchListUnit .mainButton_L{
    width:634px !important;
    background-color:#e8e7e0;
}
.searchListUnit .mainButton_L p{
    display:inline;
    margin-left:25px;
    font-size:0.8em;

}
a:hover .searchListUnit .mainButton_L p{
    color:#FFFFFF;
    text-shadow:none;
}

a .searchListUnit .mainButton_R, a:visited .searchListUnit .mainButton_R {
    margin: 10px 0px 10px 0px;
    float: left;
    width: 14px;
    height: 26px;
    background: url('../../images/portal/mainButtonSRC_R_NR.png') no-repeat center center;
}
a:hover .searchListUnit .mainButton_R {
    background: url('../images/mainButton_R_HV.png') no-repeat center center;
}

.LeftMenuSeperator {
    width:100%;
    height: 2px;
    margin-top:5px;
    background: url('../../images/portal/sprt_menu.png') no-repeat center center;
    background-color: transparent;
}
.LeftMenuSubSeperator {
    width:100%;
    height: 2px;
    margin-top:0;
    background: url('../../images/portal/sprt_menu.png') no-repeat center center;
    background-color: transparent;
}
#leftMenu {
    width: 100%;
    padding:0;
}
#MenuAccordion{
    padding:0;
    margin:0;
    text-shadow:none;
}
#MenuAccordion h3{
    padding:0;
    margin:5px 0 0 0;
    background: url('../../images/portal/leftMenu_OPEN.png') no-repeat center right;
}

#MenuAccordion h3 a{
    margin:20px;
    color:#FFFFFF;
    font-size:0.9em;
    text-shadow:none;
}
#MenuAccordion div{
    background-color:#37a9ba;
}
#MenuAccordion div a{
    color:#FFFFFF;
    font-size:0.8em;
    font-weight:bold;
    text-shadow:none;
    display:block;
    padding:5px 5px 5px 30px;
}
#MenuAccordion div a:hover{
    background-color:#207b97;
}

#dokumanTable_T{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color:#0097B0;
    padding:5px 0 5px 0;
    color:#FFFFFF;
    font-weight:bold;
}
.dokumanTable{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color:#0097B0;
    padding:5px 0 5px 0;
    color:#FFFFFF;
    font-weight:bold;
    width:100%;
}
.dokumanTable tr:hover {
    /*color : #37a9ba;*/
}
.dokumanTable th:hover {
    color :#FFFFFF ;
}
.dokumanTable th{
    vertical-align:top;
    padding:5px;
    text-align:left;
}
.dokumanTable td{
    vertical-align:top;
    font-weight:normal;
    font-size:1em;
    color:#666666;
    padding:10px;
    background-color:#FFFFFF;
    border-bottom:1px #1d7d9a solid;
}
.innerDokumanTable td{
    padding:2px;
    font-size:0.8em;
}
.dokumanTable td p{
    padding:10px 0 0 0;
    margin:0;
    font-size:0.8em;
    line-height:1.1em;
}
.dokumanTable td h1{
    padding:0;
    margin:0;
    font-size:1em;
    line-height:1em;
    font-weight:normal;
}

.harita_print{
    display:none;
}
.content_group {
    width:96%;
    background-color: #f8f8f8;
    margin-top: 15px;
}
.content_group h1, .content_group p {
    margin: 3px; 
}
.content_group h1 {
    font-size: 18px;
}
.subVersionTR td  {
    border-color: #fff !important;
}
.innerDokumanTable td {
    background-color: #E8E7E0;
    border-collapse:collapse;
    padding:5px;
}
.subVersionTR td {
    margin: 0px;
}

.searchListUnit p {
    margin: 0 !important; 
}
.searchListUnit:hover p {
    color : #fff !important;
}
.dropdown-horizontal-print {
    margin : 0 !important;

}
.dropdown-horizontal-print a {
    width : 57px !important;

}
.leftBlock {
    margin-left: 15px;
    width : 250px !important;

}
.rightBlock {
    margin-left: 30px !important;
    margin-right: 15px !important;
    width : 690px;
}
.rightBlock .block_gri {
    width: 670px;
}
.rightBlock .block_griMavi_M {
    width : 670px;
    float: left;
}
.error {
    color: #b00101; font-size: 14px;
}
.footerMenu {

}
.footerAddress {
    width: 27%;
    margin-right: 3%;
}
.newsBar {
    width : 445px;
}


a .toggleDiv{  margin: 10px; }
.backgroundRed{
    background: #A42F36;


}
.backgroundRed a {
    color:#fff;
}


