﻿/* MessagePanel */

.MessagePanel
{
    border: 1px solid #666666;
    padding-right: 0px;
    padding-left: 0px;
    z-index: 1000;
    background-image: url(Img/bg_message.gif);
    padding-bottom: 5px;
    overflow: visible;
    padding-top: 0px;
    background-color: #D8D8D8;
    background-repeat: repeat-x;
}
.MessagePanel input
{
    margin-top: 10px;
    width: 50px;
    clear: both;
}
.MessagePanelHeading
{
    padding-left: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: url(Img/InfoButton2.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.MessagePanelText
{
    padding: 10px;
}
.ValidationSummary
{
    border: 1px solid #666666;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
    z-index: 100;
    background-image: none;
    overflow: visible;
    position: absolute;
    background-color: #D8D8D8;
    font-weight: normal;
    background-image: url(Img/bg_message.gif);
    color: #000000;
}
.ValidationSummaryHeading
{
    padding-left: 26px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 3px;
}
.ValidationSummaryIcon
{
    float: left;
}

/* PromptPanel */

.PromptPanel
{
    border: 1px solid #666666;
    padding: 0px;
    z-index: 1000;
    background-image: url(Img/bg_message.gif);
    overflow: visible;
    background-color: #D8D8D8;
    background-repeat: repeat-x;
}
.PromptPanel input
{
    margin: 0px 0px 10px 10px;
}
.PromptPanelHeading
{
    padding-left: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: url(Img/PromptButton2.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.PromptGridMain
{
    border: solid 1px #CCCCCC;
    margin: 15px 12px 10px 12px;
}
.PromptGridHeader
{
    font-weight: bold;
    font-size: 8pt;
    color: #000; /*background-image: url(Img/bg_rowheader.gif);*/
    border: solid px #CCCCCC;
    background-repeat: repeat-x;
    background-color: #CCCCCC;
}
.PromptGridHeader td
{
    border: solid 1px #CCCCCC;
}
.PromptGridItem
{
    font-size: 8pt;
    background-image: none;
    background-color: #FFFFFF;
    color: #666;
}
.PromptGridItem td
{
    border: solid 1px #E5E5E5;
}
.PromptGridAlternatingItem
{
    font-size: 8pt;
    background-image: none;
    background-color: #FFFFFF;
    color: #666;
    border: solid 1px #E5E5E5;
}
.PromptGridAlternatingItem td
{
    border: solid 1px #E5E5E5;
}
.PromptGridPager
{
    font-weight: bold;
    font-size: 8pt;
    background-image: none;
    color: #000000;
    letter-spacing: 2px;
    background-color: #FFFFFF;
    border: solid 0px #E5E5E5;
}
.PromptGridPager a
{
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.PromptGridPager td
{
    padding: 3px 5px 3px 5px;
}
.PromptGridSelected
{
    font-size: 8pt;
    background-image: none;
    background-color: #E5E5E5;
    border: solid 1px #FFFFFF;
}
.PromptGridSelected td
{
}


.LanguageTextPanel
{
    border: solid 1px #666666;
    background-color: #CCCCCC;
    padding: 5px;
    color: #000;
    font-weight: normal;
    min-width:200px;
    max-width:500px;
}

.TinyMessagePanel
{
    border: solid 1px #666666;
    background-color: #CCCCCC;
    padding: 5px;
    color: #000;
    font-weight: normal;
}

.LanguageTextGoogle
{
    min-width:200px;
    max-width:500px;
    cursor:pointer;
}

/* ChechPanel */

.ChechPanel
{
    border: 1px solid #666666;
    padding: 0px;
    z-index: 1000;
    background-image: url(Img/bg_message.gif);
    overflow: visible;
    background-color: #D8D8D8;
    background-repeat: repeat-x;
}
.ChechPanel input
{
    margin: 10px -10px 10px 10px;
}
.ChechPanelHeading
{
    padding-left: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: url(Img/PromptButton2.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.ChechPanelList label
{
    margin: 2px;
    vertical-align: middle;
    display: block;
}
.ChechPanelList input
{
    margin: 2px;
    height: 15px;
    float: left;
}

.ChechPanelList td
{
    padding-left: 10px;
}
.ChechPanelText
{
    padding: 10px;
}

.Calendar
{
    font-size: 8pt;
    font-family: Verdana;
}
.CalendarTitle
{
    color: Blue;
    background-color: Gray;
}
.CalendarDayHeader
{
    background-color: #DFE5E3;
}
.CalendarBorder
{
    border-right: gray 3px outset;
    border-top: gray 3px outset;
    border-left: gray 3px outset;
    border-bottom: gray 3px outset;
}
.CalendarDay
{
    background-color: White;
}
.CalendarNextPrev
{
    color: #ccccff;
}
.CalendarWeekendDay
{
    color: red;
    background-color: khaki;
}
.CalendarOtherMonthDay
{
    color: lightgrey;
    background-color: lightgrey;
}
.CalendarSelectedDay
{
    background-color: #009999;
}
.CalendarSelector
{
    background-color: #99CCCC;
    color: #336666;
}
.CalendarTodayDay
{
    color: white;
    background-color: #99cccc;
}

.JanitorPanel
{
    border: 1px solid #385E77;
    border-top: none;
    padding: 0;
    background: url(Img/bg_message2.gif) #D8D8D8 repeat-x;
    padding-bottom: 5px;
    overflow: visible;
    margin: 0;
}

.JanitorPanelHeading
{
    padding-left: 24px;
    padding-top: 4px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #FFF;
    background: url(Img/JanitorButton2.gif) no-repeat 0px 1px;
}

ul.Janitor
{
    border-top: 1px solid #b2c1ca;
    margin: 10px;
    padding: 0;
    list-style-type: none;
}

ul.Janitor li
{
    border-bottom: 1px solid #b2c1ca;
    border-left: 1px solid #b2c1ca;
    border-right: 1px solid #b2c1ca;
    margin: 0;
    padding: 5px 5px 5px 26px;
    list-style-type: none;
}

ul.Janitor li.report
{
    background: url(Img/ic_janitor_report.gif) no-repeat 5px 4px #fff;
}

ul.Janitor li.info
{
    background: url(Img/ic_janitor_info.gif) no-repeat 5px 4px #fff;
}

ul.Janitor li.message
{
    background: url(Img/ic_janitor_message.gif) no-repeat 5px 4px #fff;
}

ul.Janitor li.calendar
{
    background: url(Img/ic_janitor_calendar.gif) no-repeat 5px 4px #fff;
}

/* Feilmeldingspopup */
.translate
{
    border: 1px solid #335a74;
}

.translateHeading
{
    color: #fff;
    padding: 4px 10px 4px 10px;
    font-weight: bold;
    background: url(img/bg_translate.gif) repeat-x #cc0000;
}

.translateContent
{
    padding: 10px;
}


