body {
	margin: 1em;
	background-color: #FAFAFF;
}

div.top-left {
	float: left;
	width: 11.2em;
	height: 6em;
	padding-left: 0.8em;
	margin-bottom: 0.2em;
	background-color: #9999FF;
}

div.top-left img {
	position: absolute;
	padding-top: 2.1em;
}

div.top-right {
	width: 48em;
	height: 4em;
	margin-left: 12.2em;
	margin-bottom: 0.2em;
	background-color: #DCDCFF;
	padding-top: 2em;
	text-align: center;
}

div.top-right small {
	font-size: 75%;
	font-weight: normal;
}

div.bottom {
	overflow: hidden;
}

div.bottom-left {
	clear: left;
	float: left;
	width: 11.2em;
	padding: 0.8em 0 0.8em 0.8em;
	background-color: #DCDCFF;
}

div.bottom-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.bottom-left ul ul {
	font-size: 14px;
	margin-left: 1em;
}

div.bottom-left ul ul ul {
	font-size: 12px;
}

div.bottom-left a {
	display: block;
	padding: 0.2em;
	margin-bottom: 0.4em;
	border-right: 0.8em solid #DCDCFF;
	color: black;
	text-decoration: none;
}

div.bottom-left input.a {
	width: 9em;
	padding: 0.2em;
	border: 1px solid black;
}

div.bottom-left ul ul input.a {
	width: 11em;
}

div.bottom-left a.cmsPage {
	background-color: white;
	border-right: 0.8em solid white;
}

div.bottom-left a:hover {
	background-color: #9999FF;
}

div.bottom-left a.cmsPage:hover {
	background-color: white;
}

div.bottom-right {
	width: 46em;
	margin-left: 12.2em;
	padding: 1em;
	background-color: white;
}

div.bottom-right a:hover {
	background-color: #DCDCFF;
}

input[type="text"], textarea {
	font-family: Tahoma;
	font-size: 100%;
	width: 15em;
}

input.readonly {
	border: 0;
	margin: 2px;
}

button {
	font-family: Tahoma;
	font-size: 100%;
}

table.login th {
	text-align: right;
	font-weight: normal;
	width: 15em;
	padding-top: 0.3em;
	padding-right: 0.5em;
}

table.login td {
	padding-right: 0.5em;
	padding-top: 0.3em;
}

table.login td.right {
	padding-top: 0.3em;
}

table.files {
	width: 100%;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

table.files th {
	font-size: 75%;
	text-align: left;
	padding: 0.5em;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	background-color: #DCDCFF;
}

table.files td {
	font-size: 75%;
	padding: 0.5em;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
}

table.userdata {
	width: 100%;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

table.userdata th {
	font-size: 75%;
	text-align: left;
	padding: 0.5em;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	background-color: #DCDCFF;
}

table.userdata td {
	font-size: 75%;
	padding: 0.5em;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
}

div.userdata p {
	margin-bottom: 0.5em;
}

p.success {
	font-weight: bold;
	color: green;
	margin-bottom: 0.3em;
}

p.error {
	font-weight: bold;
	color: red;
	margin-bottom: 0.3em;
}

p.files {
	margin-bottom: 0.2em;
}