﻿html{
	overflow-y: scroll;
}

/*
Menu listing the numbers 1 to 10 as links
*/

#contextNavNumbers{
	display: block;
	margin: 20px 0px 0px 16px;
	padding: 0px;
}

#contextNavNumbers div{
	border: 2px solid #8dc63f;
	background-color: #ffffff;	
	display: inline;	
	float: left;	
	width: 30px;
	height: 30px;		
	margin: 0px 15px 0px 0px;
	padding: 0px;
	position: relative;	
	text-align: center;
	vertical-align: top;
}

#contextNavNumbers a{
	color: #8dc63f;
	display: block;
	font-weight: bold;
	font-size: 16px;
	height: 26px;
	padding-top: 6px;
	text-decoration: none;
}

#contextNavNumbers a:hover{
	text-decoration: none;
	background-color: #8dc63f;
	color: #ffffff;
}

#contextNavNumbers #selected {
	color: #ffffff;
	background-color: #8dc63f;
	display: block;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	padding-top: 6px;
	text-decoration: none;	
}

#home p{
	background-color: #8dc63f;
	background-image: url('/core/graphics/home_icon_whiteHouse_greenBg.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;	
	display: block;
	height: 26px;
	text-decoration: none;	
}

#home a{
	background-color: #ffffff;
	background-image: url('/core/graphics/home_icon_greenHouse.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;	
	display: block;
	height: 25px;
	text-decoration: none;	
}

#home a:hover{
	background-color: #8dc63f;
	background-image: url('/core/graphics/home_icon_whiteHouse_greenBg.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;	
	display: block;
	height: 26px;
	text-decoration: none;
}

.redLink a {
	font-weight: bold;
	color: #ED1A3B;
	font-size:1.2em;
}
.redLink a:hover {
	font-weight: bold;
	color: #B5121B;
	font-size: 1.2em;
	text-decoration: underline;
}