/* Default HTML elements EXCEPT form tags */
body {
	background-color: #F3F3F3;
	color: #444;
	font-family: verdana, arial, times;
	font-size: 80%;
	text-shadow: #FFF 2px 2px 3px;
}
a {
	text-decoration: none;
	color: #7F98FF;
}
a:hover {
	text-decoration: none;
	color: #0055FF;
}
a:visited {
	text-decoration: none;
	color: #AF8383;
}
a:visited:hover {
	text-decoration: none;
	color: #7F2727;
}
a:active {
	text-decoration: underline;
}
img {
	border: none;
}
h1 {
	text-align: left;
	margin: 2px 30px 0 30px;
	font-family: 'Tahoma', sans-serif;
	color: #4F4F4F;
	font-size: 150%;
	text-shadow: #FFF 0px 0px 10px;
}
h2 {
	text-align: center;
	margin: 5px 30px;
	font-family: arial, times;
	color: #4F4F4F;
	font-size: 150%;
}
h3 {
	text-align: left;
	font-family: times, arial;
	font-style: italic;
	margin: 0 30px 3px 30px;
	color: darkgrey;
	font-size: 150%;
}
hr {
	border: none;
	width: 93%;
	height: 1px;
	background-color: #BFBFBF;
}
table {
	border: none;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	padding: 0;
}
b {
	color: #6BABBF;
}
img {
	border: none;
	vertical-align: middle;
}
td {
	padding: 3px 15px;
}
code {
	font-size: 120%;
}

/* Logo */
img.header {
	text-align: center;
    border: 5px solid darkgrey;
    background-color: white;
    -moz-box-shadow: 0 0 50px white;
    -webkit-box-shadow: 0 0 50px white;
    -o-box-shadow: 0 0 50px white;
    box-shadow: 0 0 50px white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;
}

/* Tables */
table.rounded {
	background-color: white;
	color: #999;
	padding: 7px 40px;
	border: 5px solid #C2D9EF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
    -moz-box-shadow: inset 0 0 10px lightblue;
    -webkit-box-shadow: inset 0 0 10px lightblue;
    -o-box-shadow: inset 0 0 10px lightblue;
    box-shadow: inset 0 0 10px lightblue;
}
table.list {
	background-color: lightgrey;
	border: 1px solid darkgrey;
	border-collapse: separate;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
table.list tr:first-child {
	font-weight: bold;
    -moz-box-shadow: inset 0 0 10px darkgrey;
    -webkit-box-shadow: inset 0 0 10px darkgrey;
    -o-box-shadow: inset 0 0 10px darkgrey;
    box-shadow: inset 0 0 10px darkgrey;
}
table.list td {
	padding: 10px 20px;
}
table.list tr:not(:first-child) td {
	background-color: #F3F3F3;
}
table.list tr:not(:last-child) td {
	border-bottom: 1px solid darkgrey;
}
table.list tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-o-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
table.list tr:last-child td:last-child {
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-o-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
table.form td {
	padding: 5px 15px;
}
td.header {
    background-color: #EEEEEE;
	border-bottom: 1px solid lightgrey;
}

/* DNS Zones + NS Servers */
table.frame td table, .choosednsservers.unique table {
	border: 1px solid lightgrey;
	border-collapse: separate;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
table.frame td table tr:first-child {
    -moz-box-shadow: inset 0 0 10px darkgrey;
    -webkit-box-shadow: inset 0 0 10px darkgrey;
    -o-box-shadow: inset 0 0 10px darkgrey;
    box-shadow: inset 0 0 10px darkgrey;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
table.frame td table tr:not(:first-child) td, .choosednsservers.unique table tr:not(:first-child) td {
	background-color: #F9F9F9;
	border-top: 1px solid #EBEBEB;
}
.choosednsservers.unique table tr:first-child td {
	padding: 10px 0;
}
table.frame td table tr:first-child td:first-child {
	background-color: rgba(0, 0, 0, .03);
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-o-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}
table.frame td table tr:first-child td:last-child {
	background-color: rgba(0, 0, 0, .03);
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-o-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}
table.frame td table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-o-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
table.frame td table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-o-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

/* Spacer, see: hr{} */
hr.bighr {
	text-align: center;
	height: 3px;
	background: none;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px dotted #BFBFBF;
	width: 97%;
	margin: 0 0 10px 0;
}

/* Common classes */
.body {
	margin-top: 0;
	padding: 0;
	background-color: #EEEEEE;
	border: 1px solid darkgrey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 30px #444;
    -webkit-box-shadow: 0 2px 30px #444;
    -o-box-shadow: 0 2px 30px #444;
    box-shadow: 0 2px 30px #444;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBFBFB), color-stop(10%, #FBFBFB), to(#EFEFEF));
    background-image: -webkit-linear-gradient(#FBFBFB, #FBFBFB 10%, #EFEFEF);
    background-image: -moz-linear-gradient(top, #FBFBFB, #FBFBFB 10%, #EFEFEF);
    background-image: -o-linear-gradient(#FBFBFB, #FBFBFB 10%, #EFEFEF);
    background-image: linear-gradient(#FBFBFB, #FBFBFB 10%, #EFEFEF);
}
.body_in {
	padding: 0 15px 15px 15px;
}
.border {
	border: 1px solid darkgrey;
	background-color: white;
}
.floatbox {
	background-color: #F3F3FF;
	top: 205px;
	border: 1px solid #7F7FFF;
	padding: 2px 2px 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.infobox {
	padding: 10px 10px 10px 45px;
	margin: 10px;
	text-align: center;
	min-height: 25px;
	color: #0000AA;
	background-color: #F3F3FF;
	background-image: url('/img/info.png');
	background-repeat: no-repeat;
	border: 1px solid #7F7FFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.errorbox {
	padding: 10px 10px 10px 45px;
	margin: 10px;
	text-align: center;
	min-height: 25px;
	color: #AA0000;
	background-color: #FFF3F3;
	background-image: url('/img/error.png');
	background-repeat: no-repeat;
	border: 1px solid #FF7F7F;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.breadcrumb {
	text-align: justify;
}
#dnsextras {
	padding: 10px;
	margin: 10px;
	border: 1px solid darkgrey;
	background-color: #FEFEFE;
  background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#F1F1F1));
	background-image: -webkit-linear-gradient(top, #ffffff, #F1F1F1);
	background-image: -moz-linear-gradient(top, #ffffff, #F1F1F1);
	background-image: -o-linear-gradient(top, #ffffff, #F1F1F1);
	background-image: linear-gradient(top, #ffffff, #F1F1F1);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.h3 {
	color: darkgrey;
	margin: 0 30px 3px 0;
	text-align: right;
	font-family: times, arial;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
}

/* Password strength */
#pwstrenbox {
	padding: 10px 5px 11px;
	border: 1px solid lightgrey;
	font-size: 85%;
	color: #AAA;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
#pwstrenbox.weak , #pwstrenbox.moderate, #pwstrenbox.strong {
	color: white;
	font-weight: bold;
}
.weak {
	background-color: #CC0000;
}
.moderate {
	background-color: #FF8A00;
}
.strong {
	background-color: #368F35;
}

/* DNS Zone list labels */
.label {
	padding: 3px 8px 4px;
	color: white;
	font-weight: bold;
	font-size: 85%;
	text-shadow: #FFF 0 1px 3px;
    background-color: #F89406;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.label.pending {
    background-color: #F89406;
}
.label.active {
    background-color: #368F35;
}
.label.suspended {
    background-color: #0768B8;
}
.label.terminated {
    background-color: #C43C35;
}
.label.cancelled {
    background-color: #BFBFBF;
}
.label.expired {
    background-color: #888;
}

/* Form elements */
input[type="password"], input[type="text"] {
	width: 170px;
	padding: 5px;
    color: #777;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 1px 0 7px #DDD;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 1px 0 7px #DDD;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 1px 0 7px #DDD;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 1px 0 7px #DDD;
    -moz-transition: box-shadow linear .1s;
    -webkit-transition: box-shadow linear .1s;
    -o-transition: box-shadow linear .1s;
    /* transition: box-shadow linear .1s; */
}
input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    background-color: #E6E6E6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    padding: 5px 14px 6px;
    color: #555;
    font-size: 13px;
    border: 1px solid #CCC;
    border-bottom-color: #BBB;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-transition: 0.1s linear all;
    -webkit-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
     transition: 0.1s linear all;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 10px #BFBFBF;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 10px #BFBFBF;
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 10px #BFBFBF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 10px #BFBFBF;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-position: 0 -15px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 10px darkgrey;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 10px darkgrey;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 10px darkgrey;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 10px darkgrey;
    -moz-transition: 0.1s linear all;
    -webkit-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
input[type="text"]:focus, input[type="password"]:focus {
	color: #444;
    -moz-box-shadow: 0 0 10px #9FCBFF, inset 1px 0 7px #DDD;
    -webkit-box-shadow: 0 0 10px #9FCBFF, inset 1px 0 7px #DDD;
    -o-box-shadow: 0 0 10px #9FCBFF, inset 1px 0 7px #DDD;
    -box-shadow: 0 0 10px #9FCBFF, inset 1px 0 7px #DDD;
	border-color: #9FCBFF;
}
select {
	height: 27px;
	padding: 2px;
    color: #777;
    border: 1px solid #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 0 7px #DDD;
    -webkit-box-shadow: inset 1px 0 7px #DDD;
    -o-box-shadow: inset 1px 0 7px #DDD;
    box-shadow: inset 1px 0 7px #DDD;
}

input[name="dnsframepagetitle[]"], input[name="dnsframekeywords[]"], input[name="dnsframedescript[]"] {
	width: 350px;
}
#footer {
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	padding: 15px 25px;
	border-top: 1px groove #CECECE;
	background-color: #E4E4E4;
	background-color: rgba(228, 228, 228, 0.58);
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.footer_info {
	width: 950px;
	margin: 10px auto 0;
	font-style: italic;
	text-align: right;
	font-size: 11px;
	color: #838383;
	text-shadow: 1px 1px 0 #FFF;
}