@CHARSET "UTF-8";

body {
	text-align: center;
	margin: 0px;
	font-family: Sans-Serif,Arial;
	font-size: 12px;
	background-color: #e5e5e5;
	background-image:url('../img/top-background.png');
	background-position:left top;
	background-repeat:repeat-x;
}

th {
	text-align: left;
}

td {
	font-family: Sans-Serif,Arial;
	font-size: 12px;
}

a {
	color: #55a000;
	font-weight: bold;
}

#center {
	text-align: left;
	margin: 0px auto;
	padding: 10px;
	width: 790px;
	background-color: white;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}

#header {
	height: 49px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container {
	clear: both;
	display: block;
	padding: 20px;
}

#breadcrumb {
	clear: both;
	height: 15px;
	background: url('../img/breadcrumb_background.png');
	border: 2px solid #2C2C2C;
}

#footer {
	color: #484848;
	border-top: 1px solid #484848;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
}

#flash {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

#reputationcheck {
	border: 1px solid #8E8E8E;
	padding: 10px;
	margin: 10px;
}

.column50 {
	float:left;
	width: 375px;	
}

.clear {
    overflow: hidden;
    width: 100%;
}

.formpart {
	border: 1px solid #8E8E8E;
	padding: 10px;
	padding-right: 0px;
	margin: 10px;
}

.error-message,
#authMessage {
	color: #FF0000;
	font-weight: bold;
	padding-left: 10px;
}

.success-message {
	color: #00B300;
	font-weight: bold;
	padding-left: 10px;
}

h1 {
	margin: 0;
	font-size: 16px;
}

p {
	width: 450px;
}

label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

.mandatory {
	font-weight: bold;	
}

.bottom {
	padding-top: 15px;
}

.domainname {
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}

input,
select {
	background-color: #F4F4F4;
	border: 1px solid #8E8E8E;
}

div.input {
	clear: both;
	padding: 2px;
}

.column50 label {
	clear: both;
	width: 110px;
	margin: 3px;
}

.column50 input,
.column50 textarea,
.column50 select {
	width: 200px;
	background-color: #F4F4F4;
	border: 1px solid #8E8E8E;
	margin: 2px;
}

.column50 textarea {
	height: 34px;
	font-family: Sans-Serif, Arial;
	font-size: 13px;
}

.invisiblesubmit {
	display: none;
	width: 0px;
	height: 0px;
}

td.left {
	text-align: left;
	width: 50%;
}

td.right {
	text-align: right;
	width: 50%;
}

td.domain {
	font-size: 13px;
	font-weight: bold;
}

a.button {
	background: transparent url('../img/button_a.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 25px;
	margin-left: 10px;
	padding-right: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#reputationcheck a.reputationcheck {
	float: right;
	margin-top: 10px;
}

a.button span {
	background: transparent url('../img/button_span.png') no-repeat;
	display: block;
	line-height: 15px;
	padding: 5px 0 5px 18px;
}

a.login {
	margin-left: 0px;
}

input.radio {
	width: 15px;
	margin-right: 5px;
}

select.confirmationemail {
	width: 100px;
}

div.label {
	display: block;
	clear: both;
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 110px;
	margin: 3px;
	font-weight: bold;
}

div.formtext {
	display: block;
	float: right;
	width: 210px;
	margin: 3px;
	font-weight: bold;
}

label.dnscheck,
input.dnscheck {
	float: left;
}

label.dnscheck {
	font-weight: bold;
	width: 100px;
}

input.dnscheck {
	width: 200px;
}

img.status,
img.check {
	margin-left: 8px;
}

br.clear {
	clear: both;
}

div.dns-good {
	margin: 20px;
	padding: 10px;
	border: 1px solid #9F9F9F;
	background: #C8E376;
	font-weight: bold;
}

div.dns-bad {
	margin: 20px;
	padding: 10px;
	border: 1px solid #9F9F9F;
	background: #FF926E;
	font-weight: bold;
}

div.dns-neutral {
	margin: 20px;
	padding: 10px;
	border: 1px solid #9F9F9F;
	background: #EFEFEF;
	font-weight: bold;
}

/** Menu tabs **/
.mainmenu {
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}

#leftmenu {
	margin-top: 10px;
	float: left;
	/*display: block;*/
}

#rightmenu {
	margin-top: 10px;
	float: right;
	/*display: block;*/
}

div.right-tab {
	height: 21px;
	width: 120px;
	padding-right: 14px;
	background: url(../img/menu-right.png) right top no-repeat;
}

div.right-tab:hover {
	/*background: url(../img/menu-right-hover.png) right top no-repeat;*/
}

a.left-tab {
	display: block;
	height: 21px;
	width: 106px;
	padding-top: 5px;
	padding-left: 14px;
	background: url(../img/menu-left.png) left top no-repeat;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.active {
	color: #FF0000;
}

a.left-tab:hover {
	/*background: url(../img/menu-left-hover.png) left top no-repeat;*/
}

/** Link buttons **/
.linkbutton-float {
	float: left;
}

.linkbutton-account {
	width: 150px;
	margin-bottom: 3px;
}

.linkbutton-right {
	height: 18px;
	padding-right: 8px;
	margin-right: 5px;
	background: url(../img/linkbutton-right.png) right top no-repeat;
}

.linkbutton-left {
	display: block;
	height: 18px;
	padding-top: 2px;
	padding-left: 8px;
	background: url(../img/linkbutton-left.png) left top no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}

/** Elements **/
#homeimg {
	float: right;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}