body {
	font-family: Verdana, Tahoma;
	font-size: 12px
	color: #2C2C29;
	background-color: #2C2C29;
}
a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.tab {
	color: #fff;
	font-size: 18px;
	float: right;
	height: 25px;
	text-align: center;
	border: solid 1px #000;
	display: inline-block;
	border: solid 1px #fff;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	top: -11px;
	left: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-radius: 10px;
}
.tab:hover {
	background: #ffffff;
	color: #2C2C29;
	text-decoration: none;
}
.data-table {
	float: left;
	width: 740px;
	margin-bottom: 15px;
	border-top: 1px solid #6c9ac8;
	border-left: 1px solid #6c9ac8;
	border-spacing: 0px;
}
.data-td {
	color: #2C2C29;
	font-size: 12px;
	height: 20px;
	border-right: 1px solid #6c9ac8;
	border-bottom: 1px solid #6c9ac8;
	padding:.3em .5em;
	text-align:left;
	vertical-align: middle;
}
.data-th {
	color: #2C2C29;
	font-size: 12px;
	height: 25px;
	border-right: 1px solid #6c9ac8;
	border-bottom: 2px solid #6c9ac8;
	padding:.3em .5em;
	text-align:left;
}
.data-fixed {
	font-family: Lucida Console;
}
form {
	display:inline;
}	
input {
	font-family: Verdana, Tahoma;
	font-size: 14px;
	padding: 3px 4px 3px;
	.padding-bottom: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #666;
}
button {
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Tahoma;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	padding: 2px 4px 2px;
	.padding-bottom: 4px;
	text-decoration: none;
	text-align: center;
	background: #f9f9f9;
	color: #000;
	border: 1px solid #666;
}
button:hover {
	border-color: #6c9ac8;
}
select {
	font-family: Verdana, Tahoma;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #666;
	padding: 2px 2px 2px;
	.padding-bottom: 4px;
}
.boxs {
	display: inline-block;
	width: 750px;
}
.box {
	border:1px dashed #2C2C29;
	padding:10px;
	margin-bottom:20px;
	margin-right: 20px;
	width:330px;
	height:82px;
	text-align:center;
	display:inline-block;
}
.box-title {
	color: #2C2C29;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	margin: 0px 0px 4px 0px;
}
.box-desc {
	color: #2C2C29;
	font-size: 12px;
	margin-top: 10px;
}
.box-left {
	float: left;
}
.box-right {
	float: right;
}

.headings {
	font-weight: bold;
	color:#2C2C29;
	width: 25%;
}
.title-area {
	margin: 0 auto;
	width: 940px;
}
.title-area h1 {
	position: absolute;
	left: -9999em;
}
.title-main {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.title-main h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.title-ipinfo {
	color:#fff;
	font-size: 10px;
	float:left;
	font-weight: normal;
	width: 290px;
}
.title {
	color: #2C2C29;
	width: 740px;
	height: 32px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	float: left;
	margin: 0px 0px 5px 0px;
}
.title-sub {
	color: #2C2C29;
	width: 740px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-top:5px;
	margin-bottom:5px;
}
.title-reload {
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
	background: url(../../images/reload.png) no-repeat;
}
.title-loading {
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 5px;
	background: url(../../images/loader_big.gif) no-repeat;
}
.help {
	cursor: pointer;
	cursor: hand;
	width: 16px;
	height: 16px;
	float: right;
	position: relative;
	top: -7px;
	right: -7px;
	background: url(../../images/icon_help.gif) no-repeat;
}
.help-th {
	width: 100px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.help-td {
	vertical-align: top;
	text-align: left;
	margin: 2px;
	padding-bottom: 5px;
}
.content {
	background-color: #fff;
	margin: 0 auto;
	width: 920px;
	min-height: 600px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.adsense {
	width: 160px;
	float: right;
	text-align: right;
}
.return {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}	
.footer {
	color: #fff;
	width: 960px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 11px;
	height: 50px;
}
.footer .left {
	float: left;
	width: 70%;
}
.footer .right {
	float: right;
	text-align: right;
	width: 25%;
}
.footer h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
}
.footer h2 a {
	color: #ffffff;
}
.footer-links {
    display: inline-block;
}
.footer-links {
    margin-top: 0px;
}
.footer-links li a {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.footer-links li a:hover {
    text-decoration: underline;
}
.notfound {
	color: #CC0000;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.rblmatch {
	color: #CC0000;
	font-weight: bold;
}
.rblok {
	color: #006600;
}

.output {
	float: left;
	font-family:"Lucida Console";
	font-size:12px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #F4F2FB;
}
#ping {
	width: 720px;
	height: 150px;
}
#whois {
	width: 720px;
	height: 500px;
	overflow-y: auto;
}

.smtp-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.smtp-message {
	font-size: 12px;
	float: left;
	height: 25px;
	width: 730px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 20px;
}
.smtp-row {
	font-size: 12px;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.smtp-GOOD {
	background: url(../../images/green-circle.png) no-repeat;
}
.smtp-WARN {
	background: url(../../images/yellow-circle.png) no-repeat;
}
.smtp-ERROR {
	background: url(../../images/red-circle.png) no-repeat;
}
.geo {
	font-weight: bold;
	font-size: 11px;
	cursor: default;
}
.loc-desc {
	font-weight: bold;
	font-size: 11px;
}
.map {
	height: 300px;
	width: 740px;
	border: solid 1px #2C2C29;
	float: left;
	margin-bottom: 10px;
}
.map-marker {
	width: 11px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	float: right;
}
.map-marker0 {
	background: url(../../images/marker_red_big.png) no-repeat;
}
.map-marker-small0 {
	background: url(../../images/marker_red_small.png) no-repeat;
}
.map-marker1 {
	background: url(../../images/marker_blue_big.png) no-repeat;
}
.map-marker-small1 {
	background: url(../../images/marker_blue_small.png) no-repeat;
}
.map-marker2 {
	background: url(../../images/marker_red_green.png) no-repeat;
}
.map-marker-small2 {
	background: url(../../images/marker_green_small.png) no-repeat;
}
.map-marker3 {
	background: url(../../images/marker_orange_big.png) no-repeat;
}
.map-marker-small3 {
	background: url(../../images/marker_orange_small.png) no-repeat;
}
.map-marker4 {
	background: url(../../images/marker_purple_big.png) no-repeat;
}
.map-marker-small4 {
	background: url(../../images/marker_purple_small.png) no-repeat;
}
.map-marker5 {
	background: url(../../images/marker_yellow_big.png) no-repeat;
}
.map-marker-small5 {
	background: url(../../images/marker_yellow_small.png) no-repeat;
}
.map-info {
	border: none;
}
.map-info-title {
	color: #2C2C29;
	width: 65px;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.map-info-data {
	color: #2C2C29;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	text-align: left;
	padding-left: 2px;
}

.ac_results {
	font-face: Verdana, Tahoma;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	font-face: Verdana, Tahoma;
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url(../../images/loader_small.gif) right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}
.spf-message {
}
.spf-good {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 5px;
	background: url(../../images/green-circle.png) no-repeat;
}
.spf-error {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 5px;
	background: url(../../images/red-circle.png) no-repeat;
}
.warn_box {
	font-size: 12px;
	font-weight: bold;
	width: 678px;
	float: left;
	margin-bottom: 10px;
        padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
        color: #666600;
        border: solid 2px #CCCC99; 
        background-color: #FFFFCC;
        background-image: url(../../images/message_warning.gif);
}
.tipsy {
	padding: 5px;
	font-size: 12px;
	position: absolute;
	z-index: 100000;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: #FFFFCC;
	color: #666600;
	max-width: 700px;
	text-align: center;
	border: solid 2px #CCCC99;
	cursor: pointer;
	cursor: hand;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-arrow { position: absolute; background: url('../../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

