@CHARSET "UTF-8";

.faded {
	color: #CCCCCC;
}

.template {
	display: none;
}

ul.domain-name-list {
	margin: 0 0 0.5em 0;
	overflow: hidden;
	padding: 0;
	list-style-position: inside;
}

ul.domain-name-list li {
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	line-height: 16px;
	padding-left: 50px;
	border-bottom: 1px solid #6F6868;
	margin-bottom: 5px;
}

ul.domain-name-list li:hover {
	background-color: rgb(233, 239, 244);
}

ul.domain-name-list li span {
	width: 80%;
	float: left;
}

li.new {
	color: #004B8F;
	background: url('../../images/famfamfam/new.png') 15px 3px no-repeat;
}

li.transfer {
	background: url('../../images/registered.png') 0 3px no-repeat;
	color: #880000;
}

li.blacklisted {
	color: #004B8F;
	background: url('../../images/blacklisted.png') 0px 3px no-repeat;
}

ul.transfer li.new {
	color: #cccccc;
	text-decoration: line-through;
}

ul.register li.tranfer {
	color: #cccccc;
	text-decoration: line-through;
}

label {
	width: 170px;
}

label.short {
	width: 70px;
}

#domainNamesForm label {
	clear: both;
	float: left;
}

label.wauto {
	width: auto;
}

textarea.big {
	width: 70%;
	height: 2em;
	clear: both;
}

textarea.expanding {
	font-size: 1em;
	float: left;
}

#addDomainNameSubmit {
	display: block;
	float: left;
}

h6 {
	font-size: 1em;
	margin: 5px 0;
}

li.export {
	list-style: none;
	overflow: hidden;
}

.export ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div.export ul li {
	display: inline;
	padding: 0 15px;
	background: url('../../images/famfamfam/bullet_arrow_down.png') left
		center no-repeat;
}

.export a {
	
}

.export a:hover {
	
}

/* removing pop style from dialog */
#dialog {
	overflow: hidden;
	height: auto;
	width: auto;
	margin: 0 auto;
	position: relative;
}

div.main-content {
	margin: 0.5em 0;
	overflow: hidden;
}

div.leftCol {
	width: 65%;
	margin-right: 4%;
	float: left;
}

div.rightCol {
	width: 30%;
	float: right;
	overflow: hidden;
}

div.notes,div.tools {
	padding: 3px;
	border: 1px solid rgb(68, 122, 169);
	margin: 1em 0 0 0;
	overflow: hidden;
}

/* login form*/
#login {
	width: 440px;
}

#login label {
	width: 110px;
}

.notes {
	clear: both;
	margin-bottom: 2em;
}

.notes textarea {
	width: 98%;
	height: 6em;
	margin: auto;
}

ul.tools {
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0;
}

ul.tools li {
	background: url('../../images/famfamfam/bullet_wrench.png') left center
		no-repeat;
	padding: 0 0 0 20px;
}

ul.domain-name-list  a.remove {
	margin-top: 3px;
	float: right;
}

a.remove {
	text-decoration: none;
	height: 16px;
	text-indent: -2000px;
	padding-right: 20px;
	background: url('../../images/famfamfam/delete.png') right center
		no-repeat;
}

a.down {
	padding-right: 20px;
	background: url('../../images/famfamfam/bullet_arrow_down.png') right
		center no-repeat;
}

a.tiptool {
	margin-left: 55%;
	float: left;
}

ul.tools {
	
}

input[readonly=readonly] {
	color: #83A3BF;
	background-color: #EFEFEF;
}

/* takstlist */
tr.hidden {
	display: none;
}

tr.visible {
	display: table-row;
}

div.footer {
	margin: 20px 0 10px 0;
	clear: both;
}

/* advertentie */
div.advertentie {
	text-align: center;
}

dl {
	overflow: hidden;
}

dt {
	clear: left;
	float: left;
	width: 20%;
	font-style: normal;
	font-weight: normal;
}

dd {
	float: left;
	font-style: italic;
	font-weight: normal;
}

.hidden {
	display: none;
}

/**
	ADMIN: RDS TldHelpTxts
**/
ul.tldHelpTxt {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	width: 70%;
}

.tldHelpTxt li {
	padding: 10px 15px;
	border-bottom: 1px solid #D3DFEA;
	overflow: hidden;
}

.tldHelpTxt li.existing {
	background-color: #F6F8FF;
}

.tldHelpTxt li.saving {
	background-color: #FFFFDF;
}

.tldHelpTxt li input,.tldHelpTxt li select {
	float: left;
	margin-right: 5%;
	width: 20%;
}

.tldHelpTxt li button {
	float: left;
	width: 10%;
	margin-right: 5%;
	height: 22px;
	cursor: pointer;
}

div.editArea {
	display: block;
}

.tldHelpTxt li textarea {
	float: left;
	clear: both;
	width: 96%;
	height: 200px;
	margin: 10px 0 0 0;
}

button.addbtn {
	margin: 10px;
}