/* Design */
#header_bar {
	background:url(/partner/files/eteleon/gfx/themes/default_header_bar_infos.png);
}

/* navimenu */
.navimenubox {
	background:#DCEFC6;
}

.navimenubox h3 {
	text-shadow: 0px -1px 0px #7fa94b;
	background-image:-webkit-linear-gradient(top, #a3d864, #8cb45e);
	background-image:-moz-linear-gradient(top, #a3d864, #8cb45e);
	background-image:-o-linear-gradient(top, #a3d864, #8cb45e);
	background-image:-ms-linear-gradient(top, #a3d864, #8cb45e);
	background-color:#97c55e;
	border: 1px solid #94c558;
	border-bottom-color: #7fa94b;
}

.navimenubox ul {
	list-style-image: url(/infos/gfx/li.gif);
}


/* Tabs */
.tabs {
	border-bottom-color:#96B250;
}
.tabs a.active, .tabs a:hover {
	background: #7fb043;
	border-color: #7fb043;
}

/* roundedbox */
.roundedbox {
	background:#deecf2  !important;
}

/* topmenu */
#topmenu td {
	background-image:-webkit-linear-gradient(top, #a5d768, #99c069);
	background-image:-moz-linear-gradient(top, #a5d768, #99c069);
	background-image:-o-linear-gradient(top, #a5d768, #99c069);
	background-image:-ms-linear-gradient(top, #a5d768, #99c069);
	background-color:#97c55e;
	border-top:1px solid #99c069;
	text-shadow:0 -1px 0px #5f9918;
}
#topmenu td:last-child {
	border-right:1px solid #8fba59;
}

#topmenu td.marked, #topmenu > table > tbody > tr > td:hover {
	background-image:-webkit-linear-gradient(top, #89be48,#76a33e);
	background-image:-moz-linear-gradient(top, #89be48,#76a33e);
	background-image:-o-linear-gradient(top, #89be48,#76a33e);
	background-image:-ms-linear-gradient(top, #89be48,#76a33e);
	background-color:#7fb043;
	border-top:none;
	padding-top:1px;
	text-shadow:0 -1px 0px #76a33e;
}

#topmenu td:last-child.marked, #topmenu > table > tbody > tr > td:last-child:hover {
	border-right-color:#76a33e;
}

/* table.bordered */
table.bordered {
	border-color:#fff;
}
table.bordered td, table.bordered td {
	background: #DCEFC6;
}
table.bordered th {
	background: #93C05B;
}

table.bordered td, table.bordered th {
	border-color: #fff;
}

/* menubox */
.menubox {
	background: #DCEFC6;
	border-color: #BEDD99;
}

