html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: verdana;
	font-size: 15px;
	color: #000;
}

body {
	background-image: url("/bg.png");
	background-repeat: repeat-x;
}

#page_container {
	margin: auto;
	min-width: 550px;
	max-width: 1000px;
	width: 75%;
}

#header {
	height: 105px;
}

#logo {
	background-image: url("/logo.png");
	background-repeat: none;
	width: 282px;
	height: 105px;
	float: left;
	cursor: pointer;
}

.text_box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.addr_box {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
	min-height: 55px;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 2px #ddd;
	background-image: -moz-linear-gradient(top, #eee, #fff, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5, #fff), to(#ddd));
	background-repeat: no-repeat;
	box-shadow: #eee 0px 0px 8px 4px;
	-moz-box-shadow: #eee 0px 0px 8px 4px;
	-webkit-box-shadow: #eee 0px 0px 8px 4px;
	-khtml-box-shadow: #eee 0px 0px 8px 4px;
}

.addr_small {
	text-align: center;
	font-size: 12px;
}

.addr_body {
	margin: auto;
	font-size: 32px;
	font-weight: bold;
	padding: 5px;
}

span.v4 {
	color: #070;
	font-weight: bold;
}

span.v6 {
	color: #007;
	font-weight: bold;
}

span.unreach {
	color: #700;
}

span.warning {
	color: #f00;
	font-weight: bold;
}

.speed {
	border-top: solid 1px #ddd;
	margin-top: 12px;
	padding-top: 12px;
}

.speed_button {
	float: right;
	color: #000;
	cursor: pointer;
	padding: 0px;
	margin: auto;
	width: 200px;
	height: 20px;
	border: none;
	font-size: 14px;
	font-weight: normal;
	text-shadow: #fff 0px 0px 2px;
	background-color: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #777 0px 1px 5px 1px;
	-moz-box-shadow: #777 0px 1px 5px 1px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(top, #fff, #bbb);
	background-repeat: no-repeat;
}

.speed_button:hover {
	background-color: #adf;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#dff), to(#8bc));
	background-image: -moz-linear-gradient(top, #dff, #8bc);
	text-shadow: #8af 0px 0px 2px;
	-webkit-box-shadow: #478 0px 1px 5px 1px;
	-moz-box-shadow: #478 0px 1px 5px 1px;
}

.speed_button_2 {
	position: relative;
	color: #000;
	cursor: pointer;
	padding: 2px;
	padding-top: 12px;
	margin: auto;
	width: 230px;
	height: 30px;
	border: none;
	font-size: 14px;
	font-weight: normal;
	text-shadow: #fff 0px 0px 2px;
	text-align: center;
	background-color: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #777 0px 1px 5px 1px;
	-moz-box-shadow: #777 0px 1px 5px 1px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(top, #fff, #bbb);
	background-repeat: no-repeat;
}

.speed_button_2 > img {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 6px;
	left: 8px;
	opacity: 0.7;
}

.speed_button_2:hover {
	background-color: #adf;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eff), to(#bcd));
	background-image: -moz-linear-gradient(top, #eff, #bcd);
	text-shadow: #8af 0px 0px 2px;
	-webkit-box-shadow: #478 0px 1px 5px 1px;
	-moz-box-shadow: #478 0px 1px 5px 1px;
}

.speed_button_2:active {
	background-color: #adf;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#bcd), to(#eff));
	background-image: -moz-linear-gradient(top, #bcd, #eff);
	-webkit-box-shadow: #478 0px 0px 0px 0px;
	-moz-box-shadow: #478 0px 0px 0px 0px;
}

.speed_button_2:hover > img {
	opacity: 1.0;
}

.speed_button_2.with_img {
	padding-left: 10px;
}

.speed_small {
	text-align: center;
	font-size: 12px;
	color: #005;
}

.speed_body {
	margin: auto;
	font-size: 28px;
	font-weight: bold;
	padding: 5px;
	color: #007;
}

.form_item {
	background-color: #eee;
	padding: 10px;
}

.form_label {
	vertical-align: top;
	display: inline-block;
	width: 200px;
}

.form_value {
	display: inline-block;
	width: 400px;
}

#footer_text {
	text-align: center;
	margin: auto;
	font-weight: normal;
	font-size: 12px;
	margin-top: 30px;
}

.addthis_toolbox {
	margin: auto;
	width: 420px;
	margin-top: 15px;
}

.url_box {
	margin: auto;
	margin-top: 20px;
	width: 600px;
	height: 32px;
}

.url_prefix {
	display: inline;
	height: 26px;
	font-size: 20px;
	width: 70px;
}

#url_input {
	display: inline;
	width: 400px;
	height: 26px;
	font-size: 20px;
	border: solid 1px #ddd;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #ccc 0px 1px 5px 1px;
	-moz-box-shadow: #ccc 0px 1px 5px 1px;
}

#url_button {
	text-align: center;
	float: right;
	width: 100px;
	height: 21px;
	padding: 5px;
	font-size: 15px;
	cursor: pointer;
	text-shadow: #fff 0px 0px 2px;
	background-color: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #999 0px 1px 5px 1px;
	-moz-box-shadow: #999 0px 1px 5px 1px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ddd));
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-repeat: no-repeat;
}

#url_button:hover {
	background-color: #adf;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#dff), to(#8bc));
	background-image: -moz-linear-gradient(top, #dff, #8bc);
	text-shadow: #8af 0px 0px 2px;
	-webkit-box-shadow: #478 0px 1px 5px 1px;
	-moz-box-shadow: #478 0px 1px 5px 1px;
}

#validate_spacer {
	height: 50px;
}

.addr_box.validate {
	margin: auto;
	width: 520px;
	background-image: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background-repeat: no-repeat;
}

#validate_title {
	font-size: 15px;
}

.test_table {
	font-size: 12px;
	text-align: left;
	width: 510px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.test_row {
	background-color: #eee;
	padding: 5px;
	height: 15px;
}

.test_row:nth-child(2n) {
	background-color: #fff;
}

.test_label {
	float: left;
	width: 200px;
}

.test_icon {
	float: left;
	width: 30px;
}

.test_value {
	float: right;
	width: 255px;
	font-style: italic;
}

.test_value > img {
	position: relative;
	top: -2px;
}

#finish_ok {
	font-size: 12px;
	text-align: left;
	border-top: solid 1px #eee;
	padding: 5px;
}

#finish_nok {
	font-size: 12px;
	text-align: left;
	border-top: solid 1px #eee;
	padding: 5px;
}

.finish_title {
	font-size: 16px;
}

.button_item {
	margin: 5px;
	vertical-align: top;
}

.button_area {
	float: right;
	width: 350px;
	height: 100px;
}

.button_area > .small {
	font-size: 8px;
}

#button_text {
	width: 350px;
	height: 100px;
}

#validate_list {
	margin: auto;
	margin-top: 70px;
	width: 600px;
}

#validate_list > #table {
	margin: 5px;
	margin-top: 15px;
}

#validate_list > #table > .line {
	opacity: 0.9;
	padding: 4px;
	border-top: solid 1px #fff;
}

#validate_list > #table > .line:nth-child(2n) {
	background-color: #eee;
}

#validate_list > #table > .line > .image {
	width: 110px;
	margin: auto;
	float: left;
}

#validate_list > #table > .line > .image > img {
	border: solid 1px #aaa;
}

#validate_list > #table > .line > .link {
	font-size: 16px;
	text-align: left;
}

#validate_list > #table > .line > .addr {
	float: right;
	position: relative;
	top: -10px;
	margin-top: 10px;
	font-size: 10px;
	text-align: left;
}

#validate_list > #table > .line > .descr {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	color: #666;
}

#validate_list > #table > .line > .link > a {
	color: #000;
	text-decoration: none;
}

.box_title {
	font-size: 20px;
}

div.addr_type {
	font-weight: bold;
	font-size: 18px;
	margin: 3px;
}

div.addr_type > a {
	text-decoration: none;
}


.api_item {
	float: left;
	width: 400px;
	min-height: 200px;
	margin: 10px;
	padding: 10px;
}

.api_item_double {
	float: left;
	width: 840px;
	min-height: 200px;
	margin: 10px;
	padding: 10px;
}


.api_title {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.api_content {

}

.api_content textarea {
	width: 260px;
	height: 80px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h2.stats {
	margin-top: 80px;
}

h3 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3.stats {
	margin-top: 0px;
}

a {
	color: #00f;
}

a:visited {
	color: #00f;
}

#speedtest_results {
	text-align: left;
}

#speedtest_results > h2 {
	margin: 5px;
	margin-bottom: 10px;
}

#result_graph {
	float: left;
	width: 500px;
	height: 250px;
	font-size: 10px;
	margin-bottom: 15px;
}

#result_text {
	float: left;
	width: 350px;
	height: 250px;
}

.result_text_set {
	text-align: left;
	margin-top: 22px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
}

.result_text_set:nth-child(2) {
	border-top: solid 1px #eee;
}

.result_text_set > .databox {
	margin-bottom: 10px;
}

.result_text_set > .databox > .proto {
	font-size: 18px;
	font-weight: bold;
}

.result_text_set > .databox > .proto.v4 {
	color: #7c7;
}

.result_text_set > .databox > .proto.v6 {
	color: #99f;
}

.result_text_set > .databox > .address {
	font-size: 12px;
}

.result_text_set > .speedbox {
}

.result_text_set > .speedbox > .bits {
	font-size: 20px;
}

.result_text_set > .speedbox > .bytes {
	color: #666;
	font-size: 14px;
}

#result_action_container {
	height: 115px;
	margin: 5px;
}

#result_image {
	float: left;
	width: 300px;
	height: 135px;
}

#result_urls {
	float: left;
	margin: 15px;
	margin-top: 0px;
	width: 300px;
	height: 135px;
}

#result_urls input {
	width: 295px;
}

#result_social {
	float: left;
	margin: 15px;
	margin-top: 0px;
	width: 300px;
	height: 135px;
	text-align: right;
}

#result_social img {
	margin: 10px;
	width: 96px;
	height: 96px;
}

ul#navbar {
	width: 100%;
	height: 43px;
	background: #424242 url("/img/nav-menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -6px;
}

ul#navbar li { 
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
}

ul#navbar li a { 
	height: 43px;
	color: #444;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0px;
	outline: 0px;
}

ul#navbar li a:hover { 
	color: #000;
}

ul#navbar li a.current{ 
	color: #fff;
	background: #fff url("img/nav-current-bg.gif") top left repeat-x;
	padding: 5px 15px 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#error_box {
	text-align: left;
	background-color: #fee;
	color: #e66;
	border: solid 1px #fdd;
	padding: 20px;
	cursor: pointer;
}

#speedtest_servers_container {
	width: 50%;
	float: left;
	text-align: left;
}

#speedtest_servers {
	font-size: 18px;
}

#speedtest_servers select {
	font-size: 16px;
	width: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#speedtest_server_info {
	margin-top: 5px;
}

#speedtest_server_info img {
	width: 35px;
	height: 25px;
	position: relative;
	top: 8px;
}

#speedtest_server_info span.distance {
	font-size: 11px;
}

#speedtest_server_info span.distance_value {
	font-weight: bold;
}

#speedtest_ready #speedtest_button {
	margin-top: 20px;
	width: 50%;
	float: left;
}

#nav_container {
	position: relative;
}

#cse-search-box {
	z-index: 1;
	position: absolute;
	top: 3px;
	right: 0px;
}

#cse-search-box input[type=text] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#cse-search-box input[type=image] {
	position: relative;
	top: 2px;
}

.progress_container {
	margin: auto;	
	margin-top: 16px;
	margin-bottom: 8px;
	width: 208px;
	height: 12px;
	border: solid 1px #999;
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.progress_bar {
	height: 13px;
	width: 0;
	background-color: #999;
	background-image: -moz-linear-gradient(top, #999, #ccc, #aaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#999), color-stop(0.5, #ccc), to(#aaa));
	background-repeat: no-repeat;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.result_act_button {
	padding: 50px;
	padding-top: 15px;
	padding-bottom: 15px; 
	float: left;
}

.isp_name {
	font-weight: bold;
	font-size: 14px;
}

.addr_small img {
	margin-top: 3px;
}

#_ipv6test_widget {
	float: left;
	box-shadow: #bbb 5px 5px 10px 3px;
	-moz-box-shadow: #bbb 5px 5px 10px 3px;
	-webkit-box-shadow: #bbb 5px 5px 10px 3px;
	-khtml-box-shadow: #bbb 5px 5px 10px 3px;
}

#widget_styles {
	float: left;
	width: 300px;
	font-size: 14px;
	margin-top: 20px;
}

#widget_styles select {
	font-size: 16px;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ping_graph {
	float: left;
	width: 450px;
	height: 200px;
	font-size: 10px;
	margin-bottom: 15px;
}

.ping_stats {
	float: left;
	text-align: left;
	margin-left: 10px;
	overflow: hidden;
}

.ping_stats > .label {
	font-size: 10px;
}

.ping_stats > .value {
	font-size: 20px;
	margin-bottom: 12px;
}

#value_addr_v6 {
	font-size: 16px;
}

.ping_stats > .value > span.unreach {
	font-size: 20px;
}

table.stats {
	width: 80%;
	border-spacing: 0px;
}

table.stats tr {
	margin: 0px;
}

table.stats td {
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}

table.stats th {
	text-align: right;
	font-size: 14px;
}

table.stats tr:nth-child(2n+1) {
	background-color: #f8f8f8;
}

img.stats {
	box-shadow: #eee 0px 0px 8px 4px;
	-moz-box-shadow: #eee 0px 0px 8px 4px;
	-webkit-box-shadow: #eee 0px 0px 8px 4px;
	-khtml-box-shadow: #eee 0px 0px 8px 4px;
}

p.country_links {
	font-size: 12px;
}

table.stats a {
	text-decoration: none;
}

.finish_footer {
	display: none;
	margin-top: 15px;
}
