/*  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 {
	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 {
	height:auto;
	margin:5px 0;
	font-size:13px;
	line-height:18px;
	/*border:1px solid #ccc;*/
}

#whois-b {
	background:none;
	width:0;
	float:left;
	text-align:center;
	display:none;
	visibility:hidden;
}

#wf {
	font-size:0px;
	text-align:center;
	line-height:0px;
	/*background:none;
	color:#000;*/
}

#bwf {
	font-size:12px;
	text-align:center;
	line-height:22px;
	background-color:#fff;
	width:345px;
	color:#000;
}

#big-whois-t {
	background:url(../../default/images/big/t.png) 0 0 repeat-x;
	height:40px;
	float:left;
	width:375px;
}

.big-whois-tl {
	background:url(../../default/images/big/tl.png) 0 0 no-repeat;
	width:8px;
	height:40px;
	float:left;
}

.big-whois-tr {
	background:url(../../default/images/big/tr.png) 100% 0 no-repeat;
	height:40px;
	width:17px;
	float:left;
}

.big-whois-l {
	background:url(../../default/images/big/l.png) 0 0 repeat-y;
	padding-left:2px;
}

#big-whois-r {
	background:url(../../default/images/big/r.png) 100% 0 repeat-y;
	padding-right:12px;
	margin-right:2px;
}

#big-whois-b {
	background:url(../../default/images/big/b.png) 0 100% repeat-x;
	height:33px;
	float:left;
}

.big-whois-bl {
	background:url(../../default/images/big/bl.png) 0 100% no-repeat;
	height:33px;
	width:25px;
	float:left;
}

.big-whois-br {
	background:url(../../default/images/big/br.png) 100% 100% no-repeat;
	height:33px;
	width:30px;
	float:left;
}

#ajaxlogs a {
	text-decoration:none;
}

#ajaxlogs #ajaxlog* {
	background: #fff;
	height:auto;
}

#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%;
	background-color:#424142;
}


#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;
	width:100%;
	background-color:#696969;
}

.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.gif) no-repeat 50% 50%;
}

.exts {
	/*width:50%;
	text-align:left;
	float:left;*/
	direction:ltr;
}

.ext {
	width:200px;
	margin:0px;
	float:left;
}

.price {
	width:270px;
	margin:0 10px 0 5px;
	display:block;
	text-align:right;
	float:left;
}

.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;
}

.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 {
	color:#000;
	padding:5px 5px 0px 5px;
	background:#fff;
}

#whoisBoxHead {
    /*border: 1px solid #ccc;
	margin:0;
	background:#ccc;
	width:100%;*/
	height:24px;
	color:#000;
}

#whoisBoxHead img {
	width:20px;
	height:20px;
	float:right;
	margin:2px 5px;
}

.whoisBigBox,
#bigBox {
	margin:0px;
	padding:5px;
	background:#fff;
	color:#000000;
	direction:ltr;
}

#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;
}

