﻿#page-content a, #welcome a, #second-nav a {
    color: #5691bb;
}
#page-content a:hover, #welcome a:hover {
    color: #999;
}
#util-links {background-color: #4f5b67!important;
    border-top: 1px solid #434c55!important;
    border-left: 1px solid #434c55!important;
    border-bottom: 1px solid #637a8f!important;
    border-right: 1px solid #637a8f!important;
}

#main #aside small, footer .footer-container  h4 {
	border-color: #85b73e;
}

header #util-links #user-menu-toggle, header #util-links #sitemanager-menu-toggle { 
	background-image: url('../../images/themes/solid_sprite.png');
}

header #util-links ul li a:hover {
	color: #85b73e;
}

#main #aside #welcome h5 {
	display:inline;
	border-bottom: 5px solid #5691bb;
	padding-bottom: 5px;
	
}
#main #aside .aside-container ul li, footer .footer-container ul li  {
	background-image: url('../../images/themes/solid_sprite.png');
}

.light-bg, #main #aside #welcome, .fc-event {
	background-color: #c5c2c3;
}
.dark-bg, a.dark-bg, .onoffswitch-inner:before {
	background-color: #5b6b7a;
}

a.dark-bg:hover {
	background-color: #637a8f;
}
.dark-text, .dark-text a, header nav ul li a {
	color: #85b73e;
}

.main-bg, #main #page-content #heading #heading-arrow {
	background-color: #85b73e;
}

.main-text, .main-text a, #main #aside .aside-container ul li a:hover, footer .footer-container ul li a:hover {
	color: #85b73e;
}

.highlight-bg {
	background-color: #5691bb;
}

.highlight-text {
	color: #5691bb;
}

.processing-btn {
    background: url('../../images/themes/solid-p-s.gif') no-repeat 3px 8px!important; 
}


.processing-small { 
    background: url('../../images/themes/solid-p-s.gif') no-repeat center center; 
    width: auto;
    height: 16px;
    margin: 10px;
}
.processing-medium { 
    background: url('../../images/themes/solid-p-m.gif') no-repeat center center;
    width: auto;
    height: 32px;
    margin: 10px;
}
.processing-large { 
    background: url('../../images/themes/solid-p-l.gif') no-repeat center center;
    width: auto;
    height: 64px;
    margin: 10px;
}

#processing-01 { background: url('../../images/themes/solid-p-s.gif') no-repeat -9999px -9999px; }
#processing-02 { background: url('../../images/themes/solid-p-m.gif') no-repeat -9999px -9999px; }
#processing-03 { background: url('../../images/themes/solid-p-l.gif') no-repeat -9999px -9999px; }

/* Custom entries */
body {
    background-color: #2a2d34;
}
header h2, header h1 {
    text-shadow: none;
}
header nav {
    border-top: solid 1px #4b4f58;
}
header nav ul li.active small {
    color: #555;
}
/* Custom entries END */