body {
 font-size: 12px;
 font-family: Helvetica,Arial,sans-serif;
 margin: 10px;
}
#previewer {
 background-color: #f3f0e0;
 text-align: center;
 margin: 0;
}
#page {
 width: 750px;
 padding: 10px;
 margin: 0 auto;
 text-align: left;
}
table.gallery {
 border: 1px solid #666;
 border-collapse:collapse;
}
table.gallery tr {
 border:0px solid black;
}
table.gallery tr td.actionbar {
 vertical-align: top;
 border-left: 0px solid black;
 padding: 10px;
 padding-right: 0;
}
table.gallery tr td.mediadisplay {
 border: 0px solid grey;
 border-right: 0px solid black;
 padding: 10px;
 padding-left: 0;
}
table.previeweditor {
}
table.previeweditor tr th {
 text-align: right;
}
table.previeweditor tr td {
}
table.listtable {
 border: 1px solid #666;
}
table.listtable tr th {
 color: white;
 background-color: red;
}

button {
 color: black;
 background-color: buttonface;
 border: 1px solid black;
 font-size: 10px;
 font-family: Helvetica,Arial,sans-serif;
}

/* Vodafone style
 *
 */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.textgrau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.textgrauklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
