/**
 * Webstekker Realtime Domainname System
 *
 * @colors
 *   % blue   black
 * 100 246096 000000
 *  90 396FA0 191919
 *  80 4F7FAB 333333
 *  70 658FB5 4C4C4C
 *  60 7B9FC0 666666
 *  50 91AFCA 7F7F7F
 *  40 A7BFD5 999999
 *  30 BDCFDF B2B2B2
 *  20 D3DFEA CCCCCC
 *  10 E9EFF4 E5E5E5
 *
 * @author miesjel@rhdl.nl
 */
body {
	font-size: 80%;
	background-color: white;
	padding: 25px;
	margin: 0;
}

body,input,button,textarea,select,legend,a {
	font-family: calibri, "lucida sans unicode", "lucida grande", arial,
		verdana, sans-serif;
	color: #246096;
}

/* Different font x-heights, i.e. no Calibri */
body.fontset2 {
	font-size: 70%;
}

/* WebKit */
body.fontset3 {
	font-size: 78%;
}

h1 {
	font-size: 220%;
	background: url(../img/headings/h1_x.gif) repeat-x left .2em;
	padding-bottom: .25em;
	padding-left: 0.2em;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

img,table {
	border: none;
}

pre {
	font-family: consolas, monaco, monospace;
}

/* Forms */
input[type=text],input[type=password],select,textarea {
	background-color: #D3DFEA;
	border: 1px solid #D3DFEA;
	padding: .2em;
	margin-bottom: .5em;
	margin-right: .5em;
}

button,input[type=submit],input[type=button] {
	font-weight: bold;
	font-size: 100%;
	color: white;
	height: 27px;
	background: #5886AF url(../img/controls/button_bg_x.gif) repeat-x left
		top;
	border-top: 2px solid #AEC4D8;
	border-left: 2px solid #AEC4D8;
	border-bottom: 2px solid #24496A;
	border-right: 2px solid #24496A;
	padding-top: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.buttons {
	margin: 1em 0 1em 135px;
}

label {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 10px;
	width: 125px;
	text-align: right;
	white-space: nowrap;
}

label.inline {
	text-align: left;
	width: auto;
	padding-left: .3em;
}

label.heading {
	width: 200px;
}

fieldset {
	margin-top: 1em;
	background-color: #f8fafc;
	border: none;
	padding: 1em;
	padding-top: 0;
}

legend {
	padding: 0;
	padding-top: .7em;
	font-size: 120%;
	font-weight: bold;
}

/* Generics */
.stretch {
	width: 100%;
}

.small {
	font-size: 75%;
}

.inner {
	padding: 0 25px;
}

.transparent {
	background-color: transparent;
}

.alert {
	background-color: #ffffb2;
}

p.alert {
	padding: 1em;
}

.centered-outer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: table;
	z-index: 1000;
}

.centered-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.centered-content {
	margin: -30px auto 0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.system-message {
	text-align: left;
	height: 1.6em;
	background-color: #E9EFF4;
	background-repeat: no-repeat;
	background-position: 1em 1em;
	padding: 1em;
	padding-left: 3em;
}

.system-message.icon16 {
	height: auto;
}

.loading {
	background-image: url('/ui/icons/16/loading_circle_anim.gif');
}

.info {
	background-image: url('/ui/icons/16/info.png');
}

span.info {
	padding-left: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
}

.error {
	background-image: url('/ui/icons/16/error.png');
}

.bar {
	position: relative;
	overflow: hidden;
}

.bar .leftcap,.bar .rightcap {
	position: absolute;
	width: 10px;
}

.bar>div {
	height: 58px;
}

.bar .leftcap {
	background: url(../img/bars/leftcap.gif) no-repeat left top;
}

.bar .rightcap {
	right: 0px;
	background: url(../img/bars/rightcap.gif) no-repeat right top;
}

.bar .content {
	padding: 0 10px;
	background: url(../img/bars/x.gif) repeat-x left top;
}

.bar.light>div {
	height: 46px;
}

.bar.light .leftcap {
	background-image: url(../img/bars/light_leftcap.gif);
}

.bar.light .rightcap {
	background-image: url(../img/bars/light_rightcap.gif);
}

.bar.light .content {
	background-image: url(../img/bars/light_x.gif);
}

#home {
	position: absolute;
	left: 25px;
	top: 25px;
}

#nav {
	position: relative;
	right: 0px;
	margin-left: 181px;
}

#nav .content {
	text-align: right;
	padding-top: 11px;
	height: 36px;
	white-space: nowrap;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
}

#nav ul a {
	text-decoration: none;
	margin-right: 1.8em;
}

#nav ul a.last {
	margin-right: 0.5em;
}

#nav ul a img {
	vertical-align: middle;
	margin-right: .6em;
}

#search {
	position: relative;
	top: 15px;
	color: white;
}

#search img {
	vertical-align: middle;
}

#search .content {
	text-align: center;
	padding-top: 16px;
	padding-left: 1.5em;
	font-size: 120%;
	white-space: nowrap;
}

#search label {
	width: auto;
	display: inline;
	margin-right: 0.5em;
}

#search .textfield {
	background: url(../img/bars/textfield_search.gif) no-repeat left top;
	width: 282px;
	height: 21px;
	border-width: 0px;
	padding: 0.3em 0 0.3em 0.5em;
	vertical-align: top;
}

#search .tools {
	margin-right: 1em;
	display: inline;
}

#search .tools a {
	margin: 0;
}

#actions {
	position: relative;
}

#actions h1 {
	margin-top: 0.2em;
}

#actions-status {
	position: absolute;
	right: 0px;
	top: 1em;
}

#actions-status img {
	vertical-align: middle;
	margin-left: .6em;
}

#status {
	visibility: hidden;
}

#status .system-message {
	width: 450px;
	border: 2px solid #BDCFDF;
	border-right: 2px solid #7B9FC0;
	border-bottom: 2px solid #7B9FC0;
	height: 200px;
}

#dialog {
	display: none;
	width: 700px;
	overflow-y: scroll;
}

.ui-dialog-content {
	padding: 0;
	position: relative;
}

#dialog h4 {
	background: #E9EFF4 url(/images/h4_bg.png) repeat-x center center;
	min-height: 75px;
	line-height: 75px;
	padding: 0 25px;
	margin-top: 0;
	vertical-align: middle;
}

#dialog #tools {
	position: absolute;
	right: 25px;
	top: 1.7em;
}

#dialog #tools a {
	margin-left: .5em;
	text-decoration: none;
}

#dialog #domainNameOptionsMenu,#dialog #domainNameOptionsHistory {
	display: block;
}

#dialog form {
	clear: both;
	margin-bottom: 1em;
}

#overlay {
	display: none;
	opacity: 0.2;
	background-color: #246096;
	width: 650px;
}

#login {
	position: relative;
	margin: 0 auto;
	width: 420px;
	margin-top: 2em;
	text-align: center;
}

#login form {
	background-color: #E9EFF4;
	text-align: left;
	padding: 1em;
}

#login label {
	width: 90px;
	display: block;
	float: left;
	padding-top: .2em;
}

#login h3 {
	margin: 0;
	margin-bottom: 1em;
}

#login label.inline {
	display: inline;
	float: none;
}

#login .textfield,#login select {
	background-color: white;
	border: 1px solid white;
	width: 270px;
}

#login p {
	margin: 0;
	margin-bottom: .3em;
	clear: both;
}

table.overview {
	border-collapse: collapse;
}

table tr.hi {
	background-color: #f6f8ff;
}

table.overview th {
	text-align: left;
	font-weight: normal;
	color: #7B9FC0;
}

table.overview td {
	vertical-align: top;
}

table.overview th,table.overview td {
	border-bottom: 1px solid #D3DFEA;
	padding: .4em .8em .4em 0;
}

table.overview td.user {
	width: 90px;
	padding-right: .7em;
}

table.overview td.domainname {
	
}

table.overview td.action-icon {
	padding: 0 .7em;
}

table.overview td.action {
	padding-right: .8em;
	width: 300px;
	overflow: hidden;
}

table.overview td.tools {
	padding-right: 0.7em;
	padding-left: 0.4em;
	white-space: nowrap;
}

table.overview td.tools a {
	margin-left: 0.8em;
}

table.overview td.id {
	padding-right: 1.2em;
	width: 80px;
}

table.overview td.timestamp {
	white-space: nowrap;
}

table.overview h2 {
	margin: 0;
	font-size: 100%;
	white-space: nowrap;
}

table.overview td.user a,table.overview td.domainname a,table.overview td.action a
	{
	text-decoration: none;
}

table.overview td.user a:hover,table.overview td.domainname a:hover,table.overview td.action a:hover
	{
	border-bottom: 1px dotted #658FB5;
}

table.overview tr.odd td {
	background-color: #F5F9FB;
}

table.overview td.price {
	text-align: right;
}

table.overview td.symbol {
	width: 1em;
}

table.overview td.tld {
	font-size: 120%;
	font-weight: bold;
}

table.overview.prices .symbol {
	padding-left: 1.5em;
}

table.overview.prices .price {
	width: 2em;
}

a.actions,a.erroractions {
	text-decoration: none;
}

a.actions:hover,a.erroractions:hover {
	border-bottom: 1px dotted #658FB5;
}

.icon32 {
	height: 32px;
	display: block;
	padding-top: .7em;
	margin-bottom: .3em;
}

.icon32,a.icon32,a.icon32:hover {
	border-bottom: 1px solid #E9EFF4;
}

.icon16 {
	height: 16px;
	display: block;
}

table.overview .icon32 {
	padding-top: 0;
}

div#dynamicInputDropDown {
	color: #246096;
	background-color: #E9EFF4;
	border: 1px solid #91AFCA;
}

div#dynamicInputDropDown span,div#dynamicInputDropDown a {
	padding-left: 0.5em;
}

div#dynamicInputDropDown a {
	color: #246096;
}

div#dynamicInputDropDown a.hover {
	background: #246096;
}

#actionRequiredLoading {
	font-size: inherit;
}

div.formErrors {
	clear: both;
	display: none;
	padding: 1em;
	color: #f60;
	border: 1px dotted #f60;
	background-color: #fff7f7;
}

div.formErrors ul {
	margin: 0;
	padding: 0;
	list-style: inside;
}

div.formErrors ul li {
	margin: 0;
	padding: 0 0 0 0;
}

p.ownerline {
	float: left;
	font-weight: normal;
	color: #6F6868;
	margin: 0;
	padding: 0;
}

input.error {
	border: 2px solid #f60;
}

div#domainNameOptionsHistory {
	position: relative;
}

/* Section specifics */
.home #clientAccountNumberForm,.home #domainNameForm,.home #clientAccountNumberLoading,.home #domainNameLoading
	{
	position: absolute;
	top: 17px;
}

.home #clientAccountNumberForm,.home #clientAccountNumberLoading {
	left: 30px;
}

.home #domainNameForm,.home #domainNameLoading {
	left: 570px;
}

.wsu #domainNameForm,.wsu #domainNameLoading {
	left: 30px;
}

.reseller-settings #clientAccountNumberForm {
	margin-bottom: 1em;
}

.reseller-settings #clientAccountNumber {
	width: 210px;
}

textarea#blackList,textarea#whiteList {
	width: 250px;
}

ul.registrar-result,.registrar-result li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.registrar-result div.success {
	padding-left: 55px;
	background: url(/images/ICO-Symbol-Check.ico-48x48.png) left top
		no-repeat;
}

.registrar-result div.info {
	padding-left: 55px;
	background: url(/images/ICO-Symbol-Exclamation.ico-48x48.png) left top
		no-repeat;
}

.registrar-result div.error {
	padding-left: 55px;
	background: url(/images/ICO-Symbol-Error.ico-48x48.png) left top
		no-repeat;
}

#actionTable button {
	height: auto;
	padding: 1px;
	font-size: 0.8em;
}