﻿
body {

}

#pageContainer {
    margin: 0 auto;
}

#header, #header-news-print {
    display: none;
}

ul#horiz-nav-bar {
    display: none;
}
    
    ul#udm {
        display: none;
    }
        
    #flash {
        display: none;
    }
    
    .editPageBtn {
        display: none;
    }
    
    .logoutBtn {
        display: none;
    } 
        
#mainContainer {
    
}

    .left-col {
        display: none;
    }
    
    .content-wrapper {
        
    }
    
    /* Start content column */
    
        .content  {
            width: 604px;
            padding-left: 17px;
            padding-right: 19px;
            margin-top: 20px;
        }
            .events table {
                border-collapse: separate;
                /*border-left: 1px solid #D1DDE8;*/
            }

            .events table td.event-spacer {
                height: 10px;
            }

            .events table td.event-img {
                border-top: 1px solid #D1DDE8;
                border-bottom: 1px solid #D1DDE8;
                border-left: 1px solid #D1DDE8;
                margin: 10px;
                vertical-align: top;
            }

            .events table td.event-text {
                border-top: 1px solid #D1DDE8;
                border-bottom: 1px solid #D1DDE8;
                border-right: 1px solid #D1DDE8;
                margin-bottom: 10px;
                padding: 1px 12px;
                width: 100%; /*Added 18/11/2008*/
            }
            
            .ddl {
                display: none;
            }
            
            /*#gallery, .contactForm {
                width: 710px;
                margin: 58px 0 26px 0;
            }
            
            #gallery table {
                margin-top: 20px;
            }
            
            #gallery table td .galleryItem {
                position: relative;
                width: 203px;
                height: 203px;
                padding: 14px;
                margin: 6px 6px 0 0;
                background-image: url(/_common/img/gallery_background.gif);
                background-repeat: no-repeat;
                background-position: 0 0;
            }

            #gallery table td img.galleryImg {
                width: 203px;
                height: 145px;
                border: 0;
                margin-bottom: 17px;
            }
            
            #gallery table td p {
                padding-right: 40px;
            }
            
            #gallery table td .editGalleryItem {
                position: absolute;
                bottom: 30px;
                right: 5px;
            }*/
            
    /* End content column */

    /* Start right column */
    
        .right-col {
            display: none;
        }
    
    #footer {
        clear: both;
        width: 623px;
        border-top: 1px solid #dce4ed;
        border-bottom: 1px solid #dce4ed;
        background-color: #FFFFFF;
        padding: 10px 0;
        margin-top: 25px;
        margin-left: 17px;
    }

    .footer-links {
        display: none;
    }
    
.form_container {
    display: none;
}

.buttons {
    display: none;
}