﻿div#modalContentWrapper
{
    padding: 20px;
    float: left;
}

div#modalContentWrapper h4
{
    margin-top: 0px;
    font-family: Helvetica;
    font-size: 16pt;
    line-height: 120%;
    font-weight: normal;
}

div.modalEmailSharing
{
    margin:0px 0px 10px 0px;
}

div.modalEmailInputWrapper
{
    width:200px;
    float: left;
    margin-right:20px;
}

div.modalEmailInput
{
    width: 250px;
    float: left;
    margin-bottom: 10px;

}

.shareWidthContainer
{
    background-color:#efefef;
    border:1px solid #cccccc;
}
div.modalEmailComments
{
    margin-bottom: 10px;
}

div#emailFriendSubmitButton
{
    text-align:right;
}
.clear
{
    clear: both;
}

div#modalSigninCol1
{
    float: left;
    width: 250px;
    background: #edead9;
    padding: 10px;
    margin-right: 20px;
}

div#modalSigninCol2
{
    float: left;
    width: 250px;
}

div.modalSigninInputWrapper
{
    width:150px;
    margin-bottom: 20px;
}

div.modalLSigninDialog
{
    font-size: 8pt;
}

.modalSigninErrors
{
    background: #edddd9;
    border: 1px solid #993333;
    padding: 10px;
    color: #993333;
    font-size: 8pt;
    margin-top: 12px;
}

/* start timeline */

#timeline
{
    position: relative;
}

#timelineWrapper
{
    height:417px;
    background: url(http://c3405147.r47.cf0.rackcdn.com/timeline/background.jpg) top left no-repeat;
    position: relative;
}

#timelineSelectTitle
{
    width: 900px;
    text-align: center;
    position: absolute;
    top: 125px;
}

#timelineBar
{
    width: 900px;
    text-align: center;
    position: absolute;
    top: 200px;
}

#timelineBar img
{
    border: 0px;
}

#timelineLeftNav
{
    width: 315px;
    position: absolute;
    top: 300px;
    left: 0px;
    padding-left:20px;
}


#timelineCenterNav
{
    width: 230px;
    position: absolute;
    text-align: center;
    top: 300px;
    left: 335px;
}

#timelineRightNav
{
    width: 315px;
    position: absolute;
    top: 300px;
    right: 33px;
    padding-right:20px;
    text-align: right;
}

#timelineModalWrapper
{
    background: #ffffff;
    width: 720px;
    height: 260px;
    z-index: 1000;
    position: absolute;
    top: 50px;
    left: 70px;
    border: 5px solid #6d5a2a;
    border-radius: 20px;
    padding: 30px 20px;
    font-size: 12pt;
    line-height: 140%;
    display: none;
}

#timelineModalYear
{
    position: absolute;
    left: 320px;
    top: -50px;
    display: none;
}

#timelineModalClose
{
    background: url(http://c3405147.r47.cf0.rackcdn.com/timeline/close.png) top left no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -15px;
    right: -15px;
}

#timelineModalClose a
{
    width: 34px;
    height: 34px;
    display: block;
}

#timelineModalPrev
{
    position: absolute;
    bottom: -30px;
    left: 30px;
}

#timelineModalNext
{
    position: absolute;
    bottom: -30px;
    right: 30px;
}

/* end timeline */