/* 
    Document   : newsBody
    Created on : Feb 18, 2008, 8:07:43 AM
    Author     : eric
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

canvas
{
    border: 1px solid black;
}

div.newsheading
{
    clear:  both;
    background-color: olive;
    padding-left: 1em;
}

div.history-news-heading
{
    clear:  both;
    background-color: #00ccff;
    padding-left: 1em;
    
}

div.eventheading
{
    clear: both;
    background-color: #999900;
    padding-left: 1em;
}

div.noticeheading
{
    clear:  both;
    background-color:#0000cc;
    padding-left: 1em;
    color: #ffffff;
}

div.subnoticeheading
{
    clear: both;
    background-color:#3333ff;
    padding-left: 1em;
    color: #ffffff;
}

div.minuteheading
{
    clear: both;
    background-color:  green;
    padding-left:  1em;
}

div.picture
{
    clear: both;
    position: relative;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

div.story
{
   
}

span.smalltext
{
    /*style: block;*/
    font-size: 0.75em;
}

span.largetext
{
    /*style: block;*/
    font-size: 1.25em;
}

/* used to alternate highlights for events on index page */
div.highlight1  
{
    background-color:  yellow;
    padding-left: 1.5em;
}

div.highlight2
{
    background-color:  #cccc00;
    padding-left:  1.5em;
}

div.highlight3
{
    background-color: #009966;
    padding-left:  1.5em;
}

div.highlight4
{
    background-color: #669900;
    padding-left:  1.5em;
}

.center-text
{
    text-align: center;
}


