@import url("screen.css");
@import url("../huisstijl/css/icons.css");
@import url("../style/2frame.css");
@import url("../style/2main.css");
@import url("redesign.css");


#inPageSubNav {
	border-bottom: 1px solid #154476;
}

#inPageSubNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#inPageSubNav ul li {
	float: left;
	background: none;
}

#inPageSubNav:after, #inPageNavListThree:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#inPageSubNav ul li a {
	float: left;
	padding: 10px 30px;
	border: 1px solid #4389CA;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 3px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-image: linear-gradient(rgba(32,124,202,0.7),rgba(32,124,202,0.9));
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(32,124,202,0.7)),color-stop(100%,rgba(32,124,202,0.9)));
	background-image: -webkit-linear-gradient(rgba(32,124,202,0.7),rgba(32,124,202,0.9));

}
#inPageSubNav ul li.active {
	background: none;
}
#inPageSubNav ul li.active a {
	background: none;
	background-color: #154476;
	background-image: linear-gradient(rgba(32,124,202,0.9),rgba(32,124,202,0.5));
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(32,124,202,0.9)),color-stop(100%,rgba(32,124,202,0.5)));
	background-image: -webkit-linear-gradient(rgba(32,124,202,0.9),rgba(32,124,202,0.5));
	border: 1px solid #154476;

}

/*fix OML-860 override for adding margin to input radio buttons + larger text in subnav*/

table.paddedTable tr td input[type="radio"] {
  margin-right:0.5em;
}

#inPageSubNav li a {
  font-size: 16px !important;
}