table.null, table.null tr, table.null td {
   border: 0;
   margin: 0;
   padding: 0;
}


iframe {
   border-color: #E0E0E0;
   border-width: 1px;
   border-style: solid;
   margin: 0;
   margin-top: 5px;
   padding: 0;
   width: 100%;
}

.capitalize {text-transform: capitalize}

.imageleft {
   float: left; 
   margin-right: 8px;
}

.left {
   float: left;
}
.right {
   float: right;
}
.textRight {
   text-align: right;
}

.null {
   margin: 0;
   padding: 0;
   border: 0;
}

.cleantext {
   text-align: left;
}

table.objectTable {
   border: 0;
   margin: 0;
   width: 100%;
   border-spacing: 0;
   empty-cells: show;
}

table.objectTable tr {
   height: 23px;
   background: #fafafa;


}
table.objectTable tr:hover {
   background: #fff;
}

table.objectTable th {
   background: #eee;
   padding: 4px;
   border-style: solid;
   border-color: #555;
   border-width: 0 0 1px 0;
}

table.objectTable td {
   padding: 4px;
   border-style: solid;
   border-color: #eee;
   border-width: 0 0 1px 0;
   text-align: left;
} 

table.objectTable img {
   border: 0;
   margin: 0;
   padding: 0;
   border-style: none;
}

div.date {
   float: right;
   font-size: 10px;
}

div.infobox {
   float: left;
   width: 49%;
}

div.errorpanel {

}
