body {
/*font-family: Arial, Helvetica, sans-serif;*/
font-family: Open Sans, Helvetica, sans-serif;
font-size: 14px;
color: #000;
background-color: #e7e7e7;
/*background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/background/white-snow-background-big.jpg");*/
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/bg.gif");
background-position: 0px 60px;
background-repeat:repeat-x;
margin: 0 0 20px 0;
padding: 0;
text-align: left;
line-height: 20px;
}
table, td { font-size: 14px; }
a {
color: #001677;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
h1 {
padding: 3px;
margin: 0 0 10px 0;
font-size: 25px;
}
h2 {
padding: 3px 0 3px 0;
margin: 0;
font-size: 20px;
}
form {
padding:0;
margin:0;
}
img {
border:0;
}

div#cloudOverlay {
position: fixed;
top:0;
left:0;
height:100%;
width:100%;
z-index:100;
background-color: #000;
opacity:0.70;
filter:alpha(opacity=70);
-moz-opacity:0.70;
display:none;
}
div#cloudPage {
background-color: #FFF;
width: 700px;
padding:8px;
min-height: 300px;
position: absolute;
top: 80px;
z-index: 200;
display: none;
border: 1px solid #fff;
margin-bottom: 80px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}
div#cloudPageClose,
div#cloudMessageClose,
a.logout {
position:absolute;
top:-8px;
right:-11px;
font-weight:bold;
background-color:#d9d9d9;
background-image:url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Close.png');
background-repeat: no-repeat;
background-position: center;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
width:20px;
height:20px;
cursor: pointer;
}
a.logout {
background-image:url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/logout.png');
top: -5px;
right: -8px;
}
div#cloudSecondOverlay {
position: fixed;
top:0;
left:0;
height:100%;
width:100%;
background-color: #000;
opacity:0.80;
filter:alpha(opacity=80);
-moz-opacity:0.80;
display:none;
z-index:300;
}
div#cloudMessage {
background-color: #e7e7e7;
width: 350px;
padding:8px;
position: fixed;
z-index: 400;
display: none;
top: 10%;
border: 1px solid #000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}
div#cloudMessage div.twoButtons div.button {
width:45%;
}
div#cloudMessage div.twoButtons a:first-child div.button {
margin-right:5%;
}
div#cloudMessage.additionalDomainContacts {
width:500px;
}
div#cloudMessage.registrationAddedToCart {
width:500px;
}
div#cloudMessage.transferAddedToCart {
width:500px;
}

.act-link {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px #000 solid;
padding: 3px 10px 3px 10px;
background-color: #fff;
background-repeat:repeat-x;
font-weight: bold;
color: #000;
margin-right: 10px;
margin-bottom: 5px;
text-decoration: none;
float: left;
}
.inact-link {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px #000 solid;
padding: 3px 10px 3px 10px;
background-color: #ffa900;
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/button.gif");
background-size: 100% 100%;
background-repeat:repeat-x;
font-weight: bold;
color: #000 !important;
margin-right: 10px;
margin-bottom: 5px;
text-decoration: none !important;
float: left;
}
.inact-link:hover {
border: 1px #fff solid;
background-color: #ffa900;
color: #000;
}

.button, .button-big {
cursor: pointer;
height: 25px;
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/button.gif");
background-repeat:repeat-x;
background-size: 100% 100%;
color: #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px #000 solid;
font-weight: bold;
margin:0;
text-transform: uppercase;
}
a.button {
text-decoration:none;
line-height:25px;
}
.button:hover, .button-big:hover {
color: #FFF;
border-color: #FFF;
margin:0;
box-shadow: 0px 0px 10px #FFF;
-moz-box-shadow: 0px 0px 10px #FFF;
-webkit-box-shadow: 0px 0px 10px #FFF;
}
.button-big, #button-big { width: 170px; }
.input-text, .input-text-big {
height: 22px;
width: 120px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px #000 solid;
margin: 0;
padding-top:0;
padding-bottom:0;
padding-left: 2px;
padding-right: 2px;
background-color: #fff;
color: #000;
}

.input-text.small {
width: 100px;
}
.input-text.middle {
width: 200px;
}
.input-text.large {
width: 400px;
}

input.radio {
vertical-align: middle;
margin-top:-1px;
}

.button.button-grey {
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/grey-button.jpg");
background-color: #d9d9d9;
}

.button.button-grey:hover {
color: #757575;
border-color: #757575;
}

#header .input-text-big {
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}
#header .input-text-big:hover {
box-shadow: 0px 0px 10px #FFF;
-moz-box-shadow: 0px 0px 10px #FFF;
-webkit-box-shadow: 0px 0px 10px #FFF;
}
select.input-text,
select.input-text-big {
height:25px;
}
.input-text.small {
width:100px !important;
}
.div-input-text {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px #000 solid;
margin: 0;
padding-top:0;
padding-bottom:0;
padding-left: 2px;
padding-right: 2px;
background-color: #fff;
color: #000;
}
.input-text-big { width: 170px; }

#header {
position:relative;
background-color:#000;
margin:auto;
margin-bottom:3px;
margin-top:8px;
width: 925px;
height: 85px;
color: #fff;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
padding: 0 10px 0 10px;
}
div#header_links {
width: auto;
position: absolute;
left: 230px;
top:10px;
}
div#header_links span.icon-wallet-16x16-white,
div#header_links span.icon-dns-zones-16x16-white,
div#header_links span.icon-mail-forwards-16x16-white {
margin-right:5px; margin-top:1px;
}

/* promo banner */
div.promoBannerContainer {
position:relative;
background-color:#ea1111;
margin:auto;
margin-bottom:3px;
width: 925px;
color: #fff;
padding: 10px;
border-bottom-left-radius: 8px;
-moz-border-bottom-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
-moz-border-bottom-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}
div.promoBannerContainer:hover {
background-color:#d20000;
}
/* language menu */
#languages {
position: absolute;
z-index:10;
top: 7px;
right: 7px;
width: 175px;
background: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/button.gif');
background-size: 100% 100%;
color: #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px #000 solid;
margin:0;
padding-left: 2px;
padding-top: 4px;
padding-bottom: 3px;
}
#languages a {
text-decoration:none;
color: #000;
}
#languages a:hover {
text-decoration: underline;
font-weight: bold;
}
#languages ul {
display: none;
list-style-type:none;
margin:0;
padding:0;
}
#languages div.pointer {
padding-left: 10px;
}
#languages li {
padding-top: 5px;
padding-left: 10px;
margin-top: 5px;
border-top: 1px gray solid;
}
#languages li:hover {
background-color: #feffdc;
}
#languages:hover {
border: 1px #000 solid;
background: #fff;
color: #000;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}
#languages:hover ul {
display: block;
}

.small-links {
color: #fff;
font-size: 14px;
}
#logo {
position:absolute;
left:10px;
top:10px;
}
#logo a {
text-decoration: none;
}
a.logo-ddosdeflect {
display:block;
background-color: #000000;
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/partners/ddosdeflect.png');
background-position: center;
background-repeat: no-repeat;
width:210px;
height:70px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
margin-bottom: 10px;
}
a.logo-switchlayer {
display:block;
background-color: #000000;
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/partners/switchlayer-standard-v2.png');
background-position: center;
background-repeat: no-repeat;
width:210px;
height:70px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

.subscriptionHeader {
text-align: center;
position: relative;
z-index: 10;
width: 200px;
}
.subscriptionHeader a {
width: 100%;
text-align: center;
text-decoration: none;
color: #000;
}
.subscriptionHeader ul {
display: none;
list-style-type:none;
margin:0;
padding:0;
}
.subscriptionHeader:hover ul {
display: block;
}
.subscriptionHeader li {
padding-top: 5px;
margin-top: 5px;
border-top: 1px gray solid;
}

#content {
width: 925px;
background-color: #F7F7F7;
border-left: 1px;
padding:10px;
margin:9px auto auto;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
#content_left {
width: 485px;
float: left;
}
#content_right {
width: 428px;
float: right;
padding-top:15px;
padding-bottom:15px;
}
#content_register {
width: 430px;
float: right;
}
.content_box {
width: 400px;
margin:20px;
float: left;
}
#footer {
margin:auto;
padding-top: 15px;
padding-bottom: 10px;
padding-left:10px;
padding-right:10px;
width: 945px;
}
#footer div.footerBox {
width:17%;
float:left;
}
#footer div.footerBox.firstCol {
width:13%;
}
#footer div.footerBox.thirdCol {
width:16%;
}
#footer div.footerBox.lastCol {
width:20%;
}
#footer p.pricesInfo {
font-size:12px;
}

.footerSprite {
background: transparent url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/social-logos-sprite.png') scroll no-repeat 0 0;
width: 18px;
height: 18px;
padding-left: 25px;
}
.facebookSprite {background-position: -2px -1px;}
.twitterSprite {background-position: -2px -25px;}
.googleSprite {background-position: -2px -50px;}
.githubSprite {background-position: -2px -73px;}
.vkSprite {background-position: -1px -98px;}
.linkedinSprite {background-position: -1px -122px;}
.youtubeSprite {background-position: -1px -144px;}

.clear { clear: both; }
.ok_row {
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/status/ok.png");
background-position: 2px 4px;
background-repeat: no-repeat;
line-height: 22px;
margin: 5px;
padding: 2px 0 0 22px;
}
.info_row {
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/info.png");
background-repeat: no-repeat;
padding: 2px 0 0 20px;
margin: 5px;
}

.normal a {
text-decoration:underline;
color:blue;
}
.normal a:hover {
text-decoration:none;
}

/* dashboard & records*/
table.table-dashboard,
table.table,
table.table-records,
table.wiki table {
background-color: #fff;
border: 1px solid #e0e0e0;
border-top:0;
border-spacing: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width:100%;
}
table.table-records {
-moz-border-top-left-radius:0;
-webkit-border-top-left-radius:0;
border-top-left-radius:0;
}
table.table-dashboard tr:first-child th:first-child,
table.table-dashboard tr:first-child td:first-child,
table.table tr:first-child th:first-child,
table.table tr:first-child td:first-child,
table.wiki table tr:first-child th:first-child,
table.wiki table tr:first-child td:first-child {
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
}
table.table-dashboard tr:first-child th:last-child,
table.table-dashboard tr:first-child td:last-child,
table.table tr:first-child th:last-child,
table.table tr:first-child td:last-child,
table.wiki table tr:first-child th:last-child,
table.wiki table tr:first-child td:last-child,
table.table-records tr:first-child th:last-child,
table.table-records tr:first-child td:last-child {
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}
table.table-dashboard tr:last-child th:first-child,
table.table-dashboard tr:last-child td:first-child,
table.table tr:last-child th:first-child,
table.table tr:last-child td:first-child,
table.wiki table tr:last-child th:first-child,
table.wiki table tr:last-child td:first-child,
table.table-records tr:last-child th:first-child,
table.table-records tr:last-child td:first-child {
-moz-border-bottom-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}
table.table-dashboard tr:last-child th:last-child,
table.table-dashboard tr:last-child td:last-child,
table.table tr:last-child th:last-child,
table.table tr:last-child td:last-child,
table.wiki table tr:last-child th:last-child,
table.wiki table tr:last-child td:last-child,
table.table-records tr:last-child th:last-child,
table.table-records tr:last-child td:last-child {
-moz-border-bottom-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
table.table-dashboard th,
table.table-records th,
table.table th, 
table.wiki table th, 
table.table tfoot td {
line-height:30px;
}
table.rowHovers tbody tr:hover td {
background-color: #efefef;
}
table.table-dashboard td,
table.table-dashboard th,
table.table-records td,
table.table-records th,
table.table td,
table.table th,
table.wiki table td,
table.wiki table th,
table.table tfoot td {
padding: 4px;
border-top: 1px #e0e0e0 solid;
}
table.table th{
background-color: #e0e0e0;
}
table.table-dashboard th a, table.table th a {
color: #001677;
text-decoration: underline;
}
table.table-dashboard th a:hover, table.table th a:hover {
text-decoration: none;
}
table.table-dashboard th span.page {
padding-right: 0px;
}
table.table-dashboard a {
text-decoration: none;
color: #000;
}
table.table-dashboard td.overflowHidden div.overflowHiddenContainer, 
table.table-records td.overflowHidden div.overflowHiddenContainer {
position:relative;
}
table.table-dashboard td.overflowHidden div.overflowHiddenContainer div.overflowHiddenContent, 
table.table-records td.overflowHidden div.overflowHiddenContainer div.overflowHiddenContent {
overflow: hidden;
white-space: nowrap;
position: absolute;
width: 100%;
top:-10px;
left:0;
}

table.table-records td.host-column.overflowHidden div.overflowHiddenContainer div.overflowHiddenContent, 
table.table-records td.pointsto-column.overflowHidden div.overflowHiddenContainer div.overflowHiddenContent {
top:-14px;
width: 99%;
}

span.overflowHiddenContent {
overflow: hidden;
white-space: nowrap;
position: absolute;
width: 49%;
}

table.table-dashboard.sslCertificates a {
color: #001677;
text-decoration: underline;
}
table.table-dashboard.sslCertificates a:hover {
text-decoration: none;
}
div.dashboardServers {
width:29%;
float:right;
}
div.dashboardServers .flag {
margin-top:3px;
margin-right:3px;
}
div.dashboardServers h2 {
margin:0;
padding:0;
}
div.dashboardServers .server {
line-height: 18px;
margin-top:10px;
}
div.dashboardQuickSearchContainer,
div.dashboardServersContainer,
div.container {
background-color: #fff;
border: 1px solid #e0e0e0;
border-spacing: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:5px;
}
div.dashboardQuickSearchContainer input.input-text {
margin-left: -3px;
margin-top: -1px;
width: 100%;
}
div.dashboardServersContainer {
margin-top: 10px;
}
span.dashboardIcons a {
text-decoration: none;
color: #000;
}

table.blackBorders{
border-collapse: collapse;
border-spacing: 0;
}
table.blackBorders td,
table.blackBorders th {
border: 1px solid #000;
padding:4px;
}

div#domainSearchBox div:hover {
background-color: #efefef;
}
div.paymentTypes.paypal{
width:280px;
}
div.paymentTypes.paypal div.managerHeader{
width:240px;
cursor:default;
}
div.paymentTypes.paypal div.managerBox{
margin-left:-10px;
}
div.paymentTypes.g2s {
width:420px;
}
div.paymentTypes.g2s div.managerHeader {
width:380px;
cursor:default;
}
div.paymentTypes.g2s div.managerBox {
margin-left:-10px;
}
div.paymentTypes.balance{
width:200px;
}
div.paymentTypes.balance div.managerHeader{
width:180px;
cursor:default;
}

.new-record {
width:58px;
margin-right:3px;
text-align:center;
}

.pointer { cursor: pointer; }

.notification {
position: relative;
margin: 8px 0 8px 0;
padding: 0;
border: 1px solid;
border-radius: 8px;
background-position: 10px 11px;
background-repeat: no-repeat;
width: 99.8%;
}
.notification.success {
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/status/ok.png");
border-color: #9adf8f;
background-repeat: no-repeat;
color: #556652;
}
.notification.error {
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/status/error.png");
background-color: #ffcece;
background-repeat: no-repeat;
border-color: #df8f8f;
color: #665252;
}
.notification.warning {
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/exclamation.png');
background-color: #fffbcc;
background-repeat: no-repeat;
border-color: #e6db55;
color: #666452;
}
.notification.info {
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/information.png');
background-color: #dbe3ff;
background-repeat: no-repeat;
border-color: #a2b4ee;
color: #585b66;
}
.transferInfo .notification.info {
margin:0;
}
.notification div {
display:block;
font-style:normal;
padding: 10px 10px 10px 36px;
line-height: 1.5em;
}
.notification .close {
color:#990000;
font-size:9px;
position:absolute;
right:5px;
top:5px;
}

div.dnsPlansTabs {
width:33%;
margin-right:0.5%;
}
div.dnsPlansTabs div {
background-color: #fff;
border: 1px solid #e0e0e0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:4px;
line-height: 35px;
margin-bottom: 5px;
height:30px;
}
div.dnsPlansTabs.lastTab {
margin-right:0%;
}
div.dnsPlansTabs.selected div {
background-color: #fff;
border: 1px solid #e0e0e0;
border-bottom: 0;
-moz-border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-bottom-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
padding:0;
padding-top: 4px;
line-height: 35px;
margin-bottom: -1px;
height:41px;
}

table.dnsPlansTable,
div.dnsAddonsContainer {
background-color: #fff;
border: 1px solid #e0e0e0;
border-spacing: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:5px;
line-height: 22px;
width:100%;
}
table#premium.dnsPlansTable {
-moz-border-top-left-radius: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}
table#ddosProtected.dnsPlansTable {
-moz-border-top-right-radius: 0px;
-webkit-border-right-left-radius: 0px;
border-top-right-radius: 0px;
}
table.dnsPlansTable.geodnsPlansTable {
-moz-border-top-right-radius: 0px;
-webkit-border-right-left-radius: 0px;
border-top-right-radius: 0px;
}
table.dnsPlansTable td.selected {
background-color: #efefef;
}
table.dnsPlansTable td.plan {
border:0;
}
table.dnsPlansTable tbody tr:hover {
background-color: #efefef;
}
table.dnsPlansTable td {
padding:5px;
}
table.dnsPlansTable thead td,
table.dnsPlansTable tbody td {
border-bottom:1px #818181 solid;
}
table.dnsPlansTable h1 {
color: #66ca00;
margin-bottom:0;
}
table.dnsPlansTable h2 ,
table.dnsPlansTable span.price,
a.domain-order {
color: #66ca00;
margin:0;
padding:0;
font-size:18px;
font-weight: bold;
}

table.dnsPlansTable tfoot {
line-height: 30px;
}
div.dnsAddonsContainer {
margin-top:10px;
padding:10px;
width:auto;
}

.signup {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px #000 solid;
margin-top: 4px;
padding:5px;
}
.signup td {
padding-top:10px;
}

/* aligns */
.acenter { text-align:center; }
.aleft { text-align:left; }
.aright { text-align:right; }

/* floats */
.fleft { float:left; }
.fright { float:right; }
.fnone { float:none; }

/* vertical align */
.vtop { vertical-align: top; }
.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }

/* display */
.displayInlineBlock { display: inline-block; }

/* forms */
.records-form {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px #000 solid;
padding: 5px 10px 5px 10px;
background-color: #fff;
color: #000;
margin-right: 10px;
margin-bottom: 5px;
text-decoration: none;
float: left;
width:230px;
}



/* right menu */
.rightMenu {
float:right;
width:30%;
}
.rightMenu h3:first-child{
margin-top:0;
padding-top:0;
}
.rightmenu-link {
width:100%;
text-align:center;
float:right;
margin-right:0;
}
.facebook {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px #133783 solid;
padding: 3px 10px 3px 10px;
background-color: #3B5998;
background-size: 100% 100%;
background-repeat:repeat-x;
font-weight: bold;
color: #FFF;
margin-right: 10px;
margin-bottom: 5px;
text-decoration: none;
float: left;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}
.twitter {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px #3C8FC9 solid;
padding: 3px 10px 3px 10px;
background-color: #0084B4;
background-size: 100% 100%;
background-repeat:repeat-x;
font-weight: bold;
color: #FFF;
margin-right: 10px;
margin-bottom: 5px;
text-decoration: none;
float: left;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}
.facebook:hover,
.twitter:hover {
border-color:#fff;
box-shadow: 0px 0px 10px #757575;
-moz-box-shadow: 0px 0px 10px #757575;
-webkit-box-shadow: 0px 0px 10px #757575;
}

/* colors */
.red { color: #f10000 !important; }
.green { color: #48b300; }
.orange { color: #ffa900; }
.blue { color: blue !important; }
.grey { color: grey; }
.white { color: #fff; }
.black { color: #000; }

.bold { font-weight: bold; }
.normal { font-weight: normal !important; }
.italic { font-style: italic !important; }
.line-through { text-decoration: line-through; }
.underline { text-decoration: underline; }

/* flags */
.flag {
background: transparent url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/flags_sprite_optimized.png') scroll no-repeat 0 0;
width: 16px;
height: 11px;
}
span.flag {
display:inline;
padding: 0px 0 0px 22px;
}


/* langs */
.lang {
background: transparent url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/flags_sprite_optimized.png') scroll no-repeat 0 0;
margin-top: 5px;
margin-right: 15px;
width: 16px;
height: 11px;
}
.en, .uk { background-position: -284px -173px; }
.bg { background-position: -284px -33px; }
.ru { background-position: -144px -453px; }
.chs, .cht { background-position: -32px -117px; } 
.vn { background-position: -256px -565px; }
.ua { background-position: -256px -537px; }
.tr { background-position: -116px -537px; }
.fr { background-position: -228px -173px; }
.ro { background-position: -116px -453px; }
.es { background-position: -4px -173px; }
.de { background-position: -284px -117px; }
.be { background-position: -228px -33px; }
.nl { background-position: -200px -313px; }
.us { background-position: -32px -565px; }
.sg { background-position: -60px -481px; }
.ca { background-position: -60px -89px; }
.au { background-position: -32px -33px; }
.ir { background-position: -116px -257px }
.br { background-position: -172px -61px }
.in { background-position: -228px -592px }
div.dashboardServers .flag.anycast { background-repeat: no-repeat; display: inline-block; width: 16px; height: 16px; background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/DNS-zones-2.png); margin-top:2px; }

/* faq */
.question {
font-weight: bold;
font-size: 16px;
margin-top: 5px;
}
.question span { color: #ffa900; }
.answer {
margin-bottom: 15px;
}
.answer span {
color: #48b300;
font-weight: bold;
}

/* sitemap */
.sitemap-box {
width:227px;
min-height: 237px;
margin-right: 5px;
margin-top: 25px;
}
.sitemap-box h2, .sitemap-box li {
margin: 2px;
padding: 0;
}
.sitemap-box ul {
margin: 5px 5px 5px 0px;
}

/* contact form */
.contact-table {
width: 100%;
}
.contact-table td, .contact-table th {
padding:5px;
border: 1px #e3e3e3 solid;
}
.contact-table th {
width: 30%;
}

/* api help and wiki */
h2.api-help-title, h2.wiki-title {
padding: 0 0 10px 0;
margin: 0;
}
table.api-help, table.wiki {
width: 100%;
}
.api-help th, .wiki th {
width:20%;
border-left: 0;
border-top:0;
border-bottom:0;
border-right:1px #757575 solid;
vertical-align:top;
font-weight: normal;
}
.api-help li {
margin:5px;
padding:0;
}
.wiki li {
margin: 3px;
margin-left: 0;
padding:0;
}
table.api-help-parameters {
width: 100%;
border: 1px gray solid;
}
.api-help-parameters th {
width: auto;
border: 1px gray solid;
padding:5px;
font-weight: bold;
}
.api-help-parameters td {
padding:5px;
border: 1px gray solid;
}

.wiki #menu ul.parent, .wiki #menu li.active {
display: block;
}
.wiki #menu li {
list-style-type: none;
}
.wiki #menu li img {
margin-left: -20px;
margin-right: 5px;
}
.wiki #menu li img:hover {
cursor: pointer;
}
.wiki #menu ul {
margin:0px;
padding-left:20px;
text-align: left;
}
.wiki h1 {
padding-left:0;
}

/* links */
a.small {
font-size: 12px;
font-weight: normal;
text-decoration: none !important;
}

/* domain manager */
div.managerHeader {
height:20px;
width:903px;
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/manager_bgr.png');
background-repeat: repeat-x;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
cursor:pointer;
margin-top:5px;
position:relative;
padding:15px;
}
div.managerHeader span {
font-size:17px;
font-weight:bold;
padding:5px;
}
div.managerBox {
display:none;
padding: 5px;
margin:auto;
margin-bottom:15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
border-bottom-right-radius: 15px;
}
div.contactDetails {
width: 450px;
}
div.contactDetails table {
width:100%;
}
div.contactDetails table th {
width:50%;
border:0;
}
div.contactDetails td {
text-align:left;
}

/* records */
div#recordsType {
float:left;
}
div#recordsType div.recordsType {
margin:0;
padding: 5px 10px 5px 10px;
font-weight: bold;
cursor: pointer;
background-color: #e0e0e0;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border-bottom:0;
border-spacing: 0;
}
div#recordsType div.recordsType:hover,
div#recordsType div.recordsType.selected {
background-color: #fff;
}
div#recordsType div.recordsType.first {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
}
div#recordsType div.recordsType.last {
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
}
table.table-records a.addNew,
table.table a.addNew {
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/Add.png');
background-repeat: no-repeat;
background-position: 2px;
padding-left:30px;
font-size:14px;
float:right;
}
form.recordsForm input {
width:49%;
}
form.recordsForm select {
width: 49%;
}
/******* index *******/
div.mapHolder {
margin: 15px 10px 10px 10px;
}
div.mapHolder div.map div.title {
font-size:16px;
font-weight:bold;
text-align:center;
}
div.mapHolder div.map {
background-position: 0px bottom;
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/map/v2_optimized.png');
background-repeat: no-repeat;
width:490px;
height:320px;
position:relative;
float:left;
}
div.mapHolder div.map div.network {
position:absolute;
width:490px;
height:320px;
}
div.mapHolder div.features {
height: 320px;
margin-left: 520px;
position: relative;
text-align: center;
width: auto;
}
div.mapHolder div.features div.pages,
div.mapHolder div.map div.pages {
position:relative;
}
div.mapHolder div.features div.pages div.page,
div.mapHolder div.map div.pages div.page {
position: absolute;
text-align: center;
width: 100%;
}
div.mapHolder div.features div.paging {
position:absolute;
left:50%;
bottom:10px;
width:200px;
margin-left:-95px;
text-align: center;
width: 200px;
}
div.mapHolder div.map div.paging {
text-align:center;
position:absolute;
bottom:10px;
left:228px;
width:490px;
}
div.mapHolder div.features div.paging div.point,
div.mapHolder div.map div.paging div.pointer {
width:8px;
height:8px;
margin:5px;
background-color:#252525;
float:left;
border:1px #757575 solid;
cursor:pointer;
}

div.mapHolder div.features div.paging div.point.active,
div.mapHolder div.map div.paging div.pointer.active {
border:1px #959595 solid;
background-color:#fff;
}

span.sliderSprite {
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/features/sliderSprite.png');
background-repeat: no-repeat;
display: inline-block;
width: 200px;
height: 200px;
}
div.mapHolder div.features div.pages div.page.page2 span.sliderSprite {background-position: -400px -400px;}
div.mapHolder div.features div.pages div.page.page3 span.sliderSprite {background-position: -200px -400px;}
div.mapHolder div.features div.pages div.page.page4 span.sliderSprite {background-position: 0 -400px;}
div.mapHolder div.features div.pages div.page.page5 span.sliderSprite {background-position: 0 0;}
div.mapHolder div.features div.pages div.page.page6 span.sliderSprite {background-position: -400px -200px;}
div.mapHolder div.features div.pages div.page.page7 span.sliderSprite {background-position: -400px 0;}
div.mapHolder div.features div.pages div.page.page8 span.sliderSprite {background-position: 0 -200px;}
div.mapHolder div.features div.pages div.page.page9 span.sliderSprite {background-position: -200px 0;}
div.mapHolder div.features div.pages div.page.page10 span.sliderSprite {background-position: -200px -200px;}


div#map div.map {
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/map/v2.png');
width:490px;
height:306px;
position:relative;
float:left;
}
div.map div.point {
background-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/map/map-points-sprite.png');
background-position: 0 0;
width:8px;
height:8px;
position:absolute;
cursor:pointer;
}
div.map div.point.premium {
background-position: 0 8px;
}
div.map div.point.premium.free {
background-position: 0 16px;
}
div.map div.point:hover {
opacity:0.70;
filter:alpha(opacity=70);
-moz-opacity:0.70;
}
div.map-legend {
width:433px;
float:left;
}
div.map-legend div.free {
float: left;
width: 206px;
}
div.map-legend div.premium {
float: right; width: 227px;
}
div.map-legend div.free h1,
div.map-legend div.premium h1 {
font-size: 16px;
margin-bottom:5px;
padding-bottom:0;
}
div.map-legend li {
line-height: 20px;
}
div.map-legend div.free ul {
margin:0;
list-style:square url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/map/point.png');
padding-left: 20px;
}
div.map-legend div.premium ul {
margin:0;
list-style:square url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/map/pointRed.png');
}
div#masterDNSServers label {
width:170px;
float:left;
}
div#domainSearchBox div {
color: #000;
cursor:pointer;
padding:4px;
}
div.newsArticale {
border-bottom: 1px gray solid;
margin-top:10px;
line-height:22px;
}
div.newsArticale .title {
margin:0;
padding:0;
}

/* cloud domains */
.cloudDomainsPage {
float:left;
width:100%;
}
.cloudDomainsPageh1 {
margin:0;
padding:0;
}
.cloudDomainsPage h3 {
margin: 20px 0 0 0;
padding: 0;
}
.cloudDomainsPage form {
margin: 20px 0 10px 0;
}
.cloudDomainsPage form p {
padding:0;
margin: 5px 0 5px 0;
}
.cloudDomainsPage #cloudDomainsContainer {
width:96%;
margin: 5px 0 10px 0;
}
.cloudDomainsPage #bulkDomains {
width:98%;
height:100px;
margin:5px 0 5px 0;
}

/* api help */
.section {
margin-bottom: 21px;
text-align: justify;
}
.section div.little-title {
font-size: 14px;
font-weight: bold;
margin-bottom: 14px;
border-bottom: 1px solid #000000;
}
.section div {
margin-top: 14px;
width: 100%;
}
.section div div.year {
font-weight: bold;
float: left;
margin-top: 0;
width:auto;
}
.section div div.text {
width: 85%;
float: right;
padding-left: 20px;
background: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/arrow.gif') 0 3px no-repeat;
margin-top: 0;
}
.long-buttons img {
width: 252px;
margin-top: 3px;
}
.api-help ul li ul, .wiki ul li ul {
display: none;
padding-left: 20px;
}
li.open {
list-style-type: none;
}
li.closed {
list-style-type: none;
}
li.noList {
list-style-image: none;
}

a.noDecoration {
text-decoration:none;
}

.highlights {
margin: 10px 0;
padding: 20px;
background-color: #D5FFCE;
border: 1px solid #9ADF8F;
border-radius: 8px;
-webkit-border-radius: 8px;
width:100%;
}
.highlights li {
list-style-type: none;
list-style-image: url('/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/arrow.gif');
float: left;
margin-left:20px;
width:45%;
}
.highlights li span.sep {
border-left: 1px solid #9ADF8F;
background-color: #D5FFCE;
width: 1px;
margin-left: 4%;
display: inline-block;
vertical-align: top;
}

.feedback {
position:relative;
padding: 10px;
margin: 20px 0;
border: 1px black dashed;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.feedback .name {
position:absolute;
bottom:5px;
right:10px;
text-align:right;
font-weight:bold;
font-size:16px;
}
.feedback .avatar {
float: left;
width:120px;
height:120px;
}
.feedback .avatar img {
width:120px;
height:120px;
}
.feedback .rating {
float: right;
width: 200px;
height: 19px;
}
.stars1 {
background-position: 0 -2px;
width: 99px;
height: 19px;
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/rating.png);
float: right;
}
.stars2 {
background-position: 0 -21px;
width: 99px;
height: 18px;
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/rating.png);
float: right;
}
.stars3 {
background-position: 0 -40px;
width: 99px;
height: 19px;
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/rating.png);
float: right;
}
.stars4 {
background-position: 0 -59px;
width: 99px;
height: 19px;
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/rating.png);
float: right;
}
.stars5 {
background-position: 0 -78px;
width: 99px;
height: 19px;
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/rating.png);
float: right;
}
.feedback .message {
float:left;
width: 771px;
margin-left:10px;
font-style:italic;
text-align: justify;
margin-bottom: 15px;
}

.planTypesContainer {
width:100%;
margin-top:0.5%;
}
.planTypesContainer .planContainer {
width:24.8125%;
float:left;
margin-right:0.25%;
}
.planTypesContainer .planContainer.double {
width:49.875%;
}
.planTypesContainer .planContainer:first-child .plan {
margin-left:0;
}
.planTypesContainer .planContainer:last-child {
margin-right:0;
}
.planTypesContainer .plan {
background-color: #fff;
position: relative;
margin: 5px;
padding: 5px;
border: 1px #e0e0e0 solid;
text-align: center;
height: 260px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 0px 10px #e0e0e0;
-moz-box-shadow: 0px 0px 10px #e0e0e0;
-webkit-box-shadow: 0px 0px 10px #e0e0e0;
}
.planTypesContainer .plan.aleft {
text-align:left;
}
.planTypesContainer .plan p {
line-height: 18px;
}
.planTypesContainer .plan h1 {
line-height: 22px;
}
.planTypesContainer .plan .button.premium {
position: absolute;
bottom:12px;
width: 180px;
left: 50%;
margin-left: -90px;
}
.planTypesContainer .plan.privateDNSServers h1 {
font-size: 20px;
}
.planTypesContainer .plan.customServer {
text-align:left;
height:50px;
margin-left:0;
}
.planTypesContainer .plan.customServer .button.servers {
text-align:center;
position:absolute;
right:16px;
top:12px;
width:180px;
height:40px;
padding-top:3px;
height:31px;
}
.planTypesContainer .plan.customServer h1.title {
float:left;
padding:12px 30px 12px 12px;
}
.planTypesContainer .plan.server {
height:auto;
}
.planTypesContainer .plan.server .button {
display:block;
margin:auto;
width: 180px;
left: 20px;
}
.privateServersDescription {
width: 70%;
}
.privateServersDescription .fullTextBox ,
.privateServersLocations .planTypesContainer {
margin-right:5px;
}
.privateServersDescription .planTypesContainer .planContainer {
width:49.875%;
}
.privateServersLocations {
width: 30%;
}
.privateServersLocations .fullTextBox {
margin-left:5px;
}
.privateServersLocations .fullTextBox p:last-child {
margin-bottom:0;
padding-bottom:0;
}
form.registerForm table {
line-height:30px;
margin:auto;
}
form.registerForm table td {
height:30px;
}
form.registerForm .button-big {
width:175px;
}

span.unread-tickets {
background-color: #FF0000;
border-radius: 10px;
box-shadow: 0 0 10px #000000;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
position: absolute;
text-align: center;
top: 20px;
min-width: 20px;
}

div#cloudPage.newzone {
min-height:130px;
}

div.newZoneBox,
div.newZoneBox:hover,
div.importRecordsBox,
div.importRecordsBox:hover {
width: 200px; 
height: 100px; 
float: left; 
padding: 7px;
cursor: pointer;
margin: 7px;
color: #000000;
font-weight: normal;
text-transform: none;
}



.newZoneButtonsContainer {
width: 100%;
}


input.ipv4 {
width: 50px;
background-color: #FFFFFF;
border: 1px solid #000000;
border-radius: 5px;
color: #000000;
height: 22px;
margin: 0;
padding: 0 2px;
}

input.reverseZoneName {
width: 400px;
background-color: #FFFFFF;
border: 1px solid #000000;
border-radius: 5px;
color: #000000;
height: 20px;
margin: 0;
padding: 0 2px;
}

.fullTextBox {
background-color: #fff;
position: relative;
padding: 5px;
border: 1px #e0e0e0 solid;
line-height: 22px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 0px 10px #e0e0e0;
-moz-box-shadow: 0px 0px 10px #e0e0e0;
-webkit-box-shadow: 0px 0px 10px #e0e0e0;
text-align:left;
margin-bottom:10px;
}
span.yes {
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/status/ok.png");
background-repeat: no-repeat;
line-height:22px;
display:inline;
padding: 1px 0 0px 22px;
margin-top:2px;
}

ul.domainCategorieTabs {
padding:0;
margin:0;
}
ul.domainCategorieTabs li {
float: left;
list-style-type: none;
border: 1px solid #e0e0e0;
border-bottom: 0;
border-spacing: 0;
box-shadow: 0 0 10px #ffffff;
padding: 10px;
}
ul.domainCategorieTabs *:first-child {
border-top-left-radius:5px;
}
ul.domainCategorieTabs *:last-child {
border-top-right-radius:5px;
}
ul.domainCategorieTabs li.active {
background-color:#fff;
}

/* Domain registration popup */
div.singleDomainRegistration,
div.bulkDomainRegistration {
background-color: #f5f5f5;
border: 1px solid #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:auto;
line-height: 30px;
width:49.5%;
height:30px;
}

div.singleDomainRegistration.selected,
div.bulkDomainRegistration.selected {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-bottom: 0;
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
height:38px;
margin-bottom: -1px;
}

div.domainRegistrationContent {
background-color:#f5f5f5;
border: 1px solid #000;
-moz-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
}

div.domainSingleRegistrationContent,
div.domainBulkRegistrationContent {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
min-height: 250px;
}

input#singleDomainRegistrationName {
width:400px;
}
select#singleDomainRegistrationTld,
input.button.check{
width:120px;
}

div.domainSingleRegistrationResult {
margin: 10px auto;
height: 165px;
padding: 10px;
background-color: #fff;
border: 1px solid #e0e0e0;
border-top:0;
border-spacing: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

div.domainSingleRegistrationResult span.result {
font-size: 20px;
font-weight: bold;
line-height: 70px;
}

input.button.bulkDomainsSearch {
margin-top:10px;
margin-bottom:10px;
}

div.registeredDomainsPopupContainer label.tld {
width: 20%;
height:25px;
font-size:14px;
}
div#domainSearchResults table {
margin-bottom:10px;
}
/* payment methods */
div.paymentMethodDescription {
border: 1px solid #e0e0e0;
border-radius: 5px;
border-spacing: 0;
box-shadow: 0 0 10px #ffffff;
padding: 10px;
margin: 0 0 10px 0;
}
div.paymentMethods {
margin-top: 10px;
}
div.paymentMethods:last-child {
margin: 0;
}
div.paymentMethodLogo {
width: 50px;
}
div.paymentMethods div.paymentMethodDescription.mazooma div.paymentMethodLogo {
width: 150px;
}
div.paymentMethods div.paymentMethodDescription.astropaycard div.paymentMethodLogo, 
div.paymentMethods div.paymentMethodDescription.safetypay div.paymentMethodLogo, 
div.paymentMethods div.paymentMethodDescription.ticketsurf div.paymentMethodLogo {
width: 90px;
}
div.paymentMethods div.paymentMethodDescription.epay div.paymentMethodLogo,
div.paymentMethods div.paymentMethodDescription.usemyfunds div.paymentMethodLogo,
div.paymentMethods div.paymentMethodDescription.sofort div.paymentMethodLogo {
width: 70px;
}
div.paymentMethods div.paymentMethodDescription.giropay div.paymentMethodLogo, 
div.paymentMethods div.paymentMethodDescription.neosurf div.paymentMethodLogo, 
div.paymentMethods div.paymentMethodDescription.przelewy div.paymentMethodLogo {
width: 60px;
}

/* domain pricing */
table.domainPricing {
 border-top-left-radius:0;
}

/* slave zones */
pre.slaveConfig { width: 665px; }


/* new icons and buttons */

/* buttons */
div.button-64x64,
div.button-48x48,
div.button-32x32,
div.button-24x24,
div.button-16x16 {
cursor: pointer;
background-image: url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/button.gif");
background-repeat:repeat-x;
background-size: 100% 100%;
color: #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px #000 solid;
font-weight: bold;
margin:0;
box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
}
div.button-64x64 { width: 64px; height: 64px; }
div.button-48x48 { width: 48px; height: 48px; }
div.button-32x32 { width: 32px; height: 32px; }
div.button-24x24 { width: 24px; height: 24px; }
div.button-16x16 { width: 16px; height: 16px; }

div.button-64x64.whiteBackground {
background-image: none;
background-color: #ffffff;
box-shadow: none;
}

div.button-64x64:hover,
div.button-48x48:hover,
div.button-32x32:hover,
div.button-24x24:hover,
div.button-16x16:hover {
color: #FFF;
border-color: #FFF;
margin:0;
box-shadow: 0px 0px 10px #FFF;
-moz-box-shadow: 0px 0px 10px #FFF;
-webkit-box-shadow: 0px 0px 10px #FFF;
}
div.button-64x64.whiteBackground:hover {
color: #000000;
border-color: #d4d4d4;
}

/* icons */
span.icon-bulk-ttl-change-64x64, span.icon-bulk-ttl-change-48x48, span.icon-bulk-ttl-change-32x32, span.icon-bulk-ttl-change-24x24, span.icon-bulk-ttl-change-16x16,
span.icon-cloud-domains-64x64, span.icon-cloud-domains-48x48, span.icon-cloud-domains-32x32, span.icon-cloud-domains-24x24, span.icon-cloud-domains-16x16,
span.icon-delete-64x64, span.icon-delete-48x48, span.icon-delete-32x32, span.icon-delete-24x24, span.icon-delete-16x16,
span.icon-dns-statistics-64x64, span.icon-dns-statistics-48x48, span.icon-dns-statistics-32x32, span.icon-dns-statistics-24x24, span.icon-dns-statistics-16x16,
span.icon-dns-zones-64x64, span.icon-dns-zones-48x48, span.icon-dns-zones-32x32, span.icon-dns-zones-24x24, span.icon-dns-zones-16x16,
span.icon-domains-64x64, span.icon-domains-48x48, span.icon-domains-32x32, span.icon-domains-24x24, span.icon-domains-16x16,
span.icon-export-zone-64x64, span.icon-export-zone-48x48, span.icon-export-zone-32x32, span.icon-export-zone-24x24, span.icon-export-zone-16x16,
span.icon-import-zone-64x64, span.icon-import-zone-48x48, span.icon-import-zone-32x32, span.icon-import-zone-24x24, span.icon-import-zone-16x16,
span.icon-mail-forwards-64x64, span.icon-mail-forwards-48x48, span.icon-mail-forwards-32x32, span.icon-mail-forwards-24x24, span.icon-mail-forwards-16x16,
span.icon-master-dns-zone-64x64, span.icon-master-dns-zone-48x48, span.icon-master-dns-zone-32x32, span.icon-master-dns-zone-24x24, span.icon-master-dns-zone-16x16,
span.icon-ok-64x64, span.icon-ok-48x48, span.icon-ok-32x32, span.icon-ok-24x24, span.icon-ok-16x16, span.icon-parked-dns-zone-64x64, span.icon-parked-dns-zone-48x48, span.icon-parked-dns-zone-32x32, span.icon-parked-dns-zone-24x24, span.icon-parked-dns-zone-16x16-dns-zone-16x16
span.icon-slave-dns-zone-64x64, span.icon-slave-dns-zone-48x48, span.icon-slave-dns-zone-32x32, span.icon-slave-dns-zone-24x24, span.icon-slave-dns-zone-16x16,
span.icon-soa-64x64, span.icon-soa-48x48, span.icon-soa-32x32, span.icon-soa-24x24, span.icon-soa-16x16,
span.icon-update-64x64, span.icon-update-48x48, span.icon-update-32x32, span.icon-update-24x24, span.icon-update-16x16,
span.icon-zone-share-64x64, span.icon-zone-share-48x48, span.icon-zone-share-32x32, span.icon-zone-share-24x24, span.icon-zone-share-16x16,
span.icon-zone-transfers-64x64, span.icon-zone-transfers-48x48, span.icon-zone-transfers-32x32, span.icon-zone-transfers-24x24, span.icon-zone-transfers-16x16,
span.icon-close-64x64, span.icon-close-48x48, span.icon-close-32x32, span.icon-close-24x24, span.icon-close-16x16, span.icon-add-64x64, span.icon-edit-64x64, span.icon-dynamic-url-64x64, span.icon-dns-zones-move-64x64, span.icon-add-48x48, span.icon-edit-48x48, span.icon-dynamic-url-48x48, span.icon-dns-zones-move-48x48, span.icon-add-32x32, span.icon-edit-32x32, span.icon-dynamic-url-32x32, span.icon-dns-zones-move-32x32, span.icon-add-24x24, span.icon-edit-24x24, span.icon-dynamic-url-24x24, span.icon-dns-zones-move-24x24, span.icon-add-16x16, span.icon-edit-16x16, span.icon-dynamic-url-16x16, span.icon-dns-zones-move-16x16, 
span.icon-mail-forwards-64x64-white, span.icon-dns-zones-64x64-white, span.icon-dns-zones-48x48-white, span.icon-mail-forwards-48x48-white,
span.icon-dns-zones-32x32-white, span.icon-mail-forwards-32x32-white, span.icon-dns-zones-24x24-white, span.icon-mail-forwards-24x24-white,
span.icon-dns-zones-16x16-white, span.icon-mail-forwards-16x16-white, span.icon-wallet-64x64-white, span.icon-wallet-64x64-black,
span.icon-notes-64x64-black, span.icon-notes-64x64-white, span.icon-wallet-48x48-white, span.icon-wallet-48x48-black, span.icon-notes-48x48-black, span.icon-notes-48x48-white, span.icon-wallet-32x32-white, span.icon-wallet-32x32-black,
span.icon-notes-32x32-black, span.icon-notes-32x32-white, span.icon-wallet-24x24-white, span.icon-wallet-24x24-black, span.icon-notes-24x24-black, span.icon-notes-24x24-grey, span.icon-notes-24x24-white, span.icon-wallet-16x16-white, span.icon-wallet-16x16-black,
span.icon-notes-16x16-black, span.icon-notes-16x16-white, span.icon-ip-64x64-black, span.icon-key-64x64-black, span.icon-start-64x64-black, span.icon-pause-64x64-black,
span.icon-ip-48x48-black, span.icon-key-48x48-black, span.icon-pause-48x48-black, span.icon-start-48x48-black, span.icon-ip-48x48-black, span.icon-key-48x48-black,
span.icon-pause-48x48-black, span.icon-start-48x48-black, span.icon-ip-24x24-black, span.icon-key-24x24-black, span.icon-pause-24x24-black, span.icon-start-24x24-black,
span.icon-ip-16x16-black, span.icon-key-16x16-black, span.icon-pause-16x16-black, span.icon-start-16x16-black, span.icon-templates-16x16-black, span.icon-templates-24x24-black, 
span.icon-templates-32x32-black, span.icon-templates-48x48-black, span.icon-templates-64x64-black, span.icon-templates-16x16-white, span.icon-templates-24x24-white, 
span.icon-templates-32x32-white, span.icon-templates-48x48-white, span.icon-templates-64x64-white, span.icon-access-control-16x16,
span.icon-affiliate-16x16, span.icon-cns-16x16, span.icon-contact-details-16x16, span.icon-invoices-16x16, span.icon-login-history-16x16,
span.icon-name-servers-16x16, span.icon-privacy-protection-16x16, span.icon-settings-16x16, span.icon-theft-protection-16x16, span.icon-access-control-24x24,
span.icon-affiliate-24x24, span.icon-cns-24x24, span.icon-contact-details-24x24, span.icon-invoices-24x24, span.icon-login-history-24x24,
span.icon-name-servers-24x24, span.icon-privacy-protection-24x24, span.icon-settings-24x24, span.icon-theft-protection-24x24, span.icon-access-control-32x32,
span.icon-affiliate-32x32, span.icon-cns-32x32, span.icon-contact-details-32x32, span.icon-invoices-32x32, span.icon-login-history-32x32,
span.icon-name-servers-32x32, span.icon-privacy-protection-32x32, span.icon-settings-32x32, span.icon-theft-protection-32x32, span.icon-access-control-48x48,
span.icon-affiliate-48x48, span.icon-cns-48x48, span.icon-contact-details-48x48, span.icon-invoices-48x48, span.icon-login-history-48x48,
span.icon-name-servers-48x48, span.icon-privacy-protection-48x48, span.icon-settings-48x48, span.icon-theft-protection-48x48, span.icon-access-control-64x64,
span.icon-affiliate-64x64, span.icon-cns-64x64, span.icon-contact-details-64x64, span.icon-invoices-64x64, span.icon-login-history-64x64,
span.icon-name-servers-64x64, span.icon-privacy-protection-64x64, span.icon-settings-64x64, span.icon-theft-protection-64x64,
span.icon-subscriptions-64x64, span.icon-mail-history-64x64, span.icon-subscriptions-48x48, span.icon-mail-history-48x48, span.icon-subscriptions-32x32,
span.icon-mail-history-32x32, span.icon-subscriptions-24x24, span.icon-mail-history-24x24, span.icon-subscriptions-16x16, span.icon-mail-history-16x16,
span.icon-settings-white-16x16, span.icon-settings-white-24x24, span.icon-settings-white-32x32, span.icon-settings-white-48x48, span.icon-settings-white-64x64,
span.icon-cart-16x16, span.icon-cart-24x24, span.icon-cart-32x32, span.icon-cart-48x48, 
span.icon-excel-64x64, span.icon-pdf-64x64, span.icon-csv-64x64, 
span.icon-excel-48x48, span.icon-pdf-48x48, span.icon-csv-48x48, 
span.icon-excel-32x32, span.icon-pdf-32x32, span.icon-csv-32x32,
span.icon-excel-24x24, span.icon-pdf-24x24, span.icon-csv-24x24,
span.icon-excel-16x16, span.icon-pdf-16x16, span.icon-csv-16x16,
span.icon-copy-64x64, span.icon-duplicate-64x64, span.icon-geodns-zone-64x64, 
span.icon-copy-48x48, span.icon-duplicate-48x48, span.icon-geodns-zone-48x48, 
span.icon-copy-32x32, span.icon-duplicate-32x32, span.icon-geodns-zone-32x32,
span.icon-copy-24x24, span.icon-duplicate-24x24, span.icon-geodns-zone-24x24,
span.icon-copy-16x16, span.icon-duplicate-16x16, span.icon-geodns-zone-16x16 {
background-repeat: no-repeat;
display: inline-block;
}
span.icon-bulk-ttl-change-64x64,
span.icon-cloud-domains-64x64,
span.icon-delete-64x64,
span.icon-dns-statistics-64x64,
span.icon-dns-zones-64x64,
span.icon-domains-64x64,
span.icon-export-zone-64x64,
span.icon-import-zone-64x64,
span.icon-mail-forwards-64x64,
span.icon-master-dns-zone-64x64,
span.icon-ok-64x64,
span.icon-parked-dns-zone-64x64,
span.icon-slave-dns-zone-64x64,
span.icon-soa-64x64,
span.icon-update-64x64,
span.icon-zone-share-64x64,
span.icon-zone-transfers-64x64,
span.icon-close-64x64,
span.icon-add-64x64,
span.icon-edit-64x64,
span.icon-dynamic-url-64x64,
span.icon-dns-zones-move-64x64,
span.icon-mail-forwards-64x64-white,
span.icon-dns-zones-64x64-white,
span.icon-wallet-64x64-white,
span.icon-wallet-64x64-black,
span.icon-ip-64x64-black,
span.icon-key-64x64-black,
span.icon-start-64x64-black,
span.icon-pause-64x64-black,
span.icon-notes-64x64-black,
span.icon-notes-64x64-white,
span.icon-templates-64x64-black,
span.icon-access-control-64x64,
span.icon-affiliate-64x64,
span.icon-cns-64x64,
span.icon-contact-details-64x64,
span.icon-invoices-64x64,
span.icon-login-history-64x64,
span.icon-name-servers-64x64,
span.icon-privacy-protection-64x64,
span.icon-settings-64x64,
span.icon-theft-protection-64x64,
span.icon-subscriptions-64x64,
span.icon-mail-history-64x64,
span.icon-settings-white-64x64,
span.icon-cart-64x64,
span.icon-excel-64x64, 
span.icon-pdf-64x64, 
span.icon-csv-64x64,
span.icon-copy-64x64, span.icon-duplicate-64x64, span.icon-geodns-zone-64x64,
span.icon-templates-64x64-white {
width: 64px;
height: 64px;
}
span.icon-bulk-ttl-change-48x48,
span.icon-cloud-domains-48x48,
span.icon-delete-48x48,
span.icon-dns-statistics-48x48,
span.icon-dns-zones-48x48,
span.icon-domains-48x48,
span.icon-export-zone-48x48,
span.icon-import-zone-48x48,
span.icon-mail-forwards-48x48,
span.icon-master-dns-zone-48x48,
span.icon-ok-48x48,
span.icon-parked-dns-zone-48x48,
span.icon-slave-dns-zone-48x48,
span.icon-soa-48x48,
span.icon-update-48x48,
span.icon-zone-share-48x48,
span.icon-zone-transfers-48x48,
span.icon-close-48x48,
span.icon-add-48x48,
span.icon-edit-48x48,
span.icon-dynamic-url-48x48,
span.icon-dns-zones-move-48x48,
span.icon-dns-zones-48x48-white,
span.icon-mail-forwards-48x48-white,
span.icon-wallet-48x48-white,
span.icon-wallet-48x48-black,
span.icon-ip-48x48-black,
span.icon-key-48x48-black,
span.icon-pause-48x48-black,
span.icon-start-48x48-black,
span.icon-notes-48x48-black,
span.icon-notes-48x48-white,
span.icon-templates-48x48-black,
span.icon-access-control-48x48,
span.icon-affiliate-48x48,
span.icon-cns-48x48,
span.icon-contact-details-48x48,
span.icon-invoices-48x48,
span.icon-login-history-48x48,
span.icon-name-servers-48x48,
span.icon-privacy-protection-48x48,
span.icon-settings-48x48,
span.icon-theft-protection-48x48,
span.icon-subscriptions-48x48,
span.icon-mail-history-48x48,
span.icon-settings-white-48x48,
span.icon-cart-48x48,
span.icon-excel-48x48,
span.icon-pdf-48x48, 
span.icon-csv-48x48,
span.icon-copy-48x48, span.icon-duplicate-48x48, span.icon-geodns-zone-48x48, span.icon-templates-48x48-white {
width: 48px;
height: 48px;
}
span.icon-bulk-ttl-change-32x32,
span.icon-cloud-domains-32x32,
span.icon-delete-32x32,
span.icon-dns-statistics-32x32,
span.icon-dns-zones-32x32,
span.icon-domains-32x32,
span.icon-export-zone-32x32,
span.icon-import-zone-32x32,
span.icon-mail-forwards-32x32,
span.icon-master-dns-zone-32x32,
span.icon-ok-32x32,
span.icon-parked-dns-zone-32x32,
span.icon-slave-dns-zone-32x32,
span.icon-soa-32x32,
span.icon-update-32x32,
span.icon-zone-share-32x32,
span.icon-zone-transfers-32x32,
span.icon-close-32x32,
span.icon-add-32x32,
span.icon-edit-32x32,
span.icon-dynamic-url-32x32,
span.icon-dns-zones-move-32x32,
span.icon-dns-zones-32x32-white,
span.icon-mail-forwards-32x32-white,
span.icon-wallet-32x32-white,
span.icon-wallet-32x32-black,
span.icon-ip-32x32-black,
span.icon-key-32x32-black,
span.icon-pause-32x32-black,
span.icon-start-32x32-black,
span.icon-notes-32x32-black,
span.icon-notes-32x32-white,
span.icon-templates-32x32-black,
span.icon-access-control-32x32,
span.icon-affiliate-32x32,
span.icon-cns-32x32,
span.icon-contact-details-32x32,
span.icon-invoices-32x32,
span.icon-login-history-32x32,
span.icon-name-servers-32x32,
span.icon-privacy-protection-32x32,
span.icon-settings-32x32,
span.icon-theft-protection-32x32,
span.icon-subscriptions-32x32,
span.icon-mail-history-32x32,
span.icon-settings-white-32x32,
span.icon-cart-32x32,
span.icon-excel-32x32, 
span.icon-pdf-32x32, 
span.icon-csv-32x32
span.icon-copy-32x32, span.icon-duplicate-32x32, span.icon-geodns-zone-32x32,
span.icon-templates-32x32-white {
width: 32px;
height: 32px;
}
span.icon-bulk-ttl-change-24x24,
span.icon-cloud-domains-24x24,
span.icon-delete-24x24,
span.icon-dns-statistics-24x24,
span.icon-dns-zones-24x24,
span.icon-domains-24x24,
span.icon-export-zone-24x24,
span.icon-import-zone-24x24,
span.icon-mail-forwards-24x24,
span.icon-master-dns-zone-24x24,
span.icon-ok-24x24,
span.icon-parked-dns-zone-24x24,
span.icon-slave-dns-zone-24x24,
span.icon-soa-24x24,
span.icon-update-24x24,
span.icon-zone-share-24x24,
span.icon-zone-transfers-24x24,
span.icon-close-24x24,
span.icon-add-24x24,
span.icon-edit-24x24,
span.icon-dynamic-url-24x24,
span.icon-dns-zones-move-24x24,
span.icon-wallet-24x24-black,
span.icon-ip-24x24-black,
span.icon-key-24x24-black,
span.icon-pause-24x24-black,
span.icon-start-24x24-black,
span.icon-notes-24x24-black,
span.icon-notes-24x24-grey,
span.icon-templates-24x24-black,
span.icon-access-control-24x24,
span.icon-affiliate-24x24,
span.icon-cns-24x24,
span.icon-contact-details-24x24,
span.icon-invoices-24x24,
span.icon-login-history-24x24,
span.icon-name-servers-24x24,
span.icon-privacy-protection-24x24,
span.icon-settings-24x24,
span.icon-theft-protection-24x24,
span.icon-subscriptions-24x24,
span.icon-mail-history-24x24,
span.icon-cart-24x24,
span.icon-excel-24x24, 
span.icon-pdf-24x24, 
span.icon-csv-24x24,
span.icon-copy-24x24, span.icon-duplicate-24x24, span.icon-geodns-zone-24x24 {
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/black-icons-sprite.png);
width: 24px;
height: 24px;
}
/* white 24x24 not in the sprite */
span.icon-templates-24x24-white,
span.icon-settings-white-24x24,
span.icon-notes-24x24-white,
span.icon-dns-zones-24x24-white,
span.icon-mail-forwards-24x24-white,
span.icon-wallet-24x24-white {
width: 24px;
height: 24px;
}


span.icon-bulk-ttl-change-16x16,
span.icon-cloud-domains-16x16,
span.icon-delete-16x16,
span.icon-dns-statistics-16x16,
span.icon-dns-zones-16x16,
span.icon-domains-16x16,
span.icon-export-zone-16x16,
span.icon-import-zone-16x16,
span.icon-mail-forwards-16x16,
span.icon-master-dns-zone-16x16,
span.icon-ok-16x16,
span.icon-parked-dns-zone-16x16,
span.icon-slave-dns-zone-16x16,
span.icon-soa-16x16,
span.icon-update-16x16,
span.icon-zone-share-16x16,
span.icon-zone-transfers-16x16,
span.icon-close-16x16,
span.icon-add-16x16,
span.icon-edit-16x16,
span.icon-dynamic-url-16x16,
span.icon-dns-zones-move-16x16,
span.icon-dns-zones-16x16-white,
span.icon-mail-forwards-16x16-white,
span.icon-wallet-16x16-white,
span.icon-wallet-16x16-black,
span.icon-ip-16x16-black,
span.icon-key-16x16-black,
span.icon-pause-16x16-black,
span.icon-start-16x16-black,
span.icon-notes-16x16-black,
span.icon-notes-16x16-white,
span.icon-templates-16x16-black,
span.icon-access-control-16x16,
span.icon-affiliate-16x16,
span.icon-cns-16x16,
span.icon-contact-details-16x16,
span.icon-invoices-16x16,
span.icon-login-history-16x16,
span.icon-name-servers-16x16,
span.icon-privacy-protection-16x16,
span.icon-settings-16x16,
span.icon-theft-protection-16x16,
span.icon-subscriptions-16x16,
span.icon-mail-history-16x16,
span.icon-settings-white-16x16,
span.icon-cart-16x16,
span.icon-excel-16x16, 
span.icon-pdf-16x16, 
span.icon-csv-16x16,
span.icon-copy-16x16, span.icon-duplicate-16x16, span.icon-geodns-zone-16x16,
span.icon-templates-16x16-white {
width: 16px;
height: 16px;
}

/* bulk ttl change */
span.icon-bulk-ttl-change-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Bulk-TTL-change-5.png); }
span.icon-bulk-ttl-change-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Bulk-TTL-change-5.png); }
span.icon-bulk-ttl-change-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Bulk-TTL-change-5.png); }
span.icon-bulk-ttl-change-24x24 {background-position: -24px -144px;}
span.icon-bulk-ttl-change-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Bulk-TTL-change-5.png); }

/*  Cloud domains */
span.icon-cloud-domains-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Cloud-domains-4.png); }
span.icon-cloud-domains-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Cloud-domains-4.png); }
span.icon-cloud-domains-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Cloud-domains-4.png); }
span.icon-cloud-domains-24x24 {background-position: -120px -120px;}
span.icon-cloud-domains-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Cloud-domains-4.png); }

/* Delete */
span.icon-delete-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Delete-2.png); }
span.icon-delete-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Delete-2.png); }
span.icon-delete-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Delete-2.png); }
span.icon-delete-24x24 {background-position: 0 -120px;}
span.icon-delete-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Delete-2.png); }

/* DNS statistics */
span.icon-dns-statistics-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/DNS-statistics-2.png); }
span.icon-dns-statistics-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/DNS-statistics-2.png); }
span.icon-dns-statistics-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/DNS-statistics-2.png); }
span.icon-dns-statistics-24x24 {background-position: -144px -96px;}
span.icon-dns-statistics-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/DNS-statistics-2.png); }

/* DNS zones */
span.icon-dns-zones-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/DNS-zones-2.png); }
span.icon-dns-zones-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/DNS-zones-2.png); }
span.icon-dns-zones-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/DNS-zones-2.png); }
span.icon-dns-zones-24x24 {background-position: -120px -96px;}
span.icon-dns-zones-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/DNS-zones-2.png); }

/* Domains */
span.icon-domains-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Domains-2.png); }
span.icon-domains-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Domains-2.png); }
span.icon-domains-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Domains-2.png); }
span.icon-domains-24x24 {background-position: -72px -96px;}
span.icon-domains-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Domains-2.png); }

/* Export zone */
span.icon-export-zone-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Export-zone-file-3.png); }
span.icon-export-zone-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Export-zone-file-3.png); }
span.icon-export-zone-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Export-zone-file-3.png); }
span.icon-export-zone-24x24 {background-position: -120px -72px;}
span.icon-export-zone-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Export-zone-file-3.png); }

/* Import zone */
span.icon-import-zone-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Import-zone-file-3.png); }
span.icon-import-zone-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Import-zone-file-3.png); }
span.icon-import-zone-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Import-zone-file-3.png); }
span.icon-import-zone-24x24 {background-position: -72px -72px;}
span.icon-import-zone-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Import-zone-file-3.png); }

/* Mail forwards */
span.icon-mail-forwards-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Mail-forwards-2.png); }
span.icon-mail-forwards-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Mail-forwards-2.png); }
span.icon-mail-forwards-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Mail-forwards-2.png); }
span.icon-mail-forwards-24x24 {background-position: -120px -48px;}
span.icon-mail-forwards-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Mail-forwards-2.png); }

/* Master DNS zone */
span.icon-master-dns-zone-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Master-DNS-Zone-2.png); }
span.icon-master-dns-zone-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Master-DNS-Zone-2.png); }
span.icon-master-dns-zone-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Master-DNS-Zone-2.png); }
span.icon-master-dns-zone-24x24 {background-position: -72px -48px;}
span.icon-master-dns-zone-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Master-DNS-Zone-2.png); }

/* OK */
span.icon-ok-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/OK-3.png); }
span.icon-ok-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/OK-3.png); }
span.icon-ok-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/OK-3.png); }
span.icon-ok-24x24 {background-position: 0 -48px;}
span.icon-ok-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/OK-3.png); }

/* Parked DNS zone */
span.icon-parked-dns-zone-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Parked-DNS-Zone-2.png); }
span.icon-parked-dns-zone-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Parked-DNS-Zone-2.png); }
span.icon-parked-dns-zone-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Parked-DNS-Zone-2.png); }
span.icon-parked-dns-zone-24x24 {background-position: -144px -24px;}
span.icon-parked-dns-zone-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Parked-DNS-Zone-2.png); }

/* Slave DNS zone */
span.icon-slave-dns-zone-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Slave-DNS-Zone-2.png); }
span.icon-slave-dns-zone-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Slave-DNS-Zone-2.png); }
span.icon-slave-dns-zone-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Slave-DNS-Zone-2.png); }
span.icon-slave-dns-zone-24x24 {background-position: -24px -24px;}
span.icon-slave-dns-zone-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Slave-DNS-Zone-2.png); }

/* SOA */
span.icon-soa-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/SOA-2.png); }
span.icon-soa-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/SOA-2.png); }
span.icon-soa-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/SOA-2.png); }
span.icon-soa-24x24 {background-position: 0 -24px;}
span.icon-soa-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/SOA-2.png); }

/* Update */
span.icon-update-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Update-2.png); }
span.icon-update-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Update-2.png); }
span.icon-update-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Update-2.png); }
span.icon-update-24x24 {background-position: -48px 0;}
span.icon-update-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Update-2.png); }

/* Zone share */
span.icon-zone-share-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Zone-share-2.png); }
span.icon-zone-share-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Zone-share-2.png); }
span.icon-zone-share-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Zone-share-2.png); }
span.icon-zone-share-24x24 {background-position: -24px -0px;}
span.icon-zone-share-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Zone-share-2.png); }

/* Zone transfers */
span.icon-zone-transfers-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Zone-transfers-2.png); }
span.icon-zone-transfers-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Zone-transfers-2.png); }
span.icon-zone-transfers-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Zone-transfers-2.png); }
span.icon-zone-transfers-24x24 {background-position: 0 0;}
span.icon-zone-transfers-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Zone-transfers-2.png); }

/* Close */
span.icon-close-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Close.png); }
span.icon-close-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Close.png); }
span.icon-close-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Close.png); }
span.icon-close-24x24 {background-position: -144px -120px;}
span.icon-close-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Close.png); }

/* Dynamic-URL */
span.icon-dynamic-url-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Dynamic-URL.png); }
span.icon-dynamic-url-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Dynamic-URL.png); }
span.icon-dynamic-url-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Dynamic-URL.png); }
span.icon-dynamic-url-24x24 {background-position: -24px -96px;}
span.icon-dynamic-url-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Dynamic-URL.png); }

/* Add */
span.icon-add-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Add.png); }
span.icon-add-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Add.png); }
span.icon-add-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Add.png); }
span.icon-add-24x24 {background-position: -72px -144px;}
span.icon-add-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Add.png); }

/* Edit */
span.icon-edit-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Edit.png); }
span.icon-edit-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Edit.png); }
span.icon-edit-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Edit.png); }
span.icon-edit-24x24 {background-position: 0 -96px;}
span.icon-edit-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Edit.png); }

/* DNS Zones Move */
span.icon-dns-zones-move-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/DNS-zones-Move.png); }
span.icon-dns-zones-move-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/DNS-zones-Move.png); }
span.icon-dns-zones-move-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/DNS-zones-Move.png); }
span.icon-dns-zones-move-24x24 {background-position: -96px -96px;}
span.icon-dns-zones-move-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/DNS-zones-Move.png); }

/* DNS zones white */
span.icon-dns-zones-64x64-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/DNS-zones-white.png); }
span.icon-dns-zones-48x48-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/DNS-zones-white.png); }
span.icon-dns-zones-32x32-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/DNS-zones-white.png); }
span.icon-dns-zones-24x24-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/DNS-zones-white.png); }
span.icon-dns-zones-16x16-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/DNS-zones-white.png); }

/* Mail forwards white*/
span.icon-mail-forwards-64x64-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Mail-forwards-white.png); }
span.icon-mail-forwards-48x48-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Mail-forwards-white.png); }
span.icon-mail-forwards-32x32-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Mail-forwards-white.png); }
span.icon-mail-forwards-24x24-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/Mail-forwards-white.png); }
span.icon-mail-forwards-16x16-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Mail-forwards-white.png); }

/* Wallet white*/
span.icon-wallet-64x64-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/wallet-white.png); }
span.icon-wallet-48x48-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/wallet-white.png); }
span.icon-wallet-32x32-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/wallet-white.png); }
span.icon-wallet-24x24-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/wallet-white.png); }
span.icon-wallet-16x16-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/wallet-white.png); }

/* Wallet black */
span.icon-wallet-64x64-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/wallet-black.png); }
span.icon-wallet-48x48-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/wallet-black.png); }
span.icon-wallet-32x32-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/wallet-black.png); }
span.icon-wallet-24x24-black {background-position: -96px -144px;}
span.icon-wallet-16x16-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/wallet-black.png); }

/* Notes */
span.icon-notes-64x64-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Notes.png); }
span.icon-notes-48x48-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Notes.png); }
span.icon-notes-32x32-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Notes.png); }
span.icon-notes-24x24-black {background-position: -24px -48px;}
span.icon-notes-24x24-grey { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/Notes-grey.png); }
span.icon-notes-16x16-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Notes.png); }

/* Notes white */
span.icon-notes-64x64-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Notes-white.png); }
span.icon-notes-48x48-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Notes-white.png); }
span.icon-notes-32x32-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Notes-white.png); }
span.icon-notes-24x24-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/Notes-white.png); }
span.icon-notes-16x16-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Notes-white.png); }

/* IP */
span.icon-ip-64x64-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/IP.png); }
span.icon-ip-48x48-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/IP.png); }
span.icon-ip-32x32-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/IP.png); }
span.icon-ip-24x24-black {background-position: -24px -72px;}
span.icon-ip-16x16-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/IP.png); }

/* Key */
span.icon-key-64x64-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/key.png); }
span.icon-key-48x48-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/key.png); }
span.icon-key-32x32-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/key.png); }
span.icon-key-24x24-black {background-position: 0 -72px;}
span.icon-key-16x16-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/key.png); }

/* Pause */
span.icon-pause-64x64-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/pause.png); }
span.icon-pause-48x48-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/pause.png); }
span.icon-pause-32x32-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/pause.png); }
span.icon-pause-24x24-black {background-position: -120px -24px;}
span.icon-pause-16x16-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/pause.png); }

/* Start */
span.icon-start-64x64-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/start.png); }
span.icon-start-48x48-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/start.png); }
span.icon-start-32x32-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/start.png); }
span.icon-start-24x24-black {background-position: -144px 0;}
span.icon-start-16x16-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/start.png); }

/* Templates */
span.icon-templates-64x64-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/templates.png); }
span.icon-templates-48x48-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/templates.png); }
span.icon-templates-32x32-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/templates.png); }
span.icon-templates-24x24-black {background-position: -96px 0;}
span.icon-templates-16x16-black { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/templates.png); }

/* Templates white */
span.icon-templates-64x64-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/templates-white.png); }
span.icon-templates-48x48-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/templates-white.png); }
span.icon-templates-32x32-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/templates-white.png); }
span.icon-templates-24x24-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/templates-white.png); }
span.icon-templates-16x16-white { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/templates-white.png); }

/* Access Control */
span.icon-access-control-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Access-control.png); }
span.icon-access-control-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Access-control.png); }
span.icon-access-control-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Access-control.png); }
span.icon-access-control-24x24 {background-position: -120px -144px;}
span.icon-access-control-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Access-control.png); }

/* Affiliate */
span.icon-affiliate-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Affiliate.png); }
span.icon-affiliate-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Affiliate.png); }
span.icon-affiliate-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Affiliate.png); }
span.icon-affiliate-24x24 {background-position: -48px -144px;}
span.icon-affiliate-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Affiliate.png); }

/* Child Name Servers */
span.icon-cns-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/cns.png); }
span.icon-cns-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/cns.png); }
span.icon-cns-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/cns.png); }
span.icon-cns-24x24 {background-position: -96px -120px;}
span.icon-cns-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/cns.png); }

/* Contact Details */
span.icon-contact-details-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Contact-Details.png); }
span.icon-contact-details-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Contact-Details.png); }
span.icon-contact-details-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Contact-Details.png); }
span.icon-contact-details-24x24 {background-position: -72px -120px;}
span.icon-contact-details-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Contact-Details.png); }

/* Invoices */
span.icon-invoices-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Invoices.png); }
span.icon-invoices-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Invoices.png); }
span.icon-invoices-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Invoices.png); }
span.icon-invoices-24x24 {background-position: -48px -72px;}
span.icon-invoices-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Invoices.png); }

/* Login History */
span.icon-login-history-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Login-history.png); }
span.icon-login-history-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Login-history.png); }
span.icon-login-history-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Login-history.png); }
span.icon-login-history-24x24 {background-position: -144px -48px;}
span.icon-login-history-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Login-history.png); }


/* Name Servers */
span.icon-name-servers-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Name-Servers.png); }
span.icon-name-servers-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Name-Servers.png); }
span.icon-name-servers-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Name-Servers.png); }
span.icon-name-servers-24x24 {background-position: -48px -48px;}
span.icon-name-servers-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Name-Servers.png); }


/* Privacy Protection */
span.icon-privacy-protection-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Privacy-Protection.png); }
span.icon-privacy-protection-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Privacy-Protection.png); }
span.icon-privacy-protection-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Privacy-Protection.png); }
span.icon-privacy-protection-24x24 {background-position: -72px -24px;}
span.icon-privacy-protection-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Privacy-Protection.png); }

/* Settings */
span.icon-settings-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Settings.png); }
span.icon-settings-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Settings.png); }
span.icon-settings-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Settings.png); }
span.icon-settings-24x24 {background-position: -48px -24px;}
span.icon-settings-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Settings.png); }


/* Settings white */
span.icon-settings-white-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Settings-white.png); }
span.icon-settings-white-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Settings-white.png); }
span.icon-settings-white-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Settings-white.png); }
span.icon-settings-white-24x24 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/24x24/Settings-white.png); }
span.icon-settings-white-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Settings-white.png); }


/* Theft Protection */
span.icon-theft-protection-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Theft-Protection.png); }
span.icon-theft-protection-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Theft-Protection.png); }
span.icon-theft-protection-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Theft-Protection.png); }
span.icon-theft-protection-24x24 {background-position: -72px 0;}
span.icon-theft-protection-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Theft-Protection.png); }


/* Mail History */
span.icon-mail-history-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Mail-history.png); }
span.icon-mail-history-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Mail-history.png); }
span.icon-mail-history-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Mail-history.png); }
span.icon-mail-history-24x24 {background-position: -96px -48px;}
span.icon-mail-history-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Mail-history.png); }


/* Subscriptions */
span.icon-subscriptions-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/Subscriptions.png); }
span.icon-subscriptions-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/Subscriptions.png); }
span.icon-subscriptions-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/Subscriptions.png); }
span.icon-subscriptions-24x24 {background-position: -120px 0;}
span.icon-subscriptions-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/Subscriptions.png); }


/* Cart */
span.icon-cart-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/cart.png); }
span.icon-cart-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/cart.png); }
span.icon-cart-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/cart.png); }
span.icon-cart-24x24 {background-position: -0 -144px;}
span.icon-cart-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/cart.png); }


/* Excel */
span.icon-excel-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/exel.png); }
span.icon-excel-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/exel.png); }
span.icon-excel-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/exel.png); }
span.icon-excel-24x24 {background-position: -144px -72px;}
span.icon-excel-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/exel.png); }


/* PDF */
span.icon-pdf-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/pdf.png); }
span.icon-pdf-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/pdf.png); }
span.icon-pdf-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/pdf.png); }
span.icon-pdf-24x24 {background-position: -96px -24px;}
span.icon-pdf-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/pdf.png); }


/* CSV */
span.icon-csv-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/csv.png); }
span.icon-csv-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/csv.png); }
span.icon-csv-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/csv.png); }
span.icon-csv-24x24 {background-position: -24px -120px;}
span.icon-csv-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/csv.png); }


/* duplicate */
span.icon-duplicate-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/duplicate.png); }
span.icon-duplicate-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/duplicate.png); }
span.icon-duplicate-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/duplicate.png); }
span.icon-duplicate-24x24 {background-position: -48px -96px;}
span.icon-duplicate-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/duplicate.png); }


/* copy */
span.icon-copy-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/copy.png); }
span.icon-copy-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/copy.png); }
span.icon-copy-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/copy.png); }
span.icon-copy-24x24 {background-position: -48px -120px;}
span.icon-copy-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/copy.png); }


/* geodns-zone */
span.icon-geodns-zone-64x64 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/64x64/geodns-zone.png); }
span.icon-geodns-zone-48x48 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/48x48/geodns-zone.png); }
span.icon-geodns-zone-32x32 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/32x32/geodns-zone.png); }
span.icon-geodns-zone-24x24 {background-position: -96px -72px;}
span.icon-geodns-zone-16x16 { background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/icons/16x16/geodns-zone.png); }


.inputTitle,
.big-input {
width: 49%;
}

.inputRadio {
width: 15px !important;
}

form.recordsForm .SRV_fields .inputSRV {
width: 29%;
margin-left: 8px;
}

.noMargin {
margin: 0 !important;
}

form.recordsForm .SRV_fields .inputSRVTitle {
font-size: 14px;
width: 30%;
}

.pointsTo {
width: 99% !important;
}

.editTTL {
width: 380px;
}

div.templateBox,
div.templateBox:hover {
width: 90px; 
height: 50px; 
float: left; 
padding: 7px;
cursor: pointer;
margin: 5px;
color: #000000;
font-weight: normal;
}

.templateLogo {
width: 180px;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}

.templateLogo-small {
width: 80px;
margin-top: 5px;
margin-left: 6px;
margin-bottom: 10px;
}

#templates-form .input-text {
width: 227px;
}

#templates-form table tbody tr td div {
white-space: nowrap;
}

.width293px {
width: 293px;
}

.width650px {
width: 650px !important;
}

.width780px {
width: 780px !important;
}

.width642px {
width: 642px !important;
}

.width925px {
width: 925px;
}

.width265px {
width: 265px;
}

table.height50px tr {
height: 50px;
}

.valign-text-bottom {
vertical-align: text-bottom;
}

.valign-text-top {
vertical-align: text-top;
}

.valign-bottom {
vertical-align: bottom;
}

.delete-api-ip:hover {
background-color: #e0e0e0;
}

#apiSubUserZones {
width:678px;
margin: 10px 0;
}

.textarea {
width: 99%;
height: 200px;
}

div.activeTab {
background-color: #fff;
border: 1px solid #e0e0e0;
border-bottom: 0;
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
line-height: 35px;
width:24.4%;
margin-bottom: -1px;
height:37px;
margin-left: 0.8%;
}

div.inactiveTab {
background-color: #fff;
border: 1px solid #e0e0e0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
line-height: 35px;
width:24.1%;
margin-bottom: 5px;
height:30px;
margin-left: 0.8%;
}

.domainCategoriesTabs #all {
margin-left:0;
}

div.topMenu {
height: 111px;
}

div.topMenu div {
float: left;
margin-right: 1%;
}
div.topMenu div:last-child {
margin-right: 0;
}

div.topMenu.slaveMenu div,
div.topMenu.profile div,
div.topMenu.parkedMenu div{
width: 10.2222%;
}

div.reverseMenu.slaveMenu div,
div.reverseMenuSlave.slaveMenu div,
div.topMenu.domainManage div{
width: 11.625%;
}

div.sharedZoneSlaveReverse.slaveMenu div {
width: 15.8333%;
}

div.topMenu.slaveMenu div div.menuTitle {
font-size: 14px;
}

div.topMenu.masterZone div {
width:6.752%
}

div.topMenu.reverseMenu div {
width: 9.1%;
}

div.topMenu.geodnsZone div {
width: 9.07%;
}
div.topMenu.geodnsSharedZone div {
width: 11.625%;
}

div.topMenu.sharedZoneReverse div{
width: 11.625%;
}

div.topMenu.sharedZone > div {
width: 8.1818%;
}
div.topMenu.sharedZoneParked > div,
div.topMenu.sharedZoneSlave > div{
width: 13.4285%;
}


div.topMenu div div:hover {
margin-right: 5px;
}

div.topMenu div div span {
margin: 10px 8px;
}
div.topMenu div.clear {
width:auto;
height: auto;
margin: auto;
float: none;
}

div.topMenu div div.menuTitle {
width:auto;
height: auto;
margin: auto;
float: none;
}

div.topMenu div.topButton {
cursor: pointer;
color: #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px #000 solid;
margin:0;
background-image: none;
background-color: #ffffff;
box-shadow: none;
text-align: center;
height: 109px;
font-weight: normal;
width: 100%;
}
div.topMenu div.topButton:hover {
color: #000000;
border-color: #d4d4d4;
}

div.topMenu div a {
color: #000000;
text-decoration: none;
display: block;
text-align: center;
}
div.domainSuggestionsMenu div.clear {
margin-bottom:10px;
}
div.topMenu.domainTransferAndRegistrationButtons {
height: auto;
padding-bottom:10px;
}
div.topMenu.domainTransferAndRegistrationButtons.suggestions1 > div {
width: 100%;
margin:0;
}
div.topMenu.domainTransferAndRegistrationButtons.suggestions2 > div {
width: 49.5%;
}
div.topMenu.domainTransferAndRegistrationButtons.suggestions3 > div {
width: 32.6666%;
}
div.topMenu.domainTransferAndRegistrationButtons div.topButton {
height: 35px;
background-color:#ffa900;
background-image:url("/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/button.gif");
background-size: contain;
overflow:hidden;
white-space: nowrap;
}
div.topMenu.domainTransferAndRegistrationButtons div.topButton div.menuTitle {
margin-top:8px;
font-weight:bold;
}

.topMenu div.zone-delete {
margin-left: 1px;
}

.vertical-align-text-bottom {
vertical-align: text-bottom;
}

.table-records .checkbox-column {
width: 5px;
}

.table-records .type-column {
width: 87px;
}

.table-records .ttl-column {
width: 50px;
}

.table-records .new-column {
width: 150px;
font-weight: normal;
}

.table-records .pointsto-column {
width: 45%;
}
.table-records .location-column {
width:150px;
font-size:12px;
}

.searchTitle span {
margin-top: 3px;
}

.trHover:hover {
background-color: #efefef;
}

tr.inactiveRow {
background-color: #f5f5f5;
}
input.inactive, select.inactive {
background-color: #eaeaea;
}

#canvas-holder {
width: 100%;
margin: 20px auto;
}

.verify-record {
display: none;
}

.domainParkingContainer p img {
width: 23.9%;
margin-left: 1%;
}
.domainParkingContainer p img:first-child {
margin-left: 0;
}

#cart {
z-index:9;
position: absolute;
right: 30px;
top: 46px;
width: 156px;
}
#cart a {
text-decoration:none;
color: #000;
width: 100%;
}
#cart a:hover {
text-decoration: underline;
font-weight: bold;
}

.tldsHide {
display: none;
}

.tldsShow {
display: inline;
}

table.mfSettings {
width: 100%;
}
td.mfHost {
width: 48%;
}
td.mfAt {
width:1%;
}
td.mfDomain {
width: 50%;
}
#mailForwardSourceBox {
width: 98%;
}
#mailForwardSourcePrefix {
width:34%;
float: left;
}
#mailForwardDomain {
width: 57%;
float: left;
}
#mailForwardDestination {
width: 99%;
}

.halfPage {
width: 49.7%;
}
.halfPage input.input-text-big {
width: 90%;
}
.rightHalf {
margin-left: 0.6%
}

div.contactDetails {
margin-right: 7.5px;
height: 488px;
}

div.contactDetailsWrapper div.contactDetails:last-child {
margin-right: 0;
}

.domainTransferForm {
width: 53%;
}

.banners {
width: 99%;
min-height: 200px;
float: left;
margin-bottom: 20px;
}

.banners img {
max-width: 96%;
max-height: 100%;
margin: 5px;
float: left;
}

.banners textarea {
width: 98%;
height: 77px;
}

.banners table {
text-align: left;
width: 50%;
height: 195px;
float: right;
}

.banners.nofloat table, .banners.nofloat img {
float: none;
}

.banners table td {
text-align: right;
vertical-align: top;
}

.banners table tr td.left {
text-align: left;
}

.tld-info, .tld-logo {
display: none;
}
.tld-logo {
width: 450px;
height: 150px;
margin: 0 auto;	
}
#logo-org {
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/domains/org.png);
}
#logo-com {
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/domains/com.png);
}

.contactDetailsWrapper .contactDetails {
height: 490px;
}

.contactDetails h1 {
font-size: 22px;
}

.contactDetails td, .contactDetails span {
font-size: 15px;
}

.contactDetailTitle {
width: 170px;
}

h2.zoneName {
padding:10px 0 10px 0; 
margin:0; 
overflow: hidden; 
width: 100%;
}

.nameServerInput {
width: 270px;
}
form#domainTransferRequiredNameservers .table .nsRow td {
padding-top: 10px;
padding-bottom: 10px;
}

.ruFields.PRS td:first-child {
width: 150px;
}

.esFields td:first-child {
width: 145px;
}

.inactiveIcon {
opacity:0.50;
filter:alpha(opacity=50);
-moz-opacity:0.50;
}

.csvZonesExport {
margin: 5px 0 0 10px;
}

.makeDeposit {
width: 46.5%;
}

div.importAXFRContainer input {
width: 44.3%;
}

div.importBoxContainer {
width: 49.5%;
}

div.importBoxContainer div.importRecordsBox,
div.importBoxContainer div.importRecordsBox:hover {
width: 95.5%;
margin:0;
}

#recordsTable .recordCheckbox {
width: 20px;
}

#recordsTable .recordCheckbox input {
width: auto;
}

div#splashScreen {
position: fixed;
top:0;
left:0;
height:100%;
width:100%;
z-index:100;
background-color: #fff;
opacity:0.70;
filter:alpha(opacity=70);
-moz-opacity:0.70;
display:none;
}

img#splashImage {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 200;
}

#header #header_links .headerPanelIcons {vertical-align: middle; margin-right: 0; margin-top: -3px}
#header #header_links .headerPanelIcons.icon-settings-white-16x16 {margin-top:0;}
#domainSearchBox div.searchTitle div.quickSearchOverflow {overflow: hidden; width: 94%; padding: 0 0 0 2px;}

div.container div.messageBody {
display: none;
}

/* ticket ratings */
.ticketsRating {
width: 95px;
height: 18px;
float: right;
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/rating-small.png);
background-position: -19px -16px;
background-repeat: repeat-x;
}
.ratingstar1, .ratingstar2, .ratingstar3, .ratingstar4, .ratingstar5 {
display: block;
overflow: hidden;
position: relative;
opacity: 0;
width: 18px;
height: 18px;
text-decoration: none;
bottom: 0;
float: left;
z-index: 2;
}
.ticketsRating span {
background-image: url(/National_Library/20161130034600oe_/https://www.cloudns.net/images/web/rating-small.png);
background-position: 0 0;
background-repeat: repeat-x;
width: 0;
height: 18px;
position: relative;
top: 1px;
display: block;
z-index: 1;
}
.ratingstar1:hover ~ span {width: 20%;}
.ratingstar2:hover ~ span {width: 40%;}
.ratingstar3:hover ~ span {width: 60%;}
.ratingstar4:hover ~ span {width: 80%;}
.ratingstar5:hover ~ span {width: 100%;}

div.container div.messageBody.open {
display: block;
}
div.container div.messageBody.closed {
display: none;
}

.wiki div.container {margin: 10px 0 0 0;}