﻿body
{
    background-color: #e0e0e0;
    font-family: Georgia;
    background-image: url(/images/bg1.jpg);
    margin: 2px 1px 40px 1px;
    padding: 0px;
    font-size: 11px;
    background-attachment: fixed;
    position: relative;
}
/* *** Webparts */
#MainBodyArea
{
    /*overflow: auto;*/ /* Oklart om denna regel skall ses av besökare */
}
#MainBody .webpart.horizontal
{
    margin-left: 5px;
}
#MainBody .webpart.first.horizontal, #MainBody .webpart.horizontal.single
{
    margin-left: 0;
}
#SecondaryBody .webpart
{
    margin-top: 10px;
}
#SecondaryBody .webpart.first, #SecondaryBody .webpart.single
{
    margin-top: 0;
}
#SecondaryBody .webpart .box
{
    border-top: solid 6px #ccc;
    border-right: solid 6px #444;
}
#SecondaryBody .webpart .box img
{
    width: 100%;
    text-align: center;
}
#SecondaryBody .webpart .box .inner
{
    border-left: solid 6px #ccc;
    border-bottom: solid 6px #444;
    padding: 4px;
}
/* *** end webparts */
.sidhuvud
{
    position: relative;
    height: 120px;
}
.clear
{
    float: none;
    clear: both;
}
a
{
    text-decoration: none;
    color: #0089ca;
}
a img
{
    border: 0;
}
.hidden
{
    display: none;
}
.error
{
    color: Red;
}
th
{
    text-align: left;
}
.outer
{
    width: 945px;
    margin: 0 auto;
    position: relative;
}
/************************/
/* PAGING               */
/************************/
.PagingContainer
{
    text-align: center;
}
.PagingContainer a
{
    padding: 1px 3px;
    display: inline-block;
}
.PagingContainer .SelectedPagingItem
{
    font-weight: bold;
}
/**********************/
/* MAIN MENU AREA   
/**********************/
#MainMenu
{
    position: absolute;
    right: 0px;
    bottom: 15px;
    text-align: right;
}
#MainMenu ul
{
    margin: 0px;
    padding: 0px;
}
#MainMenu li
{
    font-size: 17px;
    float: left;
    list-style: none none;
}
#MainMenu a
{
    font-weight: normal;
    color: #0198DF;
    padding: 1px 5px 1px 23px;
    background-image: url(/Images/arrowtop.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    margin: 0px 5px 0px 0px;
}
#MainMenu li:last-child a
{
    margin-right: 0px;
}

#MainMenu a:hover
{
    text-decoration: none;
}
/**********************/
/* SUBMENU AREA       */
/**********************/
#SubMenuArea
{
    float: left;
    width: 185px;
    margin: 0px;
    padding: 0px;
}
#SubMenuArea ul
{
    list-style: none none;
    padding: 0px;
    margin: 0px;
}
#SubMenuArea ul ul
{
    padding: 5px 0px 0px 10px;
}
#SubMenuArea li
{
    display: block;
    padding: 0px 0px 5px 0px;
}
#SubMenuArea a
{
    color: #555;
}
#SubMenuArea ul a
{
    color: #0098E1;
}
/* Level 2 */
#SubMenuArea ul ul li
{
    background-color: #fff;
    padding: 8px 5px 10px 5px;
    margin-left: -15px;
    width: 165px;
    text-transform: uppercase;
    font-family: 'Nunito' , Sans-Serif;
    font-weight: bold;
    font-size: 12px;
}
#SubMenuArea ul ul span.selected a
{
    color: #fff;
}
#SubMenuArea ul ul li.selected
{
    background-image: url(/images/subm1.png);
    color: #fff;
    background-repeat: no-repeat;
}
/* Level 3 */
#SubMenuArea ul ul ul li
{
    background-color: #fff;
    padding: 8px 5px 10px 5px;
    margin-left: -15px;
    text-transform: none;
    font-family: Georgia, Serif;
    font-size: 11px;
    font-weight: normal;
}
#SubMenuArea ul ul ul li a
{
    color: #333;
}
#SubMenuArea ul ul ul .selected a
{
    color: #333;
}
#SubMenuArea ul ul ul li.selected
{
    background-image: none;
    color: #333;
    font-weight: bold;
}
/* Level 4 */
#SubMenuArea ul ul ul ul li
{
    background-color: #fff;
    padding: 8px 5px 10px 5px;
    margin-left: -5px;
    width: 150px;
    font-weight: normal;
}
#SubMenuArea ul ul ul ul li.selected
{
    font-weight: bold;
}

#SubMenuArea span
{
    display: block;
}
#SubMenuArea .toplevel
{
    color: #555;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-family: Georgia;
}
#SubMenuArea .toplevel a
{
    color: #555;
}

#SubMenuArea .selected
{
    /* TODO */
}
.iwant
{
    position: absolute;
    top: 45px;
    right: 5px;
    width: 175px;
}
.iwant select
{
    width: 175px; /*text-transform:uppercase;*/
}
#Functions
{
    position: absolute;
    top: 0px;
    right: 0px;
}
#Functions li
{
    list-style: none none;
    float: left;
    margin-left: 10px;
}
#Functions a
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #222;
    display: inline-block;
    padding: 2px 5px 5px 3px;
    letter-spacing: normal;
    line-height: 16px;
    text-transform: uppercase;
}

/*************************/
/* SEARCH PAGE           */
/*************************/
#ResultArea
{
    padding-top: 2em;
}

#ResultArea ol
{
    margin: 0;
    padding-left: 2em;
}
#ResultArea li
{
    margin: 0;
    padding: 0;
}

input.searchText
{
    height: 18px;
    width: 335px;
    padding: 5px;
}
/*************************/
/* Google maps           */
/*************************/
.MapContainer
{
    overflow: hidden;
}
/*************************/
/* FORMS                 */
/*************************/
.xForm h2
{
    padding: 1em 0;
    margin: 0;
}
.xForm .heading
{
    font-weight: bold;
    font-size: 1em;
    padding: 0;
    margin: 0.4em 0em;
}
.xForm #id_matrix
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.xForm #id_matrix td
{
    border: 0;
    margin: 0;
    padding: 0.2em 0;
}
span.xformvalidator
{
    color: Red;
}
.xForm input, .xForm .options
{
    float: left;
}
.xForm fieldset
{
    border: 1px solid #cdcdcd;
}
.xForm legend
{
    color: #666;
    padding: 10px 5px;
}
.xForm label
{
    line-height: 1.7em;
    margin-right: 0.5em;
    float: left;
    width: 120px;
    font-weight: bold;
}
#id_matrix br
{
    clear: both;
}
.thankyoumessage
{
    padding: 1em 0;
    margin: 0;
    font-weight: bold;
}
.xForm input.value, .xForm textarea.textbox
{
    padding-top: 5px;
    width: 200px;
}
h1
{
    font-family: 'Nunito' , Sans-Serif;
    font-size: 30px;
    line-height: 30px;
    color: #0198DF;
    font-weight: 700;
    margin: 10px 0px 5px 0px;
    padding: 0px;
}
h2
{
    font-family: Georgia, Serif;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}
.whitemodule
{
    background-color: #fff;
    border-radius: 5px;
    min-height: 225px;
    position: relative;
}
.mod_blue, .eventblue
{
    background-image: url(/images/bgblue.png);
    border-radius: 5px;
    height: 225px;
    position: relative;
    color: #fff;
    font-family: Calibri, Sans-Serif;
}
div.eventblue
{
    height:auto;
    min-height:225px;
}
.mod_blue .divider
{
    border-bottom: 1px solid #289CD5;
    margin: 0px 0px 5px 0px;
}
.whitemodule .divider
{
    border-bottom: 1px solid #DBDDDC;
    margin: 0px 0px 5px 0px;
    clear: both;
}
.mod_blue .item, .eventblue .item
{
    border-bottom: 1px solid #289CD5;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    min-height: 26px;
}
.mod_blue h3.vinjett, .eventblue h3.vinjett
{
    color: #fff;
}
.item .datum
{
    float: right;
}
.kalender .item .datum
{
    float: left;
    width: 32px;
    color: #111;
    font-size: 12px;
    font-family: 'Nunito';
    font-weight: 700;
}
.mod_mini
{
    background-image: url(/images/smlbg.png);
    border-radius: 5px;
    height: 120px;
    position: relative;
    color: #fff;
    font-family: Calibri, Sans-Serif;
}
.mod_mini a, .mod_blue a, .eventblue a
{
    color: #fff;
}
.mod_mini h2
{
    font-family: 'Nunito';
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 23px;
}
.shadmodule
{
    /*background-image: url(/images/shad1.png); */
    background-color: #EBEFF2;
    border-radius: 5px;
    min-height: 55px;
    position: relative;
}
.sidfot
{
    /*background-image: url(/images/sfbg.jpg);*/
    background-color: #EBEFF2;
    border-radius: 5px;
    min-height: 200px;
    position: relative;
    color: #4D4D4F;
    font-family: Arial, Sans-Serif;
}
.sidfot a
{
    color: #4D4D4F;
}
.modarrow
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.normalpadding
{
    padding: 10px;
}
.muchpadding
{
    padding: 15px 18px 10px 20px;
}
.extrapadding
{
    padding: 1px 20px 15px 20px;
}
.modulemargin
{
    margin-right: 5px;
    margin-bottom: 5px;
}
.logodiv
{
    float: left;
    padding: 14px 5px 5px 5px;
}
.payoff
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #777;
    font-weight: normal;
    padding: 1px 0px 0px 0px;
}
.leftmostcolumn
{
    width: 190px;
    float: left;
}
.rightmostcolumn
{
    width: 185px;
    float: right;
}
.rightmostcolumn .modulemargin
{
    margin-right: 0px;
}
p
{
    margin-top: 0px;
    line-height: 15px;
}
.modul_karta
{
    background-color: #666;
    background-image: url(/images/kartbg.png);
    background-repeat: repeat-x;
    border-radius: 5px;
    min-height: 350px;
    position: relative;
    color: #fff;
    font-family: 'Nunito' , Sans-Serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 24px;
}
.imagebanner
{
    position: relative;
    border-radius: 5px;
    height: 245px;
    overflow: hidden;
}
.bannerimg
{
    border-radius: 5px;
}
.blue1
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.shoutout.wide
{
    width: 240px;
    font-size: 46px;
}
.shoutout
{
    position: absolute;
    top: 31px;
    left: 35px;
    font-family: 'Nunito' , Sans-Serif;
    font-size: 48px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    width: 220px;
    letter-spacing: -3px;
}
.m1
{
    width: 165px;
}
.m2
{
    width: 355px;
}
.m3
{
    width: 545px;
}
.m4
{
    width: 735px;
}
.mmax
{
    width: 165px;
}
.bildspel
{
    height: 245px;
    position: relative;
    z-index: 0;
}
.sidfot .column
{
    width: 169px;
    padding: 0px 9px 5px 10px;
    float: left;
    border-left: 1px solid #CFCFD1;
    height: 155px;
}
.column:first-child
{
    border-left: none;
}
.articlecontainer p
{
    font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
}
.articlecontainer
{
    font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
}
img.karta
{
    position: absolute;
    left: 37px;
    top: 15px;
}
.avdpickercontainer
{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 155px;
}
.avdpickercontainer select
{
    width: 100%;
}
.m1 .bildcontainer
{
    height: 110px;
    width: 165px;
    overflow: hidden;
    position: relative;
}
.bildcontainer .overlay
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.m2 .bildcontainer
{
    width: 175px;
    height: 225px;
    overflow: hidden;
    float: left;
}
.m1 .pcontainer
{
    max-height: 100px;
    overflow: hidden;
}
.m2 .pcontainer
{
    width: 165px;
    padding: 5px 0px 0px 15px;
    float: left;
    height: 215px;
    overflow: hidden;
}
.m2 h2
{
    font-size: 23px;
    font-weight: normal;
}
.klick
{
    cursor: pointer;
}
h2.vinjett, .m1 h2.vinjett, .m2 h2.vinjett
{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito' , Sans-Serif;
    color: #0198DF;
    font-size: 13px;
    margin-top: 0px;
}
h2.vinjett a
{
    color: #0198DF;
}
h3.vinjett
{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito' , Sans-Serif;
    color: #0198DF;
    font-size: 13px;
}
h3.vinjett a
{
    color: #0198DF;
}
.studmtrl h2.vinjett
{
    position: absolute;
    left: 28px;
    top: 17px;
    background-color: #fff;
    padding-right: 5px;
    padding-bottom: 5px;
}
.m4 .frame
{
    border: 1px solid #D5D6D8;
    padding: 0px;
    width: 695px;
    height: 184px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.m3 .frame
{
    border: 1px solid #D5D6D8;
    padding: 0px;
    width: 505px;
    height: 184px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.m4 .studcropper
{
    overflow: hidden;
    width: 657px;
    height: 181px;
    position: absolute;
    top: 15px;
    left: 23px;
}
.m3 .studcropper
{
    overflow: hidden;
    width: 436px;
    height: 181px;
    position: absolute;
    top: 15px;
    left: 35px;
}
.temporary
{
    color: #ccc;
    font-size: 36px;
    text-align: center;
    position: absolute;
    left: 30%;
    top: 40%;
}
h3
{
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
}
.sidfot h3
{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito' , Sans-Serif;
    color: #0198DF;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.sidfot ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.sidfot li
{
    padding: 0px 0px 5px 0px;
}
h3
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    text-transform: none;
}
.whitemodule .item a
{
    color: #000;
    font-weight: normal;
}
.whitemodule.kalender .item a
{
    color: #0098E1;
    font-weight: normal;
}
.whitemodule .item
{
    border-bottom: 1px solid #DBDDDC;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    min-height: 26px;
}
.whitemodule .datum
{
    color: #0098E1;
    font-family: Sans-Serif;
}
.mainimgcontainer
{
    overflow: hidden;
    width: 495px;
}
.mainimgcontainer img
{
    margin-bottom: 15px;
}
.artdata
{
    color: #888;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
}
.remote .link
{
    display: none;
}
.kontaktinfo
{
    font-family: Arial, Sans-Serif;
    padding-top: 10px;
    color: #555;
}
.newsitem h2, .eventitem h2
{
    font-family: Georgia, Serif;
    margin: 11px 0px 4px 0px;
    font-size: 15px;
}
.newsitem h2 a, .eventitem h2 a
{
    color: #222;
}
.newsitem p
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
}
.newsitem .datum
{
    float: left;
    color: #0098E1;
    font-size: 15px;
    font-family: 'Nunito';
    padding: 5px 5px 5px 5px;
    margin: 5px 10px 10px 0px;
    background-color: #f0f0f0;
    min-width: 40px;
    text-align: center;
}
.datum .liten
{
    font-size: 11px;
    display: block;
    font-family: Arial, Sans-Serif;
    padding-left: 2px;
    color: #777;
}
.eventitem .datum
{
    float: left;
    color: #0098E1;
    font-size: 15px;
    font-family: 'Nunito';
    padding-right: 10px;
    margin-bottom: 15px;
    min-width: 130px;
}

.footlinks a
{
    text-transform: uppercase;
    font-weight: bold;
}
/* Twitter */
.twitter .bar
{
    background-image: url(/i/bar2.png);
    background-repeat: no-repeat;
    height: 3px;
    width: 300px;
    margin: 0 auto;
}
.twitter ul
{
    list-style-type: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    line-height: normal;
    height: 186px;
}
.twitter li
{
    float: none;
    clear: both;
    padding: 5px 10px 0px 0px;
}
.twitter li p
{
    margin: 0px;
    line-height: normal;
}
.twitter li img
{
    float: left;
    border: 1px solid #aaa;
    margin: 0px 10px 5px 0px;
    width: 50px;
}
.twitter li em
{
    /*float:left;     clear:none;*/
    font-style: normal;
    font-weight: bold;
    color: #333;
    font-family: Sans-Serif;
}
.tweetcontainer
{
    height: 295px;
    overflow: scroll;
}
.twitter li a
{
    color: #0198DF;
    padding: 0px;
    background-image: none;
    font-weight: bold;
}
.twitter li img.rt
{
    border-style: none;
    margin: 3px 3px 0px 0px;
    width: auto;
}
/* !Twitter */
.EP-tableCaptionCell
{
    vertical-align: top;
}

.studmtrlcontainer
{
    width: 2700px;
    height: 170px;
    padding: 0px;
    margin: 0px;
    position: relative;
    left: 0px;
    top: 0px;
}
.studmtrlcontainer .mtrl
{
    width: 210px;
    height: 155px;
    float: left;
    border-right: 1px solid #D5D6D8;
    position: relative;
    margin: 0px 15px 0px 0px;
}
.studmtrlcontainer .mtrl a
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Nunito' , Sans-Serif;
    font-weight: 700;
    font-size: 11px;
    height: 15px;
    overflow: hidden;
}
.studmtrlcontainer .mtrl img
{
    max-width: 90px;
    max-height: 135px;
    position: absolute;
    left: 0px;
    bottom: 25px;
}
.studmtrlcontainer .mtrl .intro
{
    position: absolute;
    left: 100px;
    height: 135px;
    top: 10px;
    vertical-align: bottom;
    width: 100px;
}
.studmtrlcontainer .mtrl .intro p
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-family: Arial, Sans-Serif;
}

.banneritem .counter
{
    position: absolute;
    right: 5px;
    bottom: 13px;
}
.banneritem
{
    position: relative;
}
.counter a
{
    font-family: 'Nunito' , Sans-Serif;
    font-weight: 700;
    font-size: 13px;
    padding: 2px 7px 2px 6px;
    margin-right: 5px;
    background-image: url(/images/bs2.png);
    line-height: 13px;
    background-repeat: no-repeat;
    color: #444;
    cursor: pointer;
}
.counter .current
{
    color: #fff;
    background-image: url(/images/bs1.png);
}
.articlecontainer a
{
    color: #0198DF;
    padding: 0px;
    background-image: none;
    font-weight: bold;
}
.stud_next
{
    position: absolute;
    right: 13px;
    top: 104px;
    cursor: pointer;
}
.stud_prev
{
    position: absolute;
    left: 16px;
    top: 104px;
    cursor: pointer;
}
.introduction
{
    font-style: oblique;
    font-size: 13px;
}
.share
{
    float: right;
    vertical-align: middle;
    display: table;
}
.share .method
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
table.courselist
{
    width: 100%;
    border-collapse: separate;
    padding: 0px;
    margin-bottom: 15px;
}
.courselist td
{
    padding: 5px;
    background-color: #f0f0f0;
}
.eventheaderrow
{
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    font-size: 13px;
}
.eventinfodiv
{
    height: auto !important;
}
.btnsearch
{
    background-color: #0089ca;
    color: #fff;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    border-radius: 5px;
    font-size: 14px;
}

/* Web part edit dialog */
#editwpdialog
{
    background-color: #e0e0e0;
    display: none;
    position: relative;
    z-index: 1001;
    top: 10px;
    left: 0px;
    min-width: 400px;
    width: 570px;
    margin: 0 auto;
}
#editwpdialog .inner .content fieldset
{
    margin: 0;
    padding: 7px;
    border: solid 1px #ccc;
    float: none;
    display: block;
}
#editwpdialog .inner .content fieldset legend
{
    color: #666;
}
#editwpdialog .inner .content table tr td
{
    font-family: Georgia;
}
#editwpdialog .inner .content table tr td input[type=text]
{
    min-width: 250px;
}
.eventinforow
{
    font-size: 13px;
    margin: 0px 0px 8px 0px;
}
.litenlan
{
    font-size: 11px;
}
div.mainbodyc
{
    /*min-height: 241px; */ /*    min-height: 366px;*/
}
img.matlist
{
    float: left;
    width: 40px;
    margin: 5px 10px 10px 0px;
    border: 1px solid #ccc;
}

.eventsbottom1
{
    height: 15px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #0089ca;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}
.eventsbottom2
{
    height: 15px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #0089ca;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}
.pagedlist
{
}
.flippage
{
    cursor: pointer;
}
.eventpage2
{
    display: none;
}
.eventmore2
{
    display: none;
}
.m1 h2
{
    font-weight: normal;
}
.wpdefbut
{
    background-color: #fff;
    line-height: 0;
    width: 0;
    height: 0;
    border: none;
}
.wcag
{
    display: none;
}
.rightmostcolumn .mod_blue h2, .rightmostcolumn .eventblue h2
{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 16px;
    margin-bottom:0px;
    padding-bottom:0px;
    line-height:18px;
}

