@charset "UTF-8";
/*--------------------------------------------------------------------------------
# Multiplate 2.5 - August 2012 (J2.5)
# Public Version
# Copyright (C) 2006-2012 www.ah-68.de All Rights Reserved.
---------------------------------------------------------------------------------*/
/* Color Blue */


/* Blue Heading */

h1 {
	color : #acacac;
}
h2 {
	color : #008CD2;
}
h3 {
	color : #0084C7;
}
h4 {
	color : #009CE9;
}
h5 {
	color : #009CE9;
}
h6 {
	color : #009CE9;
}
/* Blue Hover */

a, a:link, a:visited, a:active, a:focus {
	color : #008CD2;
	text-decoration : none;
	outline : none;
	transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;  
    -ms-transition: color .5s ease-in-out; 
   -moz-transition: color .5s ease-in-out;
   -webkit-transition: color .5s ease-in-out;
}
a:hover {
	color : #009CE9;
	text-decoration : none;
	outline : none;
}
/* Blue Article Info */
dt.article-info-term {
	color: #008CD2
}
/* Blue Pathway */

.pathway a, .pathway a:link {
	color : #008CD2;
	text-decoration : none;
	font-size: 12px;
	font-weight: normal;
}
.pathway a:visited {
	color : #0075B0;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
}
.pathway a:hover {
	color : #009CE9;
	text-decoration : none;
}
/* Blue Highlight */
.highlight {
	color : #0075B0
}
/* Blue Invalid */
.invalid {
	border: 1px solid #0075B0
}
label.invalid {
	color : #0075B0
}
/* Blue Bannerheader */
.bannerheader {
	color : #0075B0;
}
/* Blue Contact Pane */
.panel h3.pane-toggler-down a {
   color : #009CE9
}
/* Blue Contact Tabs h3 */
dl.tabs dt.open h3 a {
	color : #009CE9
}
/* Blue System Message */
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	color : #008CD2;
}
/* Blue Tool Title */
.tip-title, .tipper-title {
	color: #008CD2;
}
/* Blue ToTop */
.gotop {
    color: #008CD2;
	transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;  
    -ms-transition: color .5s ease-in-out; 
   -moz-transition: color .5s ease-in-out;
   -webkit-transition: color .5s ease-in-out;
}
.gotop:hover {
    color: #009CE9
}
/* Blue Multimenu Heading */
ul.menumulti-menu li .sub li.mega-hdr a.mega-hdr-a {
    background-color: #008CD2;
	border: 1px solid #2cb9ff
}
ul.menumulti-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	background-color: #009CE9;
	border: 1px solid #5ecaff
}