﻿body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-size: 0.875em;
    font-family: Verdana, Arial, Trebuchet MS, Verdana;
    color: #2b2b2b;
    
    background: #111111 url(../design/background.jpg) no-repeat top center;
}

a:link,
a:active,
a:hover,
a:visited {
    font-family: Verdana, Arial, Trebuchet MS, Verdana;
    color: #008dc7;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

h1, h2, h3 {
    font-family: Trebuchet MS, Arial, Verdana;
    font-weight: normal;
    color: #595959;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

hr {
    float: left;
    width: 100%;
    border-top: solid 1px #cbcbcb;
    border-bottom: solid 1px #f7f7f7;
    border-left: none;
    border-right: none;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left;
}

.hidden {
    display: none;
}

.textbox {
    font-family: Trebuchet MS, Arial, Verdana;
    font-weight: normal;
    color: #595959;
    font-size: 1.6em;
    padding: 0 5px;
}

/* Masterpage */

#wrapper {
    width: 1000px;
    margin: 100px auto 0;
}

    #wrapper-content {
        width: 1000px;               
        background: transparent url(../design/background_rpt.gif) repeat-y top center;
    }   
    #header {
        width: 998px;
        height: 108px;
        border: solid 1px #000;
        background: #000 url(../design/menu_bkg.gif) repeat-x top left;
    }
            
        #logo {
            float: left;
            width: 250px;
            height: 45px;
            margin: 30px 0 0 50px;
        }
                
        #navigation {
            float: right;
            margin-top: 20px;
            margin-right: 50px;
        }
        
        #navigation,
        #navigation-top,
        #navigation-sub {
            width: 560px;            
        }
        #navigation-top {
            float: left;
            border-bottom: solid 1px #000;
        }
        #navigation-sub {
            float: left;            
            border-top: solid 1px #262626;
        }
    
    #content {
        float: left;
        min-height: 400px;
        width: 890px;
        padding: 0 55px 30px; 
        background: transparent url(../design/background_top.gif) no-repeat top center;
    }
        
            

    #footer {
        width: 890px;
        padding: 40px 55px;
        margin-bottom: 60px;
    }
    
    
/* Page */
.page-image {
    margin-top: 20px;
}
.page-content {
    margin: 25px 0 40px;
}
    
    
    
/* Navigation */
ul.navigation {
    float: left;
    list-style-type: none;
    margin: 0 0 0 -5px;
    padding: 0;
}

ul.navigation li {
    float:left;
    margin: 0 0 0 5px;
}

ul.navigation li a {
    display: block;
    padding: 7px 0 5px 0;
    
    width: 108px;
    height: 23px;
    
    text-align: center;    
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 1.125em;
    text-decoration: none;
    color: #e9e9e9;
    
    text-shadow: #000000 0 1px 0;
}

ul.navigation li a:hover {
    background: url('../design/menu_hover.gif') no-repeat left top;
    text-shadow: #262626 0 1px 0;
}
    
ul.navigation li a img {
    padding: 0 0 1px 3px;
}

ul.navigation li a:hover img {
    padding-bottom: 0px;
}

.nav-active {
    background: url('../design/menu_hover.gif') no-repeat left top !important;
}


/* Dont edit, used by a jquery script */
ul.navigation-sub {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    
    display:none;
}

ul.navigation-sub li {
    float:left;
}

ul.navigation-sub li a {
    display: block;
    padding: 7px 0 5px 0;
    
    width: 108px;
    height: 23px;
    
    text-align: center;    
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 1.125em;
    text-decoration: none;
    color: #e9e9e9;
    text-shadow: #222222 0 1px 0;
}

ul.navigation-sub li a:hover {
    color: #0093d0;
    text-shadow: #000000 0 1px 0;
}
 
    
    
/* Modalpopup */

.mpopup-panel {
    float: left;
    width: 840px;
    height: 480px;    
    padding: 30px 30px 0;
    
    background: #fff url(../design/background_rpt.gif) repeat-y top center;
}

.mpopup-background {
    background-color: #000;
		
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.mpopup-title {
    width: 400px;
    height: 60px;
}

.mpopup-title h2 {
    float: left;
    padding: 0 20px 0 0;
    margin: 0;
}

.mpopup-image {
    float: left;
    width: 420px;
    height: 120px;
    padding-left: 20px;
    text-align: right;
}

.mpopup-image-controls {
    float: left;
    width: 400px;
    height: 60px;
}

.mpopup-editor {
    float: left;
    height: 300px;
    width: 100%;
}

.mpopup-controls {
    float: left;
    margin-left: 700px;
    padding-top: 10px;
}

.mpopup-text-padding {
    padding: 8px 0 0 5px;
    float: left;
}

.mpopup-resize {
    float: left;  
    padding: 10px 10px 10px;    
    background-color: #fff;
}





.image-border {
    border: solid 5px #fff !important;
}



/* Calendar */

.calendar-content-wrapper {
    width: 540px;
    height: 100%;
    float: left;
    
    margin-right: 40px;
}

.calendar-content-image {
    border: solid 5px #fff;
}

.calendar-placeholder {
     width: 310px;
    height: 100%;
    float: right;
}

.calendar-navigation {
    float: left;
    width: 310px;
    
    color: #000;
    font-size: 1.8em;
    text-align: center;
    margin: 10px 0;
}

.calendar-navigation span {
    padding: 0 5px;
}

.calendar-navigation a {  
    font-size: 0.7em;
    text-decoration: none;
    padding: 0 5px;
    color: #8c8c8c;
}

.calendar-wrapper {
    width: 310px;
    height: 100%;
    float: left;
    
    border: solid 1px #bbbbbb;
    background-color: #fff;
}

.calendar-rpt-row {
    width: 310px;
    /*height: 30px;*/
    float: left;
    border-bottom: solid 1px #d7d7d7;
}

.calendar-rpt-row-odd {
    background-color: #f5f5f5;
}

.calendar-rpt-row-date {
    width: 35px;
    float: left;
    text-align: right;
    color: #bbbbbb;
    font-size: 1.7em;
}

.calendar-rpt-row-day {
    width: 30px;
    margin-left: 5px;
    padding-top: 3px;
    
    float: left;
    text-align: left;
    color: #bbb;
    font-size: 0.75em;
    
}




.calendar-event-rpt-row {
    width: 230px;
    /*height: 27px;*/
    float: right;
    padding: 4px 10px 4px 0;
    
    font-size: 1.1em;
}

.calendar-event-rpt-row a {
    text-decoration: none;
}

.calendar-event-rpt-row a:hover {
    text-decoration: none;
    border-bottom: solid 2px #d7d7d7;
}



/* news */
.news-content-wrapper {
    width: 540px;
    height: 100%;
    float: left;
    
    margin-right: 40px;
}

.news-archive-wrapper {
    width: 310px;
    height: 100%;
    float: right;
}

.news-archive-row {
    float: left;
    width: 310px;
    padding: 2px 0;
    
    color: #2b2b2b;
}


/* default */
.default-row {
    width: 100%;
    float: left;
    margin: 10px 0 25px;
}

.default-news-view {
    float: left;
    width: 530px;
    padding-right: 20px;
}

span.default-news-view-span {
    font-size: 0.8em;
    color: #9c9c9c;
}

.default-news-archive {
    float: left;
    width: 290px;
    height: 200px;
    padding-left: 50px;
    background: transparent url(../design/blue_vert.png) no-repeat left 20px;
}

.default-news-archive-row {
    float: left;
    width: 100%;
    padding: 3px 0;
}


.default-calendar-rpt-row {
    float: left;
    width: 270px;
    height: 40px;
    padding: 10px;
    margin: 2px;
    border: solid 1px #cecece;
    background-color: #f3f3f3;
}

.default-calendar-rpt-row:hover {
    background-color: #fff;
}

.default-calendar-rpt-row-date {
    float: left;
    font-size: 0.8em;
    color: #595959;
}

.default-calendar-rpt-row-date span.default-calendar-rpt-row-date-bold {
    font-size: 2.1em;
}

.default-calendar-rpt-row-header {
    float: left;
    padding-left: 10px;
    padding-top: 3px;
}

.default-slideshow-wrapper {
    clear: both;
    padding: 25px 0 390px;
    position: relative;
}



/* slideshow */
.slideshow {
position: absolute;
}

#slideShowFrame {
    width: 890px;
    height: 365px;
    position: absolute;
    z-index: 100;
    background: transparent url(../design/slideshow.png) no-repeat top left;
}

.imgSlideShow {
    width: 890px;
    height: 365px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}



/* textbox */
.textbox_header {
    font-family: Trebuchet MS, Arial, Verdana;
    font-weight: normal;
    color: #595959;
    font-size: 1.8em;
}


/* Content width 890px */





.publicinfo-rpt-table 
{
    border: solid 1px #ccc; background-color: #fff; margin: 20px 0px; width: 890px; 
}

.publicinfo-rpt-td 
{
    padding: 2px 10px;    
}

.living-rpt-table 
{
    width: 230px; 
}

.living-rpt-td 
{
    padding: 5px 0; 
}
