form {
	margin: 0px;
}

img {
	border: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color: #3A6897;
}

a:hover {
	text-decoration: none;
}

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

.wrapper {
	width: 700px;
}

table.clientlinks {
	background:#e0e0e0;
}

td.clientlinks {
	background:#f9f9f9;
	width:25%;
	text-align:center;
	padding: 6px;
}

.navboxlinks {
    background-color: #ffffff;
    padding: 5px;
}

.navboxlinks td {
    border-bottom: 1px dotted #cccccc;
}

.navbox {
    border: 1px dotted #cccccc;
    padding: 5px;
}

.navinput {
    border: 1px solid #cccccc;
    width: 95px;
}

.submitbutton {
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: #000066;
    border: 1px solid #000066;
}

.footerbar {
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 98%;
	border: 1px solid #e0e0e0;
	padding: 0px;
}

.fieldarea {
	background-color: #f7f7f7;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ff9999;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 96%;
	text-align: center;
	border: 1px dashed #cccccc;
	padding: 5px;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}

.statusbar {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.statusbar .step td {
	background-color: #f5f5f5;
	color: #666;
	font-weight: bold;
}
.statusbar .step td.selected {
	background-color: #3B8FCF;
	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 {
	color: #02578D;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	padding: 10px;
	margin: 0px;
	border: 1px solid #02578D;
	text-decoration: underline;
}
.orderdomain a:hover {
	color: #02578D;
	font-weight: bold;
	background-color: #BBD8FF;
	text-align: center;
	padding: 10px;
	margin: 0px;
	border: 1px solid #02578D;
	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;
}