body
{
	margin:0;
	padding:0;
	font-family:sans-serif;
	font-size: 11pt;
	background: #ffffff;
}
img {
	border: 0;
}
#logo
{
	margin:0;
	text-align:left;
	

	/*background-color: #27677E;*/
}
#logo_img
{
	display: block;
}
	
#logo a {
  border: 0;
  text-decoration: none ;
}
.menu {
	/*margin-top: -3px;*/

}

#translator {
	position: absolute;
	top : 20px;
	right: 5%; 
	color: black;
	width : 140px;
	text-align: center;
}
.menu 
{
	text-align:center;
	background-color: #BAD3DC;
	left:0;
	height: 25px;
	margin: 0px;
	padding: 0px;
	list-style-type: none ;
}
.menu span
{
	/*float: left ;*/
	text-align: center ;
	margin-right: 40px;
	font-size: 1.2em;
}
.menu a:hover,.menu a:link,.menu a:active,.menu a:visited{
   text-decoration:none;
    color: black;
	border:  none;
}
.menu a:hover
{
	color: gray;
}
.main {
	margin: 50px;
}

.submenu {
	float:right;
	background-color: #BAD3DC;
	border:  2px dashed #26667E;
	margin-right:20px;
}
.submenu ul
{
	clear: both;
	margin-right: 10px;
	width: 150px;
	list-style: none;
	/*background-color: #BAD3DC;*/
	
}

#image_index {
	float: right;
	margin-right: 20px;
}
#news_title {
	background: #BAD3DC;
	font-size : 15pt;
	font-weight:bold;
	text-align: center;
	border: 2px solid #BAD3DC;	
	width: 70%;
}

.news {
	border: 2px dashed #BAD3DC;
	width: 70%;
}
h4
{
	color:#26667E;
}

.translation-status {
	border-collapse:collapse;
}

.translation-status th {
	text-align:center;
	padding:2px;
	border: 1px solid black;
}

.translation-status td {
	text-align:center;
	padding:2px;
	border: 1px solid black;
}

.translation-status td.trans-txt {
	border-right:none;
}

.translation-status td.trans-img {
	border-left:none;
}

.translation-status td.trans-img img {
	vertical-align:middle;
}

#os-logos {
    margin:25px auto;
}

#os-logos > tr > td {
    min-width:100px;
    max-width:100px;
    text-align:center;
    vertical-align:bottom;
}

#os-logos > tbody > tr > td {
    min-width:100px;
    max-width:100px;
    text-align:center;
    vertical-align:bottom;
}

.os-logo {
    max-width:75px;
    max-height:75px;
    margin:0px auto;
}

#os-details div {
    border:1px solid #bbbbbb;
    border-radius:5px;
    margin:10px;
    padding:5px;
}

#footer {
    font-size: 12px;
    text-align: center;
    color: #888888;
}
