﻿#TB_overlay
{
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}
body
{
    font-size: 10px;
    color: #6cb2ce;
    font-family: tahoma;
    background-color: #42525E;
}
a
{
    color: #6cb2ce;
    text-decoration: none;
}
a:link
{
    color: #6cb2ce;
    text-decoration: none;
}
a:hover
{
    color: #6cb2ce;
    text-decoration: none;
}
a:visited
{
    color: #6cb2ce;
    text-decoration: none;
}
a:active
{
    color: #6cb2ce;
    text-decoration: none;
}
.whois_center_td
{
    width: 100%;
    text-align: center;
    vertical-align: top;
    background-position: center top;
    background-attachment: scroll;
    background-image: url(image/whois_bg.jpg);
    background-repeat: repeat-x;
}
.whois_txt_td
{
    text-align: right;
    vertical-align: top;
    height: 14px;
    font-size: 1px;
    padding-top: 1px;
}
.whois_txt
{
    height: 13px;
    width: 180px;
    font-size: 8pt;
    font-family: Arial;
    border-right: 0px solid;
    padding-right: 2px;
    border-top: 0px solid;
    padding-left: 2px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: 0px solid;
    clip: rect(0px 0px 0px 0px);
    padding-top: 0px;
    border-bottom: 0px solid;
    border-collapse: collapse;
    background-color: transparent;
}
.whois_btn
{
    height: 17px;
    width: 55px;
    font-size: 8pt;
    font-family: tahoma;
    border-right: 0px solid;
    padding-right: 2px;
    border-top: 0px solid;
    padding-left: 2px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: 0px solid;
    clip: rect(0px 0px 0px 0px);
    padding-top: 0px;
    border-bottom: 0px solid;
    border-collapse: collapse;
    background-color: transparent;
    cursor: pointer;
    cursor: hand;
}
.whois_div
{
    background-position: center top;
    background-attachment: scroll;
    background-image: url(image/whois_txt_bg.jpg);
    background-repeat: repeat-x;
    height: 15px;
    width: 200px;
    font-size: 8pt;
    font-family: Arial;
    border-right: 0px solid;
    padding-right: 2px;
    border-top: 0px solid;
    padding-left: 2px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: 0px solid;
    clip: rect(0px 0px 0px 0px);
    padding-top: 0px;
    border-bottom: 0px solid;
    border-collapse: collapse;
    font-family:Tahoma;
    padding-right:15px;
}
.whois_btn_div
{
    width: 55px;
    height: 17px;
    background-position: center top;
    background-image: url(image/whois_search_btn.jpg);
    background-repeat: no-repeat;
    font-size: 1px;
    cursor: pointer;
    cursor: hand;
}
.whois_btn_div_hover
{
    width: 55px;
    height: 17px;
    background-position: center bottom;
    background-image: url(image/whois_search_btn.jpg);
    background-repeat: no-repeat;
    font-size: 1px;
    cursor: pointer;
    cursor: hand;
}

.myspan a
{
    font-size: 12px;
    color: #000000;
    font-family: tahoma;
    text-decoration: underline;
    padding-left: 10px;
}
.myspan li
{
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}
.myspan ul
{
    text-align: left;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    list-style-position: outside;
    list-style-type: circle;
    margin: 0px;
}


.ac_results {
	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 {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indic.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color:#42525E;
	color: white;
}



.hand
{
    cursor: pointer;
    cursor: hand;
}

