body        {
        margin: 0px;
        padding: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #292929;
        color: #bebebe;
        font-size: 10pt;
        font-family: 'Arial';
        }

td        {
        font-size: 10pt;
        }

a        {
        color: #266a7b;
        }

a.menu{
        color: #bebebe;
        font-size: 10pt;
        text-decoration: none;
        }

a.menu2{
        color: #77888c;
        font-size: 10pt;
        text-decoration: none;
        }


a.menu:hover, a.menu2:hover{
        color: #fbfdfd;
        }

span.menu{
        color: #fbfdfd;
        font-size: 10pt;
        }

span.menuItem{
        padding-right: 50px;
        }

td.blogitem{
        width: 312px;
        vertical-align: top;
        }

.blogdate        {
        color: #5a5959;
        font-size: 8pt;
        padding-bottom: 17px;
        font-weight: bold;
        }

.blogtext        {
        font-size: 8pt;
        padding-right: 40px;
        }

.blogTitle        {
        font-size: 13pt;
        font-family: 'Trebuchet MS', 'Arial';
        color: #ffffff;
        padding-bottom: 10px;
        }

.quickOpen{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 100;
        }

.quickBg{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        visibility: hidden;
        z-index: 90;
        background: #000000;
         opacity: 0.7;
         filter:Alpha(Opacity='70');
        }

.rIcon  {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-radius-topright: 8px;
        }

.imgFull{
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-radius-topright: 8px;
        }



input.photoPost{
        width: 500px;
        }
textarea.photoPost{
        width: 500px;
        height: 120px;
        }

.title, h1,h2{
        font-size: 16pt;
        color: #848484;
        padding-bottom: 15px;
        font-weight: normal;
        font-family: 'Trebuchet MS', 'Arial';
        }

.admTable{
        width: 600px;
        background: #343434;
        }

.admSmall{
        font-size: 8pt;
        }

.ghost        {
         opacity: 0.3;
         filter:Alpha(Opacity='30');
        }

.titleField        {
        width: 600px;
        }

.docText{
        width: 940px;
        height: 350px;
        background: #ffffff;
        font-size: 10pt;
        font-family: 'Trebuchet MS', 'Arial';
        }

textarea.aboutField{
        width: 600px;
        height: 100px;
        }

textarea.titleField{
        height: 200px;
        }


input.addDay{
        width: 30px;
        border: solid 0px;
        font-size: 18pt;
        }

textarea.addDay{
        width: 250px;
        height: 80px;
        }

div.dialogBox{
        background: #282828 url("/img/bg.jpg") repeat-x;
        border: solid 1px #353535;
        }

.dayCell        {
        position: absolute;
        top: 25px;
        left: 60px;
        font-size: 45pt;
        color: #545454;
        }

.dayItem        {
        position: absolute;
        top: 0px;
        left: 5px;
        font-size: 7pt;
        }

.dayMax        {
        position: relative;
        width: 100%;
        height: 100%;
        }

.blogLink        {
        text-decoration: none;
        color: #d2d2d2;
        }
.linkUpload{
        width: 700px;
        height: 300px;
        }

.jScrollPaneContainer {
        position: relative;
        overflow: hidden;
        height: 17px;
        z-index: 1;
}

.jScrollPaneTrack {
        position: absolute;
        cursor: pointer;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 17px;
        background: #282b2c;
}

.jScrollIntervalTrack {
        position: absolute;

}

.jScrollPaneDrag {
        position: absolute;
        background: #e2e2e2;
        cursor: pointer;
        overflow: hidden;
        height: 17px;

        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-radius-topright: 5px;


}
.jScrollPaneDragLeft {
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
}
.jScrollPaneDragRight {
        position: absolute;
        bottom: 0;
        right: 5;
        overflow: hidden;
}
a.jScrollArrowLeft {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        text-indent: -2000px !important;
        overflow: hidden;
        background: url("/img/left.gif") no-repeat 0 0;
        height: 17px;
        width: 14px;
}
a.jScrollArrowLeft:hover {
        /*background-position: 0 -15px;*/
        background: url("/img/left.gif") no-repeat 0 0;
}

a.jScrollArrowRight {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        text-indent: -2000px !important;
        overflow: hidden;
        background: url("/img/right.gif") no-repeat 0 0;
        height: 17px;
        width: 14px;
}
a.jScrollArrowRight:hover {
        /*background-position: 0 -15px;*/
        background: url("/img/right.gif") no-repeat 0 0;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
        /*background-position: 0 -30px;*/
}


.scroll-pane {
        width: 200px;
        height: 250px;
        background: #282b2c;
        float: left;
        padding: 0;
}
#pane1 {
        height: 250px;
        width: 250px;
        padding: 0;
        display: block;
        _overflow: hidden;
}



