﻿/* custom width */

div.customedocumentviewer #SubMenuArea
{
    width: 20%;
}
div.customedocumentviewer #MainContentArea
{
    width: 79%;
}
div.customedocumentviewer #MainBodyArea
{
    width: 77%;
}
div.customedocumentviewer #SecondaryBodyArea
{
    width: 22%;
}
div.customedocumentviewer .DockHeaderRight, div.customedocumentviewer .DockHeaderLeft
{
    width: 60%;
}


div#initialhelp { text-align: left; width: 70%;  }

div.customedocumentviewer input
{
    margin: 0px 3px;
    font: 11px Verdana, Sans-Serif;
}
div.customedocumentviewer textarea
{
    margin: 0px 3px;
    font: 11px Verdana, Sans-Serif;
}

div.customedocumentviewer .Calendar
{
    background: white;
}

div.customedocumentviewer .DocumentMap table
{
    width: 100%;
}
div.customedocumentviewer .DocumentMap table > td
{
}
div.customedocumentviewer .DocumentMap table td
{
    vertical-align: top;
    padding-bottom: 10px;
    padding-left: 20px;
}
div.customedocumentviewer .DocumentMap .islink
{
    border-bottom: solid #E9E9E9 1px;
    padding-top: 10px;
}
div.customedocumentviewer .DocumentMap .isnotlink
{
    padding-top: 10px;
    padding-bottom: 18px;
    background: #E9E9E9 url("images/divider-selected.png") no-repeat bottom center;
}
.isnotlink + .islink
{
    padding-top: 0;
    border: solid blue 3px;
}

div.customedocumentviewer div.navigation
{
    padding-top: 3px;
    height: 36px;
    text-align: center;
    border-top: solid #c0c0c0 1px;
    border-bottom: solid #c0c0c0 1px;
    background: #EEE;
}
div.customedocumentviewer div.navigation ul
{
    padding: 0;
    margin: 0px auto;
    width: 100%;
    padding-top: 0px;
    list-style-type: none;
    height: 20px;
}
div.customedocumentviewer div.navigation ul li
{
    display: inline;
}
div.customedocumentviewer div.navigation ul li div
{
    display: inline;
}
div.customedocumentviewer div.navigation ul li a
{
    color: transparent;
    display: inline-block;
    width: 83px;
    height: 27px;
    padding: 3px;
}
div.customedocumentviewer div.navigation ul li.linkbutton a
{
    color: Red;
    text-decoration: underline;
    font-size: 1.2em;
}
div.customedocumentviewer div.navigation ul li.linkbutton div
{
    color: Black;
}




div.customedocumentviewer div.previousbutton a
{
    background: url("images/previous.png") no-repeat center center;
}
div.customedocumentviewer div.previousbutton a:hover
{
    background: url("images/previous_hover.png") no-repeat center center;
}
div.customedocumentviewer div.previousbutton a[disabled]
{
    background: url("images/previous_disabled.png") no-repeat center center;
}

div.customedocumentviewer div.abortbutton
{
    margin-left: 40px;
}
div.customedocumentviewer div.abortbutton a, div.customedocumentviewer div.abortsimplebutton a
{
    background: url("images/abort.png") no-repeat center center;
}
div.customedocumentviewer div.abortbutton a:hover, div.customedocumentviewer div.abortsimplebutton a:hover
{
    background: url("images/abort_hover.png") no-repeat center center;
}

div.customedocumentviewer div.savebutton
{
    margin-right: 40px;
}
div.customedocumentviewer div.savebutton a
{
    background: url("images/save.png") no-repeat center center;
}
div.customedocumentviewer div.savebutton a:hover
{
    background: url("images/save_hover.png") no-repeat center center;
}
div.customedocumentviewer div.nextbutton a
{
    background: url("images/next.png") no-repeat center center;
}
div.customedocumentviewer div.nextbutton a:hover
{
    background: url("images/next_hover.png") no-repeat center center;
}

div.customedocumentviewer div.summarybutton a
{
    background: url("images/summary.png") no-repeat center center;
    width: 167px !important;
}
div.customedocumentviewer div.summarybutton a:hover
{
    background: url("images/summary_hover.png") no-repeat center center;
}
div.customedocumentviewer div.submitbutton a
{
    background: url("images/submit.png") no-repeat center center;
}
div.customedocumentviewer div.submitbutton a:hover
{
    background: url("images/submit_hover.png") no-repeat center center;
}
div.customedocumentviewer div.submitbutton a[disabled]
{
    background: url("images/submit_disabled.png") no-repeat center center;
}

div.edocumentprompt {  }
div.edocumentprompt div.content h1 { margin-top: 0; }
div.edocumentprompt div.content { background-color: white; clear: both; padding: 10px;border-left: 1px solid #cacaca; border-right: 1px solid #cacaca;}
div.edocumentprompt  div.top-left,
div.edocumentprompt  div.top-right,
div.edocumentprompt  div.bottom-left,
div.edocumentprompt  div.bottom-right {
  height: 10px;
  width: 50%;
  float: left;
  background-image: url(/images/generell/bg_hoved.png);
  background-repeat: no-repeat;
}
div.edocumentprompt div.top-left { background-position: top left; }
div.edocumentprompt  div.top-right { background-position: top right; }
div.edocumentprompt  div.bottom-left { background-position: bottom left; }
div.edocumentprompt  div.bottom-right { background-position: bottom right; }

div.edocumentprompt #options
{
    width: 100%;
}

div.edocumentprompt #options .box
{
    float: left;
    margin: .5% .5% 10px .5%;
    padding: .5%;
    border: outset 1px silver;
    min-height: 150px;
    background-color: white;
    position: relative;
    width: 30%;
}

div.edocumentprompt #options .box .promptbutton
{
    position: absolute;
    bottom: .2em;
    right: .2em;
}

div.edocumentprompt #options .box h1
{
    margin: 0;
  padding: 3px;
    background: silver;
    font-size: 1.2em;
}
/*
div.edocumentprompt #options .box .loginbutton
{
    background-color: Silver;
}
div.edocumentprompt #options .box .acceptbutton
{
    background-color: Green;
}
div.edocumentprompt #options .box .rejectbutton
{
    background-color: Red;
}
*/


div.customedocumentviewer .guidancebox
{
    padding-left: 5px;
}
div.customedocumentviewer .readmore
{
    padding-left: 0;
	font-size: 90%;
    height: 150px;
}

