@charset "utf-8";
/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

strong {
	font-weight: bold;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* body styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b2d30;
}

#master {
	width: 980px;
	margin: 0 auto; 
}

body#home #master {
	margin: 0 auto;
	width: 580px;
}

.header {
	margin: 0 auto;
	position: relative;
	height: 140px;
}

body#home .header {
	text-align: center;
}

#logo {
	position: absolute;
	width: 250px;
	height:53px;
	top: 30px;
	left: 20px;
}

#logo a {
	display: block;
	width: 250px;
	height: 43px;
	text-decoration: none;
	color: #5fa1ca;
	position: relative;
}

#logo a img.animate {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

body#home #logo {
	position: relative;
	width: 250px;
	height: 53px;
	margin-top: 30px;
	margin: 0 auto;
	left: 0px;
}

/* Input box */
.report {
	text-align: center;
	height: 58px;
	position: absolute;
	right: 0px;
	top: 37px;
}

body#home .report {
	text-align: center;
	height: 58px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

input.inps {
	padding: 3px;
	border: 1px solid #5fa1ca;
	background: #fff;
	font-size: 18px;
	width: 250px;
}

input.blur {
	color: #ccc;
}

input.inpBtn {
	background: url(../images/report.gif) 0 0 no-repeat;
	border: none;
	width: 71px;
	height: 29px;
	vertical-align: top;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin-top:2px
}

input.inpBtn:hover {
	background:  url(../images/report.gif) 0 -29px no-repeat;
	color: #5fa1ca;
}

/* Content */
.content {
	margin: 0 auto;
	text-align: center;
	position: relative;
}

body#home .content {
	padding: 100px 0;
	text-align: center;
}

body#home .content p {
	line-height: 13px;
	padding-bottom: 5px;
}

table.tabular {
	border: none;
	background: #c4d5de;
	line-height: 15px;
	width: 100%;
}

table.tabular th {
	background-color: #d7e8f1;
	padding: 7px;
	color: #6c727c;
	font-weight: bold;
	font-size: 12px;
}

a.feedback {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../images/feedback.gif) right 0 no-repeat;
	padding-right: 17px;
	font-weight: normal;
	font-size: 11px;
	color: #53a4d7;
	text-decoration: underline;
}

a.feedback:hover {
	text-decoration: none;
	background-color: #53a4d7;
	color: #fff;
}

table.tabular td {
	background-color: #fff;
	padding: 7px;
}

tr.error td {
	background: #ffe3e8;
}

tr.warn td {
	background: #ffffc8;
}

td.icon {
	text-align: center;
}

table.tabular p {
	padding-bottom: 5px;
}

/* Footer */
#footer {
	margin: 0 auto;
	padding: 5px 0 30px 0;
	line-height: 13px;
	text-align: center;
	color: #5fa1ca;
	border-top: 1px solid #c4d5de;
	margin-top: 15px;
}

#footer a {
	color: #5fa1ca;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	background-color: #5fa1ca;
	text-decoration: none;
}

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

#footer #madewith {
	float: right;
	width: 49%;
	text-align: right;
}

/* feedback */
fieldset#feedback {
	width: 242px;
	padding-top: 20px;
	margin: auto auto auto 20px;
	position: relative;
}

fieldset#feedback input.inps, fieldset#feedback textarea.inps {
	border: 1px solid #5fa1ca;
	width: 218px;
	margin-bottom: 5px;
	vertical-align: middle;
	font-size: 12px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset#feedback input.blur, fieldset#feedback textarea.blur {
	color: #ccc;
	font-size: 12px;
}

div.line1 {
	height: 30px;
	padding-left: 0px;
}

div.nota {
	float: left;
	text-align: center;
}

div.nota img {
	margin-top: 8px;
}

p.error {
	color: red;
}

div.nota label {
	display: block;
}

div.information {
	display: none;
	position: absolute;
	border: 2px solid #6b99c5;
	background: #e0e9f3;
	font-size: 9px;
	left: 90px;
	top: 50px;
	padding: 5px;
	width: 120px;
	line-height: 11px;
}

/* IP contextuals */
.ipno {
	border: 1px solid #d4cfcf;
	background: #f1f1f1;
	padding: 0 3px;
	position: relative;
	margin-right: 15px;
}

.ipno:hover {
	cursor: pointer;
}

.ipMenu {
	position: absolute;
	width: 13px;
	height: 15px;
	top: -1px;
	right: -14px;
}

.ipMenu a.open {
	width: 13px;
	height: 15px;
	display: block;
	background: #d4cfcf url(../images/arrow.gif) 0 0 no-repeat;
	text-indent: -10000px;
}

ul.ipContext {
	display: none;
	position: absolute;
	top: 15px;
	right: -14px;
	width: 80px;
	border: 1px solid #d4cfcf;
}

ul.ipContext li a {
	display: block;
	background: #fff;
	text-align: right;
	padding-right: 3px;
	color: #36c;
	text-decoration: none;
}

span.nameserver, span.ipno, span.ttlno {
	float: left;
	display: block;
	width: 33%;
}