body, html {
	font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
	background-color: #DFDFDF;
	padding: 0;
	margin: 0;
	color: #0f0f0f;
}

.menu {
	background-color: #223344;
	padding-bottom: 0px;
	border: 1px solid black;
	width:100%;
	height:65px;
}

/* logo by Gareth Heyes */
.logo {
	margin-top:5px;
	background-image: url(rips.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 150px;
	vertical-align:bottom;
	float:right;
	margin-right:80px;
}

.topmenu {
	width: 600px;
	list-style-type:none;
	height: 65px;
	font-size: 12pt;
	font-weight:bold;
	float:left;
	margin-left:30px;
	border-left:1px solid #2F465C;
}

.topmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.topmenu a {
	color: #DFDFDF;
	position: relative;
	white-space: nowrap;
	padding-left: 9px;
	padding-right: 9px;
	padding-top:22px;
	height:43px;
	font-family: Arial;
	float: left;
	border-right:1px solid #233D56;
}

.topmenu a:hover {
	color:white;
	background-color:#1A2632;
}

.active {
	background-color:#2A3E53;
	color:white;
}

.menushade {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAJCAYAAAGEQXZyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAO0lEQVR42mJgYGBYCxBAQMzAAhBAIMIJIIBARA1AAIEIaYAAAhHTAAKIGUgIAQQQiPgHEEAg4jtAgAEARKoEMfjevaIAAAAASUVORK5CYII='); 
	height: 9px; 
	margin-top:0px; 
	margin-bottom: 30px;
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}

.main {
	margin: 50px;
}

.vulnblock {
	background-color:#223344;
	color:#FFCC44;
	border:1px solid black;	
	margin-bottom:30px;
}

.uparrow a {
	color:#FFCC44;
	text-decoration:none;
	font-weight:normal;
}

.title {
	float:left;
}

.uparrow {
	float:right;
	margin-right:40px;
}

.vulnblocktitle {
	margin-left: 20px;
	font-size: 12pt;
	padding:5px;
	width:100%;
	height:16px;
	font-weight:bold;
}

.vulntitle {
	color: white;
}

.vulntitle a, .compare a {
	color:#6262F0;
}

.featurebox {
	float:left;
	margin-right:40px;
}

.more {
	color:#3F4852;
}

.screenshot {
	width:280px;
	height:150px;
	margin:10px;
	border:1px solid black;
}

.codebox {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	background-color: #101820;	
}

.footer {
	width:100%;
	text-align:center;
	font-size:9pt;
	margin:10px;
}

.red {
	color:red;
}

.green {
	color:#23B523;
}
.yellow {
	color:#FFCC44;
}
table, th, td {
	color:white;
	border:1px solid #3F4852;
	border-collapse: collapse;
    border-spacing: 0;
	padding-left: 8px;
	padding-right: 8px;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	border-radius: 8px;
	cursor:pointer;
	margin-left: 30px;
}
.button:hover {
    background-color: #64D169; /* Green */
    color: white;
}
.button2 {
    background-color: #4C66AF; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	border-radius: 8px;
	cursor:pointer;
	margin-top: 20px;
	margin-left: 30px;
}
.button2:hover {
    background-color: #7083BA;
    color: white;
}