/* CSS style reset CVS: $Id: main.css,v 1.10 2012/01/26 15:12:27 declan Exp $ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}

div.box table.scrolling th
,div.box table.scrolling td{
    font-size:0.8em;
}

table.zipcontents{
    margin:8px;
    padding:3px;
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
}
table.zipcontents th{
    background-color: #888;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    padding: 3px;
}
table.zipcontents td{
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding:3px;
}
table.zipcontents tr.row_1{
    background-color: #f2f2f2;
}
div.highlight{
    background-color: #ffffe1;
}
