/* Standard style */
body {
	color: black;
	background-color: white;
}
a {
	color: blue;
	text-decoration: none;
}
a:link {
	color: blue;
}
a:visited {
	color: teal;
	text-decoration: none;
}
a:hover {
	color: teal;
	text-decoration: underline;
}
a:focus {
	color: red;
}
h1 {
	margin-bottom: 0.25em;
}
h2 {
	margin-bottom: 0em;
}
h3	 {
	margin-bottom: 0em;
}

div.footer {
	text-align: center;
	background-color: #D0D0FF;
	border-top: solid;
	border-width: 2px;
	margin-top: 2em;
	padding: 1em;
}

/* Message differences style */
p {
	margin-top: 0ex;
	margin-bottom: 0ex;
}

div.po-item {
	border-style: solid;
	border-color: black;
	border-width: 2px;
	padding: 1em;
	margin-top: 1ex;
	margin-bottom: 1ex;
	background-color: #A0A0A0;
}

form.plural-form {
	margin-top: 1ex;
	padding: 1em;
	background-color: #B0B0B0;
}

input {
	float: left;
}

h2 {
	margin-top: 0ex;
}

h3 {
	margin-top: 0ex;
}

p {
	margin-top: 1ex;
	margin-bottom: 0ex;
}

pre.po-msgctxt {
	margin: 0ex;
	border: 0px;
	background-color: #A0A0E0;
}

pre.po-msgid {
	margin: 0ex;
	border: 0px;
	background-color: #E0E0E0;
}

pre.po-msgstr {
	margin: 0ex;
	border: 0px;
#	margin-left: 2em;
	margin-left: 20px;
	background-color: #A0E0A0;
}


pre.po-msgstr-orig {
	margin: 0ex;
	border: 0px;
#	margin-left: 2em;
	margin-left: 20px;
	background-color: #E0A0A0;
}

div.po-msgstr-custom {
	padding: 0px;
	margin: 0px;
	border: solid 1px;
#	margin-left: 2em;
	margin-left: 20px;
}

span.po-msgstr-custom {
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
}

p.po-msgstr-custom {
	margin-left: 2em;
}

textarea.po-msgstr-custom {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	background-color: #E0E0A0;
}

