em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.error {
	color:#a00;
}
.title {
	border-bottom:1px dotted #000;
}
body {
	font:12px Verdana,Arial,Helvetica,sans-serif;
	color:#000;
	background-image:url('/img/background.png');
	background-repeat:repeat-y;
	background-color:#ccc;
}
#cookiedings {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	width: 350px;
	padding: 20px;
	background-color: #ffa;
	border-radius: 20px;
	font-size:14px;
}
#cookiedings a {
	text-decoration: none;
	color: #00f;
}
a#cookiedingsok {
	margin-top:10px;
	display: block;
	font-weight: bold;
	color: #f00;
	text-align:center;
}
#top-navigation {
	height:23px;
	padding:6px 0 4px 20px;
	background-image:url('/img/bg-top.png');
	background-repeat:repeat-y;
	background-color:#888;
}
#top-navigation ul {
	display:inline-block;
}
#top-navigation li {
	display:inline-block;
	padding:0 8px;
}
#top-navigation a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#top-navigation a:hover {
	text-decoration:underline;
}
#header,#container,#footer {
	padding-left:14px;
	width:876px;
}
.logo {
	position:absolute;
	left:756px;
	top:2px;
}
#header h1 {
	margin:6px 0 6px 10px;
	font-size:16px;
	font-weight:bold;
}
#main {
	width:650px;
	min-height:420px;
	padding:10px;
	float:left;
	background-color:#fff;
}
#ifmessage {
	margin:5px;
	padding:4px;
	border:1px solid #cc8;
	background-color:#ffc;
	text-align:center;
}
#main h2 {
	margin:5px 0 10px;
	font-size:16px;
	font-weight:bold;
}
#main h3 {
	font-weight:bold;
}
#main p {
	margin-bottom:10px;
}
#main a,a.plink {
	color:#000;
	text-decoration:none;
}
a.redplink {
	color:#f00;
	text-decoration:none;
}
#main a:hover,a.plink:hover,a.redplink:hover {
	text-decoration:underline;
}
#main ul {
	margin:0 0 10px 20px;
}
#main li {
	list-style-type:disc;
}
#main .mblock {
	display:inline-block;
	width:190px;
	height:180px;
	margin:0 0 10px 10px;
	padding:10px;
	background-color:#eee;
	vertical-align: text-top;
}
#main .mblock:first-child {
	margin-left:0;
}
#main .mblock .inactive,#main .fblock .inactive {
	color:#888;
}
#main .nblock {
	display:inline-block;
	width:410px;
	min-height:160px;
	padding:10px;
	vertical-align: text-top;
}
#main .iblock {
	display:inline-block;
	width:190px;
	height:160px;
	margin-left:10px;
	padding:10px;
	background-color:#aaa;
	vertical-align: text-top;
}
#main .mblock h3,#main .nblock h3,#main .fblock h3 {
	margin-bottom:10px;
}
#main .iblock h3 {
	margin-bottom:20px;
}
#main .iblock hr {
	margin:15px 0;
}
table.domains,table.handles,table.users,table.log {
	margin:13px 18px 0 18px;
	width:615px;
}
table.domains tr,table.handles tr,table.users tr,table.log tr {
	background-color:#eee;
}
table.domains tr.even,table.handles tr.even,table.users tr.even,table.log tr.even {
	background-color:#ddd;
}
table.domains td,table.handles td,table.users td,table.log td {
	padding:3px;
}
table.users td.username {
	width:400px;
}
table.domains td.domain,table.handles td.name {
	width:300px;
}
table.domains td.holder,table.handles td.handle {
	width:170px;
}
table.domains td.status,table.handles td.status,table.users td.userlevel,table.users td.log,table.log td.cost {
	text-align:right;
}
table.users .inactive {
	text-decoration: line-through;
}
#main .fblock {
	float:right;
	width:150px;
	margin:10px;
	padding:10px;
	background-color:#eee;
}
#right {
	width:201px;
	position:relative;
	float:right;
}
.rblock {
	margin-bottom:5px;
	padding:5px;
	background-color:#fff;
}
.rblock h2 {
	font-weight:bold;
	margin:5px 0 10px;
}
.rblock .itext {
	width:185px;
}
.rblock .isubmit {
	margin:10px 0 5px;
}
.startletter {
	text-align:center;
}
.startletter a {
	display:inline-block;
	width:11px;
	margin:1px;
	padding:3px;
	text-align:center;
	background-color:#eee;
}
.startletter a:hover {
	background-color:#ccc;
}
.data h3 {
	padding:2px;
	margin:11px 3px 1px 0;
}
span.label {
	display:inline-block;
	width:120px;
	padding:2px;
	margin:1px 3px 1px 0;
	background-color:#eee;
}
span.shortdata,span.data {
	display:inline-block;
	max-width:520px;
	vertical-align:text-top;
//	background-color:#fee;
	word-wrap:break-word;
}
span.shortdata {
	max-width:320px;
}
.dform {
	vertical-align:top;
}
#handleselect {
	margin:10px 50px;
	padding:10px 30px;
	text-align:center;
	background-color:#eee;
}
#handleselect h3 {
	margin-bottom:10px;
}
a.button {
	padding:0 4px 2px;
	background-color:#ccc;
}
.data input.text {
	width:200px;
}
.data input.submit {
	margin:10px 0 10px 15px;
}
.data textarea {
	width:200px;
	height:50px;
}
.data textarea.long {
	width:400px;
	height:80px;
}
#main a.derest {
	text-decoration: line-through;
	color:#777;
}
#main a.delock {
	color:#c00;
}
#footer {
	font-size:10px;
	padding:1px 0 5px 24px;
	width:866px;
}
#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#footer a:hover {
	color:#555;
}