/***
    Photo page style
***/

td.left{
     background: url('/images/photo-left.jpg') no-repeat;
     border: 1px solid #856864;
     font-family: inherit;
     height: 500px;
     width: 184px;
}

td.menu{
     height: 500px;
     width: 94px;
}

/***
    main content block
***/
td.main-content{
     background: url('/images/photo-right.jpg') no-repeat;
     border: 1px solid #856864;
     font-family: inherit;
     height: 500px;
     width: 512px;
}

td.main-content div.main-container{
     height: 490px;
     position:relative;
     width: 512px;
}

td.main-content div.main-container div.container-photo-content{
     border: 0px #000000 solid;
     color: #ffdddd;
     font-family: inherit;
     left: 0px;
     height: 500px;
     width: 512px;
     padding: 0px;
     position: absolute;
     top: 0px;
}

td.main-content div.main-container div.container-photo-content div.photo-wrapper{
    border: 0px #000000 solid;
    display: table-cell;
    height: 500px;
    width: 512px;
    vertical-align: middle;
    text-align: center;
}

table.bottom-photo{
    margin-top: 8px;
}

table.bottom{
     background: url('/images/photo-bottom.jpg') no-repeat;
     border: 1px solid #856864;
     height: 150px;
     width: 800px;
     margin-top: 0px;
     margin-bottom: 0px;
}

table.bottom div.bottom-video-container{
     border: 0px solid #000000;
     height: 150px;
     overflow: hidden;
     position: absolute;
     width: 288px;
}

table.bottom div.bottom-video-container div.picture-wrapper{
     border: 0px solid #000000;
     height: 140px;
     overflow: hidden;
     width: 100px;
     margin-top: 10px;
}

table.bottom div.bottom-events-container{
     border: 0px solid #000000;
     height: 150px;
     overflow: hidden;
     padding-top: 20px;
     padding-left: 5px;
     padding-right: 5px;
     position: absolute;
     width: 512px;
}

td.bottom-event-column{
    width: 250px;
}