﻿.sectionColour
{
    color:#336699;
}

/*#header {
    border-color:#666699;
}*/

/*#search-toggle,
#section-menu-toggle {
    background-color:#666699;    
}*/


#main-menu-toggle {
    background-color:#666699;
}

#main-menu a {
    background-color:#f3f4f7;
    color:#666699;
}

#main-menu a.selected:before {
    border-left: 3px solid #666699;
}

#main-menu a.selected {
    color: #666699;
}

.sectionColourBackground
{
    background-color:#336699;
}

.sectionNavigation ul li a.selected
{
    background-color:#666699;
    color:#ffffff;
}

h1,h2,h3,h4{
	color:#c79633;	
}

.session-expired-message:before, 
.validation-message:before,
.form-message:before {
    color: #666699;
}

.session-expired-message, 
.validation-message,
.form-message {
    color: #666699;
}

.page-content ul li:before,
.article .articleContent ul li:before,
.faq-content ul li:before,
.web-form ul li:before,
.ContentAreaContent ul li:before {
    color: #666699;
}

/* Member Websforms */

.captcha .refresh:hover, .captcha .audio:hover {
    background-color:#666699 !important;
}

.webforms {
    border: solid #c6c6c6 2px;
    background-color: #FFF;
    position: relative;
    padding: 20px 20px;
    width: auto;
    border-radius:4px;
}

    .webforms h1 {
        color:#C79633 !important;
    }

    .webforms h2.step-title {
        margin: 0 0 15px 0;
        font-size: 1.5em;
    }

        .webforms h2.step-title:empty {
            display:none;
        }

    .webforms h3.subsection {
        margin: 10px 0 10px 0;
        font-size: 1.1em;
    }

.form-element .combobox {
    background: #FFF url("/~/media/Image-Libraries/USS/dropdown-bg-lilac.png") no-repeat right;
}

.button {
    background-color:#666699 !important;
}
.button:hover,
.web-form .button:hover,
.button[type=submit]:hover{
    background-color:#8585ad !important;		
}

span.conhelp_tip,
span.scw-tooltip.scw-tooltip-help{
    background-color:#666699 !important;	
}

.summaryEditButton {
    background-color:#666699;
}

	.dashboard-panel{
		border: solid #ADADAD thin;		
		border-radius:4px;
	}
	
	.dashboard-panel h3{
		color:#c79633 !important;
	}
	
	.dashboard-panel h3:after{
		color:#666699 !important;
	}
	
	.bodyContainer25 .dashboard-panel h3:after{
		color:#FFF !important;
	}
	
	.bodyContainer25 .dashboard-panel{
		border-radius:none;
		border:none;
	}
	
	.dashboard-panel .footer-link a{
		padding: 8px 25px;
		border-radius: 4px;
		border-width: 1px;
		font-weight: bold;
		color: #fff;	
		background: #666699;		
		display: inline-block;
	}
	
	.dashboard-panel .footer-link a:hover
	{
		text-decoration:none;
		background:#7474a9;
	}
	
	.dashboard-panel .footer-link:after{
		display:none;		
	}
	
	.dashboard-panel .footer-link{
		text-align: right;
		height: 35px;
		display: block;
	}
	
	.bodyContainer50Left .dashboard-panel{
		margin-right: 10px;
	} 
	
	.bodyContainer50Right .dashboard-panel{
		margin-left: 10px;
	}
	
table th,
.tableGrid tr th {
    background-color: #666699;
}

.sub-menu ul ul a {
    color: #666699 !important;
}

.sub-menu ul ul a.selected:before {
    border-color: #666699 !important;
}

    .sub-menu ul ul {
        background: #f3f4f7 !important;
    }