
html {
	background: #ddd;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
    text-decoration:none;
    height:20px;
    line-height:20px;
    color:#222222;
}
a:hover, a.footerLink:hover {
	color: #0072C6;
    text-decoration:none;
}

a.footerLink {
	color:#808080;
}


h3 {
	color: #0072C6;
	padding: 0px 8px;
}

#editTranslation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#editTranslation th {
	font-size: 14px;
	font-weight: normal;
	color: #0072C6;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#editTranslation td {
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#editTranslation tbody tr:hover td {
	color: #009;
}

#mainTable {
	border: 1px solid #999;
	background: #FFF;
	position: relative;
	padding: 10px 10px;
}

#loginTable {
	padding: 10px 10px;
}

#footer {
	color:#cccccc;
	margin-top:5px;
	text-align:center;
	font-size:12px;
}

input {
    border: 1px solid #C2C2C2;
    background-color: #FFFFFF;
}

button[type=submit], input[type=submit]{
    min-width:70px;
    background-color: #E9E9E9;
    border: 1px solid #C2C2C2;
}