html {
	height: 100%;
}

body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #333333;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

a {
	text-decoration: underline;
}

a:link,a:active,a:visited,a:hover {
	color: #e09900;
}

table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.user {
	width: auto;
}

td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

p {
	text-align: justify;
}

h1 {
	font-size: 160%;
	margin-bottom: 10px;
}

h2 {
	font-size: 130%;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

th {
	text-align: left;
}

#header-logo {
	height: 100px;
	background-color: #000000;
}

#header-image {
	height: 100px;
	text-align: right;
	background-color: #000000;
}

#header-form {
	text-align: left;
	background-color: #000000;
}

#root_edit {
	height: 100%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#root {
	height: 100%;
	width: 689px;
	margin-right: auto;
	margin-left: auto;
}

#main td {
	
}

#menu {
	color: #666666;
	width: 145px;
	padding-bottom: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 100%;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
}

#menu li {
	padding: 0px;
	margin: 0px;
	border: 1px #333333 solid;
}

#menu a {
	display: block;
	color: #e09900;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}

#menu a:hover {
	color: #ffffff;
}

#menu a:link .selected,#menu a:visited .selected,#menu a:active
	.selected {
	font-weight: bold;
}

.selected {
	font-weight: bold;
}

#content {
	width: 474px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

#content td {
	border-style: none;
	border-width: 0px;
}

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

#content a:hover {
	text-decoration: underline;
}

.search-title {
	width: 150px;
}

textarea.cms-edit {
	width: 100%;
	border-width: 1px;
	border-style: none;
	border-color: #333333;
}

.search-title,.search-description,th.search-index {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.search-index {
	text-align: right;
}

a#edit :link,a#edit :active,a#edit :visited {
	color: #ff5555;
}

#copyright,#languages {
	font-size: 90%;
}

#cite {
	height: 15px;
	background-color: #000000;
	text-align: right;
	padding-right: 3px;
	font-size: 80%;
}

#copyright {
	height: 15px;
	color: #e09900;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#languages {
	width: 70px;
	color: #000000;
	background-color: #333333;
	text-align: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#languages a {
	text-decoration: none;
}

#languages a:hover {
	color: #ffffff;
}

.justified {
	text-align: justify;
}

.warning {
	font-weight: bold;
	color: #ff0033;
}

.error {
	padding-top: 10px;
	padding-bottom: 0px;
	color: #ff0000;
}
