html {
	overflow-y: scroll;
	height: 100%;
	min-width: 1050px;
}

body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        position: relative;
	padding: 0;
	margin: 0;
	background-color: #003b58;
	color: #424040;
	min-height: 100%;
}

a {
	color: #424040;
	text-decoration: none;
}

p a {
	font-weight: bold;
}

p a:hover {
	color: #000;
}

div.downloads-stable {
        height: 60px;
}
div.downloads-stable img {
        border: 0px;
}

a.downloads-stable {
        height: 35px;
        display:block;
        text-decoration: none;
        color: #000;
}

a.downloads-stable:hover {
        color: #333355;
}

a.downloads-test {
        height: 30px;
        display:block;
        text-decoration: none;
        color: #000;
}

a.downloads-test:hover {
        color: #333355;
}

div.downloads-test {
        height: 60px;
}
div.downloads-test img {
        border: 0px;
}

span.date {
        font-size: 12px;
}

span.grsecver {
        font-size: 14px;
}

div.header_background {
	margin: 0;
	padding-top: 40px;
	background-color: #fff;
	background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/header_right_bg.png');
	background-repeat: no-repeat;
	background-position: right top;
}

div.header {
	margin: 0 auto 0 auto;
	height: 150px;
	width: 1000px;
}

div.header_menu_background {
	height: 50px;
	background-color: #0e80a9;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(250, 250, 250, .2);
	min-width: 1050px;
}

div.header_menu {
	width: 1000px;
	height: 50px;
	margin: 0 auto 0 auto;
}

div.header_menu_shadow {
	background-color: #fff;
	/* background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/header_menu_shadow.png'); */
	height: 0px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	/* 6px; */
}

ul.header_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 1000px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flex;
	display: flex;
}

ul.header_menu li:nth-child(even) {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
}


ul.header_menu li {
	/* float:left; */
	/* width: 12.5%; */
	/* 14.285%; */
	/* text-align: center; */
}

ul.header_menu li a {
	/* display: inline-block; */
	display: block;
	line-height: 50px;
	text-decoration: none;
	color: #f0f0f0;
	/* width: 100%; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

ul.header_menu li a:hover {
        color: #fff;
}

div.main_container_background {
	background-color: #fff;
}

div.main_container {
	margin: 0px auto 0 auto;
	padding-top: 10px;
	width: 1000px;
}

div.left_menu {
	width: 336px;
	float: left;
	margin-right: 20px;
	height: auto;
}

div.left_menu_buttons {
	margin-bottom: 10px;
}

div.left_menu_buttons img {
	margin: 10px 0 0 0;
}

div.left_menu_news_and_download {
	padding: 10px 10px 15px 10px;
	background-color: #e9e9e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
}

div.left_menu_header_news a.fill-div {
	color: #424040;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

div.left_menu_header_download a.fill-div {
	color: #424040;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

div.left_menu_news_and_download a {
	color: #000000;
}

div.left_menu_header_news, div.left_menu_header_download {
	padding-left: 40px;
	height: 34px;
	background-repeat: no-repeat;
	line-height: 34px;
	font-size: 24px;
}

div.left_menu_header_news {
	background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/news_icon.png');
}

div.left_menu_header_download {
	background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/download_icon.png');
}

div.left_menu p {
	margin: 10px 0 10px 0;
	padding-left: 40px;
	font-size: 12px;
}

div.left_menu p a {
	font-weight: normal;
}

div.left_menu_line {
	margin: 15px 0 15px 0;
	background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/left_menu_line.png');
	height: 3px;
}

div.main_title {
	font-size: 18px;
	font-weight:bold;
}

div.main_content {
	overflow: hidden;
	font-size: 16px;
}

div.main_content p {
	line-height: 20px;
}

div.main_content strong {
	color:#555555;
}

div.sponsors_footer_background {
	background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/sp_footer_bg.png');
	padding-bottom: 100px;
}

div.sponsors_footer {
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 100px;
	line-height: 100px;
}

div.footer a {
	color: #f0f0f0;
}

div.footer a:hover {
	color: #fff;
}

div.sponsors_footer_wide {
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 100px;
	line-height: 100px;
}

div.sponsors_footer img, div.sponsors_line {
	vertical-align: middle;
	margin-right: 20px;
}

div.sponsors_footer_wide img, div.sponsors_line {
	vertical-align: middle;
	margin-right: 30px;
}

div.sponsors_line {
	display: inline-block;
	height: 70px;
	width: 3px;
	background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/sp_line.png');
}

div.footer_background {
	background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/footer_bg.png');
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 100px;
}

div.footer {
		padding: 10px 0 10px 0;
		font-size: 14px;
		width: 1000px;
		margin: 0 auto 0 auto;
		min-height: 20px;
		color: #f0f0f0;
		background-image: url('/web/20150804020706im_/http://grsecurity.net/gfx/footer_logo.png');
		background-position: right;
		background-repeat: no-repeat;
}

div.subscribeleft {
       font-size: 14px;
	float: left;
	height: auto;
}

div.subscriberight {
	float: right;
	height: auto;
}

div.donateleft {
	width: 450px;
	float: left;
}

div.donateright {
	float: left;
	text-align: left;
}

.research {
	font-size: 14px;
}

div.right_menu {
       display: block;
       width: 190px;
       float: right;
       height: auto;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       -o-border-radius: 10px;
       border-radius: 10px;
       background-color: #e9e9e9;
       padding: 7px;
       line-height: 23px;
       margin: 0 20px 0 20px;
       border: 2px solid #e0e0e0;
}

div.right_menu form {
display: inline;
margin-top: 0;
margin-bottom: 0;
}

div.right_menu img.noborder {
border: 0px;
}

p.small_nav {
       font-style: italic;
       font-size: 10px;
}

h2 {
       font-size: 20px;
       border-bottom: 1px solid #e0e0e0;
       line-height: 0.1em;
       margin: 30px 0 20px 0;
}
h2 span {
	background:#fff;
	padding: 0 20px 10px 0;
}

div.downheader {
        padding: 0px;
        margin: 0px;
        clear: both;
}
div.downfooter {
        padding: 0px;
        margin: 0px;
        clear: both;
}

div.lineone {
        background-color:#eeeeee;
}

div.linetwo {
        background-color:#ffffff;
}

div.downloadentry {
        padding: 0px;
        margin: 0px;
}

div.downloadentry div.left {
        width: 60%;
        margin: 1px;
        float: left;
}

div.downloadentry div.mid {
        margin: 1px;
}

div.downloadentry div.right {
        width: 20%;
        margin: 1px;
        float: right;
}

div.downloadentry a {
        color: #000000;
        text-decoration: underline;
}
div.downloadentry a:hover {
        color: #333355;
        text-decoration: underline;
}

div.sponsorleft {
        float: left;
        width: 260px;
        clear: left;
        padding: 5px;
	margin: 10px;
        text-align: center;
}
div.sponsorcenter {
        text-align: center;
	margin: 10px;
}

div.sponsorright {
        float: left;
        width: 260px;
        padding: 5px;
	margin: 10px;
        clear: right;
        text-align: center;
}

div.clearbr {
	clear: both;
}

img.noborder {
	border: 0px;
}

/*
     FILE ARCHIVED ON 02:07:06 Aug 04, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:07:34 Feb 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.803
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.039
  esindex: 0.015
  cdx.remote: 8.236
  LoadShardBlock: 250.382 (3)
  PetaboxLoader3.resolve: 179.292 (4)
  PetaboxLoader3.datanode: 152.119 (4)
  load_resource: 112.892
*/