
:root { --rashidi-accent: #ffdd4d; --rashidi-accent-text: #000; }
a:link,
a:visited,
a:hover,
a:active {
	color: #ffffff;
}

#logo {
	background: #ffdd4d url(../../../images/colors/sun_header.png) top left repeat-x;
	border-bottom: 1px solid #111;
}

#header ul.menu li a {
	color: #000 !important;
}

#header ul.menu {
	background: #ffdd4d url(../../../images/colors/sun_thead.png) top left repeat-x !important;
	border-radius: 4px;
	padding: 6px 8px;
}

#header ul.menu li a:hover,
#header ul.menu li a:active {
	color: #39d9ff !important;
}

#panel input.button {
	background: #ffdd4d url(../../../images/colors/sun_thead.png) top left repeat-x;
	color: #000;
}

.thead {
	background: #ffdd4d url(../../../images/colors/sun_thead.png) top left repeat-x;
	border-bottom: 1px solid #ffaf1a;
	color: #000;
}

.thead a:link,
.thead a:visited,
.thead a:hover,
.thead a:active {
	color: #000;
}

.thead input.textbox,
.thead select {
	border: 1px solid #ffaf1a;
}

.popup_menu .popup_item:hover {
	background: #ffea9c;
	color: #000;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #ffea9c;
	color: #fff;
}

.pagination a:hover {
	background-color: #ffea9c;
	color: #000;
	border-color: #ffaf1a;
}
		
		
		
		
		
		
/* Portal accent: selected theme color */
#rashidi-portal .rashidi-box-title {
    border-bottom-color: #FFDD4D !important;
}
#rashidi-portal .rashidi-quick-links a:hover {
    background: #FFDD4D !important;
    border-color: #FFDD4D !important;
}
#rashidi-portal .rashidi-announcement-title {
    border-bottom-color: #FFDD4D !important;
}
#rashidi-portal .rashidi-announcement-more a {
    border-color: #FFDD4D !important;
}
#rashidi-portal .rashidi-announcement-more a:hover {
    background: #FFDD4D !important;
    border-color: #FFDD4D !important;
}

/* Açık renklerde THEAD kategori linkleri */
.thead a:link,
.thead a:visited {
    color: #000000 !important;
    text-decoration: none;
}

.thead a:hover,
.thead a:active {
    color: #ff0000 !important;
    text-decoration: underline;
}

/* Ana sayfa forum linkleri - siyah metalik gradient, seçilen renk vurgu */
.tborder .trow1,
.tborder .trow2 {
    background: linear-gradient(to bottom, #252525 0%, #111111 48%, #030303 100%) !important;
    color: #f4f4f4 !important;
}

.tborder .trow1 td:nth-child(2) a:link,
.tborder .trow1 td:nth-child(2) a:visited,
.tborder .trow2 td:nth-child(2) a:link,
.tborder .trow2 td:nth-child(2) a:visited {
    color: #ffffff !important;
    background: linear-gradient(to bottom, #2b2b2b 0%, #090909 100%) !important;
    padding: 3px 7px;
    border-left: 3px solid #ffffff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    text-shadow: 0 1px 1px #000;
}

.tborder .trow1 td:nth-child(2) a:hover,
.tborder .trow1 td:nth-child(2) a:active,
.tborder .trow2 td:nth-child(2) a:hover,
.tborder .trow2 td:nth-child(2) a:active {
    color: #00bcd4 !important;
    background: linear-gradient(to bottom, #ffffff 0%, #8C8C8C 100%) !important;
    border-left-color: #ffffff;
    text-decoration: none;
    text-shadow: 0 1px 2px #000;
}

		
		
		