* {
	margin: 0;
	padding: 0;
}

body,input,select,textarea {
	font-size: 13px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
}

div#leftColumn input.text,div#leftColumn td.text input {
	background-color: #4f4f4f;
	border: 1px solid #575757;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.65em;
	margin: 0;
	padding: 3px 6px 2px;
	width: 276px;
	height: 15px;
}

div#leftColumn textarea {
	background-color: #4f4f4f;
	border: 1px solid #575757;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.65em;
	margin: 0;
	padding: 3px 6px 2px;
	width: auto;
	height: auto;
}

h1 {
	color: #808080;
	font-size: 36px;
	font-weight: bold;
	margin: 30px 0 30px 0;
}

p {
	margin: 10px 0 30px 0;
}

tt, pre, .monospace {
	font-family: monospace;
}


p.headerline {
	font-size: 14px;
}

img.floatLeft {
	float: left;
	margin: 5px;
}

img.floatRight {
	float: right;
	height: auto;
	margin: 14px;
	width: auto;
}

div.floatRight {
	float: right;
}

div.right {
	padding: 2px;
	text-align: right;
}

img.hr {
	text-align: center;
}

/**
 *	
 * Tables
 *
 **/
table.bold {
	empty-cells: show;
	width: 100%;
	/* border:           1px solid RGB(191,191.191); */
	border-spacing: 1px;
}

table.bold.auto {
	width: 75% !important;
	min-width: 75%;
	width: auto;
}

table.bold th.bold, h2.bold {
	background: url("/images/table_bold_header.jpg");
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: RGB(255, 255, 255);
	text-decoration: none;
	border: 1px solid #ffffff;
	/* border-bottom:    1px solid RGB(226, 226, 226); */
	/* border-spacing:   2px; */
	padding: 8px;
}

table.bold th.bold img, h2.bold img {
	margin: -8px;
	float: right;
}

h2.bold {
	margin: 0;
}

table.bold th.bold a {
	color: #FFFFFF;
	text-decoration: none;
}

table.bold th.bold a:link,table.bold th.bold a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

table.bold tr {
	border-spacing: 5px;
	padding: 10px;
}

table.bold td.shade,table.bold tr.shade td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	background-color: RGB(239, 239, 239);
	/* background-image: url("/images/table_bold_shade.jpg"); */
	border: 1px solid #ffffff;
	/* border-spacing:   1px; */
	padding: 8px;
}

table.bold td.shadePrice,table.bold tr.shadePrice td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: RGB(255, 255, 255);
	background-color: RGB(239, 239, 239);
	background-image: url("/images/table_bold_shade_price.jpg");
	border: 1px solid #ffffff;
	/* border-spacing:   1px; */
	padding: 8px;
}

table.bold td.noshade,table.bold tr.noshade td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	background-color: RGB(245, 245, 245);
	/* background-image: url("/images/table_bold_noshade.jpg"); */
	border: 1px solid #ffffff;
	/* border:           2px; */ /* border-spacing:   1px; */
	padding: 8px;
}

table.bold td.space,table.bold tr.space td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	/* background-image: url("/images/table_bold_noshade.jpg"); */
	border: 1px solid #ffffff;
	/* border-spacing:   1px; */
}

/*
 * For et rot, Espen!
 *
table
{
  empty-cells:      show;
  width:            100%;
  border-spacing:   100px;
  padding:          0px;
}

td
{
  font-family:       Arial, Verdana, Helvetica, sans-serif;
  font-size:         12px;
  font-style:        normal;
  text-align:        left;
  padding:           6px;
}
*/ /**
 * itpays Form
 */
form table {
	width: 400px;
}

form table th {
	text-align: left;
}

form table td.element input {
	width: 175px;
}

a:link,a:visited {
	color: #769703;
	text-decoration: none;
}

a:hover,a:active {
	color: #769703;
	text-decoration: underline;
}

a.noul {
	text-decoration: none;
}

span.red {
	color: red;
	display: inline;
}

span.green {
	color: green;
	display: inline;
}

div.MessageBox {
	background-repeat: no-repeat;
	background-position: x y;
	width: 682px;
	height: auto;
	font-weight: bold;
	margin: 20px auto;
	padding: 20px;
	/* background-image: 		url(foo); */
	border-top: 1px solid #9cc321;
	border-bottom: 1px solid #9cc321;
	background-color: #d6e39c;
	color: #9cc321;
}

div.MessageBox.warning {
	background-image: url(foo);
	background-color: #FFEEEE;
	color: #FF0000;
}

div.MessageBox.critical {
	background-image: url(foo);
	background-color: #FFEEEE;
	color: #FF0000;
}

td.checkbox p.hint {
	display: inline;
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

ul, blockquote {
	margin-bottom: 13px;
	margin-left: 2.5em;
	margin-top: 13px;
}

h2,h3,h4,h5,h6,p {
	margin-bottom: 13px;
}

ul.horMenu {
	display: block;
	margin: 10px auto;
	padding: 0;
}

ul.horMenu li {
	display: block;
	float: left;
	height: auto;
	list-style: none;
	text-align: center;
	padding: 0 5px 0 5px;
	width: 153px;
}

ul.horMenu li img {
	display: block;
}

ul.horMenu li a {
	text-decoration: none;
}

/**
 * Replace select
 */
select {
	display: block;
	width: 300px;
}

select.replaced {
	display: none;
}

ul.selectReplacement {
	background-color: #4f4f4f;
	border: 1px solid #575757;
	background: url(../images/select/top.png) top right no-repeat;
	margin: 0;
	padding: 0;
	height: auto;
	width: 288px;
}

ul.selectReplacement li {
	background: #575757;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 11px;
	line-height: 1.65em;
	list-style-image: none !important;
	list-style: none;
	margin: 0;
	padding: 1px 6px;
	width: 276px;
}

ul.selectReplacement li a.award {
	background-image: url(../images/icons/award_star_gold_2.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: left;
	width: 16px;
	margin: 0 6px 0 0;
	height: 16px;
}

ul.selectOpen {
	margin: 0;
	padding: 0;
	height: auto;
	width: 288px;
}

ul.selectOpen li {
	display: block;
	list-style-image: none !important;
	list-style: none;
}

ul.selectReplacement li.selected {
	background: none;
	/* background: url(../images/select/bottom.gif) bottom left no-repeat; */
	color: #fff;
	display: block;
}

ul.selectOpen li.selected {
	background: #4f4f4f;
	display: block;
}

ul.selectOpen li:hover,ul.selectOpen li.hover,ul.selectOpen li.selected:hover
	{
	background: #4f4f4f;
	color: #fff;
}

div#rightColumn select.replaced {
	width: auto;
	display: block;
}

div#rightColumn select#service.replaced {
	width: 132px;
}

div#rightColumn ul.selectReplacement {
	display: none;
}

form.nostyle dl.zend_form > dt {
	float: none;
	display: none;
}

form.nostyle dl.zend_form > dd {
	display: inline;
	float: none;
	background: 0;
	padding: 0;
}

dl.zend_form legend {
	font-weight: bold;
	font-size: 14px;
}

dl.zend_form {
	margin: 0;
	padding: 0;
}

dl.zend_form dt {
	clear: left;
	display: block;
	float: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	background-color: RGB(245, 245, 245);
	border: 1px solid #ffffff;
	padding: 8px;
	width: 175px;
	height: 24px;
}

dl.zend_form dt span {
	font-weight: normal;
	font-size: 13x;
}

dl.zend_form dd {
	display: block;
	float: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	background-color: RGB(245, 245, 245);
	border: 1px solid #ffffff;
	padding: 8px;
	width: 509px;
	min-height: 24px;
}

dl.zend_form p {
	display: inline;
	margin: 0;
	padding: 0;
}

.domainCheck_search {
	color: #666666;
}

div#DialogOverlay {
	background:#EEEEEE none repeat scroll 0 0;
	opacity:0.5;
	position: absolute; 
	z-index: 998; 
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.align_center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.align_right {
	text-align: right !important;
}


form input[type="submit"] {
	background: transparent url(../images/submit_background.png) repeat-x;
	border: 1px solid #FFF;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	color: #FFF;
	padding: 1px 1em;
}


/**
 * Reseller module
 */
div#monitorColumn {
	margin: 0 30px;	
	font-size: 14px;
}

ul#resellerMonitorSalesList {
	margin: 0;
	padding: 0;
}

ul#resellerMonitorSalesList li {
	float: left;
	list-style: none none;
	margin: 20px;
}

dl.resellerMonitorSalesListPartner dt {
	font-weight: bold;
	font-size: 24px;
	padding: 0;
	margin: 0;	
}

dl.resellerMonitorSalesListPartner dd {
	margin: 0;
	padding: 0;	
}

ul#resellerMonitorSalesList dl.resellerMonitorSalesListPartnerWeek {
	float: left;
	margin: 0;
}

ul#resellerMonitorSalesList dl.resellerMonitorSalesListPartnerWeek dt {
	clear: left;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	width: 60px;
}

ul#resellerMonitorSalesList dl.resellerMonitorSalesListPartnerWeek dd {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 25px;
}

img.resellerMonitorSalesListPartnerPicture {
	display: block;
	float: left;
	width: 100px;	
}

