/*
   Issues Table Style Sheet
   Author: Leah Carpentier
   Date:   1/20/2015

   Filename:         issuestable.css
   Supporting files: page4.htm

*/

/* Styles for the table */

table.theissues {
   float: right;   
   font-size: 16px;
   margin-bottom: 20px;
   margin-left: 20px;
   border-collapse: collapse;
   background-position: right bottom;   
}

/* Table header styles */

table.theissues thead {
   background-image: url(top.jpg);
   border-bottom: 2px solid gray;
}

table.theissues thead tr {
   height: 40px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
   letter-spacing: 2px;
}



/* Table footer styles */

table.theissues tfoot {
   background-image: url(bottom.jpg);
   background-repeat: repeat-X;
   border-top: 2px outset gray;
}

table.theissues tfoot tr {
   height: 40px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
   text-align: center;
   letter-spacing: 2px;
}

/* Table body styles */

table.theissues tbody td {
   height: 50px; 
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;  
   border-bottom: 1px dotted gray;
}


/* Styles for the table caption */

table.theissues caption {
   font-size: 18px;
   letter-spacing: 5px;
   caption-side: top;
   text-align: center;
   margin-bottom: 10px;
}

/* Styles for the columna */

table.theissues col.firstColumn {
   width: 22%;
}


table.domeSpecs col.lastColumn {
   width: 28%;

}