/* øvelses render */

.disclaimer 
{
    font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 20px;
}
.exercise_picture_row
{
    page-break-before: always;
}
.exercise_picture_cell
{
    white-space: nowrap;
    border: solid 1px black;
    border-bottom: dotted 1px black;
    text-align: center;
    vertical-align: top;
}
.exercise_text_cell
{
    border: solid 1px black;
    border-top: none;
    padding: 10px;
    background-color: #e0e0e0;
    vertical-align: top;
}
.exercise_text_title
{
    color: #CE7113;
    font-weight: bold;
}
.exercise_text_latin
{
    
    color: #808080;
}
.exercise_text_text
{
    margin-top: 8px;
}
.exercise_text_text p
{
    margin:0px;
    padding-bottom: 4px;
}
.exercise_picture_number
{
    margin-left: 4px;
    font-size: 26pt;
    color: #CE7113;
    z-index: 1;
    position: absolute;
}

/* =================================== */
.imgnote
{
    cursor: pointer;
    float: right;
    vertical-align: super;
}
.skema_altrow
{
    background-color: #fffff0;
}
.skema_normalrow
{
    background-color: #ffffc0;
}
.nowrap
{
    white-space: nowrap;
}
.invisible
{
    display: none;
}
.mainpicture
{
    float: right;
    margin-left: 20px;
}

.skygge
{
}

.main
{
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MainLeft
{
    border: 1px solid #c0c0c0;
    padding: 10px;
    background-image: url(images/panel.png);
    background-repeat: repeat-x;
}
.MainRight
{
    border: none;
    padding: 0px;
    background-image: url(images/panel.png);
    background-repeat: repeat-x;
}

.tilfredshed
{
    color: Green;
}
.kasse
{
    background-color: White;
    margin: 10px;
    text-align: left;
}
.top
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.box
{
}
.boxtitle
{
    text-align: left;
    font-weight: bold;
}
.boxcontrol
{
    text-align: left;
}
.boxcommandcell
{
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
}
.apvcommandrow
{
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    margin-top: 8px;
}

.toptext
{
    font-size: large;
    color: #939598;
    margin-top: 30px;
}
.midt
{
    text-align: left;
    margin: 10px;
    background-color: #ffffff;
}
.indhold
{
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 8px;
}
.indhold h3
{
    padding-top: 0;
    margin-top: 0;
}
.indhold input
{
    border: solid 1px #a0a0a0;
    font-family: Verdana;
    font-size: small;
}
.noborder input
{
    border: none 0px;
}
.indhold ul
{
    list-style-position: outside;
    list-style-image: none;
    list-style-type: square;
    margin-top: 0px;
}

.indhold b
{
    font-weight: bold;
    color: #cc6600;
}

.indhold strong
{
    font-weight: bold;
    color: #cc6600;
}

.indhold h1
{
    color: #cc6600;
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 8px;
    margin-top: 0px;
}

.indhold h2
{
    color: #cc6600;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 8px;
    margin-top: 0px;
}
.indhold p
{
    margin-top: 0px;
    margin-bottom: 6pt;
}

.indhold textarea
{
    font-size: small;
    font-family: Verdana;
}
.sidebar
{
    text-align: left;
    padding-left: 8px;
    x-border-left: dotted 1px #c0c0c0;
}
.bund
{
    text-align: center;
    font-size: 90%;
    color: gray;
}
.innerbund
{
    padding: 12px 8px 8px 0px;
}

.bund a
{
    text-decoration: none;
    color: #cc6600;
    border-bottom: dotted 1px #cc6600;
}


.menu
{
    vertical-align: bottom;
}
.menu a
{
    text-decoration: none;
}

.menustruktur
{
    height: 30px;
}

.menurow
{
    background-color: #e0e0e0;
}
.menupunktcell
{
    padding-left: 2px;
    padding-right: 2px;
}
.menupunkt_div
{
    white-space: nowrap;
    padding: 4px;
}
.menupunkt
{
    white-space: nowrap;
    padding: 0px 0px 2px 0px;
}

.menupunkt_aktiv
{
    color: #000000;
    font-weight: bold;
}

.menupunkt_inaktiv
{
    color: #000000;
}
.menupunkt_inaktiv a
{
    text-decoration: none;
    color: #000000;
}

.menupunkt_inaktiv_hover
{
    color: black;
    cursor: pointer;
}

/* bruges til html edit mode i freetextbox */
.code
{
    font-family: Courier New;
    font-size: 10pt;
}
.mainEdit
{
    font-size: 10pt;
    font-family: Verdana;
}

/* knapper i detailviews */
.button
{
}

.menupunkt_inaktiv_hover a
{
    color: White;
}

.indhold a
{
    text-decoration: none;
    color: #cc6600;
}

.indhold a:hover
{
    text-decoration: none;
    border-bottom: dotted 1px #cc6600;
}
.indhold a:active
{
}
.indhold a:visited
{
}
.indhold a:link
{
}
.hidden
{
    display: none;
}
