@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
	
	
body{
	background:url(../images/body_bg.jpg) repeat-x #F9FAFA 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3F4A52;
	line-height:18px;
	}


#container{
	width:800px;
	margin:auto;
	}

#header{
	background:url(../images/checkmydns_small_logo.jpg) no-repeat 0 0;
	padding-top:80px;
	}

#header #logo a{
	display:block;
	width:660px;
	height:100px;
	margin:auto;
	background:url(../images/checkmydns_logo.jpg) no-repeat 0 0;
	text-indent:-100000px;
	outline:none;
	}

#contents{
	min-height: 400px;
	height: auto !important;
	height: 400px;

	}
h1{
	font-weight:normal;
	font-size:25px;
	margin:10px 0;
	color:#28AAE1;
	}
	
h3{
	font-weight:normal;
	font-size:18px;
	margin:10px 0;
	color:#28AAE1;
	}

p{
	margin:10px 0;
	}

#searchform{
	background:url(../images/search_bg.png) no-repeat 0 0;
	height:140px;
	padding:10px;
	}

#searchform h1{
	margin-bottom:15px;
	}
	
#searchform p{
	display:inline;
	padding:10px 0;
	}
	
#searchform label{
	margin:0;
	color:#fff;
	font-size:14px;
	padding-top:8px;
	float:left;
	display:block;
	}
	
#searchform input{
	background:url(../images/search_input.gif) no-repeat 0 0;
	font-size:18px;
	color:#28AAE1;
	border:0;
	width:504px;
	padding:8px 8px;
	margin:0;
	margin-left:10px;
	display:block;
	float:left;
	}

#searchform .button{
	display:block;
	float:left;
	margin-left:5px;
	margin-top:-4px;
	background:none;
	height:44px;
	overflow:hidden;
	cursor:pointer;
	border:none 0px;
	width:90px;
	}
	
#searchform .button img
{
    border:none 0px;
}

#searchform .button:hover img{
	margin-top:-42px;
	}

#footer{
	width:940px;
	margin:auto;
	background:url(../images/footer_bg.gif) no-repeat 0 0;
	padding:10px 10px 10px 10px;
	font-size:12px;
	}

#footer p{
	margin:10px 0;
	}
	
#footer ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#footer ul li{
	display:inline;
	color:#fff;
	}

#footer ul li.siteby{
    font-size:12px;
	float:right;
	}

#footer ul li a{
	color:#fff;
	text-decoration:none;
	line-height:24px;
	font-size:12px;
	}

#footer ul li a:hover{
	text-decoration:underline;
	}
	


#footer .hostingby{
	float:right;
	}

#footer .hostingby a{
	color:#00B0D8;
	text-decoration:none;
	}
	
#footer .hostingby a:hover{
	text-decoration:underline;
	}
	
.brclear{
	clear:both;
	}

.tableresults{
	background:url(../images/searchresults_bg.jpg) no-repeat 0 0 #3F4A52;
	padding:80px 10px 0 12px;
	color:#fff;
	}

.tableresults .hr{
	border-top:2px dotted #fff;
	height:2px;
	margin:5px 0;
	}
	
.tableresults h2{
	padding:10px 0;
	color:#00B0D8;
	font-size:25px;
	}

.tableresults h2 small{
	color:#fff;
	font-size:14px;
	}

.tableresults table{
	width:100%;
	border:2px solid #00B0D8;
	border-collapse:collapse;
	background:#fff;
	color:#3F4A52;
	}

.tableresults table th{
	background:url(../images/th_bg.jpg) repeat-x;
	border:1px solid #00B0D8;
	padding:8px;
	color:#fff;
	text-align:left;
	font-size:14px;
	}

.tableresults table td{
	vertical-align:top;
	padding:5px;
	border:1px solid #00B0D8;
	text-wrap: true;
	word-break: true;
	/*max-width:500px;*/
	/*width:auto !important;*/
	/*width:500px;*/
	}

.tableresults table td p{
	margin:3px 0;
	}
	
.tableresults .blue{
	background:#EAF7FC;
	}

.tableresults .red{
	background:#FDE8E9;
	}

.tableresults .orange{
	background:#FFF9EF;
	}

.tableresults .center{
	text-align:center;
	}
	
.tableresults td .icon{
	width:45px;
	height:45px;
	overflow:hidden;
	}
	

.tableresults td ul
{
    padding-left: 15px;
}

.tableresults .blue div.icon img{
	margin:0 0;
	}

.tableresults .red div.icon img{
	margin-top:-90px;
	}

.tableresults .orange div.icon img{
	margin-top:-135px;
	}

.tableresults td div.icon img{
	margin-top:-46px;
	}

.rightalign{
	text-align:right;
	}

.tableresults p.rightalign a{
	color:#4991C9;
	text-decoration:none;
	font-size:10px;
	margin:0;
	}

.nomargin{
	margin:0;
	}