﻿@media print
{
    /*****   Styles for print   ******/
    #banner
    {
        display: none;
    }
    #Menu
    {
        display: none;
    }
    #Footer
    {
        display: none;
    }

    div.target
    {
        display: none;
    }
}

/*
* Basic stuff
*
*/
body
{
    font-family: Arial;
    font-size: 12px;
    background-color: #e8e8e8;
}
hr
{
    margin-bottom: 0px;
}
/*
* Link
*
*/
a:link
{
    color: #030071;
    text-decoration: none;
}
a:visited
{
    color: #030071;
    text-decoration: none;
}
a:active
{
    color: #6dadf5;
    text-decoration: none;
}
a:hover
{
    color: #131087;
    text-decoration: underline;
}

#Menu a:link
{
    color: #3d3d3d;
    text-decoration: none;
}
#Menu a:visited
{
    color: #3d3d3d;
    text-decoration: none;
}
#Menu a:active
{
    color: #3d3d3d;
    text-decoration: none;
}
#Menu a:hover
{
    color: #3d3d3d;
    text-decoration: underline;
}

#BoxFacts a:link
{
    color: #1461cb;
    text-decoration: underline;
}
#BoxFacts a:visited
{
    color: #1461cb;
    text-decoration: underline;
}
#BoxFacts a:active
{
    color: #3d3d3d;
    text-decoration: underline;
}
#BoxFacts a:hover
{
    color: #1461cb;
    text-decoration: none;
}

/*
* Fonts
*
*/
p
{
    font-family: Arial;
    font-size: 12px;
    margin-top: 5px;
}
h1
{
    font-family: Arial;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 5px;
}
h2
{
    font-family: Arial;
    font-size: 26px;
    color: #3d3d3d;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 0px;
}
h3
{
    font-size: 12px;
    color: #3d3d3d;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 3px;
    padding-top: 20px;
}
#frontpage_firstcolum h3
{
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-transform:none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
h4
{
    font-size: 11px;
    color: #3d3d3d;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1px;
    padding-top: 10px;
}
.textLink
{
    font-family: Arial;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: bold;
    font-style: inherit;
    text-transform: none;
    padding: 0px 10px 0px 10px;
}
.menuLoginText
{
    font-family: Arial;
    font-size: 10px;
    color: #3d3d3d;
    font-weight: bold;
    font-style: inherit;
    text-transform: none;
}
.boldText
{
    font-weight: bold;
}
.WhiteText
{
    color: White;
}
.RedText
{
    color: Red;
}
.subheadline
{
    font-family: Arial;
    font-size: 16px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 0px;
}

.headline_frontpage
{
    background-color: #000;
    color: #FFF;
}
/*
* Borders
*
*/
.leftBorder
{
    border-left: solid 1px #999999;
}
.rightBorder
{
    border-right: solid 1px #999999;
}
.topBorder
{
    border-top: solid 1px #999999;
}
.bottomBorder
{
    border-bottom: solid 1px #999999;
}
.menuHR
{
    margin: 5px 10px 5px 10px;
    height: 0;
    border: 0;
    border-top: 2px solid #c8d5da;
    color: #c8d5da;
    height: 2px;
}
.standardHR
{
    margin: 5px 10px 5px 10px;
    height: 0;
    border: 0;
    border-top: 2px solid #c8d5da;
    color: #c8d5da;
    height: 2px;
}
/*
* Image
*
*/

/*
* Table
*
*/
table
{
    margin: 0px;
    border-collapse: collapse;
}
th
{
    /*text-align: left;*/
}
.maxWidth
{
    width: 100%;
}
.greyBG
{
    background-color: #ebebeb;
}

.odd
{
    background: #f4f9fe;
    color: #284775;
}
.nr
{
    background: #e6ebf2;
    color: #284775;
}
/*-----------------------------------------*/

/*
* Divs with unique id
*
*/

/*MasterPage*/
#centerPage
{
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(            '../image/image/edgeleftRight.jpg' );
    background-repeat: repeat-y;
}
#banner
{
    background-image: url(            '../image/image/usystop.jpg' );
    background-repeat: no-repeat;
    width: 800px;
    height: 255px;
    margin-bottom: 10px;
    margin-left: 5px;
}
#MainContent
{
    width: 760px;
    margin: 5px 20px 0px 20px;
    overflow: hidden;
}
#Menu
{
    width: 100%;
    height: 40px; /*float: left; Fix fejl med crohme.*/
}
#Login
{
    width: 230px;
    height: 60px;
    margin-right: 10px;
    float: right;
}
#Footer
{
    text-align: center;
    width: 800px;
    padding-bottom: 10px; /*clear: both; Ikke nødvendigt*/
}
/*End MasterPage*/

/*FrontPage*/
#frontPageBasicInfo
{
    width: 450px;
    margin-right: 20px;
    float: left;
}
#frontPageBonusInfo
{
    width: 250px;
    float: right;
    background-color: #f2f2f2;
    padding: 10px 20px 10px 20px;
}
/*End FrontPage*/

/*Pricelist (concept)*/
.price_table_product
{
    width: 300px;
}

.price_table_nonmoms
{
    width: 100px;
}

.price_table_price
{
    width: 150px;
}
/*end Pricelist (concept)*/

/*Statistic*/
#TreeViewHolder
{
    width: 250px;
    float: left;
}
#questionHolder
{
    float: right;
    width: 500px; /*border-bottom: solid 1px #000000;     border: solid 1px #000000;     text-align: center;*/
}
#commentHolder
{
    float: right;
    width: 500px;
}
#questionHolder td
{
    padding: 5px 5px 5px 5px;
}
/*End Statistic*/

/*School Overview*/
#OverviewTop
{
    display: block;
    overflow: hidden;
}
#OverviewBottom
{
    display: block;
    overflow: hidden;
}
#BoxWelcome
{
    float: left;
    width: 340px;
}
#BoxDidYouKnow
{
    float: left;
    width: 300px;
    background-color: #f8f8f8;
}

#ShortCut
{
    float: right;
    width: 340px;
    text-align: center;
}

#BoxFacts
{
    float: right;
    width: 340px;
}

.BoxInvoiceStyle
{
    float: left;
    width: 340px;
}

.BoxProductsCompaniesStyle
{
    float: right;
    width: 330px;
}

.BoxBorder
{
    border: solid 2px #c8d5da;
}
.Spaceing
{
    padding: 10px 10px 10px 10px;
    margin: 5px 5px 5px 5px;
}

/*End School Overview*/

/*Test comments*/
.header_DetailsViewQuestion
{
    /* background-image: #f4f9fe url('../image/image/bg_header1.jpg');*/
    background: #333333;
    padding-top: 5px;
}
/*END Test comments*/


/*
 *
 * Basic styles
 * 
 */
.InfoBox
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #949494;
    background-color: #dcdcdc;
    text-align: left;
}
/*
 *
 * End Basic styles
 * 
 */

/*
 *
 * ListSearchExtender
 * 
 */
.ListSearchExtenderPrompt
{
    font-style: italic;
    color: Gray;
    background-color: white;
}
.DDLPanelListSearchExtender
{
    position: relative;
}
/*
 *
 * End ListSearchExtender
 * 
 */


/*
 *
 * According Style
 * 
 */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/*
 *
 * End According Style
 * 
 */

/*
 *
 * CollapsiblePanel style
 * 
 */
.collapsePanel
{
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 25px;
    background-image: url(../image/image/bg_collapse.gif);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    border: solid 1px #2e568b;
}


/*
 *
 * End CollapsiblePanel style
 * 
 */

/*
 *
 * ModelPopUp style
 * 
 */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.DisplayBlock
{
    z-index: 1000000000;
}
/*
 *
 * End ModelPopUp style
 * 
 */

/*
 *
 * Slider style
 * 
 */
.SliderRail_Blue
{
    position: relative;
    background: url(../image/icons/SliderRail.gif) repeat-x;
    height: 22px;
    width: 150px;
}
/*
 *
 * End Slider style
 * 
 */

/*
 *
 * TextboxWaterMark style
 * 
 */
.WaterMark
{
    /*background-color: #f1f1f1;*/
    color: #b6b6b7;
}
/*
 *
 * End TextboxWaterMark style
 * 
 */


/*
 *
 * Toggle table style
 * 
 */
div.target
{
    margin: 5px 5px 5px 5px;
    width: 150px;
}
div.target ul
{
    border: 1px solid gray;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #d8e2f0;
}
div.target li
{
    padding-left: 4px;
    cursor: pointer;
}
/*
 *
 * End Toggle table
 * 
 */