/* NEW */
.site_content_head {
	border-bottom: 2px solid #f00d00;
}

/* Sections
--------------------------------------------- */

#container{

}

.content_buttons .open_new_box:hover {
	background: #f00d00;
}

.site_content_head .content_buttons .dropdown ul.dashboard_drop, .dashboxbutton ul.options  {
	background: #f7f6f6;
}


.dashboxbutton ul.options li:hover  {
    color: #f00d00;
}

.container-content table.dataList tr td {
    border-bottom: 1px solid #f7f6f6;
	color: #f00d00;
}

/* Sidebar
--------------------------------------------- */

.cal caption {
		background: #f00d00;
}

.action.backlink {
    background: none !important;
	color: #f00d00 !important;
}



.cal td .cal_inhalt .cal_date  {
	border-bottom: 1px solid #f00d00;
}

.cal td:hover, .cal td.active .cal_inhalt, .cal td .cal_inhalt:active, .cal .cal_week td:first-child:hover, .cal .cal_year td:first-child:hover {
	border:1px solid #f00d00;
}

.cal.cal-month tr:first-child:hover td, .cal.cal-year tr:first-child:hover td {
	background: #f00d00;
}

.cal td .cal_weekend {
	background: -moz-radial-gradient(center, ellipse cover, rgba(160,160,160,0.47) 0%, rgba(160,160,160,0.34) 48%, rgba(128,128,128,0.2) 100%);
}

.cal td .cal_active {
	background: -moz-radial-gradient(center, ellipse cover, rgba(210,255,82,0.47) 0%, rgba(210,255,82,0.34) 48%, rgba(145,232,66,0.2) 100%);
}




div.liste table.liste td {
	border-color: #716F70;
}

div.liste table.liste th {
	background: #FAFAFA;
	border-bottom-color: #dbdbdb;
}

div.liste table.liste th div {
	color: #333;
}

div.liste table.liste tr:nth-child(odd) td {
	background: #f1f3f1;
}

div.liste table.liste tbody.tabhead td {
	background: #dee2de;
}

div.liste table.liste tr.eol td {
	background: #f00d00;
}

div.liste table.liste tr:hover td {
	background: #f00d00;
}

.fa {
	color: #f00d00;
}

.tab:hover .fa{
	color: #f00d00;
}

.close:hover {
	color:#DF0101!important;
	cursor:pointer;
}


.nav_ul_li_active, .nav_ul_li_active span, .nav_ul_li_active i, .nav_ul_li_active .fa, .u_nav_ul_li_active .fa  {
	color: #f00d00 !important;
}


/*UNTERMENU*/

.u_nav ul li {
	border-color: #DFDFDF;
	color: #585858;
}

.u_nav ul li:hover {
	color: #f00d00 !important;
}

.u_nav ul li:first-child{
	color: #585858;
}

.submenu {
	background-color: #FAFAFA;
	border-right: 1px solid #DFDFDF;
}

.u_nav ul li a {
	color: #333;
}


/* fa-colors */

.fa-green {
	color: #008000 !important;
}

.fa-red {
	color: #ff0000 !important;
}

.fa-orange {
	color:orange;
}

/* jQuery UI */

.ui-state-default  {
		color: #f00d00;
		background: #ffffff;
		border: 1px solid #f00d00;
	}

.ui-state-active  {
		background: #f00d00;
		color: #ffffff;
	}
