body {
	font: 12px sans-serif;
	color: black;
	background-color: black;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

* html .clearfix
{
	height: 1%;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.6em;
}

dt {
	line-height: 2em;
	font-weight: bold;
}

h1 {
	text-transform: uppercase;
	font-size:2em;
	font-weight: bold;
	padding: 15px 15px 20px 15px;
	margin-bottom: 21px;
}

h2 {
	font-size: 14px;
	background-color: black;
	color: white;
	padding: 10px 14px;
}

h2 button, h2 .button {
	float: right;
	border: 1px solid white;
	padding: 0.4em;
	margin-top: -5px;
	margin-left: 5px;
}

h3 {
	font-size: 14px;
}
.help h2 .button {
	float: right;
	margin: -6px 0;
	padding: 6px;
	font-size: 10px;
}

.help ul {
	list-style: square outside;
}

.help li {
	line-height: 1.4em;
	margin-left: 1em;
}

.helplink {
	float: right;
	font-size: 10px;
	color: white;
}
h1 .helplink {
	line-height: 26px;
}


hr {
	border: none;
	height: 0;
	border-bottom: 1px dotted black; 
}

img {
	border: none;
}

.code {
    font-family: monospace;
    padding: 1em;
    border: 1px solid #BAB2B0;
	white-space: pre;
	overflow: auto;
}

#logo {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 2em;
	margin-bottom: 1em;
	text-decoration: none;
}

a,
a:link {
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.spinnerOverlay {
	background-color: black;
	position: absolute;
}

#content, #header, #footer {
	width: 800px;
	vertical-align: top;
	margin: 0 auto;
	padding: 1em;
}

#header {
	padding-bottom: 0;
	color: white;
}

#content {
	background-color: white;
}

#footer {
	margin-bottom: 4em;
	color: white;
}

button, span.page, a.button {
	cursor: pointer;
	color: white;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 6px;
	text-transform: uppercase;
	background: black;
	font-weight: bold;
}

.trigger, .button.trigger {
	padding: 1px;
	float: right;
	margin-top: -4px;
	display: block;
	text-shadow: none;
}

a.button {
	line-height: 13px;
}


/* main navigation */

#main_menu {
	list-style: none;
	overflow: auto;
	display: block;
}

#main_menu li {
	float: left;
	display: block;
	border: 1px solid white;
	border-bottom: none;
	margin: 0;
	
}
#main_menu a, 
#main_menu a:visited,
#main_menu a:active,
#main_menu a:link {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	color: white;
}
#main_menu a:hover {
	background: white;
	color: black;
	text-decoration: none;
}

/* Forms */

form {
	padding: 0;
	margin: 0;
}


.subsection {
	border-color: black;
	border-style: none solid solid solid;
	border-width: 0 1px 1px 1px;
	margin-bottom: 20px;
	padding: 30px;
	display: block;
}

.contact h3 {
	margin-bottom: 1em;
}


fieldset.contact {
	border-right: 1px solid black;
	margin-right: 1%;
	padding: 0 1em 0 0;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
fieldset.contact.last {
	margin-right: 0;
	padding-right: 0;
	width: 31%;
	border-right: none;
}

.domain_page 
fieldset.contact {
	width: 24%;
}
fieldset.contact.last {
	width: 23%;
}

.popup h2,
.help h2 {
	cursor: move;
}

.popup {
	background: white;
	-webkit-box-shadow: 4px 4px 24px #333;
	-moz-box-shadow: 4px 4px 24px #333;
	box-shadow: 4px 4px 24px #333;	
	width: 880px;
	left: 10%;
	position: absolute;
	z-index: 99;
	margin-bottom: 3em;
	padding: 20px;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=DarkGray, offX=5, offY=5, positive=true);  /* <= IE7 */
}
.popup.maxWidth {
	width: 980px;
}

input[type="text"], input[type="password"], select, textarea, div.textfield {
	border-style: none none;
	padding: 6px;
	border: 1px solid #bab2b0;
	margin-bottom: 4px;
	font-size: 12px;
	font-family: Georgia, serif;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px inset;
	-moz-box-shadow:  3px 3px 5px rgba(0, 0, 0, 0.1) inset;
	box-shadow:  5px 5px 5px rgba(0, 0, 0, 0.1)  inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.textfield input {
	border: none;
	padding: 0;
 	margin: 1px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.textfield button {
	outline: 0 none;
	margin: 0;
}

input.active,
textarea.active,
.active input {
	border: 1px solid blue;
	-webkit-box-shadow: 0 0 5px #6495ed;
	-moz-box-shadow: 0 0 5px #6495ed;
	box-shadow: 0 0 5px #6495ed;
	background: white;
}
textarea[disabled="disabled"] {
	color: #666;
}

input:focus {
	outline: none; /* get rid of webkit highlighting */
}

/* get rid of firefox border */
button::-moz-focus-inner { 
	border: 0; 
}

input[type=checkbox], input[type=radio] {
	border: none;
	padding: 0.1em;
}

input.error {
	border: 1px solid red;	
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
}

.processing {
	background-color: #ccc;
}

.subsection .buttons {
	padding: 19px 0 0 0;
	width: auto;
	border-top: 1px dotted black;
}
.section .buttons {
	margin-bottom: 3em;
}

.buttons {
	width: 100%;
	text-align: right;
	overflow: auto;
}

.buttons * {
	float: right;
}

.buttons button ,
.buttons .button {
	margin-left: 10px;
}

.optional {
	font-weight: normal;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
label:after {
	content: ":";
}

.radio label, 
.checkbox label {
	display: inline;
}

.radio label:after,
.checkbox label:after,
label.radio:after,
label.checkbox:after {
	content: none;
}

.readonly label {
	display: inline-block;
}

.success p.message,
p.message.success,
.statusMessage.success {
	color: green;
	font-weight: bold;
}
.success {
	background-color: #e4f3dd;
}

ul.error {
	background-color: #fae4e6;
	padding: 20px;
}

ul.succes {
	background-color: #e4f3dd;
	padding: 20px;
}

.field label {
	width: auto;
}

.column {
	display: block;
	float: left;
	width: 23%;
	vertical-align: top;
	border-right: 1px dotted black;
	margin: 0 20px 20px 0;
	padding-right: 20px;
}
.subsection .column.last {
	border-right: none;
	margin-right: 0;
}

.column .group{
	display: block;
	width: auto;
}

.group {
	margin-bottom: 1em;
	vertical-align: top;
}

span.field {
	font-weight: normal;
}

.error p.message,
p.message.error {
	color: red;
	font-weight: bold;
}

.field .error {
	display: block;
}

/* error/status messages - begin */
.statusMessage {
	margin-bottom: 14px;
	font-weight: bold;
}

.sectionMessage {
	padding: 30px;
}

.statusMessageFieldList {
	font-weight: normal;
	margin-top: 1em;
}
.statusMessageFieldList li {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 1em;
}

.statusMessage.error {
	color: #c80000;
}
.sectionMessage.error,
.subsection.error {
	background-color: #fae4e6;
}
/* error/status messages - end */
p.message {
	padding: 0.5em;
	overflow: hidden;
	font-size: 90%;
	margin-bottom: 1em;
}

p.message a.toolbar {
	float: right;
	font-weight: bold;
	font-size: 1.1em;
}
p.message a.toolbar:hover {
	text-decoration: none;
}

/* credit card selection */

ul.credit_card_picker {
	list-style: none;
}

ul.credit_card_picker li a {
	font-weight: bold;
	margin-right: 5px;
	padding: 2px;
}
ul.credit_card_picker li button {
	border: none;
	background: transparent;
	color: gray;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
}

ul.credit_card_picker li
a.active_card {
	background-color: gray;
	color: white;
}
div.ccinfo {
	margin-left: 250px;
}

/* Tables */

table {
	background-color: white;
	border-spacing: 0;
	empty-cells: show;
}

th .sort {
	color: #dd8833;
	margin-left: 6px;
	font-weight: bold;
	font-size: 10px;
}

.header th {
	border-bottom: 1px solid #DDD;
	border-right: none;
}

tr.first > * {
	padding-top: 1em;
}

tr.last > * {
	padding-bottom: 1em;
}

th {
	text-align: left;
}

td, th{
	padding: 8px 16px;
	border-bottom: 1px solid black;
}

tfoot td {
	text-align: center;
	border-top: 1px solid #DDD;
	font-size: smaller;
}

tbody th {
	border-right: 1px solid #DDD;
	background-color: #eee;
}

.table-header-column {
	background-color: #eee;
}

.odd {
	background-color: #EEE;
}
