/* global interface configuration */

body,html {
	background-color: rgb(242,242,242);
	font-family: Trebuchet MS, sans-serif;
	color: rgb(80,80,80);
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a {
	color: rgb(80,80,80);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(140,198,63);
	text-decoration: none;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

#header_wrapper {
	height: 125px;
	width: 100%;
}

#global_wrapper {
	background-color: rgb(255,255,255);
	width: 910px;
	margin: 0px auto 0px auto;
	padding: 20px;
}

.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}

/* header */

#header {
	width: 950px;
	height:125px;
	margin: 0px auto 0px auto;
	background-image: url(/images/header.png);
}

/* notices */

.flash_notice {
	background-color: rgb(240,240,0);
	color: rgb(123,123,0);
	width: 100%;
}

.flash_notice .text {
	padding: 5px;
}

/* form */

.form_wrapper {
	float: left;
	width: 600px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.form_wrapper p {
	margin: 0px;
	padding: 0px;
}

.form_wrapper .block {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.form_wrapper .title {
	margin-top: 20px;
	font-size: 16px;
	color: rgb(160,160,160);
}

.form_wrapper .label {
	font-size: 12px;
}

.form_wrapper .input {
	width: 100%;
}

.form_wrapper .input input, .form_wrapper .input textarea {
	width: 100%;
	font-family: Trebuchet MS, sans-serif;
	color: rgb(40,40,40);
	font-weight: bold;
	font-size: 12px;
	background-color: rgb(240,240,240);
}

.form_wrapper .fieldWithErrors input, .form_wrapper .fieldWithErrors textarea {
	width: 100%;
	font-family: Trebuchet MS, sans-serif;
	color: rgb(40,40,40);
	font-weight: bold;
	font-size: 12px;
	background-color: rgb(255,0,0);
}

.form_wrapper .input select {
	width: 90%;
	font-family: Trebuchet MS, sans-serif;
	color: rgb(40,40,40);
	font-weight: bold;
	font-size: 12px;
	background-color: rgb(240,240,240);
}

.form_wrapper .fieldWithErrors select {
	width: 90%;
	font-family: Trebuchet MS, sans-serif;
	color: rgb(40,40,40);
	font-weight: bold;
	font-size: 12px;
	background-color: rgb(255,0,0);
}

/* information block */

.info_wrapper {
	float: right;
	width: 250px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: rgb(120,120,120);
	
}

.info_wrapper p {
	margin: 0px;
	padding: 0px;
}

.info_wrapper .block {
	padding: 10px;
	margin-top: 50px;
	width: 100%;
	background-color: rgb(240,240,240);
}

.info_wrapper .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* errors */ 

.errorExplanation {
	font-size: 12px;
	margin-bottom: 10px;
	color: rgb(255,0,0);
	width: 600px;
	padding: 5px 10px 5px 10px;
}

.errorExplanation h2 {
	font-size: 14px;
}

.errorExplanation p {
	margin: 0px;
	padding: 0px;
}

.errorExplanation ul {
	list-style-type: disk;
	margin: 10px 0px 5px 30px;
	padding: 0px;
}

/* domains */

.domains {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.domain {
	margin: 0px 0px 40px 0px;
	width: 700px;
}

.domain .title {
	width: 100%;
}

.domains .domain .name {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin: 24px 0px 0px 10px;
	color: rgb(199,178,153);
}

.domain .type_icon {
	float: left;
	width: 49px;
	height: 47px;
}

/* services */

.services {
	width: 100%;
}

.service {
	margin: 0px 0px 0px 60px;
	font-size: 16px;
	color: rgb(199,178,153);
	font-weight: bold;
	list-style: disc outside;
}

.service p {
	margin: 0px;
	padding: 0px;
}

/* controls */

.controls_wrapper .spacer {
	height: 30px;
}

.controls {
	margin: 0px 0px 0px 30px;
	font-size: 13px;
	font-weight: normal;
	list-style: none;
}

.controls .flash {
	margin-top: 5px;
	color: rgb(140,198,63);
	font-weight: normal;
}

.control {
	margin-top: 5px;
	color: rgb(100,100,100);
}

.control input, .control textarea {
	font-family: Trebuchet MS, sans-serif;
	color: rgb(40,40,40);
	font-weight: bold;
	font-size: 12px;
	background-color: rgb(240,240,240);
}

.control .subname {
	float: left;
	font-weight: bold;
}

.control .subname a:hover {
	color: rgb(255,0,0);
}










