/* $Id: cosima-translation.css,v 1.1 2008-07-23 15:07:40 dominik Exp $ */

table {
	font-family : Arial, Helvetica, sans-serif;
	width : 100%;
}

.content {
	background-color : #D2D2D2;
	padding : 20px;
}

.content table {
	font-size : 90%;
}

.content table table td {
	background-color : #E8E8E8;
	padding : 5px;
	width : 70%;
}

.content table table td, .content table table th, .content table table {
	border : solid 1px #FFFFFF;
}

.content table table td.spaceline {
	background-color : #FFFFFF;
	line-height : 2px;
	padding : 0px;
}

.content table table th {
	background-color : #D2D2D2;
	font-weight : normal;
	padding : 5px;
	text-align : left;
	width : 30%;
}

.content table table th.title-container, .content table table th.title-module-meta {
	background-color : #808080;
	color : #FFFFFF;
	text-align : center;
}

.content table table th.title-module-meta {
	font-weight : bold;
}

.title-meta {
	background-color : #808080;
	border : solid 2px #FFFFFF;
	border-bottom : none;
	color : #FFFFFF;
	font-size : 120%;
	font-weight : bold;
	padding : 5px;
	text-align : center;
}
