#ibox_content { 
	background: #000; 
	border-color: #222; 
	color: #fff; 
}

#ibox_wrapper { 
	background: #222; 
	border-color: #444; 
}

#ibox_footer_wrapper { 
	left: 0; 
	right: 0; 
	top: 0; 
	padding: 3px 10px; 
	background-color: #709915 !important;
	background-image: url(../img/submenubg.jpg) !important;
	background-repeat: repeat-y;
}

#ibox_footer_wrapper, 
#ibox_footer_wrapper a { 
	color: #8dd6e2; 
	background: #444; 
}

/* Title */
#ibox_footer {
	color: #fff !important;
}

#ibox_footer_wrapper a { 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 0 3px; 
}

#ibox_footer_wrapper a:hover { 
	background-color: #fff;
	color: #666;
}

#ibox_loading {
    text-indent: -100000px;
    width: 200px;
    height: 200px;
    background: #fff url('images/loading.gif') center center no-repeat;
    color: #666 !important;
}