@charset "utf-8";

.statusbar {
	font-size: 12px;
	color: #333;
}
.statusbar .step td {
	background-color: #f5f5f5;
	color: #666;
	font-weight: bold;
}
.statusbar .step td.selected {
	background-color: #006699;
	color: #fff;
	font-weight: bold;
}
.statusbar .title td {
	background-color: #fff;
	color: #ccc;
}
.statusbar .title td a, .statusbar .title td a:visited {
	color: #666;
	text-decoration: underline;
}
.statusbar .title td a:hover {
	color: #666;
	text-decoration: none;
}
.statusbar .title td.selected {
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
.statusbar .progress td {
	background-color: #fff;
	color: #ccc;
	font-size: 10px;
}
.statusbar .progress td.selected {
	color: #666;
}

.product {
	background-color: #f5f5f5;
	color: 333;
	border: 1px solid #ccc;
}
.orderdomain a, .orderdomain a:visited {
	background-color: #d6ffc3;
	color: #4CA422;
	border: 1px solid #4CA422;
	padding: 5px;
	text-decoration: none;
}
.orderdomain a:hover {
	background-color: #affd8a;
	color: #4CA422;
	border: 1px solid #4CA422;
	padding: 5px;
	text-decoration: none;
}
.freedomain {
	color: #CF0008;
	font-weight: bold;
	font-size: 10px;
}
#register, #transfer, #owndomain, #subdomain {
	background-color: #f5f5f5;
	padding: 5px;
	text-align: center;
}
tr.active {
	background-color: #fff;
	text-align: center;
}
ul.addon {
	list-style-type: circle;
	padding: 0 0 0 30px;
	margin: 0;
}
.subtotal td {
	background: #f5f5f5;
	color: #666;
}
.discount td {
	background: #FFFFDF;
	color: #333;
	font-weight: bold;
}
.due td {
	background: #FFDFE0;
	color: #DF0009;
	font-weight: bold;
}
.recurring td {
	background: #E1FFDF;
	color: #008F06;
	font-weight: bold;
}
.warningmessage {
	background-color: #FFFFDF;
	border: 1px solid #CFBD00;
	color: #8F8300;
	padding: 5px;
}

/*** styles added by Rye ***/
.statusbar a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	text-decoration:none !important;
	font-weight:normal !important;
}

.statusbar a:hover {
	text-decoration:underline !important;
}


.notice {
	background-color: #FFFEEF;
	/*background-image: url(../../images/notice.gif);*/
	background-image: url(../../images/gateways/padlock.gif);
	background-repeat: no-repeat;
	/*background-position: 10px 6px;*/
	background-position: 10px 4px;
	margin: 0 0 5px 0;
	padding: 5px 30px 5px 30px;
	border-top: 1px solid #EFE577;
	border-bottom: 1px solid #EFE577;
	font-size: 11px;
	color: #666;
}

.notice a {
	text-decoration:none !important;
}

.notice a:hover {
	text-decoration:underline !important;
}

h2.order-title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #3b8fcf;
	padding: 8px 0;
	margin: 0;
	font-weight: normal;
	text-decoration:none;
}

h2.order-title2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #3b8fcf;
	padding: 8px 0;
	margin: 0;
	font-weight: normal;
	text-decoration:none;
}

.product td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

.product input, select, textarea {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

.order-product, input, select, textarea{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

.highlight {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color: #f5f5f5;
	padding: 10px;
	margin: 0;
}

.highlight a {
	color:#333 !important;
	text-decoration:none !important;
}

.highlight a:hover {
	text-decoration:underline !important;
}

.secure-box {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

.error-area li  {
	list-style: square;
	color:#cc0000;
	margin-left:20px;
}


.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

.clientareatable td {
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	color: #333 !important;
	font-size: 12px !important;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #f5f5f5;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #FEFFBF;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFBFBF;
	text-align: center;
}

.subtotal td {
	background: #f5f5f5;
	color: #666;
}

.discount td {
	background: #FFFFDF;
	color: #333 !important;
	font-weight: bold;
}

.due td {
	background: #FFDFE0;
	color: #DF0009 !important;
	font-weight: bold;
}

.recurring td {
	background: #E1FFDF;
	color: #008F06 !important;
	font-weight: bold;
}

.gdLink a{
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	color: #666666 !important;
	font-size: 11px !important;
	text-decoration:none !important;
	font-weight:600 !important;
}

.gdLink a:hover {
	text-decoration:underline !important;
}