/* $Id: textvar-translation.css,v 1.1 2009-10-21 07:54:17 joachim Exp $ */

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

body {
    background-color : #D2D2D2;
}

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

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

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

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

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

.content table table th.title-container {
	background-color : #808080;
	color : #FFFFFF;
	text-align : center;
	font-weight : bold;
}


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