BODY {
	background: #FFFFFF url(images/banner_bg.gif) repeat-x;
	margin: 0px;
}

#wrapper {
	margin: auto;
	width: 800px;
	text-align: left;
	overflow: hidden;
}

#header {
	margin: auto;
	height: 50px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 12px;
	padding-left: 10px;
}

#managed_domains_list {
	height: 100px;
	width: 580px;
	background-color: #E8E8E8;
	overflow: scroll;
	postition: relative;
}

.darkgrey {
	color: #928D8D;
}

.lightgrey {
	color: #D2D3D5;
}

#content {
	width: 580px;
	padding: 30px 10px 50px;
	float: left;
}

.index_message {
	width: 580px;
	background-color: #D2D3D5;
	margin: 5px;
}

.side_bar {
	width: 178px;
	float: right;
	background-color: #FFFFFF;
	clear: right;
	margin: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CAC8C8;
	border-bottom-color: #CAC8C8;
	border-left-color: #DBD8D8;
}

.side_bar_header {
	min-height: 10px;
	color: #FFFFFF;
	text-align: center;
	background: #5E5D5D url(images/side_bar_header_bg.gif) repeat-x;
}

.side_box {
	padding: 7px;
}

.side_box a {
	color: #333333;
	text-decoration: none;
}

.side_box a:hover {
	text-decoration: underline;
}

table.form {
	width: 580px;
}

table.form .tdl {
	width: 30%;
}

table.domain_list {
	border-collapse: collapse;
	width: 580px;
	table-layout: auto;
	font-size: 0.8em;
	border: 1px solid #C8C7C7;
}

table.domain_list th {
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
}

table.domain_list th a {
	color: #BBBBFB;
	text-decoration: none;
}

table.domain_list th a:visited {
	color: #D9B3FC;
}

table.domain_list th a:hover {
	text-decoration: underline;
}

table.domain_list td {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C8C7C7;
}

.page_links {
	text-align: right;
}

#footer {
	margin: auto;
	clear: both;
	font-size: 0.7em;
	background-color: #E8E8E8;
	text-align: center;
}

img {
	border-style: none;
}

#login_content {
	width: 100%;
}

table.ordered_table {
	border-collapse: collapse;
	width: 580px;
	table-layout: auto;
	font-size: 0.8em;
	border: 1px solid #C8C7C7;
}

table.ordered_table th {
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
}

table.ordered_table td.head {
	background-color: #E8E8E8;
}

table.ordered_table td {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C8C7C7;
}
