/*  AjaxWhois v0.3 beta
*   by Uma Sharma bizguruji@softuff.org
*   Powered by Softuff eDevelopment - www.softuff.org
*
* @ Released under GNU/LGPL License : http://www.fsf.org/
**/

#awOverlay {
	position: absolute;
	top:0; 
	left: 0;
	width: 100%;
	height:100%;
	opacity:0;
	background-color: #000;
	cursor: pointer;
	visibility:hidden;
	z-index:11;
}

#ajaxlogs {
	font-family:Trebuchet MS;
	height:auto;
	width:300px;
	visibility:hidden;
	position:absolute;
	font-size:13px;
	line-height:18px;
	top:0px;
	left:0px;
	z-index:10;
}

.domainbox {
	width:50%;
	margin:0 0 5px;
	float:left;
}

.whois-t {
	background:url(../images/t.png) 0 0 repeat-x;
	width:290px;
}

.whois-tl {
	background:url(../images/tl.png) 0 0 no-repeat;
}

.whois-tr {
	background:url(../images/tr.png) 100% 0 no-repeat;
	height:24px;
	margin-right:-10px;
}

.whois-l {
	background:url(../images/l.png) 0 0 repeat-y;
	width:300px;
	padding-left:2px;
}

.whois-r {
	background:url(../images/r.png) 100% 0 repeat-y;
	padding-right:7px;
	margin-right:2px;
}

#whois-b {
	background:url(../images/b.png) 0 100% repeat-x;
	height:20px;
	width:265px;
	float:left;
}

.whois-bl {
	background:url(../images/bl.png) 0 100% no-repeat;
	height:20px;
	width:15px;
	float:left;
}

.whois-br {
	background:url(../images/br.png) 100% 100% no-repeat;
	height:20px;
	width:20px;
	float:left;
}

#big-whois-t {
	background:url(../images/big/t.png) 0 0 repeat-x;
	height:40px;
	float:left;
	width:375px;
}

.big-whois-tl {
	background:url(../images/big/tl.png) 0 0 no-repeat;
	width:8px;
	height:40px;
	float:left;
}

.big-whois-tr {
	background:url(../images/big/tr.png) 100% 0 no-repeat;
	height:40px;
	width:17px;
	float:left;
}

.big-whois-l {
	background:url(../images/big/l.png) 0 0 repeat-y;
	padding-left:2px;
}

#big-whois-r {
	background:url(../images/big/r.png) 100% 0 repeat-y;
	padding-right:12px;
	margin-right:2px;
}

#big-whois-b {
	background:url(../images/big/b.png) 0 100% repeat-x;
	height:33px;
	float:left;
}

.big-whois-bl {
	background:url(../images/big/bl.png) 0 100% no-repeat;
	height:33px;
	width:25px;
	float:left;
}

.big-whois-br {
	background:url(../images/big/br.png) 100% 100% no-repeat;
	height:33px;
	width:30px;
	float:left;
}

#wf {
	font-size:9px;
	text-align:center;
	line-height:13px;
	background-color:#fff;
	color:#000;
}

#bwf {
	font-size:12px;
	text-align:center;
	line-height:22px;
	background-color:#fff;
	width:345px;
	color:#000;
}

#ajaxlogs a {
	text-decoration:none;
}

#ajaxlogs #ajaxlog* {
	background: #fff;
	height:auto;
}

.ajax-loading {
	margin-left: 0px;
	padding-left: 20px;
	background:	url(../images/spinner.gif) no-repeat 0 0;
}

.website-loading {
	background:	url(../images/loading.gif) no-repeat 50% 50%;
}

.exts {
	width:50%;
	text-align:left;
	float:left;
}

.ext {
	width:100px;
	margin:0px;
	float:left;
	height:20px;
	line-height:20px;
}

.price {
	width:70px;
	margin:0 10px 0 5px;
	display:block;
	text-align:right;
	float:left;
	height:20px;
	line-height:20px;
}

.domainext {
	position:relative;
	width:75px;
	float:left;
	margin:0;
	left:0;
}

#domain, #whoisTitle {
	color:#000;
	float:left;
	margin:3px 0 2px 10px;
	left:0;
}

#whoisTitle {
	margin:0px;
	font-size:20px;
	font-weight:bold;
}

.result, 
.result0, 
.result1 {
	width:75px;
	text-decoration:none;
	text-align:center;
	float:left;
}

.result0 {
	color:#FF0000;
	font-weight:bold;
}
	
.result1 {
	color:#66FF00;
	font-weight:bold;
}
	
.whoisBox {
/*    padding-top: 5px;*/
	color:#000;
	padding:5px 5px 0px 5px;
	background:#fff;
/*    border: 0px solid #eee;*/
}

#whoisBoxHead {
    border: 0px solid #eee;
	margin:0;
	color:#000;
	height:24px;
}

#whoisBoxHead img {
	width:20px;
	height:20px;
	float:right;
	margin:2px 5px;
}

.whoisBigBox,
#bigBox {
	margin:0px;
	padding:5px;
	background:#fff;
}

#bigBox {
	overflow:auto;
	height:320px;
	width:366px;
}

#bigBoxHead {
	margin:0px auto;
	padding:5px 0;
	height:30px;
	line-height:30px;
	width:375px;
}

#bigBoxHead img {
	width:30px;
	height:30px;
	float:right;
	margin-top:1px;
}

#bigContainer {
	width:auto;
	height: auto; 
	margin-left: -2000px;
	margin-top: -2000px;
	top: 50px;
	left: 50%;
	position:absolute;
	z-index:9999;
}

