#dataTable td,#dataTable th,#listing td,#listing th,#actions td,#actions th,#impacts td,#impacts th,#mailtable td,#mailtable th,#edit_ticket td,#edit_ticket th,#open_ticket td,#open_ticket th  {

    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    padding : 4px 2px;
    border : 1px solid #cccccc;
    text-align : left;

}

table#actions,#impacts,#mailtable,#edit_ticket,#listing,#open_ticket,#dataTable {
	empty-cells: show;
	width:600px;
	border-collapse:collapse;
}

.bodyclass{
	margin: 10px 10px 0px 10px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px; 
}

/* fuer Contactsdarstellung fuer ngwww */
table#contact     { border-collapse: collapse; border: none;}
#contact td       { border: 1px solid black;  }
#contact th        { border: 1px solid black;  }
#contact td.contactempty  { border: none; }


