body
{
    font-family: "Lucida Sans Unicode", "Lucida Grande";
}

.phoneBackground
{
    background-color: #647589;
    height: 325px;
    width: 485px;

    position: absolute;
    top: 46px;
    left: 138px;
}

.frame
{
    background-image: url(images/iPhoneFrame.png);
    height: 414px;
    width: 770px;

    position: absolute;
    top: 0px;
    left: 0px;
}

.screenWrapper
{
    cursor: default !important;
    height: 320px;
    overflow: hidden;
    width: 480px;

    position: relative;
    top: 48px;
    left: 139px;
}

.finger
{
    background-image: url(images/finger.png);
    height: 46px;
    width: 46px;

    left: -50px;
    position: absolute;
    top: -50px;
}

.homeScreen
{
    background-image: url(images/background.png);
    background-position: 0 -13px;
    color: #fff;
    height: 333px;
    overflow: hidden;
    padding-left: 13px;
    width: 480px;

    left: -13px;
    position: relative;
}

.homeScreenInner
{
    bottom: 13px;
    left: 13px;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
}

.grid
{
    background-image: url(images/home_viz_grid.png);
    display: none;

    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.homeScreen .days
{
    height: 320px;
    position: relative;
    width: 2500px;
}
.homeScreen .day
{
    background: transparent url(images/home_vert_axis.png) no-repeat;
    display: inline-block;
    height: 299px;
    width: 120px;

    position: relative;
    top: 21px;
}
.homeScreen .day span
{
    color: #336c85;

    bottom: -2px;
    left: 4px;
    position: absolute;
}
.timeline
{
    background: transparent url(images/sin.png) repeat-x 0 center;

    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.graph
{
    background: transparent url(images/axis_lines.png) no-repeat left bottom;
    display: none;

    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.graph .invalidGraph
{
    color: #cdf;
    display: none;

    left: 50px;
    position: absolute;
    right: 0;
    top: 175px;
}
.node
{
    background: transparent url(images/home_timeline_icons.png) no-repeat;
    height: 26px;
    width: 26px;

    position: absolute;
}
.node.active { z-index: 2; }
.node.daily { background-position: 0 -52px; }
.node.event { background-position: 0 0px; }
.node.worksheet { background-position: 0 -26px; }
.nodeInfoBox
{
    background: transparent url(images/home_timeline_info.png);
    display: none;
    height: 309px;
    padding-left: 40px;
    width: 404px;

    position: absolute;
    top: 5px;
    z-index: 1;
}
.nodeInfoBubble
{
    background: transparent url(images/home_timeline_info_node.png);
    height: 32px;
    width: 25px;

    left: 0;
    position: absolute;
}
.graph .nodeInfoBubble
{
    top: 139px;
}
.nodeInfoBox .xButton
{
    height: 24px;
    width: 24px;

    position: absolute;
    right: 13px;
    top: 13px;
}
.nodeInfoBox dl
{
    font-size: 23px;
    height: 23px;
    margin-left: 4px;
}
.nodeInfoBox dt
{
    position: absolute;
}
.nodeInfoBox dd
{
    margin-left: 130px;
}
.nodeInfoBox .unsupportedButtons
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: 240px;
    left: 330px;
}

.newMenuArea
{
    width: 135px;

    position: absolute;
    top: 11px;
    right: 11px;
}

.newMenu .xButton
{
    height: 31px;
    width: 31px;

    position: absolute;
    right: 0px;
    top: 0px;
}

.iconNew
{
    width: 31px;
    height: 31px;
   
    background-image: url(images/home_icon_new.png);
    position: absolute;
    right: 0px;
    top: 0px;
}

.newMenu
{
    width: 135px;
    height: 159px;

    background-image: url(images/home_new_menu.png);
    position: absolute;
    right: 0px;
    top: 0px;
}

.infoIcon
{
    height: 31px;
    width: 31px;

    position: absolute;
    right: 67px;
    bottom: 17px;
}


.vizIcon
{
    height: 47px;
    width: 49px;

    position: absolute;
    right: 9px;
    bottom: 9px;
}

.iconViz
{
    position: absolute;
    right: 7px;
    top: 8px;
}

.iconVizActive
{
    display: none;

    position: absolute;
    right: 0px;
    top: 0px;
}

.homeComboPop
{
    height: 230px;
    width: 124px;

    position: absolute;
    bottom: 28px;
    left: 169px;
}

.homeCombo
{
    background-image: url(images/home_viz_combo_x.png);
    height: 35px;
    width: 124px;

    position: absolute;
    bottom: -35px;
    left: 169px;
}
.homeCombo.mood { background-position: 0 -35px; }
.homeCombo.health { background-position: 0 -70px; }
.homeCombo.bedtime { background-position: 0 -105px; }
.homeCombo.waketime { background-position: 0 -140px; }

.homeComboTop
{
    background-image: url(images/home_viz_combo_top.png);
    height: 8px;
    width: 124px;

    position: absolute;
    top: 0px;
    left: 0px;
}

.homeComboMiddle
{
    background-image: url(images/home_viz_combo_mid.png);
    width: 124px;

    position: absolute;
    top: 8px;
    left: 0px;
}

.homeComboMiddle img
{
    margin-left: 8px;
}

.homeComboBottom
{
    background-image: url(images/home_viz_combo_bottom.png);
    height: 8px;
    width: 124px;

    position: absolute;
    bottom: 0px;
    left: 0px;
}

.option
{
    color: #fff;   
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    margin-left: 13px;
}

.optionNew
{
    color: #fff;
    margin-left: 18px;  
    margin-top: 10px;
    font-size: 20px;
}

.firstNew
{
  margin-top: 35px;
}

.first
{
    margin-top: 6px;
}

.last
{
    margin-bottom: 6px;
}

.spacer
{
    background-image: url(images/home_viz_combo_line.png);
    background-repeat: no-repeat;
    background-position: 8px;
    width: 124px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.vertHomeComboPop
{
    height: 230px;
    width: 124px;

    position: absolute;
    top: 86px;
    left: 28px;
}

.vertHomeCombo
{
    background-image: url(images/home_viz_combo_y.png);
    height: 124px;
    width: 35px;

    position: absolute;
    top: 86px;
    left: -35px;
}
.vertHomeCombo.mood { background-position: -35px 0; }
.vertHomeCombo.health { background-position: -70px 0; }
.vertHomeCombo.bedtime { background-position: -105px 0; }
.vertHomeCombo.waketime { background-position: -140px 0; }

.target
{
    display: none;
}

.formBackground 
{
    background-image: url(images/form_frame.png);
    color: #333;
    display: none;
    width: 474px;
    height: 315px;

    position: absolute;
    top: 3px;
    left: 17px;
    z-index: 10;
}
.formBackground .xButton
{
    height: 24px;
    width: 24px;

    position: absolute;
    right: 13px;
    top: 13px;
}
.formBackground .forwardButton
{
    height: 30px;
    width: 60px;
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 2;
}
.formBackground .backButton
{
    height: 30px;
    width: 62px;
    position: absolute;
    bottom: 25px;
    left: 29px;
    z-index: 2;
}
.formBackground .backButton.disabled
{
    background-color: #fff;
    opacity: 0.4;
}
.formBackground .progress
{
    bottom: 7px;
    padding-left: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    z-index: 1;
}
.moodIndicator
{
    width: 200px;
    height: 23px;
    background-image: url(images/mood_indicator_line.png);
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}
.moodIndicator .indic
{
    position: absolute;
    width: 12px;
    height: 13px;
    top: 5px;
    background-image:url(images/mood_indicator_dot.png);
}

.formTitle
{
    position: absolute;
    top: 15px;
    left: 30px;
}

.formTitle h1
{
    margin: 0px;
}

.questionWrapper
{
    height: 165px;
    overflow: hidden;
    width: 440px;

    position: absolute;
    top: 70px;
    left: 20px;
}

.questionWrapper > div
{
    display: none;
    width: 4000px;
}

.question
{
    display: inline-block;
    height: 165px;
    width: 440px;
    font-size: 20px;
    position: relative;
    top: 0;
}
.question p
{
    margin-left: 10px;
    margin-top: 0;
}

.slider
{
    background: transparent url(images/form_slider_bar.png);
    margin-top: 12px;
    height: 36px;
    width: 434px;

    position: relative;
}
.slider .nub
{
    background: transparent url(images/form_slider_nub.png);
    height: 50px;
    width: 22px;

    position: absolute;
    top: -10px;
    left: 206px;
}

.scale
{
    text-align: center;
    width: 440px;
}
.scale .right
{
    margin-right: 15px;
    float: right;
}
.scale .left
{
    margin-left: 15px;
    float: left;
}

.timeSlider
{
    background: url(images/form_time_slider.png);
    height: 59px;
    width: 399px;
    position: relative;
}
.timeSlider .timeSliderWrapper
{
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    position: absolute;
    overflow: hidden;
}
.timeSlider .timeSliderInner
{
    padding-left: 200px;
    padding-right: 80px;
    left: -200px;
    position: relative;
    top: 8px;
    width: 1050px;
}
.timeSlider .timeSliderInner span
{
    margin-right: 50px;
}

.distortionsEditor
{
    height: 128px;
    width: 357px;
    background-image: url(images/form_list_editor.png);
    margin-left: 15px;
    position: relative;
    padding-left: 5px;
    padding-top: 4px;
}
.distortionsEditButton
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.distortionsPopup
{
    position: absolute;
    left: 0;
    right: 0;
    height: 279px;
    bottom: -279px;
    background-image: url(images/distortions.png);
    z-index: 300;
}
.distortionsPopupDone
{
    height: 29px;
    width: 50px;

    position: absolute;
    right: 4px;
    top: 8px;
}

.progress li
{
    display: inline-block;
    margin: 0 5px;
    width: 19px;
    height: 19px;
    background-image: url(images/form_progress_bubble.png);
}
.progress li.active
{
    background-position: 0 -19px;
}

.scripts
{
    font-size: 12px;
    margin-top: 430px;
}
.scripts .scriptMenu
{
    margin-left: 14px;
    padding-left: 0;
    margin-bottom: -1px;
}
.scripts .scriptMenu li
{
    display: inline-block;
    list-style-type: none;
    background-color: #eee;
    border: 1px solid #aaa;
    margin-right: 10px;
}
.scripts .scriptMenu li.active
{
    background-color: #fcfcfc;
    border-bottom-color: #fcfcfc;
}
.scripts .scriptMenu li a
{
    color: #000;
    text-decoration: none;
    margin: 6px;
}
.scripts .scriptContainer
{
    background-color: #fcfcfc;
    border: 1px solid #aaa;
    width: 700px;
    padding: 15px;
}
.scripts .scriptContainer > div
{
    display: none;
}
.scripts .scriptContainer > div.active
{
    display: block;
}