body {
	background-color: black;
	background-image: url(../img/bgblack.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
}

form
{
	margin: 0;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #000;
	border-bottom: 1px solid #0044bb;
	font-family: Arial;
	font-size: 2em;
}

h2 {
	padding: 0;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000;
	font-family: Arial;
	font-size: 1.2em;
}

.langchooser {
	position: absolute;
	position: fixed;
	left: 5px;
	top: 5px;

	z-index: 100;
}

.langchooser a {
	color: #0095ff;
	text-decoration: none;
}

.langchooser a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.bigtransinfo
{
	color: #ddeeff;
	font-size: 0.8em;
	font-family: Arial;

	text-align: right;

	position: absolute;
	position: fixed;
	right: 5px;
	top: 5px;

	z-index: 100;
}

.bigtransinfo a {
	color: #0095ff;
	text-decoration: none;
}

.bigtransinfo a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.maindiv {
	width: 700px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -350px;
	background-color: white;
	background-image: url(../img/bgwhite2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
}

.footer {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	padding: 5px;
	border-top: 1px black solid;
	background-color: #0095ff;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
}

.footer a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.footer a:hover {
	color: white;
	cursor: pointer;
}

.blackfoot {
	background-color: black;
	background-image: url(../img/bgblack.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	height: 40px;
}

.logo {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 50px;
	background-color: #0095ff;
	background-image: url(../img/bgblue.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
}

.menu {
	font-size: 0.8em;
	font-family: Arial;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #0095ff;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	margin: 0px;
}

.menu ul {
	list-style: none;
	padding: 5px;
	padding-left: 25px;
	margin: 0px;
	color: #99ccff;
}

.menu ul a {
	text-decoration: none;
	color: #99ccff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.menu ul a:hover {

	text-decoration: none;
	border-left: 2px #44aaff solid;
	border: 2px #44aaff solid;

	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 3px;
	padding-left: 3px;

	color: #fff;
	background-color: #0095ff;
	background-image: url(../img/bgblue4.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;

	cursor: pointer;
}

.menu ul li {
	display: inline;
	margin: 0px;
}

.transtoinfo {
	font-size: 1em;
	text-align: center;
	font-family: "Courier New";
	color: #0044bb;
	padding-bottom: 15px;
}

.content a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.content a:hover {
	color: #ff0;
	text-decoration: underline;
	cursor: pointer;
}

.content {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 36px;
	padding-top: 36px;
	background-color: white;
	background-image: url(../img/bgwhite2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	font-size: 1em;
	font-family: "Trebuchet MS";
}

.content p:first-letter {
	font-weight: bold;
	font-size: 1.2em;
}

.content .signature {
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	text-align: right;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

.navigator {
	font-family: Arial;
	font-weight: normal;
	font-size: 0.82em;
	padding: 5px;
	background-color: white;
	background-image: url(../img/bgblue3.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	border: 1px solid #0044bb;
}

.navigator b {
	font-size: 1em;
	font-weight: bold;
}

.navigator a {
	color: #0044bb;
}

.navigator a:hover {
	color: yellow;
	cursor: pointer;
}

.list {
	padding: 10px;
	font-size: 0.9em;
}

.list .record {
	background-color: white;
	background-image: url(../img/bgblue3.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	margin-bottom: 45px;
	text-align: left;

	padding-bottom: 10px;
}

.list .alias {
	font-family: Arial;
	font-weight: bold;
	color: white;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: black;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;

	width: 85%;
}

.list .string {
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;

	max-width: 100%;
	overflow: auto;

	clear: both;
}

.list .string .title {
	color: black;
	margin-bottom: 5px;
	font-family: Arial;
	font-weight: bold;
}

.list .translation {
	text-align: center;
	margin-bottom: 20px;
}

.list .translation textarea {
	background-color: white;
	background-image: url(../img/bgwhite2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;

	width: 90%;
	border: 1px solid #0044bb;
	margin-bottom: 15px;

	padding: 10px;
}

.list .input {
	text-align: center;
}

.button {
	background-color: white;
	background-image: url(../img/bgwhite2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	cursor: pointer;
	border: 1px solid #0044bb;
}

.button:hover {
	background-color: white;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	color: white;
	cursor: pointer;
	border: 1px solid #0044bb;
}

.list .record .info {
	font-size: 1em;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;

	max-height: 150px;

	overflow: auto;
}

.list .record .info p{
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

.list .record .info p:first-letter{
	font-size: 1em;
	font-weight: normal;
}

.list .record .dynamicinfo {
	padding-bottom: 10px;
}

.list .record .button {
	margin-left: 5px;
	margin-right: 5px;
}

.list .actual {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;

	max-width: 100%;
	overflow: auto;

	clear: both;
}

.list .actual .title {
	color: white;
	margin-bottom: 5px;
	font-family: Arial;
	font-weight: bold;
}

.list .record .header {

	font-size: 1em;

	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

	font-weight: bold;

	background-color: black;
	background-image: url(../img/bgblue3.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;

	color: white;
}

.pagetext {
	padding-bottom: 6px;
	font-weight: bold;
	color: #ddeeff;
}

.select {
	border: #0044bb 1px solid;
	background-color: white;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
}

.button {
	background-color: white;
	background-image: url(../img/bgwhite2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	cursor: pointer;
	border: 1px solid #0044bb;
}

.button:hover {
	background-color: white;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	color: white;
	cursor: pointer;
	border: 1px solid #0044bb;
}

.box {
	background-color: white;
	background-image: url(../img/bgblue3.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	border: 1px solid #0044bb;
	padding-bottom: 10px;
	padding-top: 10px;
	color: white;
	text-align: center;

	margin-top: 15px;
	margin-bottom: 10px;
}

.form {
	background-color: white;
	background-image: url(../img/bgblue3.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
}

.form input {
	margin: 5px;
}

.langform {
	text-align: center;
}

.langform .select {
	width: 150px;
	margin: 5px;
}

.addlangform table {
	width: 100%;
}

.addlangform table .lefttd {
	text-align: right;
	padding-right: 5px;
	width: 49%;
}

.addlangform table .righttd {
	text-align: left;
	padding-left: 5px;
	width: 49%;
}

.error {
	color: #800;
}

.success {
	color: yellow;
}

.msg {
	color: blue;
}

a img {
	border: 0;
}


.linefeedmarker {
	font-size: 0.8em;
	color: yellow;
	font-family: "Courier New";
}

.stringtable {
	text-align: center;
}

.stringtable textarea {
	width: 90%;
}

.nr {
	margin-top: 40px;
}

.nr form {
	margin-top: 30px;
}

.divtable
{
	background-color: black;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;

	padding: 15px;

	color: white;

	border: 1px solid #0095ff;
}

.divtable .firstcell
{
	width: 47%;
	text-align: right;
	float: left;
}

.divtable .secondcell
{
	width: 47%;
	text-align: left;
	float: right;
}

.divtable .row
{
	padding: 5px;
}

.divtable .totalrow
{
	font-weight: bold;

	color: yellow;

	margin-bottom: 5px;
}

.divtable .title
{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

.divtable .label
{
	font-size: 0.9em;
	color: #bbddff;
	margin-top: 5px;
}

.terminator
{
	clear: both;
}

.switch
{
	text-align: right;
	padding: 0;
	margin: 0;
}

.translationstatus
{
	padding-top: 3px;
}

.transstatus
{
	color: yellow;
	padding-left: 5px;
	padding-right: 5px;
}

.warning
{
	color: red;
}

.listfilter
{
	padding: 5px;
	text-align: center;
}

.listfilter a
{
	font-size: 0.8em;
}

.historylink
{
	display: block;
	float: right;

	width: 33%;
	text-align: right;

	padding-right: 20px;
	padding-left: 20px;
}

.translabel
{
	display: block;

	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;

	background-color: black;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;

	color: white;

	margin-top: 3px;
	margin-bottom: 3px;

	font-family: Arial;
	font-size: 0.8em;
	font-weight: bold;
}

.translabel a
{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.translabel a:hover
{
	color: #4af;
	cursor: pointer;
}

.setasform .right
{
	float: right;

	padding-top: 10px;
	padding-right: 10px;
}

.lfl
{
	width: 60%;
	float: left;
	text-align: left;
	cursor: pointer;
}

.rfl
{
	width: 30%;
	float: right;
	text-align: right;
}

.commentlist
{
	padding-left: 20px;
	padding-right: 20px;
	max-height: 120px;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.historylist
{
	padding-left: 20px;
	padding-right: 20px;
	max-height: 220px;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.historylist .trans
{
	padding: 5px;

	background-color: black;
	background-image: url(../img/bgblue2.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;

	margin-bottom: 10px;

	clear: both;
}

.historylist .data
{
	font-size: 0.8em;
	color: white;
}

.headinfo
{
	margin-bottom: 20px;
}

.small-link
{
	font-size: 0.8em;
}

.hver
{
	font-size: 0.8em;
	margin-top: -1.5em;
	padding-bottom: 1.2em;
}

hr
{
	border: 1px dotted #eef0ff;
}