/* 
    Document   : news
    Created on : Apr 10, 2010, 2:38:45 PM
    Author     : rbsantos
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*for the editor, so that future articles can be easily formatted*/
    .article-title {
        color:#128CDA;
        font-size:small;
        font-weight:bold;
        text-align:center;
    }
    
    h2.news-title {
        text-align:center;
    }
    .news-body {
        padding-bottom:.35cm;
    }
    .news-body p {
        text-indent:1.27cm;

    }
    ol.program-list {/**for listing horses for a race */
        margin-left:1.77cm;
        list-style:decimal;
    }
    .race-list {
        margin-bottom:.35cm;
    }
    .race-list-track {
        margin-bottom:.35cm;
        font-weight:bold;
        text-align:left;
    }
    table.race-list-table {
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }
    td.race-num {
        width:20%;

    }
    td.race-name {
        width:60%;
    }
