/*  AjaxWhois v0.4
*   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;
}

#ajaxlogC {
	font-family:Trebuchet MS;
	height:auto;
	margin:5px 0;
	font-size:13px;
	line-height:18px;
	border:1px solid #ccc;
}

#whois-b {
	background:none;
	width:100%;
	float:left;
	text-align:center;
}

div#whois-b div#wf, td#whois-b div#wf {
	font-size:9px;
	text-align:center;
	line-height:13px;
	background:none;
	color:#000;
}

div#big-whois-b div#bwf, td#big-whois-b div#bwf {
	font-size:12px;
	text-align:center;
	line-height:22px;
	background-color:#fff;
	width:345px;
	color:#000;
}

#big-whois-t {
	background:url(../../default/images/t-big.jpg) 0 0 repeat-x;
	height:40px;
	width:375px;
}

.big-whois-tl {
	background:url(../../default/images/l.jpg) 0 0 repeat-y;
	height:40px;
}

.big-whois-tr {
	background:url(../../default/images/r.jpg) 100% 0 repeat-y;
	height:40px;
}

.big-whois-l {
	background:#fff url(../../default/images/l.jpg) 0 0 repeat-y;
}

#big-whois-r {
	background:url(../../default/images/r.jpg) 100% 0 repeat-y;
	padding:10px;
}

#big-whois-b {
	background:url(../../default/images/b-big.png) 0 0 repeat-x;
	height:26px;
	float:left;
}

.big-whois-bl {
	background:url(../../default/images/bl-big.png) 0 0 no-repeat;
	height:26px;
	width:26px;
	float:left;
}

.big-whois-br {
	background:url(../../default/images/br-big.png) 0 0 no-repeat;
	height:26px;
	width:26px;
	float:left;
}

#ajaxlogs a {
	text-decoration:none;
}

#ajaxlog1, 
#ajaxlog3, 
#ajaxlog5, 
#ajaxlog7, 
#ajaxlog9, 
#ajaxlog11, 
#ajaxlog13, 
#ajaxlog15, 
#ajaxlog17, 
#ajaxlog19,
#ajaxlog21,
#ajaxlog23,
#ajaxlog25,
#ajaxlog27,
#ajaxlog29,
#ajaxlog31,
#ajaxlog33,
#ajaxlog35,
#ajaxlog37,
#ajaxlog39,
#ajaxlog41,
#ajaxlog43,
#ajaxlog45,
#ajaxlog47,
#ajaxlog49,
#ajaxlog51 {
	height:auto;
	float:left;
	width:100%;
}


#ajaxlog0, 
#ajaxlog2, 
#ajaxlog4, 
#ajaxlog6, 
#ajaxlog8, 
#ajaxlog10, 
#ajaxlog12, 
#ajaxlog14, 
#ajaxlog16, 
#ajaxlog18, 
#ajaxlog20, 
#ajaxlog22, 
#ajaxlog24, 
#ajaxlog26, 
#ajaxlog28, 
#ajaxlog30, 
#ajaxlog32, 
#ajaxlog34, 
#ajaxlog36, 
#ajaxlog38, 
#ajaxlog40, 
#ajaxlog42, 
#ajaxlog44, 
#ajaxlog46, 
#ajaxlog48, 
#ajaxlog50 {
	height:auto;
	float:left;
	border-right:1px solid #ccc;
	width:100%;
}

.ajax-loading {
	margin-left: 0px;
	padding-left: 20px;
	background:	url(../../default/images/spinner.gif) no-repeat 0 0;
}

.website-loading {
	background:	url(../../default/images/loading.html) no-repeat 50% 50%;
}

.exts {
	width:50%;
	text-align:left;
	float:left;
}

.ext {
	width:100px;
	margin:0px;
	float:left;
}

.price {
	width:70px;
	margin:0 10px 0 5px;
	display:block;
	text-align:right;
	float:left;
}

div#ajaxlogC div.domainext, div#ajaxlogs div.domainext  {
	position:relative;
	width:75px;
	float:left;
	margin:0 0 0 3px;
	left:0;
}

#domain, #whoisTitle {
	color:#000;
	float:left;
	margin:3px 0;
	left:0;
	width:100%;
	text-align:center;
}

#whoisTitle {
	text-align:left;
	width:auto;
	font-size:20px;
	font-weight:bold;
	margin:0 0 0 10px;
}

div#ajaxlogs div.result, 
div#ajaxlogs div.result0, 
div#ajaxlogs div.result1,
div#ajaxlogC div.result, 
div#ajaxlogC div.result0, 
div#ajaxlogC div.result1 {
	width:75px;
	text-decoration:none;
	text-align:center;
	float:left;
}

.result0 {
	color:#FF0000;
	font-weight:bold;
}
	
.result1 {
	color:#66FF00;
	font-weight:bold;
}
	
.whoisBox {
	color:#000;
	padding:5px 5px 0px 5px;
	background:#fff;
}

#whoisBoxHead {
    border: 1px solid #ccc;
	margin:0;
	color:#000;
	background:#ccc;
	height:24px;
	width:100%;
}

#whoisClose {
	width:30px;
	height:32px;
	float:right;
	background:	url(../../default/images/closebox.jpg) no-repeat 0 1px;
	cursor:pointer;
	margin:0 3px 0 0;
}

#bigBox {
	margin:0px;
	padding:0px;
	background:#fff;
	overflow:auto;
	height:320px;
	width:366px;
}

#bigBoxHead {
	margin:0px auto;
	padding:5px 0 0;
	height:30px;
	line-height:30px;
	width:375px;
}

#bigContainer {
	width:auto;
	height: auto; 
	margin-left: -2000px;
	margin-top: -2000px;
	top: 50px;
	left: 50%;
	position:absolute;
	z-index:9999;
}
