/*
* CSS for whois
*/

div#centerContainer {
	position: relative;
	width: 580px;
	/*border: 1px solid black;*/
	text-align: center;
	margin: 0 auto;
}

/*
* Search form
*/
div#searchFormDiv2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 320px;
	margin: 0 auto;
}

form.searchForm {}

span#form_www {}

input.searchWord {
	font-size: 11px;
}

select#searchSelect {
	font-size: 11px;
}

option.searchOption {
	font-size: 11px;
}

input#searchBNT2 {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
}

div#ErrorMsg {
	color: #660000;
}

/*
* Resultater
*/
div#resultDiv {
	text-align: center;
}

form#resultForm {
	font-size: 11px;
}
input.info_bnt {
	font-size: 11px;
	width: 45px;
	text-align: center;
}
input.checkbox {}

table#result_table {
	vertical-align: top;
	width: 100%;
}

/* overskrifts */
tr#tr_headline {
	font-weight: bold;
}
td#td_headline_bg {
	font-weight: bold;
}
td#td_headline_domain {
	font-weight: bold;
}
td#td_headline_status {
	font-weight: bold;
}
td#td_headline_info {
	font-weight: bold;
}
td#td_headline_land {
	font-weight: bold;
	width: 70px;
}
td#td_headline_checkbox {}

/* resultaterne i table */
tr.tr_results {}

td.td_bg {
	width: 15px;
	height: 20px;
}
td.td_bg.ledig {
	background-image: url("available.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
td.td_bg.optaget {
	background-image: url("notAvailable.gif");
	background-repeat: no-repeat;
	background-position: center left;
}
td.td_bg.searching{
	background-image: url("yellowLoad.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

td.td_domain {}
td.td_status {}
td.td_info {}
td.td_land {
	width: 100px;
}
td.td_checkbox{}

/*
	SubmitBtn
*/
td#submitBtnTD {}
input#submitBtn {
	position: relative;
	left: 260px;
	font-size: 11px;
}


/* DIV-LAYER, til 'onMouseOver();' */
/*
	NB: HEIGHT, bliver sat automatisk til xxx px
	med overflow. Ændres i JavaScript file.
*/
div#div_layer {
	/*width: 250px;*/
	width: 380px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	z-index: 300;
	display: none;
}

/* Luk link i div-layer */
div#div_luk_bnt {
	background-color: #ffcc66;
	display: block;
	text-align: right;
}

a.luk_link {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
a.luk_link:link {}
a.luk_link:hover {}
a.luk_link:visited {}

/* Selve informationerne */
div#info_box {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

span#info_land {
	display: block;
}

span#info_soegeord {
	display: block;
}

span#info_min_max_chr {
	display: block;
}

span#info_needToBeLocal {
	display: block;
}

/* SERVER RETURN BOX - WHOIS */

/* selve svaret fra server/domain.class.php */
div#whoisBox {
	width: 97%;
}

/* beskeden i toppen ("whois:") */
div#whoisTopMSG {
	font-weight: bold;
}

div#preloadBar {
/* BG-IMAGE: Husk at url skal køres fra whois.php */
	background-image: url("../pic/progressSC.gif");
	background-repeat: no-repeat;
	width: 125px;
	height: 110px;
}
