body { background-color: #fff; color: #555; 	text-align: center;}

body, p, ol, ul, td {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size:   small;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

h1, h2, h3 {
	font-weight: normal;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
	color: #585; text-decoration: none; 
}

a:hover { 
	color: #000; text-decoration: underline ;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.translation_missing {
	background: #ccc;
}

/* Nice table layout for scaffolding*/
table.scaffold {
 	width: 99%;
 	position: relative;
 	border: 1px solid #b5b5b5;
 	background: #ddd;
}

table.scaffold caption {
 	margin: 0;
 	padding: 8px 20px;
 	text-align: left;
	background: #fff;
	font-size: 140%;
}

table.scaffold th, table.scaffold td {
 	margin: 0;
 	padding: 5px;
 	text-align: left;
 	border-bottom: 1px solid #b5b5b5;
}

table.scaffold th {
 	color: #fff;
	background: #888;
	font-weight: normal;
}

table.scaffold tr {
 	background: #DDD;
}

table.scaffold tr:hover {
	background: #ada;
}

table.scaffold tr.odd {
 	background: #EEE;
}

table.scaffold tr.odd:hover {
	background: #ada;
}

table.scaffold tr.green {
 	background: #ada;
}

table.scaffold tr.red {
 	background: #daa;
}

table.scaffold tr.blue {
 	background: #aad;
}

table.scaffold tr.highlight {
 	background: #DFD1D4;
}

table.scaffold td.highlight {
 	background: #e7f1e7;
}	

table.scaffold th.highlight {
 	background: #e1f1e1;
}

table.scaffold td a {
	display: block;
}

table.scaffold td.pad {
	width: 10em;
}

table.scaffold a.link {

}

/*forms*/

label {
	clear: left;
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input {
/*	margin-left: 5.5em;*/
}