body {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: Arial, Verdana, Sans-serif;
	font-size:11px;
}

form {
	margin:0;
	padding:0;
}

thead {
	font-weight: bold;
}

thead td {
	padding-right: 40px;
}

tfoot {
	font-weight: bold;
}

#content {
	border: solid 1px #333333;
}

/**
 * Form
 */
.content {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

.title {
	background-color:#999999;
	color: #000000;
	border-top: solid 1px #333333;
	clear: both;
	text-align: left;
	padding-left: 5px;
	line-height: 1.5em;
	font-weight:bold;
}



.intro {
	clear: both;
	text-align: left;
	line-height: 1.5em;
}

.spacer_small {
	clear: both;
	height: 10px;
	font-size: 0;
	line-height: 0em;
}

.spacer_medium {
	clear: both;
	height: 20px;
	font-size: 0;
	line-height: 0em;
}

.spacer_large {
	clear: both;
	height: 40px;
	font-size: 0;
	line-height: 0em;
}

.error {
	background-color: inherit;
	clear: both;
	color: #666666;
	text-align: left;
	line-height: 1.5em;
}

.label {
	float: left;
	text-align: left;
	line-height: 1.5em;
	width: 150px;
	font-weight:bold;
}

.field {
	float: left;
	text-align: left;
	margin-left: 20px;
	line-height: 1.5em;
}

.ruler {
	clear: both;
	text-align: left;
	height: 0;
	font-size: 0;
	line-height: 0em;
}

.comment_center {
	clear: both;
	text-align: center;
	line-height: 1.5em;
}

.comment_left {
	clear: both;
	text-align: left;
	line-height: 1.5em;
}

.wait_screen {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #000000;
	display: none;
	position: absolute;
	width: 600px;
	text-align: center;
	vertical-align: middle;
}

/**
 * Translation
 */
div.translation {
	color: #000000;
	background-color: #FFFF00;
	line-height: 1.5em;
	display: inline;
}

/**
 * Navigation
 */
#navigation_array {
	margin-left: auto;
	margin-right: auto;
}

.navigation_button {
	float: left;
	text-align: center;
	width: 60px;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
}

.navigation_button a {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #666666;
}

.navigation_button a:hover {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #333333;
}

.navigation_button img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 0;
}