@import url("_base.css");          
                
div#events {
    padding:27px 0 120px 27px;
    position:relative;
    float:left;
    width:652px;
    height:auto;
    background:url(../images/modules/main_article_2_col_bg.jpg);
    }
    
    div#events h2.events {    
        left:11px;
        top:-26px;
        height:26px;
        background:url(../images/titles/events.jpg) no-repeat;
        }

    div#events_top {
        position:absolute;
        top:0;
        left:0;
        width:679px;
        height:13px;
        background:url(../images/modules/main_article_2_col_top_bg.jpg) no-repeat;
        }
    div#events_bottom {
        position:absolute;
        bottom:0;
        left:0;
        width:679px;
        height:11px;
        background:url(../images/modules/main_article_2_col_bottom_bg.jpg) no-repeat;
        }
        
    table {
        text-align:left;
        float:left;
        width:600px;
        margin:20px 0 0 10px;
        }
        table tr{
            border-bottom:1px solid #eaeaea;
            }
        table tr.alt {
            background-color:#F7F4EE;
            }
        table th {
            border-bottom:1px solid #D0CDC8;
            color:#628AAC;
            font-size:14px;
            font-weight:bold;
            font-family: Tahoma, "Trebuchet MS", Arial;
            padding:8px;
            text-align:left;
            }
        table td {
            padding:8px;
            overflow:hidden;
            }
            
div#pagination {
    position:absolute;
    bottom:50px;
    width:200px;
    background:#eee;
    left:240px;
    height:26px;
    background:url(../images/buttons/previous_next_bg.gif);
    }
    div#pagination a.next {
        position:absolute;
        top:0;
        left:0;
        width:65px;
        height:26px;
        background:url(../images/buttons/next.gif);
        }
        div#pagination a.next:hover {
            background-position:0 -26px;
            }
    div#pagination a.previous {
        position:absolute;
        top:0;
        right:0;
        width:89px;
        height:26px;
        background:url(../images/buttons/previous.gif) 0 0 no-repeat;
        }
        div#pagination a.previous:hover {
            background-position:0 -26px;
            }
            
