/* DATEI: dlg-styles.css*/



td.dlgTitle  {
	font-family : Arial,sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #4FD8A0;
	text-decoration : none;
	height: 16px;
}

td.dlgBackground  {
	font-family : Arial,sans-serif;
	font-size : 10px;
	color : #000099;
	background-color : #feede0;
	text-decoration : none;
}


td.dlgContent {
	font-family : Arial,sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #feede0;
	text-decoration : none;
}


table.dlgFrame  {
	background-color : #000000;
}




