/**
 * Studentbite CSS
 */
h2 {
	background: url(img/bg_header_bite.png) repeat-x center center;
	color: white;
}

#menu ul li a span {
	border: 1px solid #f26721;
	color: black;
}

#menu ul li.active a span {
	background: url(img/btn_active_bite.png);
	border: #f26721;
	color: white;
}

.alt,
.result .alt,
.top10_alt {
	background: #fff6ee;
}

.top10_number {   
	color: #ff6600;
}

.top10_link:hover, .top10:hover, .top10_alt:hover {
	background: #ff6600;
	color: white;
}

.top10_link:hover span { /* IE6 FIX */
	background: #ff6600;
}

.top10_link:hover span .top10_number, .top10:hover .top10_number, .top10_alt:hover .top10_number {
	color: #ffffff;
}

#register_image {
	background: url(img/btn_aanvragen_bite.png);
}

.text,
.text_noresize {
	border: 1px solid #ffccaa;
}

#table_profile tr td,
.news_item {
	border-top: 1px solid #ffccaa;
}

.news_item p a,
.news_item .title {
	color: #ff6600;
}

.news_item .image img {
	border: 1px solid #f26721;
}

.toplist .content .odd {		background: #fff6ee; border-top: 1px solid #939393; }

.toplist .center a,
.toplist .left a,
.toplist .right a {			color: #ff6600; }

.review {
	border-bottom: 1px solid #ffccaa;
}

.profile .time_table_top {
	background: #fff6ee;
}

#sidebar-search .submit {
	background: url(img/bg_header_bite.png) repeat-x center center;
}

#sidebar-search {
	margin-top: 4px;
}

#sidebar-search .text {
	width: 260px;
}

#sidebar-search .submit {
	background: url(img/bg_header_bite.png) repeat-x center center;
	border: none;
	color: white;
	font-weight: bold;
	padding: 1px 0;
	width: 70px;
}

.sidebar_tab {
	border: none;
	border-bottom: 1px solid #ffccaa;
}

.sidebar_tab_last {
	/*border-right: 1px solid #ffccaa;*/
}

.sidebar_tab_active {
	border: 1px solid #ffccaa;
	border-bottom: none;
	/*background: #fff6ee;*/
}

#sidebar-news,
#sidebar-reviews {
	border:  1px solid #ffccaa;
	border-top: none;
}

