
:root { --rashidi-accent: #d56c2c; --rashidi-accent-text: #fff; }
a:link,
a:visited,
a:hover,
a:active {
	color: #d56c2c;
}

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

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

#header ul.menu {
	background: #d56c2c url(../../../images/colors/dawn_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: #d56c2c url(../../../images/colors/dawn_thead.png) top left repeat-x;
}

.thead {
	background: #d56c2c url(../../../images/colors/dawn_thead.png) top left repeat-x;
	border-bottom: 1px solid #9a4e20;
}

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

.popup_menu .popup_item:hover {
	background: #f2a555;
	color: #fff;
}

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

.pagination a:hover {
	background-color: #f2a555;
	color: #fff;
	border-color: #9a4e20;
}
		
		
		
		
		
		
/* Portal accent: selected theme color */
#rashidi-portal .rashidi-box-title {
    border-bottom-color: #D56C2C !important;
}
#rashidi-portal .rashidi-quick-links a:hover {
    background: #D56C2C !important;
    border-color: #D56C2C !important;
}
#rashidi-portal .rashidi-announcement-title {
    border-bottom-color: #D56C2C !important;
}
#rashidi-portal .rashidi-announcement-more a {
    border-color: #D56C2C !important;
}
#rashidi-portal .rashidi-announcement-more a:hover {
    background: #D56C2C !important;
    border-color: #D56C2C !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: #f7f7f7 !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: #ffffff !important;
    background: linear-gradient(to bottom, #ffffff 0%, #8C8C8C 100%) !important;
    border-left-color: #ffffff;
    text-decoration: none;
    text-shadow: 0 1px 2px #000;
}

		
		
		