/*table.css*/


table   { 
width: 100%; 
border-bottom-width: 0px; 
border-collapse: collapse; 
}
table tr td { 
vertical-align: top;
margin: 0px;
font-size: 0.8em;
}



/*

table   { 
border: 1px solid #bbbbbb; background-color: #ffffff; width: 100%; 
border-bottom-width: 0px; 
border-collapse: collapse; 
}
table tr td  { 
border-bottom: 1px solid #bbbbbb; 
vertical-align: top;
border-right: 1px solid #bbbbbb; padding: 1px; margin: 0px;
font-size: 0.8em;
}


table tfoot tr td  { background-color: #eeeeee; }



#stepBodyArea table {width: 100% !important;}

table td {border: 1px solid red; }
*/


/*
.adressbooktable tr {  margin: 0px;}
.adressbooktable tr td {
border-bottom: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
font-size: 10px; padding: 0px; margin: 0px; display: inline;
vertical-align: top;
}
.adressbooktable { 
border: 1px solid #cccccc; 
margin: 0px;
}
*/
