@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: text-bottom;
	border: 0;
}

a img {
	border: none;
}

h2 {
	font-size: 12px;
	color: #000;
}

body {
	background: url(../img/bgr.gif) top left repeat-x #fff;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow-y: scroll;
}

#wrap {
	width: 95%;
	margin: auto;
}

/* Top segment */
#top {
	float: left;
	width: 100%;
	height: 51px;
	overflow: auto;
}

.nav {
	float: left;
	width: 550px;
}

.nav ul li {
	float: left;
	list-style-type: none;
	width: 130px;
	font-weight: bold;
	padding-top: 15px;
	border-left: 1px solid #C9C9C9;
	padding-left: 5px;
}

.nav ul li a {
	font-size: 12px;
	color: #800000;
}

.nav ul li a:hover {
	color: #616161;
}

.loginBox {
	float: right;
	width: auto;
	color: #800000;
	padding: 1px 70px 0px 0px;
}

.loginBox label {
	float: left;
	font-weight: bold;
	margin: 3px 0 0 0;
}

.loginBox input {
	float: left;
	width: 116px;
	margin: 0 0 0 8px;
	font-size: 10px;
	padding: 2px;
}

.loginBox input.loginButton {
	float: right;
	margin: 0;
	padding: 0;
	background: url(../img/button-bgr.gif) center no-repeat;
	border: 0;
	font-size: 10px;
	color: #fff;
	width: 52px;
	height: 20px;
	cursor: pointer;
}

/* Header */
#header {
	float: left;
	width: 960px;
	height: 109px;
	background: url(../img/header-bgr.jpg) top left no-repeat;
	padding: 10px 0 0 0;
}

.logo {
	float: left;
}

.domainSearchBox {
	float: right;
	background: url(../img/domain-search-bgr.png);
	width: 290px;
	height: 65px;
	margin: 5px 0 0 0;
	padding: 15px 0 0 20px;
	/* IE6 png background fix >> */ //
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/domain-search-bgr.png',
		sizingMethod='scale' );
}

.domainSearchBox label {
	color: #fff;
}

.domainSearchBox input {
	width: 184px;
	font-size: 10px;
	padding: 2px;
	margin: 5px 0 0 0;
	background-color: #c1c1c1;
	border: #393a3a solid 1px;
}

.domainSearchBox input.searchButton {
	margin: 5px 0 0 5px;
	width: 73px;
	height: 20px;
	padding: 0;
	background: url(../img/wide-button-bgr.gif);
	cursor: pointer;
	color: #fff;
	border: 0;
}
/* Top segment */
/* Content */
#content {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	background: url(../img/tab-bgr.png) left top repeat-x;
}

#tabs {
	float: left;
	width: 100%;
	padding: 11px 0 0 0;
}

#tabs ul li {
	float: left;
	list-style-type: none;
}

#tabs li a {
	float: left;
	width: 94px;
	background: url(../img/tabs1.png) 0 0 no-repeat;
	font-size: 11px;
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 8px 0 0 0;
	height: 22px;
	margin: 0 2px 0 0;
	display: block;
}

#tabs a:hover {
	background: url(../img/tabs1.png) 0 -60px no-repeat;
	color: #800000;
}

#tabs a.activeTab {
	background: url(../img/tabs1.png) 0 -30px no-repeat;
	color: #800000;
}

#tabsHolder {
	float: left;
	width: 100%;
	border: #bdbdbd solid 1px;
	border-top: 0;
	padding: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#tabsHolder table {
	float: left;
	border: 0;
}

#tabsHolder th {
	border-bottom: #800000 solid 1px;
	color: #800000;
	font-weight: bold;
	padding: 5px 0;
	text-align: left;
}

#tabsHolder td {
	color: #800000;
}

#tabOneHolder {
	float: left;
	width: 100%;
}

.titleTabInner {
	float: left;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #D5C3C3;
}
/* .titleTabInner img {float:left;} */
.titleTabInner h2 {
	float: left;
	padding: 1px 0 0 7px;
	color: #800000;
}

.titleTabInnerRight {
	float: left;
	width: 100%;
	border-bottom: #d5c3c3 solid 1px;
	padding: 0 0 5px 0;
}

.titleTabInnerRight img {
	float: left;
}

.titleTabInnerRight h2 {
	float: left;
	padding: 1px 0 0 7px;
	color: #800000;
}

#tabOneHolder p {
	float: left;
	width: 96%;
	padding: 5px 0;
}

.leftColumnHolder {
	float: left;
	width: 73%;
}

.leftColumnHolder .customDiv {
	background-color: #ffffff;
	border-bottom: 1px solid #D5C3C3;
	border-left: 1px solid #D5C3C3;
	border-right: 1px solid #D5C3C3;
	width: auto;
	min-height: 100px;
	padding: 4px;
	padding-left: 8px;
	color: #800000 !important;
}

.leftColumnHolder .customDiv p {
	width: auto !important;
	float: none !important;
	padding: 0 !important;
	color: #800000 !important;
}

.leftColumnHolder .groupDiv {
	background-color: #f8e6e6;
	border: 1px solid #D5C3C3;
	width: auto;
	height: auto;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #f8e6e6 !important;
}

.rightColumnHolder {
	float: right;
	width: 25%;
}

.rightColumnHolder .customDiv p {
	width: auto !important;
	float: none !important;
	padding: 0 !important;
	color: #800000 !important;
}

.rightColumnHolder .customDiv {
	background-color: #ffffff;
	border-bottom: 1px solid #D5C3C3;
	border-left: 1px solid #D5C3C3;
	border-right: 1px solid #D5C3C3;
	width: auto;
	min-height: 100px;
	padding: 4px;
	padding-left: 8px;
	color: #800000 !important;
}

#tabTwoHolder {
	float: left;
	width: 100%;
}

.wideTableHolder {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.wideTableHolder p {
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #79a1ac;
}

.extraOptionsSus {
	float: right;
	width: 120px;
}

.extraOptionsSus ul li {
	float: left;
	list-style-type: none;
}

.extraOptions {
	float: left;
	width: 11%;
}

.extraOptions ul li {
	text-align: left;
	list-style-type: none;
}

.tip {
	background-color: #d7f0f7;
	padding: 5px 5px 5px 5px;
	color: #000000;
	font-size: 11px;
	width: 300px;
	border: 1px solid #076793;
}
/* Prefooter */
#preFooterLinks {
	float: left;
	width: 100%;
	border-top: #8F5656 solid 1px;
	padding: 12px 0;
}

.prefooterBox {
	float: left;
	width: 224px;
	padding: 0 0 0 15px;
	border-right: #e0dfdf solid 1px;
	height: auto !important;
}

.prefooterBox b {
	float: left;
	color: #800000;
	font-size: 12px;
}

.prefooterBox ul {
	float: left;
	padding: 10px 0 0 0;
}

.prefooterBox ul li {
	float: left;
	list-style-type: none;
	width: 214px;
	color: #800000;
	padding: 0 0 1px 10px;
}

.prefooterBox li {
	background: url(../img/prefooter-bullet.gif) 0 5px no-repeat;
}

.prefooterBox li a {
	color: #800000;
	text-decoration: none;
}

.prefooterBox li a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	float: left;
	width: 100%;
	border-top: #8F5656 solid 4px;
}

.footerLeft {
	float: left;
	width: 400px;
	color: #747474;
}

.footerRight {
	float: right;
	width: 400px;
	color: #d1d1d1;
	text-align: right;
}

.footerRight a {
	color: #747474;
	text-decoration: none;
	margin: 0 3px;
}

.footerRight a:hover {
	text-decoration: underline;
}

a {
	color: #159aaf;
}

a {
	text-decoration: none !important;
}

/* This is for the table row highlight */
.datahighlight {
	background-color: #f8e6e6 !important;
}

/* For the my account page, create a bit wider input fields */
.user_info input {
	width: 250px;
}

/* When billing form in profile is disabled */
.formGrayOut {
	background: #ccc;
}
/*
 DIV holders for info, success, warning, error and validation messages
 */
.infoMessage,.successMessage,.warningMessage,.errorMessage,.validationMessage
	{
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	height: auto;
}

.infoMessage {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/info.png');
}

.successMessage {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/success.png');
}

.warningMessage {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/warning.png');
}

.errorMessage {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/error.png');
}

.deleteButton {
	width: 120px;
	color: #800000;
	border: #800000 solid 1px;
	background: #fff;
	margin: 0 5px 0 0;
}

.singleButton {
	width: 120px;
	color: #800000;
	border: #800000 solid 1px;
	background: #fff;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.singleButtonDns {
	width: 120px;
	color: #800000;
	border: #800000 solid 1px;
	margin: 0 5px 0 0;
}

.singleButtonFXW {
	width: 120px;
	color: #800000;
	border: #800000 solid 1px;
	background: #fff;
	margin: 0 5px 0 0;
}

.resellerButton {
	color: #800000;
	border: #800000 solid 1px;
	background: #fff;
	margin: 2px 5px 10px 5px;
	padding: 2px 5px;
}

.resellerButton:hover {
	cursor: pointer;
	opacity: 0.8;
}

.ajax-loader {
	display: none;
	width: 98%;
	height: 98%;
	background-color: white;
	background-image: url('../img/ajaxloader.gif');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9999;
}

.packagePopupBody {
	margin: 10px;
}

div#contact_block {
	float: left;
	margin-right: 20px;
}

#contact_link {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #800000;
}

#contact_link:hover {
	color: #616161;
}

span.required {
	width: 10px;
	height: 12px;
	display: inline-block;
	background: url('../img/asterisk_red.png') no-repeat 100% 0%;
}

#resellerForm input,#resellerForm select {
	margin: 2px 0px 0px 5px;
}

#resellerForm input[type="button"] {
	cursor: pointer;
	padding: 2px;
}

table#resellerTable tr td label {
	max-width: 350px;
	float: left;
}

.pleaseWait {
	margin: 10px 0px;
	color: red;
}

/* For the inner 'tabs' / buttons in Mijn hosting, Mijn Server en Mijn reseller */
.innerButton {
	border-top: 1px solid #96d1f8;
	background: #5ea3d4;
	background: -webkit-gradient(linear, left top, left bottom, from(#5ea3d4),
		to(#5ea3d4) );
	background: -webkit-linear-gradient(top, #5ea3d4, #5ea3d4);
	background: -moz-linear-gradient(top, #5ea3d4, #5ea3d4);
	background: -ms-linear-gradient(top, #5ea3d4, #5ea3d4);
	background: -o-linear-gradient(top, #5ea3d4, #5ea3d4);
	padding: 6px 12px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	list-style: none outside none;
}

.innerButton:hover {
	background: #28597a;
	list-style: none outside none;
	color: #ccc;
}

.innerButton.active {
	background: green;
	list-style: none outside none;
}

div#tabsHome ul {
	background-color: #DCEDEE;
	border: 1px solid #B5B5B5;
	float: left;
	margin-bottom: 15px;
	padding: 10px 0 10px 10px;
}

div#tabsHome ul li.innerButton {
	float: left;
	list-style: none outside none;
	margin-right: 10px;
}

div#tabsHome ul li a {
	color: grey;
}

input.blur {
	color: #757575;
}

input[disabled],select[disabled] {
	color: #757575;
}

#resellerForm select {
	width: 280px;
}

#resellerForm table td {
	padding: 2px;
}

#resellerForm table th {
	padding: 5px 2px;
}

.new_row {
	cursor: pointer;
}

.submenu_mam {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	/*border-top:#E5F1FA solid 10px;*/
	/*border-top:#BDBDBD solid 10px;*/
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.submenu_mam li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}

.submenu_mam li a {
	float: left;
	height: 24px;
	padding-top: 6px;
	width: 120px;
	text-align: center;
	color: #5B5A5A;
	/*background-color:#91BFE0;*/
	background-color: #BDBDBD;
	/*border-bottom-right-radius:10px;*/
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	font-weight: bold;
	font-size: 14px;
}

.submenu_mam li.active a,.submenu_mam li:hover a {
	color: #F9F9FB;
	background-color: #AD1818;
}

#submenu_container {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: #bdbdbd solid 1px;
	border-left: #bdbdbd solid 1px;
}

/*table styling for DRS->clients*/
table.drsitems {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.drsitems tr:hover {
	background-color: #C1DFF2;
}

table.drsitems th {
	padding: 5px 3px;
	background-color: #C1DFF2;
}

table.drsitems td {
	padding: 3px;
}

table.drsitems th,table.drsitems td {
	text-align: left;
	border: #000080 1px solid;
}

table.drsitems th:last-child,table.drsitems td:last-child {
	text-align: right;
}

.leftColumnHolder #resellerForm .resellerTable {
	width: 40%;
	margin-right: 10%;
}

.leftColumnHolder h1 {
	color: #000080;
}
