body
{
	font-size: 75%;
	font-family: "Franklin Gothic Medium", verdana, sans-serif;
	background: #000;
	color: #ccc;
}


/* Links
************************************************************/
a {
	color: #ff5995;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
}

/* Tables
************************************************************/
table {
	text-align: center;
}
td {
	padding: 5px;
}

/* Specifics
************************************************************/
div#sites {
}
div#emails {
}
div#contacts {
	margin-bottom: 2em;
}

/* Email Configuration Section
************************************************************/
div#email-config {
	margin: 2em 0;
	padding: 1em;
	background: #111;
	border: 1px solid #333;
	border-radius: 5px;
}

div#email-config h2 {
	color: #ff5995;
	margin-top: 0;
}

div#email-config h3 {
	color: #ff9900;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.config-table {
	width: 100%;
	max-width: 800px;
	margin: 1em 0;
	border-collapse: collapse;
	text-align: left;
}

.config-table th {
	text-align: right;
	padding: 0.75em 1em;
	vertical-align: top;
	font-weight: bold;
	color: #ff9900;
	white-space: nowrap;
	width: 180px;
}

.config-table td {
	padding: 0.75em 1em;
	border-bottom: 1px solid #222;
}

.config-table tr:last-child td {
	border-bottom: none;
}

.config-table code {
	background: #000;
	padding: 0.2em 0.5em;
	border: 1px solid #333;
	border-radius: 3px;
	color: #0f0;
	font-family: "Courier New", monospace;
	font-size: 0.95em;
}

.config-table strong {
	color: #ff5995;
}

.config-note {
	margin-top: 1.5em;
	padding: 1em;
	background: #0a0a0a;
	border-left: 3px solid #ff5995;
	border-radius: 3px;
}

.config-note p {
	margin: 0;
	line-height: 1.6;
}

.config-note strong {
	color: #ff9900;
}

div#validator {
	float: right;
}