/**
 * RVC Photobase stylesheet (http://www.rvc.nl)
 * This stylesheet overwrites certain colors the 
 * Photobase section pages.
 * ---------------------------------------------------------
 * 					   Color guide
 * 
 * #010101			Black				(Body text)
 * #00059d			Blue				(Home)
 * #9f0000			Red					(Clinical Assistant)
 * #026904			Green				(Research Assistant)
 * #5d595b			Dark grey			(Photobase)
 * #242021			Darker grey			(Dotted borders)
 * #1a1a1a			Blackish			(Service Portal)
 * #f1f1f2			Lighter grey		(News headlines background,HTML background)
 * #adadad			Light grey			(News headlines hover)
 * #231f20			Blackish 			(News headlines text)
 * 
 * ---------------------------------------------------------
 */

a:link {
	color: #1a1a1a;
	border-color: #1a1a1a;
}

#branding div {
	background: url(../images/design/header-service-portal.png) no-repeat 65% 0;
}

#main-navigation {
	background: url(../images/design/nav-bottom-service-portal.jpg) repeat-x bottom;
}

#tertiary-navigation {
	background: url(../images/design/footer-service-portal.jpg) no-repeat 0 100%;
}

#section-navigation li {
	background-color: #1a1a1a;
}

#section-navigation li ul li.current a {
	color: #1a1a1a;
	background: url(../images/design/section-current-service-portal.gif) no-repeat 100% 50% !important;
}

#aside .widget {
	border-bottom: 10px solid #1a1a1a;
}

#aside .widget h2 {
	background-color: #1a1a1a;
}

#newsletter {
	background: #1a1a1a;
}

#section-navigation li.open {
	background-image: url(../images/design/subnav-li-service-portal.gif) !important;
}
