﻿/* Define all of the default colours for the OPP branded site. These are the colours which are replaced when a theme is applied. */

/* User Details */
#userDetails {
	color: #117782;
}

#userDetails1,
#userDetails2 {
	color: #117782;
}

/* Menu */
#navigationMenu,
#navigationMenu a:link,
#navigationMenu a:visited,
#navigationMenu a:hover,
#navigationMenu a:focus,
#navigationMenu a:active,
#navigationMenu h4 {
	color: #FFFFFF;
}

#navigationMenu {
	background-color: #117782;
	border-bottom: 2px solid #117782;
}

footer,
footer a:link,
footer a:visited,
footer a:focus,
footer a:active {
	color: #FFFFFF;
}

footer {
	background-color: #117782;
	border-top: 2px solid #117782;
}

footer #FooterLinks,
footer #FooterLinks a:link,
footer #FooterLinks a:visited,
footer #FooterLinks a:focus,
footer #FooterLinks a:active {
	color: #117782;
}

/* Help Framework */

/* Banner */
#bannerHeader {
	border-top: solid 1px #117782;
	border-bottom: solid 1px #117782;
}

/* Page Styling */
h1 { color: #117782; }
h2 { color:#AE1237; }
h3 { color:#117782; }
h4 { color: black; }
h5 { color: #FF3300; }
h6 { color: white; }

/* Buttons */
a {
	color: #117782;
}

.SubmitButton, .Button {
	border:1px solid #117782;
	background:white;
	color: #343639;
}
.SubmitButton:hover, .Button:hover {
	background: #117782;
	color: white;
}

/* Inputs */
input, select, textarea {
	background:#E3E3E3 none repeat scroll 0;
	border:1px solid #117782;
	color: #343639;
}

input[type="checkbox"],
input[type="radio"] {
	accent-color: #117782;
}

/* Login page */
#loginForm {
	border-right:solid thin #117782;
}
