﻿BODY
{
    background-color: #FAF9F5;
    font-size: 11px;
    font-family: Verdana, Sans-Serif;
}
/* Inga borders på bilder */
IMG
{
    border: 0;
}

/* Täckcontainer innan färdig laddning */
DIV#containerStartupLoad
{
    width: 713px;
    height: 430px;
    position: absolute;
    left: 5px;
    top: 5px;
    color: Gray;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 250px;
    background-color: #FAF9F5;
    z-index: 1000;
}
/* Information under laddning */
DIV#captionStartupLoadInfo
{
    font-weight: normal;
    margin-top: 15px;
    font-size: 11px;
    color: #575757;
}

/* Container för övre delen */
DIV#containerPlayer 
{
    visibility: hidden;
    width: 713px;
    height: 248px;
    background-image: url(../pix/video_background.gif);
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 100;
}
/* Videorutan */
div#containerVideo
{
    background-color: #000000;
    width: 240px;
    height: 180px;
    padding: 2px;
    position: absolute;
    left: 10px;
    top: 10px;
}
/* Information om videostatus */
DIV#containerVideoStatus 
{
    top: 193px;
    left: 10px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    height: 17px;
    width: 238px;
    color: #ffffff;
    background-color: #000000;
    line-height: 17px;
    position: absolute;
}
IMG#statusPlayState 
{
    height: 16px;
    width: 16px;
    margin-top: 1px;
    margin-right: 3px;
    float: left;
}
SPAN#statusText 
{
    float: left;
}
SPAN#statusTime
{
    float: right;
}
/* Alternativ för filmslut */
DIV#containerVideoEndOptions 
{
    width: 232px;
    height: 181px;
    position: absolute;
    left: 12px;
    top: 13px;
    background-color: #000000;
    padding-top: 0px;
    padding-left: 10px;
    visibility: hidden;
}
DIV#containerVideoEndOptions A
{
    font-size: 14px;
    display: block;
    background-repeat: no-repeat;
    height: 31px;
    width: 150px;
    padding-top: 10px;
    padding-left: 45px;
    color: #7A7A7A;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}
DIV#containerVideoEndOptions A:hover
{
    color: #CDCDCD;
}
DIV#containerVideoEndOptions A#videoendReplay
{
    background-image: url(../pix/end_replay_normal.gif);
}
DIV#containerVideoEndOptions A#videoendReplay:hover
{
    background-image: url(../pix/end_replay_over.gif);
}
DIV#containerVideoEndOptions A#videoendJump
{
    background-image: url(../pix/end_jump_normal.gif);
}
DIV#containerVideoEndOptions A#videoendJump:hover
{
    background-image: url(../pix/end_jump_over.gif);
}

/* Dropdown för kapitellista */
DIV#dropdownChapter 
{
    position: absolute;
    left: 10px;
    top: 215px;
    width: 244px;
}
DIV#dropdownChapterTopLine
{
    height: 2px;
    width: 244px;
    background-image: url(../pix/dropdown_top.gif);
    font-size: 0px;
}
DIV#dropdownChapterExpand 
{
    position: absolute;
    left: 225px;
    top: 4px;
    height: 15px;
    width: 15px;
    background-image: url(../pix/dropdown_arrow.gif);
}
DIV#dropdownChapterBottomLine
{
    height: 1px;
    width: 244px;
    background-image: url(../pix/dropdown_bottom.gif);
    background-repeat: no-repeat;
    font-size: 0px;
    float: right;
}
DIV#dropdownChapterList 
{
    width: 242px;
    float: left;
    background-image: url(../pix/dropdown_back.gif);
    background-repeat: repeat-x;
    background-color: #575757;
    border-left: solid 1px #8A8A8A;
    border-right: solid 1px #7D7D7D;
}
UL#dropdownChapterItems {
    margin: 0;
    padding: 0;
    background-color: #575757;
    list-style-image: none;
}
UL#dropdownChapterItems LI {
    display: inline;
    cursor: default;
    float: left;
    white-space: nowrap;
    height: 17px;
    font-size: 10px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 235px;
    overflow: hidden;
}
UL#dropdownChapterItems A {
    float: left;
    display: block;
    height: 17px;
    cursor: default;
    color: #8F8F8F;
    text-decoration: none;
    padding-right: 4px;
    width: 230px;
}
UL#dropdownChapterItems A:hover
{
    text-decoration: none;
    color: #CD8224;
}
UL#dropdownChapterItems A IMG {
    vertical-align: middle;
    margin-right: 4px;
}
UL#dropdownChapterItems LI.ChapterPlayingMarked A
{
    color: #6398E1;
    font-weight: bold;
}

/* Knappar för videokontroll */
DIV#containerButtons DIV
{
    position: absolute;
    width: 32px;
    height: 23px;
    display: block;
}
DIV#controlbuttonPlay
{
    left: 264px;
    top: 10px;
}
DIV.buttonPlayNormal
{
    background-image: url(../pix/play_normal.gif);
}
DIV.buttonPlayHover
{
    background-image: url(../pix/play_over.gif);
}
DIV.buttonPlayDown
{
    background-image: url(../pix/play_down.gif);
}
DIV.buttonPauseNormal
{
    background-image: url(../pix/pause_normal.gif);
}
DIV.buttonPauseHover
{
    background-image: url(../pix/pause_over.gif);
}
DIV.buttonPauseDown
{
    background-image: url(../pix/pause_down.gif);
}
DIV#controlbuttonStop 
{
    left: 304px;
    top: 10px;
}
DIV.buttonStopNormal
{  
    background-image: url(../pix/stop_normal.gif);
}
DIV.buttonStopHover
{
    background-image: url(../pix/stop_over.gif);
}
DIV.buttonStopDown
{
    background-image: url(../pix/stop_down.gif);
}
DIV#controlbuttonVolume
{
    left: 345px;
    top: 10px;
}
DIV.buttonVolumeNormal
{  
    background-image: url(../pix/sound_normal.gif);
}
DIV.buttonVolumeHover
{
    background-image: url(../pix/sound_over.gif);
}

/* Titel */
DIV#containerTitle 
{
    position: absolute;
    left: 393px;
    top: 6px;
}

/* Volyminställare */
DIV#containerVolumeSlider 
{
    visibility: hidden;
    position: absolute;
    height: 120px;
    width: 32px;
    left: 345px;
    top: 31px;
    background-image: url(../pix/controlbutton_back.gif);
}
DIV#bottomVolumeSlider 
{
    position: absolute;
    height: 2px;
    width: 32px;
    top: 118px;
    background-image: url(../pix/controlbutton_bottom.gif);
    font-size: 0px;
}
#sliderVolume_bar {
    left: 9px;
    top: 9px;
    background-image: url(../pix/sound_slide_middle.gif);
}
#sliderVolume_start {
    background-image: url(../pix/sound_slide_top.gif);
}
#sliderVolume_end {
    background-image: url(../pix/sound_slide_bottom.gif);
}
#sliderVolume {
    background-image: url(../pix/sound_slide_normal.gif);
    cursor: default;
}

/* Slider (tid) */
DIV#containerTimeSlider 
{
    position: absolute;
    left: 268px;
    top: 42px;
}
#sliderTime_bar {
    background-image: url(../pix/slider_middle.gif);
}
#sliderTime_bar_loaded {
    background-image: url(../pix/slider_middle_loaded.gif);
}
#sliderTime_start {
    background-image: url(../pix/slider_left.gif);
}
#sliderTime_end {
    background-image: url(../pix/slider_right.gif);
}
#sliderTime_end_loaded {
    background-image: url(../pix/slider_right_loaded.gif);
}
#sliderTime {
    background-image: url(../pix/slider_head.gif);
    cursor: default;
}

/* Textruta */
DIV#containerText 
{
    position: absolute;
    left: 273px;
    top: 75px;
    width: 433px;
    height: 172px;
}
DIV#captionText
{
    height: 140px;
    visibility: visible;
}
DIV#captionToolbar
{
    height: 32px;
    background-image: url(../pix/line_h.gif);
    background-repeat: repeat-x;
}
DIV#captionToolbar A
{
    display: block;
    float: left;
    text-decoration: none;
    margin-top: 7px;
    margin-left: 4px;
    margin-right: 10px;
    color: #000000;
    cursor: default;
}
DIV#captionToolbar A:hover
{
    color: #6398E1;
}
DIV#captionToolbar A.hidden
{
    display: none;
}
DIV#captionToolbar A IMG
{
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 4px;
}
DIV#captionToolbar DIV.captionToolbarDivider
{
    display: block;
    float: left;
    width: 2px;
    height: 20px;
    margin-top: 6px;
    background-image: url(../pix/line_v.gif);
    background-repeat: repeat-y;
}

/* Flikar för media och frågor */
DIV#containerMediaTabs
{
    position: absolute;
    left: 5px;
    top: 258px;
    height: 21px;
    cursor: default;
}
DIV#containerMediaTabs DIV
{
    display: block;
    float: left;
    width: 120px;
    height: 19px;
    background-image: url(../pix/tab_inactive.gif);
    margin-right: 3px;
    padding-left: 3px;
    padding-top: 2px;
}
DIV#containerMediaTabs DIV IMG
{
    vertical-align: middle;
    height: 16px;
    width: 16px;
    margin-right: 3px;
    margin-bottom: 2px;
}
DIV#containerMediaTabs DIV.active
{
    font-weight: bold;
    color: #ffffff;
    background-image: url(../pix/tab_active.gif);
}
DIV#containerMediaTabs DIV.disabled
{
    color: #878787;
}

/* Mediaruta */
DIV#containerMedia 
{   
    position: absolute;
    left: 5px;
    top: 279px;
    height: 400px;
    width: 711px;
    border: solid 1px #575757;
    z-index: 0;
}

/* Frågeruta */
DIV#containerQuestions
{   
    position: absolute;
    left: 5px;
    top: 279px;
    height: 400px;
    width: 711px;
    background-color: #F4F3EE;
    visibility: hidden;
    z-index: 0;
    border: solid 1px #575757;

}
DIV#containerQuestionsTitle
{
    height: 25px;
    background-color: #575757;
    color: #ffffff;
}
DIV#containerQuestionsTitle DIV#questionTitle
{
    font-weight: bold;
    width: 325px;
    height: 24px;
    float: left;
    padding-left: 5px;
    line-height: 24px;
}
DIV#containerQuestionsTitle DIV#questionOrderLine
{
    width: 195px;
    float: left;
    height: 18px;
    padding: 3px;
    font-size: 10px;
}
DIV#containerQuestionsTitle DIV#questionOrderLine DIV
{
    width: 16px;
    height: 16px;
    background-color: #69696A;
    text-align: center;
    line-height: 16px;
    margin-right: 3px;
    float: left;
    border: solid 1px #ffffff;
}
DIV#containerQuestionsTitle DIV#questionOrderLine DIV.active
{
    background-color: #ffffff;
    color: #000000;
}
DIV#containerQuestionsTitle DIV#questionOrderLine DIV.wrong
{
    background-color: #7E0D09;
}
DIV#containerQuestionsTitle DIV#questionOrderLine DIV.correct
{
    background-color: #517317;
}
DIV#containerQuestionsTitle DIV#questionMainControl
{
    width: 174px;
    padding-right: 5px;
    float: left;
    text-align: right;
    height: 24px;
}
DIV#containerQuestionsTitle DIV#questionMainControl A
{
    display: block;
    margin-top: 3px;
    text-decoration: none;
    color: #ffffff;
    cursor: default;
}
DIV#containerQuestionsTitle DIV#questionMainControl A:hover
{
    color: #6398E1;
}
DIV#containerQuestionsTitle DIV#questionMainControl A IMG
{
    vertical-align: middle;
    margin-left: 4px;
    margin-bottom: 2px;
}
DIV#containerQuestionsMain
{
    padding: 5px;
    height: 337px;
}
DIV#containerQuestionsMain DIV#questionMedia
{
    margin-top: 10px;
    font-style: italic;
    background-repeat: no-repeat;
}
DIV#containerQuestionsNavigation
{
    height: 22px;
    padding-right: 8px;
    padding-top: 6px;
}
DIV#containerQuestionsNavigation A
{
    display: block;
    float: right;
    margin-left: 20px;
    text-decoration: none;
    color: #000000;
    cursor: default;
}
DIV#containerQuestionsNavigation A:hover
{
    color: #6398E1;
}
DIV#containerQuestionsNavigation A IMG
{
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 1px;
}
DIV#questionsMultipleChoice
{
    margin-top: 20px;
    margin-bottom: 20px;
}
DIV#questionsMultipleChoice INPUT
{
    display: none;
}
DIV#questionsMultipleChoice A
{
    display: block;
    clear: both;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    height: 17px;
    padding-left: 20px;
    background-repeat: no-repeat;
    margin-bottom: 6px;
    line-height: 16px;
}
DIV#questionsMultipleChoice A:hover
{
    color: #6398E1;
}
DIV#questionsMultipleChoice A.correct
{
    background-image: url(../pix/questions_mark_correct.gif);
}
DIV#questionsMultipleChoice A.wrong
{
    background-image: url(../pix/questions_mark_wrong.gif);
}
DIV#questionsMultipleChoice A SPAN
{
    vertical-align: middle;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    margin-bottom: 2px;
    margin-right: 4px;
    background-repeat: no-repeat;
}
DIV#questionsMultipleChoice A SPAN.radio
{
    background-image: url(../pix/questions_dot.gif);
}
DIV#questionsMultipleChoice A SPAN.radio_correct
{
    background-image: url(../pix/questions_dot_correct.gif);
}
DIV#questionsMultipleChoice A SPAN.radio_checked
{
    background-image: url(../pix/questions_dot_checked.gif);
}
DIV#questionsMultipleChoice A SPAN.radio_checked_correct
{
    background-image: url(../pix/questions_dot_checked_correct.gif);
}
DIV#questionsMultipleChoice A SPAN.checkbox
{
    background-image: url(../pix/questions_checkbox.gif);
}
DIV#questionsMultipleChoice A SPAN.checkbox_correct
{
    background-image: url(../pix/questions_checkbox_correct.gif);
}
DIV#questionsMultipleChoice A SPAN.checkbox_checked
{
    background-image: url(../pix/questions_checkbox_checked.gif);
}
DIV#questionsMultipleChoice A SPAN.checkbox_checked_correct
{
    background-image: url(../pix/questions_checkbox_checked_correct.gif);
}

/* För drag och släpp */
DIV#containerSeparateQuestionsDND
{
    position: absolute;
    left: 10px;
    top: 330px;
    height: 320px;
    width: 702px;
    z-index: 10000;
    display: none;
}
DIV#containerSeparateQuestionsDND DIV
{
    position: absolute;
    height: 71px;
    width: 75px;
    text-align: center;
    font-size: 9px;
    overflow: hidden;
    padding-top: 4px;
    border: solid 1px #878787;
    color: #878787;
    background-color: White;
    cursor: default;
    z-index: 0;
}
DIV#containerSeparateQuestionsDND DIV.dragobject
{
    border-color: #000000;
    color: #000000;
    z-index: 10;
    cursor: move;
}
DIV#containerSeparateQuestionsDND DIV.correct
{
    width: 73px;
    height: 69px;
    border-color: green;
    border-width: 2px;
    color: #000000;
    z-index: 10;
}
DIV#containerSeparateQuestionsDND DIV.wrong
{
    width: 73px;
    height: 69px;
    border-color: red;
    border-width: 2px;
    color: #000000;
    z-index: 10;
}

/* Hjälp för spelaren */
DIV#containerHelp
{   
    position: absolute;
    left: 5px;
    top: 279px;
    height: 400px;
    width: 711px;
    background-color: #F4F3EE;
    visibility: hidden;
    z-index: 0;
    border: solid 1px #575757;
}
DIV#containerHelp H1
{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 12px;
}
DIV#containerHelp A
{
    text-decoration: none;
    color: #6398E1;
}
DIV#containerHelp A:hover
{
    color: #CD8224;
}
DIV#containerHelpTitle
{
    height: 25px;
    background-color: #575757;
    color: #ffffff;
}
DIV#containerHelpTitle DIV#helpMainTitle
{
    font-weight: bold;
    width: 325px;
    float: left;
    padding-left: 5px;
    line-height: 24px;
}
DIV#containerHelpContents
{
    float: left;
    padding: 5px;
    width: 198px;
}
DIV#containerHelpContents UL
{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
DIV#containerHelpContents UL LI
{
    padding-left: 19px;
    background-image: url(../pix/icon_help_bullet.gif);
    background-repeat: no-repeat;
    background-position: left -2px;
    margin-bottom: 4px;
}
DIV#containerHelpText
{
    float: left;
    padding: 5px;
    width: 493px;
    height: 365px;
    background-color: #FAF9F5;
}
DIV#containerHelpText DIV#helpText H1
{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 11px;
}
DIV#containerHelpText DIV#helpText P
{
    margin-top: 0px;
    margin-bottom: 16px;
}
DIV#containerHelpText DIV#helpText A
{
    background-image: url(../pix/icon_help_external.gif);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    padding-left: 19px;
    text-decoration: underline;
}
DIV#containerHelpText DIV#helpText A.showMe
{
    background-image: url(../pix/icon_help_showme.gif);
}
DIV#containerHelpSelector
{
    top: 0px;
    left: 0px;
    position: absolute;
    height: 31px;
    z-index: 200;
    visibility: hidden;
}
DIV#containerHelpSelector #containerHelpSelector_Left
{
    background-image: url(../pix/help_selector_left.gif);
    width: 9px;
    height: 31px;
    float: left;
}
DIV#containerHelpSelector #containerHelpSelector_Middle
{
    background-image: url(../pix/help_selector_middle.gif);
    width: 40px;
    height: 31px;
    float: left;
}
DIV#containerHelpSelector #containerHelpSelector_Right
{
    background-image: url(../pix/help_selector_right.gif);
    width: 9px;
    height: 31px;
    float: left;
}

/* Preloads */
DIV#containerPreloads 
{
    z-index: 0;
    position: absolute;
    left: 10px;
    top: 10px;
}