* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
	/* font-family: Georgia, Helvetica, arial, sans-serif; */
	font-size: 12px;
  margin: 0;
}



#header {
	background-color: #0422b7;
}
#logo {
  /* background: #ceee60 url(/media/images/ipv6logo.gif) repeat-x top left;  */
}
#logo img {
}
#nav {
	text-align: center;
}
#tab {
	height: 5p0px;
	display: inline;
	padding: 3px 10px 0px 10px;
	margin-left: 5px;
	font-size: 13px;
}
#tab a, #tab a:visited, #tab a:active {
	text-decoration: none;
	color: #0422b7;
}
#tab a:hover {
	text-decoration: underline;
}
.sel {
  background: #ffffff;
}
.unsel {
	background: #777;
	color: #0422b7;
}
#ad {
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 90px;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

#tools {
	width: 65%;
	border-right: 1px solid #ccc; 
	padding-bottom: 40px;
	margin-top: 10px;
	float: left;
}

#tools .ip {
	margin-left: 5px;
	display: inline;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#tool label {
	width: 37px;
	float: left;
}

#tool {
	width: 250px;
	float: left;
	border: 1px solid #000;
	margin-left: 40px;
	margin-top: 10px;
}
#tool .header {
	font-size: 13px;
	background-color: #0422b7;
	color: #fff;
	text-align: center;
	padding: 2px;
}
#tool .input {
	padding: 5px;
}
#tool .buttons {
	padding: 5px;
}
.button {
	border: 1px solid #ccc;
}
.box {
	border: 1px solid #ccc;
}
#results {
	width: 25%;
	float: left;
	margin-left: 10px;
}
.restitle {
	text-align: center;
	display: block;	
}
.reswindow {
	display: block;
}
#result {
}

.title {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paragraph {
	font-size: 13px;
	width: 65%;
	padding-bottom: 10px;
}
