body {
	font-family: sans-serif;
	color: black;
}
form
{
	padding: 0;
	margin: 0;
	border: 0;
}

a, a:link, a:visited, a:hover { color: #3f4c6b; font-weight: bold; }
a:hover { text-decoration: none; }

h1,h2,h3,h4,h5,h6 { color: #3f4c6b; }

pre
{
	font-size: 100%;
}

hr
{
	height: 1px;
	background-color: #bbbbbb;
	color: #bbbbbb;
	border: solid #bbbbbb 0;
	padding: 0;
	margin: 0;
	border-top-width: 1px;
}

td.right-cell,
td.left-cell
{
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	font-size: 90%;
}
td.left-cell
{
	/* width: 10%; */
}
td.middle-cell
{
	text-align: right;
	padding: 20px 20px 12px 20px;
}
td.middle-cell a
{
	color: inherit;
	font-weight: normal;
}
td.content-cell
{
	vertical-align: top;
	padding: 20px 125px 12px 20px;
	font-size: 100%;
}
td.right-content-cell
{
	vertical-align: top;
	padding: 40px 15px 20px 5px;
	font-size: 90%;
}
td.content-cell
{
	vertical-align: top;
	padding: 20px 0px 12px 20px;
	font-size: 100%;
}
td.content-cell h2
{
	margin-left: 0px;
}
td.content-cell p,
td.content-cell ul,
td.content-cell table
{
	margin-left: 62px;
}
td.content-cell p
{
	margin-right: 170px;
}
td.content-cell ul
{
	list-style-image: url(/images/check_mark.gif);
}
td.content-cell li
{
	margin-top: 3px;
}
td.content-cell table
{
	border: 1px solid #bbbbbb;
}
td.content-cell th
{
	background: #bbbbbb;
	padding: 2px 6px 2px 6px;
	font-size: 90%;
}
td.content-cell td
{
	padding: 2px 10px 2px 10px;
	font-size: 90%;
}
td.domains-col
{
	width: 33%;
	font-size: 90%;
}

td.lang-switch
{
	text-align: right;
	font-size: 90%;
	padding-right: 120px;
}

small.gray
{
	color: #696565;
	font-size: 6pt;
}

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

/* --------------- INDEX ------------------ */

table#logo-bar tr td {
	font-size: 12px;
	font-weight: bold;
}

/* product-links */

div.product-links
{
	line-height: 150%;
}

/* subject */

table.subject
{
	border-spacing: 0px;
}

ul.subject-domains,
ul.subject-domains li
{
	list-style-image: url(/images/arrow.png);
}

ul.subject-domains li a
{
	font-size: 80%;
	font-weight: normal;
}

ul.subject-domains
{
	padding-left: 15px;
}

table.subject-domains
{
	padding-left: 25px;
}

table.subject-domains a {
	font-size: 80%;
}

table.subject-domains td
{
	padding-right: 10px;
}

div.subject-table {
	display: table;
	width: 100%;
}

div.subject-cell,
div.subject-cell-right {
	display: table-cell;
	vertical-align: top;
}

div.subject-cell-right {
	float: right;
}

div.subject-cell-right table {
	padding: 0px;
	margin: 0px;
	border: 1px solid #bbbbbb;
}


/* domain */

ul.domain,
ul.domain li
{
	list-style-image: url(/images/arrow.png);
	line-height: 150%;
}

td.domain-acquired {
	padding-left: 50px;
}

div.seal-table {
	display: table;
	/*border: 1px red solid;*/
}

div.seal-table div.cell {
	display: table-cell;
	vertical-align: top;
	/* border: 1px blue solid; */
}

div.seal-table div.cell img {
	margin-right: 35px;
}

/* footer */

td.footer
{
	padding: 0px 2px 0px 6px;
	text-align: center;
	font-size: 9pt;
}

td.footer a,
td.footer a:link,
td.footer a:visited
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

td.footer a:hover
{
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

/* ------ pre checkingElement ------ */

.formCorrect {
	width: 16px;
	height: 16px;
	background-image: url(/images/check_mark-16px.gif);
	background-repeat: no-repeat;
	float: right;
}

.formIncorrect {
	width: 16px;
	height: 16px;
	background-image: url(/images/cross.png);
	background-repeat: no-repeat;
	float: right;
	margin-left: 5px;
	 /*border: 1px red solid;*/
}

/* ------- pre won_domains -------- */

td.right-content-cell li
{	
	list-style-image: url(/images/arrow.png);	
}

ul.success-rate,
ul.success-rate li
{
	list-style-image: none;
	list-style-type: none;
	margin-top: -10px;
}

ul.success-rate
{
	font-size: 200%;
	font-weight: bold;
}

/* -------- pre Top registrars a Top owners ---------- */

td.positive {
     color: #00CC00;     
}

td.negative {
     color: #FF0000;
}

td.neutral {
     color: black;
}

tr.top-registrars-head {
     background-color: #BBBBBB; 
}

tr.top-registrars-even {
     background-color: #EEEEEE;
}

tr.top-registrars-even-hover {
     background-color: #CCCCFF;
}

tr.top-registrars-odd {
     background-color: #FFFFFF;
}

tr.top-registrars-odd-hover {
     background-color: #DDDDFF;
}

/* ------------- pre Taken domains ---------------- */

div.taken-table {
	display: table;
	width: 100%;
}

div.taken-cell,
div.taken-cell-right {
	display: table-cell;
	vertical-align: top;
}

div.taken-cell-right {
	float: right;
}

div.taken-cell-right table {
	padding: 0px;
	margin: 0px;
}


tr.select-day,
tr.select-day-hover {
	background-color: #AAAAFF;
}
		
table.statistic-table {
	white-space:nowrap;
}
table.statistic-table td {
	font-size: 65%;
}
		
/* ------------- List ---------------- */

div.list table,
table.list
{
	border-width: 0px;
}

/* ------------- Held ---------------- */

div.held,
div.held p,
div.held table,
table.held
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

table.held td
{
	padding-left: 0px;
}


/* --------------- FAQ --------------- */

ol.faq p
{
	margin: 0px;
}

ol.faq-index li
{
	padding-bottom: 4px;
}

ol.faq li
{
	padding-bottom: 10px;
}

ol.faq a,
ol.faq-index a
{
	font-weight: bold;
}

/* -------------- SUBJECT-NEW ---------------- */

div.subject-new,
div.subject-new p,
div.subject-new table,
table.subject-new
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

/* --------------- SUBJECTS ------------------ */

div.subjects,
div.subjects table.subjects {
	border-width: 0px;
}

/* --------------- SUBJECTS-OVERVIEW ------------------ */

div.subjects-overviev-search-form,
div.subjects-overviev-search-form table,
table.subjects-overviev-search-form {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

/* --------------- DOMAINS-OVERVIEW ------------------ */

div.domains-overviev-search-form,
div.domains-overviev-search-form table,
table.domains-overviev-search-form {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

/* --------------- ORDER-FORM ------------------ */

form#order p {
	padding: 0px;
	margin: 0px;
}

form#order img {
	vertical-align: bottom;
}

form#order div.space-captcha-submit {
	height: 20px;
	display: block;
	 /*border: 1px red solid;*/
}

form#order div.space-faq-captcha {
	height: 20px;
	display: block;
}
/* --------------- CAPTURED ------------------ */

div.captured-list {
	padding-left: 62px;
	/*border: 1px red solid;*/
}

div.captured-list h2 {
	padding: 0px;
	margin: 0px;
}

div.captured-list ul {
	list-style-image: url(/images/arrow.png);
}

div.captured-list ul {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}

/* ------------------ STATISTICS ---------------------- */

table.statistics tr.even {
     background-color: #EEEEEE;
}

table.statistics tr.even-hover {
     background-color: #CCCCFF;
}

table.statistics tr.odd {
     background-color: #FFFFFF;
}

table.statistics tr.odd-hover {
     background-color: #DDDDFF;
}

