

/* @todo move to widget */
#SolutionPanel
{
    display:none;
}

#BtnNextStep
{
    display:none;
}
/* @todo end: move to widget */


/* ====================================================================================================================
* journal
================================================================================================================== */
#JournalTab
{
    display:none;

}

#Journal
{
    /*display:none;*/
    padding: 0;
    margin:0;
}

#Journal table
{
    border-spacing:0;
    border-style:none;
    border-width:0;
    padding: 0;
    margin:0;
}

#Journal table th
{
    text-align:left;
    font-weight:bold;
    color:#fff;
    background:#777;
    height:16px;
    line-height:16px;
    font-size:10pt;
    border-top: 1px solid #777;
}

#Journal table th:first-child
{
    border-left: 1px solid #777;
}

#Journal table th, #Journal table td
{
    padding:4px;
    border-bottom:1px solid #CCC;
    border-right:1px solid #ccc;

}

#Journal table td
{
    font-size:10pt;
}

#Journal .lastRow td
{
    border-bottom:0;
    border-width:0;
}

#Journal table th.lastCell, #Journal table td.lastCell
{
}

#Journal tr td:first-child
{
    border-left:1px solid #ccc;
}

#Journal tr.openingEntry td
{
    background:#f5f5f5;
}
h1.businessCase span
{
    font-weight: bold;
}

h1.businessCase a
{
    /*font-size:14pt;*/
    color:#000;

}

h1.businessCase a:hover
{
    text-decoration:none;
    color:#ff43ff;

}

.businessCasePanel
{

}

/* todo: delete? */
.businessCasePanel h3
{
    font-size:12pt;
}

.businessCasePanel h3 span
{
    font-weight: bold;
}



/* including solution ! */

input.amount
{
    width:120px;
    float:left;
    margin-right:5px;
    text-align: right;
}

/**
 * Solution
 */
/*
div.solutionEntry
{

}
div.solutionEntry .list-group-item
{
    border-top:1px solid #e1c7ef;
}

div.solutionEntry .list-group-item p
{
    line-height: 22px !important;
}


.solutionEntry p.labeling
{
    width:80px;
    float:left;
}
*/

option
{
    padding:4px 2px;
}

option.heading
{
    font-weight: bold;
}
