/* newsStyles.css - Style sheet for the news on the main page */

table.newsEntry {
   width : 100%;
   margin-top : 3px;
   margin-bottom : 3px;
   border-collapse : collapse;
}

tr.newsEntryHead {
   background-color : #202020;
}

tr.newsEntry {
   background-color : #A0A0A0;
   color : #000000;
}

td.newsEntryHeadline {
   /*width : 60%;*/
   font-weight : bold;
   padding : 3px;
}

td.newsEntryAuthor {
   /*width : 40%;*/
   font-size : 7pt;
   text-align : right;
   padding : 3px;
}

td.newsEntryHeadDateTime {
   font-size : 7pt;
   /*width : 40%;*/
   /*text-align : right;*/
   padding : 3px;
}

td.newsEntry {
   padding : 5px;
}

/* New entry : */
table.newsNewEntry {
   width : 600px;
}

table.newsNewEntryField {
   width : 100%;
}

