body
{
    margin: 0;
    padding: 0;
    background: url(../images/layout/gs_bg_2000.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #205c78;
    background-attachment: fixed;
    scrollbar-arrow-color: #55729f;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: #e3eaef;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #d0d0d0;
    scrollbar-track-color: #ffffff;
    font-family: Tahoma;
    font-size: 11px;
    color: #58595b;
    text-decoration: none;
}

h1
{
    font-size: 16pt;
}

.clear
{
    clear: both;
}
.header
{
    margin: 30px auto 0 auto;
    background-image: url(../images/layout/header.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 90px;
    overflow: hidden;
    clear: both;
}
.top_menu
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: right;
    overflow: hidden;
}
.menu
{
    position: inherit;
    margin: 45px 0px 0px 240px;
    width: 540px;
}
.menu img
{
    padding: 5px;
    vertical-align: middle;
}
.menu a
{
    padding-bottom: 10px;
}
#index_line
{
    background: url(../images/layout/index_line.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: center;
    overflow: visible;
}

#header_flash
{
    width: 960px;
    background-repeat: repeat-y;
    display: inline-block; /*sets hasLayout - required for IE*/
    display: block; /*resets to proper property value without resetting layout*/
    overflow: hidden; /*causes modern browsers to enclose child floats*/
    height: 210px;
    margin: 0px auto 0px auto;
    background-image: url(../images/layout/content_borderless.png);
}

#path
{
    background-image: url(../images/layout/path.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
}
.content
{
    background-repeat: repeat-y;
    display: inline-block; /*sets hasLayout - required for IE*/
    display: block; /*resets to proper property value without resetting layout*/
    overflow: hidden; /*causes modern browsers to enclose child floats*/
    width: 960px;
    margin: 0px auto 0px auto;
}
#without_border
{
    background-image: url(../images/layout/content_borderless.png);
}
#with_border
{
    background-image: url(../images/layout/content.png);
}

#content_text
{
    float: right;
    width: 695px;
    padding: 20px 0px 0pt 0px;
    margin-right: 30px;
}

#menu
{
    padding: 20px 0pt 0pt 25px;
    float: left;
    min-height: 430px;
    width: 188px;
}
.index_content
{
    padding-top: 10px;
    z-index: 3;
}
.footer_content
{
    background-image: url(../images/layout/footer.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 56px;
    margin: 0px auto 0px auto;
}

.footer_index
{
    background-image: url(../images/layout/footer.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 960px;
    height: 53px;
    margin: 0px auto 0px auto;
}

#footer_logos
{
    width: 940px;
    padding: 5px 10px 50px 10px;
    margin: 0 auto 0 auto;
}

img
{
    border: none;
}

input:focus
{
    outline: none;
}

td.menu
{
    padding-left: 13px;
    padding-right: 13px;
}

.roll
{
    cursor: pointer;
}

.cat_button
{
    background-image: url(../images/layout/gs_content_title_bg.png);
    background-position: left;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 1px;
}

.search_title
{
    background-image: url(../images/layout/support_title_bg.gif);
    background-position: left;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
}

.jquery-selectbox .jquery-selectbox-moreButton
{
    background: url(../images/layout/gs_down_arrow.png);
}


ul#navlist
{
    width: 160px;
    padding: 0px;
    border-top: 1px solid #dedede;
    border-bottom: 0px solid #dedede;
    margin: 0px;
    text-decoration: none;
    text-align: left;
    font-family: Tahoma, "Times New Roman" , Times, serif;
    font-size: 12px;
    color: #58595b;
}
ul#navlist li a
{
    font-size: 12px;
    color: #58595b;
    text-decoration: none;
}
ul#navlist li a:hover
{
    text-decoration: none;
}
ul#navlist li
{
    list-style: none;
    margin: 0px;
    padding: 7px 0 4px 25px;
    border: 0px;
    height: 18px;
    background: #f0f0f0;
    text-decoration: none;
    text-align: left; /*border-right: 1px solid #dedede;*/
    border-bottom: 1px solid #ffffff;
}
ul#navlist li#active
{
    border-right: 1px solid #ffffff;
    background: #ffffff;
    border-top: 0px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    text-align: left;
}
ul#navlist li#main_cat
{
    padding-left: 25px;
    padding-top: 7px;
    padding-bottom: 0px;
    height: 21px;
    background: url(../images/backgrounds/manu_arrow_gs.png);
    background-position: left top;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    border-bottom: 0;
}
ul#navlist li#cat
{
    padding-left: 25px;
    padding-top: 7px;
    padding-bottom: 0px;
    height: 21px;
    background: url(../images/backgrounds/manu_arrow_right_gs.png);
    background-position: left top;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    border-bottom: 0;
}
ul#navlist li:hover
{
    background: #ffffff;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #dedede;
}


.main_text, .main_text p, p.main_text, p.main_text p, span.main_text, td.main_text, div.main_text, .main_text a, .main_text p a, p.main_text a, p.main_text p a, span.main_text a, td.main_text a, div.main_text a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #58595b;
    text-decoration: none;
    line-height: 18px;
}
.main_text a:hover, .main_text p a:hover, p.main_text a:hover, p.main_text p a:hover, span.main_text a:hover, td.main_text a:hover, div.main_text a:hover
{
    text-decoration: underline;
}

.text10-gray, .text10-gray a, td.text10-gray, td.text10-gray a
{
    font-family: Tahoma;
    font-size: 10px;
    color: #58595b;
    text-decoration: none;
    line-height: 13px;
}
.text10-gray a:hover, td.text10-gray a:hover
{
    font-family: Tahoma;
    font-size: 10px;
    color: #58595b;
    text-decoration: underline;
}

.text11-gray, .text11-gray a, td.text11-gray, td.text11-gray a, span.text11-gray a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #58595b;
    text-decoration: none;
    line-height: 15px;
}
.text11-gray a:hover, td.text11-gray a:hover, span.text11-gray a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #58595b;
    text-decoration: underline;
}

.text11-gray-flat, .text11-gray-flat a, td.text11-gray-flat, td.text11-gray-flat a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #58595b;
    text-decoration: none;
}
.text11-gray-flat a:hover, td.text11-gray-flat a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #58595b;
    text-decoration: underline;
}

.text11-gray-bold, .text11-gray-bold a, td.text11-gray-bold, td.text11-gray-bold a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #58595b;
    text-decoration: none;
    line-height: 15px;
    font-weight: bold;
}
.text11-gray-bold a:hover, td.text11-gray-bold a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #58595b;
    text-decoration: underline;
    font-weight: bold;
}

.text11-support-title, .text11-support-title a, td.text11-support-title, td.text11-support-title a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #454545;
    text-decoration: none;
    line-height: 15px;
    font-weight: bold;
}
.text11-support-title a:hover, td.text11-support-title a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #454545;
    text-decoration: underline;
    font-weight: bold;
}

.text11-support-title-selected, .text11-support-title-selected a, td.text11-support-title-selected, td.text11-support-title-selected a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #e53f00;
    text-decoration: none;
    line-height: 15px;
    font-weight: bold;
}
.text11-support-title-selected a:hover, td.text11-support-title-selected a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #e53f00;
    text-decoration: underline;
    font-weight: bold;
}

.text12-gray, .text12-gray a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #58595b;
    text-decoration: none;
}
.text12-gray a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color: #58595b;
    text-decoration: underline;
}

.text12-gray-bold, .text12-gray-bold a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #58595b;
    text-decoration: none;
    font-weight: bold;
}
.text12-gray-bold a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color: #58595b;
    text-decoration: underline;
    font-weight: bold;
}


.text13-gray, .text11-gray a
{
    font-family: Tahoma;
    font-size: 13px;
    color: #58595b;
    text-decoration: none;
}
.text13-gray a:hover
{
    font-family: Tahoma;
    font-size: 13px;
    color: #58595b;
    text-decoration: underline;
}

.text14-gray-bold, .text14-gray-bold a
{
    font-family: Tahoma;
    font-size: 14px;
    color: #58595b;
    text-decoration: none;
    font-weight: bold;
}
.text14-gray-bold a:hover
{
    font-family: Tahoma;
    font-size: 14px;
    color: #58595b;
    text-decoration: underline;
    font-weight: bold;
}

.text15-gray-bold, .text15-gray-bold a
{
    font-family: Tahoma;
    font-size: 15px;
    color: #58595b;
    text-decoration: none;
    font-weight: bold;
}
.text15-gray-bold a:hover
{
    font-family: Tahoma;
    font-size: 15px;
    color: #58595b;
    text-decoration: underline;
    font-weight: bold;
}

.text16-gray, .text11-gray a
{
    font-family: Tahoma;
    font-size: 16px;
    color: #58595b;
    text-decoration: none;
}
.text16-gray a:hover
{
    font-family: Tahoma;
    font-size: 16px;
    color: #58595b;
    text-decoration: underline;
}

.text16-gray-bold, .text11-gray-bold a
{
    font-family: Tahoma;
    font-size: 16px;
    color: #58595b;
    text-decoration: none;
    font-weight: bold;
}
.text16-gray-bold a:hover
{
    font-family: Tahoma;
    font-size: 16px;
    color: #58595b;
    text-decoration: underline;
    font-weight: bold;
}

.text11-white-bold
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.text11-white-bold a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.text11-white-bold a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.text11-white
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
.text11-white a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
.text11-white a:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.text12-white-bold
{
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.text12-white-bold a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.text12-white-bold a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.text12-white
{
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
.text12-white a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
.text12-white a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.oddtr
{
    background-color: #EFF1F1;
}

.eventr
{
    background-color: #F8F8F8;
}

.trover
{
    background-color: #D8D8D8;
}

.trclick
{
    background-color: #d1e1f1;
}

table.strip
{
    border: 1px solid #dedede;
    width: 98%;
}

#h_searcher
{
    position: absolute;
    top: 154px;
    left: 640px;
    background-color: #ffffff;
    width: 300px;
    padding-left: 0px;
    border: 0px solid #dedede;
    text-align: left;
}

.over
{
    background-color: #d1e1f1;
    color: #FFFFFF;
}


/* proje-box
-----------------------------------------------------*/
.proje-genel
{
    padding: 10px 0px 10px 0px;
    float: left;
    margin: 0 15px 15px 0;
    width: 330px;
    background: url(../images/layout/back_proje.gif) no-repeat right top;
}

.proje-genel .proje_resim
{
    padding: 0px;
    float: left;
    margin: 0 10px 0px 0px;
}
.proje-genel .proje_resim img
{
    border: solid 1px #707070;
}

.proje-genel.proje_yazi
{
    padding: 0px;
    float: left;
    margin: 0 10px 0px 0px;
}
.proje-box
{
    padding: 5px 5px 5px 7px;
    background-color: #f1f1f1;
    float: left;
    margin: 0px 5px 5px 0px;
    background: url(../images/layout/galeri_table_bg.png) no-repeat left bottom;
}


.MenuBox
{
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
    color: White;
    font-size: 11px;
}


.MenuBox a
{
    color: White;
    display: block;
    height: 20px;
    color: White;
    background: url(../images/layout/menubox_bg_off.gif) no-repeat;
    padding-left: 10px;
    padding-top: 10px;
    text-decoration: none;
}
.MenuBox a:hover
{
    color: #FFCC00;
    display: block;
    height: 20px;
    padding-left: 10px;
    padding-top: 10px;
    background: url(../images/layout/menubox_bg_on.gif) no-repeat;
}


.MenuBoxKutu
{
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
    color: White;
    font-size: 11px;
}


.MenuBoxKutu a
{
    color: White;
    display: block;
    height: 20px;
    color: White;
    background: url(../images/layout/menubox_bg_off.gif) no-repeat;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-decoration: none;
}
.MenuBoxKutu a:hover
{
    color: #FFCC00;
    display: block;
    height: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    
    background: url(../images/layout/menubox_bg_on.gif) no-repeat;
}


/* BOX TEMPLATE
***********************************************************************************/
#slide_left
{
    width: 470px;
    float: left;
    margin: 0px 0px 10px 0px;
}

#slide_right
{
    width: 200px;
    float: right;
    margin: 0px 10px 0px 0px;
    min-height: 200px;
}

.box_wrapper_470
{
    width: 470px;
    margin-bottom: 10px;
}

.box_wrapper_230
{
    width: 230px;
    float: left;
    margin: 0 0px 10px 0;
}

.box_wrapper_200
{
    width: 200px;
    float: left;
    margin: 0 10px 10px 0;
    margin-bottom: 10px;
}

.box_wrapper_188
{
    width: 188px;
    float: left;
    margin: 0 10px 10px 0;
}

.box_wrapper_ara
{
    display: block;
    float: left;
    width: 10px;
}

.box_title
{
    background: #267cab url(../images/layout/box_title_bg.gif) no-repeat;
    height: 20px;
    color: White;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
}

.box_content
{
    display: block;
    padding: 10px;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    margin: 0;
}

.box_left_textbox
{
    width: 170px;
}

.box_left_textbox:hover
{
    background-color: #f1f1f1;
}


.box_content ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.box_content ul li
{
    margin-bottom: 5px;
}





.iletisimyazi
{
    font-family: verdana, sans-serif;
    font-size: 11px;
}



/* Slide
********************************************************************/
#sol_kolon
{
    width: 188px;
}

#sol_kolon ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 188px;
}


#sol_kolon ul li
{
    padding: 5px 5px 5px 2px;
    margin: 0px;
}





/* Haber
********************************************************************************************/


.post-content
{
    display: block;
    padding: 5px;
}

.post-content-separator
{
    border-bottom: dotted 1px #999999;
    margin: 5px 0 5px 0;
}

.post-date
{
    display: block;
    color: #FFCC00;
}

.post-thumbnail-left
{
    float: left;
    margin: 0 10px 0px 0;
}

.post-thumbnail-right
{
    float: right;
    margin: 0 0px 10px 10px;
}


.post-content a, .post-content a:visited, .post-content a:active
{
    text-decoration: none;
    color: #205c78;
}

.post-content a:hover
{
    color: Red;
}


.post-content h3
{
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 5px 0 0 0;
    color: #205c78;
    font-size: 14px;
}

.post-content h3:hover
{
    color: #205c78;
}

.post-content p
{
    text-decoration: none;
    display: block;
    margin: 5px 0 0 0;
}




.post-btn-back a, .post-btn-back a:visited, .post-btn-back a:active
{
    display:block;
    width: 100px;
    text-align: center;
    background-color: #2b7dac;
    padding: 5px;
    color: White;
     text-decoration:none;
      font-weight:bold;
}


.post-btn-back a:hover
{    
 color: #000;
    text-decoration: none;
    background-color: #FFCC00;
}


