﻿body 
{
	/*Üste dayaması*/
	
	/*Arka Plan Rengi*/
	background-color:#000000;
}
.UstPanelCss
{
    width:910px;
    height:112px;
    background-image:url('Images/Bg/UStBg.gif');
    background-position:center;
    background-repeat:no-repeat;
}
.GenelPanelCss
{
    width:907px;
    background-color:#d8ba7b;
    border:solid 1px #FFFFFF;
    min-height:436px;
    background-image:url('Images/Bg/OrtBg.gif');
    background-position:bottom;
    background-repeat:no-repeat;
}
.MenuItemBgCss
{
    height:29px;
    width:198px;
    font-family:Arial;
    font-size:9pt;
    color:#3e2400;
    text-align:right;
}
.MenuItemBgCss td
{
    background-image:url('Images/Bg/MenuBg.gif');
    background-position:center;
    background-repeat:no-repeat;
    background-color:transparent;
    height:29px;
    width:198px;
}
.MenuItemBgCss a
{
    right:10px;
    position:relative;
}
.AltMenuItemBgCss
{
    height:22px;
    width:100%;
    font-family:Arial;
    font-size:9pt;
    color:#3e2400;
    text-align:left;
    border-bottom:solid 1px #3e2400;
    background-color:#d9bb7d;
}
.MenuAltCss
{
    background-image:url('Images/Bg/MenuAltBg.png');
    background-position:right;
    background-repeat:no-repeat;
    width:198px;
    height:55px;
}
.SagDesenCss
{
    background-image:url('Images/Bg/SagDesen.png');
    background-position:right top;
    background-repeat:no-repeat;
    width:328px;
}
.sayfalama a{
    display:block;
    float:left;
    border:1px solid #ededed;
    padding:2px;
    width:15px;
    text-decoration:none;
    font-weight:bold;
    background-color:#f2f2f2;
    margin:2px;
    text-align:center;
    color:Black;
    font-family:Arial;
    font-size:9pt;
}
.sayfalama a:hover{
    border:1px solid #c0c0c0
}
.sayfalama .aktif{
    display:block;
    float:left;
    border:1px solid #ededed;
    padding:2px;
    width:15px;
    text-decoration:none;
    font-weight:bold;
    background-color:#da7c01;
    margin:2px;
    text-align:center;
    color:white;
    font-family:Arial;
    font-size:9pt;
}