/* color_saman.css - Saman rengi seçildiğinde geçerli */
a:link,
a:visited,
a:hover,
a:active {
    color: #6B5A2A;
}

#logo {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    border-bottom: 1px solid #C99A3A;
}

#header ul.menu li a {
    color: #4A3A1A;
}

#panel input.button {
    background: linear-gradient(to bottom, #F7D98A 0%, #F3CC6E 100%) !important;
}

.thead {
    background: linear-gradient(to bottom, #FBE6A8 0%, #F7D98A 50%, #F3CC6E 100%) !important;
    border-bottom: 1px solid #C99A3A;
    color: #4A3A1A;
}

.thead a:link,
.thead a:visited,
.thead a:hover,
.thead a:active {
    color: #4A3A1A;
}

.thead input.textbox,
.thead select {
    border: 1px solid #C99A3A;
}

.popup_menu .popup_item:hover {
    background: #F3CC6E;
    color: #4A3A1A;
}

.pagination a:hover {
    background-color: #F3CC6E;
    color: #4A3A1A;
    border-color: #C99A3A;
}

/* Footer başlığı her zaman beyaz kalsın */
#rashidi-footer-links .rashidi-footer-title,
#rashidi-footer-links .rashidi-footer-title a,
#rashidi-footer-links .rashidi-footer-title a:link,
#rashidi-footer-links .rashidi-footer-title a:visited,
#rashidi-footer-links .rashidi-footer-title a:hover,
#rashidi-footer-links .rashidi-footer-title a:active {
    color: #ffffff !important;
}
		
		