* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

body {
    background-color: none;
}

div#allDocument {
    background-color: transparent;
    border: none;
    margin-top: 0px;
}


table.formTable td {
    padding: 5px;
    border: 1px solid #DDDDDD;
}

a {
    color: #800000;
    text-decoration: none;
}
a:hover {
    color: #C00000;
}

a.stdButton {
    display: -moz-inline-box;
    display: inline-block;
    padding: 1px 5px;
    margin: 1px 5px;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #800000;
}

a.stdButton:hover {
    background-color: #D00000;
}

div#header {
    height: auto;
    margin-bottom: 10px;
}

div#header div#headerMenu {
    position: relative;
    width:838px;
    height:92px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}
div#header div#headerMenu a.buttonParam {
    display: block;
    padding: 5px;
}
div#header div#headerMenu a.buttonParam:hover {
    background-color: #800000;
}

div#header div#headerMenu a.journal.buttonParam {
    position:absolute;
    bottom: 30px;
    left: 50px;
}

div#header div#headerMenu a.photos.buttonParam {
    position:absolute;
    bottom: 30px;
    left: 230px;
}

div#header div#headerMenu a.deconnexion.buttonParam {
    position:absolute;
    bottom: 30px;
    right: 50px;
}

div.kitpages.column {
    width: auto;
    padding: 5px;
}
div.kitpages.column.media {
    width: 60%;
    padding: 5px;
}
div.kitpages.column.accordionMenu {
    width: 15%;
}
div.kitpages.column.lastParam {
    width: 20%;
}

/*
.album.list.pager {
    background-color: #FFFFFF;
}
*/

.album.list.pager td {
    text-align: center;
}

.album.list.pager td a, .album.list.pager td strong {
    display: inline-block;
    *display: inline;
    padding: 4px;
    border: 1px solid #7DBFFF;
    font-weight: normal;
    margin: 0px 1px;
}
.album.list.pager td a:hover {
    background-color: #BADDFF;
}
.album.list.pager td strong {
    display: inline-block;
    *display: inline;
    padding: 4px;
    border: 1px solid #7DBFFF;
    font-weight: normal;
    background-color: #BADDFF;
}

.album.list.mediumDiv {
    max-width: 100%;
    max-height: 80vh;
}
.album.list.mediumDiv img {
    max-width: 100%;
    max-height: 80vh;
    border: 4px solid #FFF;
}

#thumbnailListBody td {
    width: 20%;
}
#thumbnailListBody div.opacity {
    position: absolute;
    top: -2px;
    left: -3px;
    width: 100%;
    height: 80px;
}
.album.list.thumbnailDiv {
    position: relative;
    width: 90%;
    height: 80px;
    margin: 3px;
    text-align: center;
    vertical-align: center;
}
#thumbnailListBody tr.odd div.opacity {
    background-color: #DDDDDD;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    z-index: -1;
}
#thumbnailListBody tr.even div.opacity {
    background-color: #FFFFFF;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -moz-opacity:0.1;
    z-index: -1;
}

.album.list.thumbnailDiv a.thumbnailParam {
    display: block;
    width: 90%;
    height: 60px;
    overflow: hidden;
}

.album.list.thumbnailDiv a.thumbnailParam img {
    width: 100%;
    border: 1px solid #FFFFFF;
}

/*
.album.list.thumbnailDiv a.playButtonParam {
    display: block;
    font-size: 9px;
    text-align: center;
    background-color: #800000;
    color: #FFFFFF;
}
*/
.album.list.thumbnailDiv a.playButtonParam.smallButton {
    border: none;
}
/*
.album.list.thumbnailDiv a.playButtonParam:hover {
    background-color: #C00000;
}
*/

/* Blog */
.kitpages.container.blog {
    background-color: #FFF; 
    width:900px;
    min-height:400px; 
    border:1px solid #666;
    margin-top: 20px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;

    /* CSS3 styling for latest browsers
    -moz-box-shadow:0 0 5px 5px #000; 
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 5px 5px 5px #000;
    */
}

.blog.message {
    margin-bottom: 5px;
}
.blog.message .headerParam {
    background-color: #F0F0F0;
    border: 1px solid #DDDDDD;
    padding: 2px 5px;
}
.blog.message .headerParam h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0px;
}

.blog.message .contentParam {
    min-height: 50px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    padding: 2px 5px;
}
.blog.message .contentParam ul {
    margin-left: 20px;
}

.blog.message .contentParam ul li {
    list-style-type: disc;
    list-style-image: none;
    list-style-position: inside;
}

.blog.message .contentParam .mediaParam {
    float: right;
    max-width: 50%;
}
.blog.message .contentParam .mediaParam img {
    border: 5px solid #FFFFFF;
    max-width: 100%;
}

/* login */
.kitpages.container.login {
    background-color: #FFF; 
    width:400px; 
    border:1px solid #666;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;

    /* CSS3 styling for latest browsers
    -moz-box-shadow:0 0 40px 5px #000; 
    -webkit-box-shadow: 0 0 40px #000;
    opacity: 0.8;
    */
}

.blog.message .contentParam .commentDiv {
    background-color: #c9c4ff;
    margin-top: 5px;
    padding: 3px;
    width: 370px;
    font-size: 0.9em;
}
.blog.message .contentParam .commentDiv form table td {
    padding: 2px;
}
.blog.message .contentParam .commentDiv form textarea {
    width: 250px;
    height: 30px;
}
.blog.message .contentParam .commentDiv form input {
    width: 250px;
}

.blog.message .contentParam .commentParam {
    background-color: #dedbff;
    margin: 2px;
    padding: 1px;
    border: 1px solid #a9a1ff;
}
.blog.message .contentParam .commentParam h3 {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #c9c4ff;
    background-color: #e3e0ff;
}

#uploaderBox {
    position: relative;
    width: 800px;
    background-color: #FFF;
    padding: 10px;
    border: 5px solid #800000;
    margin-top: 10px;
}
#filenames td, #filenames th {
    padding: 5px;
    border: 1px solid #DDD;
}
#filenames th {
    font-weight: bold;
}
