@media print {
	.screenonly {
		display: none;
	}
}

@media screen {
	.printonly {
		display: none;
	}
}

:root {
	margin: 2px;
	padding: 2px;
	font: normal 12px Verdana, Arial;
	border: none;
	background: #dfdfd7;
	background-image: url(/img/bg.gif);
}

#bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -2;
}

#bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

#logo {
	position: absolute;
	top: 2px;
	left: 58%;
	width: 30%;
	height: 10%;
	z-index: -1;
}

#footer {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 1rem 0;
}

a,
a:visited {
	color: #06f;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #f47;
}

a.nw,
a.nw:visited,
a.nw:hover {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

p {
	text-indent: 3em;
	line-height: 1.7em;
}

p.hl2 {
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
	color: green;
}

span.hl2 {
	border-bottom: dashed 1px black;
	font-weight: bold;
	font-style: italic;
	margin-right: 1em;
	font-size: 110%;
}

span.hl3 {
	font-weight: bold;
	font-style: italic;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.green {
	color: green;
}

.yellow {
	color: #ff4;
}

.bold {
	font-weight: bold;
}

.biblue {
	font-weight: bold;
	font-style: italic;
	color: blue;
}

.spec1 {
	font-style: italic;
	border-bottom: dashed 1px black;
	font-weight: bold;
}

.allcenter {
	width: 100%;
	text-align: center;
}

.allcenter1 {
	margin-top: 90px;
	width: 95%;
	text-align: center;
}

.allcenter2 {
	width: 95%;
	text-align: right;
}

.fbrick {
	float: left;
}

.brick {
	float: left;
}

.lbrick {
	float: clear;
}

table {
	border-collapse: collapse;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	-khtml-box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;
	-moz-box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;
	box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;
}

table.pagehead {
	width: 100%;
	border: none;
}

div.pagehead {
	width: 600px;
	border: none;
	text-align: center;
	color: #fff;
	background: #999;
	padding: 0px;
}

div.content {
	width: 600px;
	border: none;
	text-align: justify;
	padding: 10px 15px;
}

tr.pagehead {
	background: #999;
	color: white;
	font-weight: bold;
}

td.pagehead {
	padding: 5px 0px;
	font-weight: bold;
	border: none;
}

.doubleb {
	border: double 3px black;
}

.solidb {
	border: solid 1px black;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.solidbr {
	border: solid 1px black;
	color: red;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.solidbh {
	background: #777;
	color: white;
	border: solid 1px black;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.hl:hover {
	background: #efefe7;
}

td {
	border: solid 1px black;
	text-align: center;
	padding: 5px 10px;
	font-size: 9pt;
}

td.nb {
	border: none;
}

td.tt2 {
	background: #cfb;
	font-weight: bold;
	font-style: italic;
	color: #333;
	padding: 5px 50px;
}

td.tt3 {
	background: #efe;
	font-style: italic;
	padding: 5px 30px;
}

td.button {
	padding: 10px;
	text-align: center;
}


input {
	padding: 1px 5px;
	text-align: center;
}

input[type="text"],
input[type="password"],
textarea {
	background: #ffd;
	border: 1px solid #aaa;
}

input:focus[type="text"],
input:focus[type="password"] {
	border-style: inset;
}

/*
input:hover[type="text"], input:hover[type="password"] {
	border-style: outset;
}
*/


input[type="button"],
input[type="submit"] {
	padding: 0px 4px;
	border: 1px solid #ccc;
	background: #000000;
	color: #dfdfdf;
	cursor: pointer;
	letter-spacing: 1px;
}

input:hover[type="button"],
input:hover[type="submit"],
input:focus[type="button"],
input:focus[type="submit"] {
	color: #7f7;
	border-color: #7a7;
}

select {
	border: inset 1px grey;
	background: #ffc;
	padding: 1px;
}

option {
	background: #ffa;
}

.transparent {
	background: #dfdfd7;
	border: none;
}

img {
	border: none;
}

img.plogo {
	margin: 0;
	padding: 0;
	width: 7rem;
	height: 4rem;
}

img.expl {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.7) 5px 5px 24px;
	margin: 10px;
}

.dbutton {

	position: relative;

	display: inline-block;

	width: 8em;

	padding: 0.25em 0.5em 0.3em 0.5em;

	text-align: center;

	cursor: pointer;

	border: 2px solid #999;

	background-color: #666;

	background-color: rgba(128, 128, 128, 0.75);

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-opera-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;

	font-size: 1.5em;

	color: #fff;

	font-weight: bold;

	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64, 64, 64, 0.75)), to(rgba(192, 192, 192, 0.9)));

	background-image: -moz-linear-gradient(top, bottom, from(rgba(64, 64, 64, 0.75)), to(rgba(192, 192, 192, 0.9)));
	-khtml-box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;
	-moz-box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;
	box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;

}



.dbutton span {

	position: absolute;

	display: block;

	width: 94%;

	left: 3.5%;

	top: 0px;

	height: 50%;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	background-color: rgba(255, 255, 255, 0.25);

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));

	background-image: -moz-linear-gradient(top, bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));

}



#shiny1 {

	border-color: #999;

	background-color: rgba(128, 128, 128, 0.75);

	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64, 64, 64, 0.75)), to(rgba(192, 192, 192, 0.9)));

	background-image: -moz-linear-gradient(top, bottom, from(rgba(64, 64, 64, 0.75)), to(rgba(192, 192, 192, 0.9)));

	-khtml-box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;

	-moz-box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;

	box-shadow: rgba(192, 192, 192, 0.75) 0px 8px 24px;

}



#shiny1:hover {

	border-color: #6699cc;

	background-color: rgba(64, 128, 192, 0.75);

	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(16, 96, 192, 0.75)), to(rgba(96, 192, 255, 0.9)));

	background-image: -moz-linear-gradient(top, bottom, from(rgba(16, 96, 192, 0.75)), to(rgba(96, 192, 255, 0.9)));

	-khtml-box-shadow: rgba(128, 192, 255, 0.75) 0px 8px 24px;

	-moz-box-shadow: rgba(128, 192, 255, 0.75) 0px 8px 24px;

	box-shadow: rgba(128, 192, 255, 0.75) 0px 8px 24px;

	margin-right: 1.5em;

}



#shiny1,

#shiny2 {

	margin-right: 1.5em;

	margin-right: 1.5em;

}



#shiny2:hover {

	border-color: #aa7777;

	background-color: rgba(255, 0, 0, 0.75);

	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(128, 64, 64, 0.75)), to(rgba(256, 128, 128, 0.9)));

	background-image: -moz-linear-gradient(top, bottom, from(rgba(128, 64, 64, 0.75)), to(rgba(192, 128, 128, 0.9)));

	-khtml-box-shadow: rgba(256, 128, 128, 0.5) 0px 8px 24px;

	-moz-box-shadow: rgba(256, 128, 128, 0.5) 0px 8px 24px;

	box-shadow: rgba(256, 128, 128, 0.5) 0px 8px 24px;

}



#shiny3:hover {

	border-color: #77cc77;

	background-color: rgba(0, 128, 0, 0.75);

	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64, 128, 64, 0.75)), to(rgba(128, 255, 128, 0.9)));

	background-image: -moz-linear-gradient(top, bottom, from(rgba(64, 128, 64, 0.75)), to(rgba(128, 192, 128, 0.9)));

	-khtml-box-shadow: rgba(128, 256, 128, 0.6) 0px 8px 24px;

	-moz-box-shadow: rgba(128, 256, 128, 0.6) 0px 8px 24px;

	box-shadow: rgba(128, 256, 128, 0.6) 0px 8px 24px;

}



#grad2 {
	background-color: #ffa;
	border: none;
	padding: 2em;
	margin: 1em 5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 24px;
}

#newshead {
	background-color: #fb5;
	border: none;
	padding: 5px 15px;
	margin: 0;
	-moz-border-topleft-radius: 10px;
	-moz-border-topright-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-opera-border-top-left-radius: 10px;
	-opera-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-weight: bold;
	position: relative;
}

#newsbody {
	background-color: #fff;
	border: none;
	padding: 15px 15px;
	margin: 0;
	-moz-border-bottomleft-radius: 10px;
	-moz-border-bottomright-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-opera-border-bottom-left-radius: 10px;
	-opera-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
}

.splLink {
	text-align: center;
	width: 100%;
}

.splCont {
	text-align: center;
	display: none;
	padding: 5px 15px;
	border: none;
}

.splLink2 {
	width: 100%;
}

.splCont2 {
	display: none;
	padding: 5px 5px;
	border: dashed 1px #ccc;
	margin: 10px;
	font-size: 75%;
}

.addservice-container {
	display: grid;
	grid-template-columns: 3fr 1fr;
	max-width: 50%;
	padding: 0 25%;
}

.ascell {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #efe;
	font-style: italic;
	color: #333;
	border: outset 1px #efe;
	padding: 1rem;
}

.asname {
	font-weight: bold;
	background: #cfb;
}

.astax {
	font-weight: bold;
	font-size: 120%;
}


.bplans-container {
	display: grid;
	grid-template-columns: 3fr 3fr 2fr 4fr;
	max-width: 50%;
	padding: 0 25%;
}

.bpcell {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #efe;
	font-style: italic;
	color: #333;
	border: outset 1px #efe;
	padding: 1vw;
}

.bpname {
	align-items: center;
	font-weight: bold;
	font-size: 120%;
	background: #cfb;
}

.bptax {
	align-items: center;
	font-weight: bold;
	font-size: 120%;
}

.bpspeed {
	align-items: center;
}

.bptech {
	align-items: center;
}

.bpheader {
	margin-bottom: 0.5rem;
	font-style: italic;
}

.bph {
	font-weight: bold;
	font-size: 150%;
}

.tt3 {
	background: #efe;
	font-style: italic;
	border: solid 1px grey;
	padding: 1vw;
}

.bp-sep {
	grid-column: span 4;
	border: none;
}

@media (max-width: 920px) and (orientation: portrait) {
	:root {
		margin: 0;
		padding: 0;
		font: normal 18px Verdana, Arial;
		border: none;
		background: #dfdfd7;
		background-image: url(/img/bg.gif);
	}

	#grad2 {
		background-color: #ffa;
		border: none;
		padding: 1.3rem;
		margin: 0.3rem;
		overflow: visible;
	}

	.headnotes {
		display: none;
	}

	.allcenter {
		width: 100%;
		text-align: center;
		padding-left: 3vw;
	}

	.allcenter2 {
		width: 95%;
		text-align: center;
		padding-left: 3vw;
	}

	.logo_main {
		max-width: 60vw;
	}

	.ipv6_main {
		max-width: 15vw;
	}

	.addservice-container {
		grid-template-columns: 3fr 1fr;
		grid-auto-rows: 1fr;
		grid-gap: 0;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	.ascell {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.asname {
		font-weight: bold;
		background: #cfb;
	}

	.astax {

		font-weight: bold;
		font-size: 130%;
	}

	.bplans-container {
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: 1fr;
		grid-gap: 0;
		max-width: 100%;
		padding: 0;
		margin: 0;
		align-items: center;
	}

	.bpcell {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.bpname {
		grid-column: 1/3;
		font-size: 130%;
	}

	.bptax {
		grid-column: 3/5;
		font-weight: bold;
		font-size: 130%;
	}

	.bpspeed {
		grid-column: 1/3;
		margin-bottom: 2vw;
	}

	.bptech {
		grid-column: 3/5;
		margin-bottom: 2vw;
		font-size: 70%;
		height: 1.2rem;
	}

	.bpheader {
		display: none;
	}

	.bph {
		text-indent: 0;
		font-weight: bold;
	}
}

@media (max-width: 600px) and (orientation: portrait) {
	:root {
		font: normal 12px Verdana, Arial;
	}
}
