@charset "utf-8";
/* CSS Document */

table.availDocs{
width:100%;
border-collapse:collapse;
}

table.availDocs thead tr{
border-top:solid 1px #003333;
border-bottom:solid 1px #003333;
}
table.availDocs thead th{
border-bottom:solid 1px #003333;
padding-top:1em;
padding-bottom:0.5em;
}

table.availDocs td{
background-color:#f3f9f9;
font-weight:bold;
border-bottom:solid 1px #003333;
}

div.docLnk{
width:100%;
height:100%;
}
div.docLnk:hover{
cursor:pointer;
cursor:hand;
}

td.docImg{
width:100px;
text-align:left;
padding-left:8px;
}

td.docSize{
padding:8px;
text-align:right;
width:15%;
}



span.docTitle{
font-style:italic;
color:#333333;
font-weight:normal;
}