@import "jquery-ui.css";
@import "phases.css";

/** -- NAME SERVER FAILURE KEY -- **/
table.ns_failure_key {
	border-collapse: collapse;
	margin-top: 10px;
}

td.center {
	text-align: center;
}

td.ie_is_stupid_left td {
	text-align: left;
}

table.ns_failure_key {
	vertical-align: center;
}

table.ns_failure_key th {
	text-align: left;
	color: #ff0000;
	background-color: #ffcccc;
	border: 1px solid #ff9999;
	padding: 4px 4px 4px 4px;
}

table.ns_failure_key td {
	border: 1px solid #ff9999;
	padding: 4px 4px 4px 4px;
}

/* name server bulk failure list */
li.item_okay,.item_okay li {
	list-style-image: url(../images/icon_check.gif);
	margin-left: 20px;
}

li.item_fail,.item_fail li {
	list-style-image: url(../images/icon_fail.gif);
	margin-left: 20px;
}

.hohover,tr.nohover:hover,.nohover tr:hover,.nohover td:hover,.nohover th:hover,.nohover:hover td
	{
	background-color: #ffffff;
}

ul.ul_dd,ul.search_dd {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #999999;
	list-style: none;
	margin: 0;
	padding-left: 0;
	visibility: hidden;
	outline: 0px;
	float: right;
	color: #000000;
}

.ul_dd li,ul.search_dd li {
	margin-left: 0;
	padding: 2px 2px 2px 2px;
	font-size: 8pt;
	text-align: left;
	overflow-x: hidden;
}

.ul_dd li a:hover,ul.search_dd li a:hover {
	background-color: #e8e4d8;
}

.ul_dd li a:link,.ul_dd li a:visited,ul.search_dd li a:link,ul.search_dd li a:visited
	{
	color: #0000ff;
}

ul.search_dd {
	float: left;
	width: 200px;
	z-index: 30;
}

li.search_dd_title {
	color: #999999;
	border-bottom: 1px solid #999999;
	margin-top: 8px;
}

li.search_dd_title span {
	float: left;
}

li.search_dd_title input {
	font-size: 6pt;
	border: 1px solid #999999;
	background-color: #eaeaea;
	float: right;
}

.search_dd_noresult {
	font-style: italic;
}

td.cell_nowrap,.cell_nowrap td {
	white-space: nowrap;
}

table.invoice_title {
	border-collapse: collapse;
	margin-left: auto;
}

.invoice_title td {
	border: 1px solid black;
	text-align: center;
	vertical-align: top;
	font-size: 10pt;
	padding: 3px;
}

.real-domain {
	color: #999999;
}

div.module-config-status {
	float: right;
	width: 250px;
	background: #eeeeee;
	border: 1px solid #999999;
	font-size: 9pt;
	padding: 2px;
}

div.module-config-status ul {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 1px;
}

div.module-config-status li {
	list-style: none;
	font-size: 8pt;
}

div.module-config-status li.highlight {
	list-style: square outside url(../images/right_icon_small.gif);
	padding-left: 0;
	font-weight: bold;
}

table.hosting_compare {
	width: 100%;
	border-collapse: collapse;
}

table.hosting_compare td {
	padding: 2px 10px 2px 10px;
	background: #ebebeb;
	font-size: 9pt;
	border-top: 2px solid #ffffff;
}

table.hosting_compare th {
	padding: 2px 10px 2px 10px;
	background: #898989;
	font-size: 10pt;
	text-align: left;
	white-space: nowrap;
	color: #ffffff;
}

table.select-domain-hosting {
	width: 100%;
	border-collapse: collapse;
}

table.select-domain-hosting th {
	width: 15%;
	white-space: nowrap;
}

table.select-domain-hosting th span {
	font-size: 9pt;
	font-weight: normal;
	color: #999999;
}

table.select-domain-hosting th,table.select-domain-hosting td {
	padding: 5px 3px 5px 3px;
}

.pagination td {
	white-space: nowrap;
}

.calframe iframe {
	display: none; /*sorry for IE5*/
	display /**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	top: 0; /*must have*/
	left: 0; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	width: 3000px; /*must have for any big value*/
	height: 3000px /*must have for any big value*/;
}

.folder div {
	background: url(/html/images/folder/line.gif) top left repeat-y;
	margin-left: 18px;
	font-size: 18px;
}

input.radio {
	border: 0px;
}

td.captcha div {
	margin-left: auto;
	margin-right: auto;
}

.tvc td {;
	
}

.discount_top td {
	border-top: 3px double #999;
}

/** status boxes **/

div.inputError {
	padding: 2px 2px 2px 2px;
	background: #ed1c24;
	color: #fff;
	border: 1px solid #f00;
	z-index: 99;
}

div.inputError img {
	position: relative;
	float: left;
	top: -10px;
	z-index: 100;
	margin-right: 3px;
}

div#status-transfer-in-code a:link, div#status-transfer-in-code a:visited,
div#status-transfer-in-lock a:link, div#status-transfer-in-lock a:visited, 
div#status-transfer-in-reject a:link, div#status-transfer-in-reject a:visited {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 11pt;
}

div#status-transfer-in-code a:hover, div#status-transfer-in-lock a:hover {
	text-decoration: underline;
}

div#status-new, div#status-sent {
	padding: 1rem;
	background-color: #196f92;
	color: #fff;
	margin-bottom: 1rem;
}

div#status-pending, div#clientHold, div#serverHold, div#serverHoldXXX, div#serverHoldCNNIC {
	padding: 1rem;
	background-color: #ff8f00;
	color: #fff;
	margin-bottom: 1rem;
}

.contact-billed-change {
	padding: 1rem;
	background-color: #ff8f00;
	color: #fff;
	margin-bottom: 1rem;
}

div#status-documents,div#status-documents-submitted {
	padding: 1rem;
	background-color: #196f92;
	color: #fff;
	margin-bottom: 1rem;
}

div#status-documents a:link, div#status-documents a:visited,
div#status-documents-submitted a:link, div#status-documents-submitted a:visited {
	color: #fff;	
}

div#status-transfer-out-pending,div#status-transferred,div#status-transfer-in-pend
	{
	padding: 1rem;
	color: #fff;
}

div#status-transfer-in-sent {
	padding: 1rem;
	color: #fff;
}

div#status-transfer-in-new {
	padding: 1rem;
	color: #fff;
}

div.status_box div a:link,div.status_box div a:visited {
	color: #fff;
	text-decoration: underline;
	font-style: italic;
}

div.status_box div a:hover {
	text-decoration: none;
}

div.status_box div div.reason {
	padding: 5px;
	color: #000;
	font-size: 8pt;
	border: 1px solid black;
	background: #fff;
	margin: 5px;
}

table#message-table {
	margin-bottom: 1px;
}

table#message-table td {
	color: #000;
	font-size: 8pt;
	padding: 10px;
}

table#message-table td b {
	font-size: 8pt;
}

table#message-table td p {
	margin-top: 2px;
}

div.lang_links {
	padding: 0px 1px 1px 35px;
	height: 20px;
}

div.lang_links a div {
	margin: 0px 5px 0px 5px;
}

div.premium_dns_notice {
	background: #E2FCFF;
	border: 1px solid #7DF1FF;
	padding: 4px;
	margin-bottom: 2px;
	color: #000;
	font-weight: bold;
}

a[disabled] {
	color: #999 !important;
	background: inherit;
}

.formInvalid[disabled] {
	background: #ccc !important;
}

.formInvalidNotSubmit {
		background: #ED1C24 !important;
}

label.formInvalid {
	background: inherit !important;
	border: 2px solid #f00;
}

label.formDisabled * {
	color: #ccc !important;
}

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #444;
	text-shadow: none;
	border: solid 3px #fdf298;  
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 2px 10px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0 0 2px 10px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 10px rgba(0, 0, 0, 0.6);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/en_US/static/btn_popup_close.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/en_US/template/loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 27px;
	height: 27px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #333;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.rtl { 
	display: inline-block;
	direction: rtl !important;
}

.ltr {
	display: inline-block;
	direction: ltr !important;
}

.bread {
	font-size: 8pt;
}


table.domain_list  {
	min-width: 100%;
	border-collapse: collapse;
}

table.domain_list th { text-align: left; border-bottom: 1px solid #000; padding: 10px 2px;}

table.domain_list td { padding: 2px;}

table.domain_list tr.alter td {
	background: #dbf2fb;
}


div.new_header {
	width: 763;	
}
div.new_header b { 
	white-space: nowrap;
	font-size: 30px;
	display: block;
	width: 300px;
	float:left;
	overflow:hidden;
	height: 40px;
}
div.new_header div {
	display: block;
	width: 400px;
	overflow: hidden;
	height: 60px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: right;
	float:right;
	font-weight: bold;
}

div.new_header div span { 
	font-size: 10px;	
	font-weight: normal;
}

.recaptcha_only_if_privacy, .recaptcha_logo {
	display: none;
}


.dir-ltr {
	direction: ltr;
	display: inline-block;
}

.dir-rtl, .dir- {
	direction: rtl;
	display: inline-block;
}

