/**
 * Neostrada V3 stylesheet
 *
 * Copyright (c) 2009 Avot Media BV
 */
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background: #ffffff;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c404d;
}

a {
	text-decoration: underline;
	outline-style: none;
	outline-width: 0;
	color: #3c404d;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
	color: #3c404d;
}

a.active,
a.active:hover {
	text-decoration: none;
	font-weight: bold;
}

.clearer {
	clear: both;
}

.h {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.image {
	margin: 10px;
}

.rs {
	padding: 0 5px 0 0;
}

.ts {
	margin-top: 20px;
}

.green {
	color: #238500;
}

.greenbg {
	background-color: #eeffe8 !important;
}

.red {
	color: #8a0917;
}

.redbg {
	background-color: #ffe2e5 !important;
}

.orange {
	color: #d99823;
}

.orangebg {
	background-color: #ffeac5 !important;
}

.p {
	margin: 10px 0;
	line-height: 16px;
}

.tip {
	padding: 1px;
	background: #ffffff;
	border: 1px solid #a9a8a7;
}

.tip .tip-title {
	padding: 5px;
	background: #a9a8a7;
	color: #ffffff;
}

.tip .tip-text {
	padding: 5px;
	background: #ececec;
	font-size: 12px;
	color: #ffffff;
}

.fieldset {
	margin: 10px 0;
}

.fieldset h3 {
	background: none !important;
	font-weight: normal;
	font-size: 13px !important;
	color: #238500;
}

.fieldset ul {
	list-style: none;
}

table.theTable tr th {
	padding: 0 10px 5px 10px;
	font-weight: normal;
	color: #363636;
}

table.theTable tr td {
	padding: 8px 10px;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	line-height: 16px;
}

table.theTable tr td.even {
	background-color: #efefef;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #fdfdfd;
}

table.theTable tr td.nb {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.theTable tr td.form {
	border-bottom: 1px dashed #e8e8e8;
	border-right: 1px solid #d6d5d6;
}

table.theTable tr td.lastformrow {
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #d6d5d6;
}

table.theTable tr td.last {
	border-right: none;
}

table.theTable tr td.lastrow,
table.theTable tr td.ntb {
	border-top: none;
}

table.theTable tr td.nbb {
	border-bottom: none;
}

img.center {
	margin: 0 auto;
	display: block;
}

#container {
	margin: 0 auto;
	width: 892px;
}

#container #header {
	width: 892px;
	height: 116px;
	background: transparent url('/images/v3/logo.gif') no-repeat top left;
	position: relative;
}

#container #header h1 {
	display: none;
}

#container #header a {
	width: 208px;
	height: 116px;
	position: absolute;
}

#container #header a span {
	display: none;
}

#container #menu {
	margin: 0 auto;
	width: 892px;
	height: 41px;
	background: transparent url('/images/v3/bar.gif') no-repeat top left;
}

#container #menu ul.top {
	height: 41px;
	float: right;
	list-style: none;
}

#container #menu ul.top li {
	height: 41px;
	float: left;
	line-height: 41px;
}

#container #menu ul.top li a {
	padding: 0 14px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #3c404d;
}

#container #menu ul.top li a:hover,
#container #menu ul.top li.active a,
#container #menu ul.top li.active a:hover {
	padding: 0 14px;
	background: transparent url('/images/v3/menu.gif') no-repeat 50% 9px;
	text-decoration: none;
	font-size: 11px;
	color: #77787b;
}

#container #holder {
	margin: 0 auto;
	width: 892px;
}

#container #holder #content {
	margin: 10px 0;
	width: 892px;
}

#container #holder #content h2 {
	margin: 10px 0;
	padding: 0 14px;
	width: 892px;
	height: 41px;
	background: transparent url('/images/v3/h2.gif') no-repeat top left;
	line-height: 42px;
	font-weight: normal;
	font-size: 15px;
	color: #ffffff;
}

#container #holder #content h2.first {
	margin: 0 0 10px 0;
}

#container #holder #content h3 {
	padding: 0 0 5px 0;
	background: transparent url('/images/dotted.gif') repeat-x bottom left;
	font-weight: normal;
	font-size: 13px;
	color: #77787b;
}

#container #holder #content h4 {
	margin-bottom: -10px;
	font-size: 12px;
}

#container #holder #content h4.plain {
	margin-bottom: 0;
}

#container #holder #content p {
	margin: 10px 0;
	line-height: 18px;
}

#container #holder #content p.error {
	padding: 10px;
	background: #fbcacf;
	border: 1px solid #8a0917;
}

#container #holder #content p.message {
	padding: 10px 10px 10px 34px;
	background: #fff5cc url('/images/error.gif') no-repeat 10px 50%;
	border: 1px solid #f2dd8c;
}

#container #holder #content p.right {
	text-align: right;
}

#container #holder #content p.tb {
	padding: 5px 0 0 0;
	background: transparent url('/images/dotted.gif') repeat-x top left;
}

#container #holder #content p.bb {
	padding: 0 0 5px 0;
	background: transparent url('/images/dotted.gif') repeat-x bottom left;
}

#container #holder #content ul {
	margin: 10px 0;
	list-style: none;
}

#container #holder #content ul li {
	padding: 0 0 0 0;
	line-height: 18px;
}

#container #holder #content ul li.plain {
	padding: 0 0 0 0;
	background: none;
}

#container #holder #content ul li.b {
	font-weight: bold;
}

#container #holder #content ul li.ts {
	margin: 16px 0 0 0;
}

#container #holder #content ul.menu {
	margin: 10px 0;
	padding: 10px 0 10px 26px;
	width: 187px;
	list-style: decimal;
	font-size: 15px;
	font-weight: bold;
	color: #fecc40;
}

#container #holder #content ul.menu li {
	padding: 0 0 0 0;
	background: none;
	line-height: 18px;
}

#container #holder #content ul.menu li a {
	width: 187px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #77787b;
}

#container #holder #content ul.menu li a:hover,
#container #holder #content ul.menu li.active a,
#container #holder #content ul.menu li.active a:hover {
	color: #363636;
}

#container #holder #content label {
	line-height: 32px;
	display: block;
}

#container #holder #content label sup {
	color: #a61a49;
}

#container #holder #content label.plain {
	line-height: normal;
	display: inline;
}

#container #holder #content input,
#container #holder #content textarea {
	padding: 7px 5px;
	width: 278px;
	height: 15px;
	border: 1px solid #363636;
	display: block;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

#container #holder #content select {
	padding: 6px 2px;
	height: 31px;
	border: 1px solid #363636;
	display: block;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

#container #holder #content select option {
	padding: 7px 5px;
	height: 12px;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

#container #holder #content select optgroup {
	padding: 5px 0;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

#container #holder #content textarea,
#container #holder #content select.multiple {
	height: auto;
}

#container #holder #content input.error,
#container #holder #content textarea.error,
#container #holder #content select.error {
	background: #fbcacf;
	border: 1px solid #8a0917;
}

#container #holder #content input.checkbox,
#container #holder #content input.plain {
	padding: 0 0 0 0;
	border: none;
	width: auto;
	height: auto;
	display: inline;
	line-height: normal;
}

#container #holder #content input.checkbox {
	vertical-align: middle;
}

#container #holder #content input.i,
#container #holder #content select.i,
#container #holder #content label.i {
	display: inline;
}

#container #holder #content input.hidden {
	display: none;
}

#container #holder #content table tr td {
	padding: 6px 5px;
}

#container #holder #content .row {
	margin: 0 0 0 0;
	width: 892px;
}

#container #holder #content .row .column {
	margin: 0 10px 0 0;
	width: 260px;
	float: left;
}

#container #holder #content .row .mediumcolumn {
	width: 395px;
}

#container #holder #content .row .sidebarcolumn {
	width: 213px;
}

#container #holder #content .row .contentcolumn {
	width: 664px;
}

#container #holder #content .row .contentcolumn h2 {
	width: 669px;
	background: transparent url('/images/v3/h2s.gif') no-repeat top left;
}

#container #holder #content .row .lastcolumn {
	margin: 0 0 0 0;
}

#container #holder #content .box {
	width: 213px;
}

#container #holder #content .box .boxheader {
	width: 213px;
	height: 10px;
	background: transparent url('/images/box/header.gif') no-repeat top left;
}

#container #holder #content .box .boxtext {
	margin: 0 0 0 0;
	padding: 3px 15px;
	width: 181px;
	background: #f9f9f9 url('/images/box/box.gif') no-repeat top left;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

#container #holder #content .box .boxtext ul {
	margin: 0 0 0 0;
}

#container #holder #content .box .boxtext ul li {
	padding: 7px 0 8px 35px;
	background: none;
	border-bottom: 1px solid #e3e3e3;
	line-height: 16px;
	font-size: 11px;
}

#container #holder #content .box .boxtext ul li.email {
	background: transparent url('/images/box/email.gif') no-repeat 9px 11px;
}

#container #holder #content .box .boxtext ul li.phone {
	background: transparent url('/images/box/phone.gif') no-repeat 8px 10px;
}

#container #holder #content .box .boxtext ul li.account {
	background: transparent url('/i/a/account/images/icons/account.gif') no-repeat 8px 8px;
}

#container #holder #content .box .boxtext ul li.data {
	background: transparent url('/i/a/account/images/icons/data.gif') no-repeat 8px 8px;
}

#container #holder #content .box .boxtext ul li.invoice {
	background: transparent url('/i/a/account/images/icons/invoice.gif') no-repeat 8px 8px;
}

#container #holder #content .box .boxtext ul li.domain {
	background: transparent url('/i/a/account/images/icons/domain.gif') no-repeat 8px 8px;
}

#container #holder #content .box .boxtext ul li.holder {
	background: transparent url('/i/a/account/images/icons/holder.gif') no-repeat 8px 8px;
}

#container #holder #content .box .boxtext ul li.plain {
	padding-left: 0;
}

#container #holder #content .box .boxtext ul li.nh {
	padding-top: 0;
	padding-bottom: 0;
}

#container #holder #content .box .boxtext ul li.last,
#container #holder #content .box .boxtext ul li.nb {
	border-bottom: none;
}

#container #holder #content .box .boxfooter {
	width: 213px;
	height: 10px;
	background: transparent url('/images/box/footer.gif') no-repeat top left;
}

#container #holder #content #banner {
	margin: 0 0 10px 0;
	width: 800px;
	height: 250px;
}

#container #holder #content #steps {
	margin: 0 0 20px 0;
	width: 800px;
}

#container #holder #content #steps ul {
	list-style: none;
}

#container #holder #content #steps ul li {
	padding: 0 0 8px 0;
	width: 160px;
	height: 25px;
	background: transparent url('/images/step.gif') no-repeat bottom center;
	float: left;
	text-align: center;
}

#container #holder #content #steps ul li.active {
	background: transparent url('/images/stephover.gif') no-repeat bottom center;
}

#container #holder #bottom {
	margin: 20px 0 10px 0;
	padding: 10px 0 0 0;
	width: 892px;
}

#container #holder #bottom ul {
	float: right;
	list-style: none;
}

#container #holder #bottom ul li {
	margin: 0 0 0 5px;
	float: left;
	line-height: 12px;
	font-size: 10px;
}

#container #holder #bottom ul li span {
	padding: 0 0 0 5px;
}

#container #holder #footer {
	margin: 0 0 20px 0;
	padding: 0 14px;
	width: 864px;
	height: 41px;
	background: transparent url('/images/v3/bar.gif') no-repeat top left;
}

#container #holder #footer ul {
	margin: 9px 0 0 0;
	height: 24px;
	float: left;
	list-style: none;
}

#container #holder #footer ul li {
	line-height: 12px;
	font-size: 10px;
}

#container #holder #footer ul li.i {
	font-style: italic;
}

#container #holder #footer .credits {
	width: 80px;
	height: 41px;
	float: right;
}

#container #holder #footer .credits p.am a {
	width: 80px;
	height: 41px;
	background: transparent url('/images/v3/am.gif') no-repeat center center;
	display: block;
	float: left;
	text-decoration: none;
	color: #a2a3a3;
}

#container #holder #footer .credits p.am a span {
	display: none;
}

#popupOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	display: none;
	left: 0;
	top: 0;
	background-color: #cfcfcf;
}

#popupContainer {
	padding: 20px;
	width: 800px;
	position: absolute;
	z-index: 9999;
	display: none;
	overflow: hidden;
	background: #ffffff;
}

#popupContainer #popupContent {
	width: 800px;
	display: none;
}

#popupContainer #popupContent h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #333333;
	font-weight: normal;
	font-size: 16px;
	color: #707070;
}

#popupContainer #popupContent h3 {
	margin: 10px 0;
	padding: 0 0 5px 0;
	background: transparent url('/images/dotted.gif') repeat-x bottom left;
	font-weight: normal;
	font-size: 13px;
	color: #77787b;
}

#popupContainer #popupContent ul {
	margin: 10px 0;
	list-style: none;
}

#popupContainer #popupContent ul li {
	padding: 0 0 0 14px;
	background: transparent url('/images/list.gif') no-repeat 0 6px;
	line-height: 18px;
}

#popupContainer #popupContent ul li.yes {
	background: transparent url('/images/yes.gif') no-repeat 0 5px;
}

#popupContainer #popupContent .row {
	width: 800px;
}

#popupContainer #popupContent .row .column {
	margin: 0 10px 0 0;
	width: 260px;
	float: left;
}

#popupContainer #popupContent .row .lastcolumn {
	margin: 0 0 0 0;
}

#popupContainer #popupContent .popupFooter {
	padding: 8px 0 0 0;
	width: 800px;
	height: 22px;
}

#popupContainer #popupContent .popupFooterLink {
	width: 66px;
	height: 22px;
	background: transparent url('/i/a/admin/images/slimbox/closelabel.gif') no-repeat center;
	display: block;
	float: right;
	outline: none;
}

#popupContainer #popupContent .popupFooterLink span {
	display: none;
}

#alertOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	display: none;
	left: 0;
	top: 0;
	background-color: #cfcfcf;
}

#alertContainer {
	padding: 10px 20px;
	width: 300px;
	position: absolute;
	z-index: 9999;
	display: none;
	overflow: hidden;
	background: #ffffff;
}

#alertContainer h3 {
	margin: 10px 0;
	padding: 0 0 5px 0;
	background: transparent url('/images/dotted.gif') repeat-x bottom left;
	font-weight: normal;
	font-size: 13px;
	color: #238500;
}

#alertContainer p {
	margin: 10px 0;
	line-height: 18px;
}