﻿body
{
    font-family: Verdana;
    font-size: 10px;
    color: #7B7B7B;
    background-color:#252525;
}

form
{
    font-family: Verdana;
    font-size: 10px;
    color: #7B7B7B;
}

img
{
    border: 0px;
}

a
{
    text-decoration: none;
    color: #7B7B7B;
}


a:hover
{
    text-decoration: underline;
    color: #7B7B7B;
}

.menu
{
    font-size: 12px;
    text-decoration: none;
    color: #7B7B7B;
}

.menu:hover
{
    font-size: 12px;
    text-decoration: none;
    color: #F03701;
}

.baslikyazi
{
    color: #767475;
}

.yazi
{
    color: #333333;
    font-size: 10px;
}

.baslikyazibeyaz
{
    color: #FFFFFF;
}

.TextWatermark
{
    color: #ADADAD;
    background-color: #F8F8F8;
    border: 1px solid #D5D5D5;
}

.butonlar
{
    background-color: #F8F8F8;
    border: 1px solid #D5D5D5;
    color: #F03701;
    height: 24px;
}

.textboxlar
{
    background-color: #F8F8F8;
    border: 1px solid #D5D5D5;
}

.dropdownlar
{
    background-color: #F8F8F8;
    border: 1px solid #D5D5D5;
}

.tdbasliklar
{
    background-color: #EF3600;
    color: White;
    font-weight: bold;
    font-size: 12px;
}


/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 3px;
}

/********************************/

.tanjubox
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: White;
}

.tanjuboxoverlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: Gray;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/* Tab */

.ajax__tab_2 .ajax__tab_header
{
    font-family: Verdana,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #946731;
}
.ajax__tab_2 .ajax__tab_header .ajax__tab_outer
{
    background: url(../images/tab.png) #EF3600 repeat-x;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
    border: solid 1px #946731;
    border-bottom-width: 0px;
}
.ajax__tab_2 .ajax__tab_header .ajax__tab_tab
{
    color: #000;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}
.ajax__tab_2 .ajax__tab_hover .ajax__tab_outer
{
    background: url(../images/tab.png) #EF3600 repeat-x left -1300px;
}
.ajax__tab_2 .ajax__tab_active .ajax__tab_tab
{
    color: #fff;
}
.ajax__tab_2 .ajax__tab_active .ajax__tab_outer
{
    background: url(../images/tab.png) #EF3600 repeat-x left -1400px;
}
.ajax__tab_2 .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: #ffffff;
    border: solid 1px #946731;
    border-top-width: 0px;
}

/* // Tab */


/* Easy Slider */

#content
{
    position: relative;
    
}

#slider ,#slider2{
text-align: center;

} 

#slider ul, #slider li, #slider2 ul, #slider2 li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider2
{
    margin-top: 1em;
}
#slider li, #slider2 li
{
    /*  			define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
    width: 417px;
    height: 251px;
    overflow: hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev
{
    display: block;
    width: 26px;
    height: 37px;
    position: absolute;
    left: 13px;
    top: 105px;
    z-index: 1000;
}
#nextBtn, #slider1next
{
    left: 456px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a
{
    display: block;
    position: relative;
    width: 26px;
    height: 37px;
    background: url(../images/slider_solok.png) no-repeat 0 0;
}
#nextBtn a, #slider1next a
{
    background: url(../images/slider_sagok.png) no-repeat 0 0;
}

/* numeric controls */

ol#controls
{
    margin: 1em 0;
    padding: 0;
    height: 28px;
}
ol#controls li
{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}
ol#controls li a
{
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #DAF3F8;
    color: #555;
    padding: 0 10px;
    text-decoration: none;
}
ol#controls li.current a
{
    background: #5DC9E1;
    color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus
{
    outline: none;
}

/* // Easy Slider */

.temphol
{
    position: relative;
    overflow: hidden;
}
.temphol img
{
    position: absolute;
}
