﻿html
{
	font-size: 100%;
}
body
{
	margin: 0 0 5em;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	background-color: #393839; /*#c7c8ca*/
}
p
{
    margin: 0;
    padding: 0;        
}

.p30
{
	padding-left: 3em;	
	padding-right: 3em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Links
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a, a:visited
{
    color: #393839;
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 1.1em;
} 
a:hover
{
    color: #e20c7c;
    text-decoration: none;
} 
a:focus, object:focus, embed:focus, applet:focus, input:focus, textarea:focus, select:focus
{
    outline: none;
}

a img
{
    border: none;
}
a p
{
    display: inline;
}
.links a
{
    padding-right: 1.4em;
    background: transparent url(img/link_arrow.png) no-repeat right center;
    font-weight: normal;
    color: #393839;
}
.links a:hover
{
    color: #e20c7c;
}                
.note .links a:hover
{
    color: #FFF;
}                

.forgotPassword
{
    cursor: pointer;
}

.showWhenResetPassord
{
    display: none;
}


.links h3 a
{
    background: transparent url(img/link_arrow.png) no-repeat right 55%;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Text
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.imageText
{
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.bold
{
	font-weight: bold;
}

.ingress
{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
    /*margin-bottom: 1em;*/
}

.content
{
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 1em;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6
{
    color: #000;
}
.content a
{
    font-size: 1em;
    color: #e20c7c;
}
.content a:hover
{
    color: #393839;
}
.content img
{
    margin-bottom: 1em;
}


#mainContent .content
{
    /*color: #6e6f72;*/
    /*color: #000;*/
    color: #393839;
}
#mainContent .imgControl .content, #mainContent .tabControl .content
{
    color: #393839;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Headers & Fonts
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
h1, h2, h3, h4, h5, h6
{
    color: #000;
}

h3
{
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
h3 a
{
    font-weight: normal;
}

h5
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}
.titleAndDate h5, .titleAndDate .date
{
    display: inline;
}


/* cufon setup */
.cufonLight, .cufonBold, .cufonLightHover, .cufonBoldHover
{
    font-size: 1em;
    margin: 0;
}
.cufonLight a, .cufonBold a, .cufonLightHover a, .cufonBoldHover a
{
    font-weight: normal;
}


/* light */
h1.cufonLight
{
    font-size: 3.2em;
    font-weight: normal;
    margin-bottom: 0.3em;
}
h2.cufonLight a
{
    font-size: 1.8em;
    color: #000;
    /*text-transform: uppercase;*/
    line-height: 0em;
}
h3.cufonLight a
{
    font-size: 1.6em;
    margin-bottom: 0.3em;
}

/* bold */
h2.cufonBold a
{
    font-size: 1.8em;
    color: #000;
}
h3.cufonBold a
{
    font-size: 1.3em;
}
h4.cufonBold a
{
    font-size: 1.2em;
}
h6.cufonBold
{
    font-size: 0.9em;
    text-transform: uppercase;
}


h2.cufonLightHover
{
    padding: 0;
    font-size: 1.8em;
}

h2.cufonLightHover a
{
    font-size: 1em;
    color: #FFF;
}

/*
h2.cufonLightHover a:hover
{
    color: #000;
}
*/


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	General helper classes
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearFloat, .clearfloat
{
	clear: both;
	height: 0px;
}

.mainBodyMarginTop
{
	margin-top: 1em;
}

.mainImage
{
	width: 100%; /*41.1em;*/
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Globally used elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* padding & margin */
.rightPadding
{
    /*padding: 0 2em;*/ /*0 1.7em; */
}
.myPageFreeText .rightPadding h2
{
	font-size: 1.8em;
	margin-bottom: 0.3em;
}
.myPageFreeText .content img
{
    width: 100%;
    margin-bottom: 1em;
}
/* splitte linjer */
.hr_header
{
    background: transparent url(img/line_01.png) repeat-x;
    height: 5px;
    margin: 0 0 1em;
}
.hr_header hr
{
    display: none;
}

/* farger */
.darkbg
{
    color: #FFF;
    background-color: #393839;
}
.blackbg
{
    color: #FFF;
    background-color: #000;
}
.pinkbg
{
    color: #FFF;
    background-color: #e20c7c;
}
.greenbg
{
    color: #000;
    background-color: #69C7C2;
}
.yellowbg
{
    color: #393839;
    background-color: #e8e6d9;
}

/* related articles */
.relatedArticles
{
    /*padding: 0 1.7em;*/
    margin-bottom: 2em;
}
.relatedArticles h3
{
    font-size: 1.6em;
    color: #000;
    margin-bottom: 0.3em;
}
.relatedArticles a
{
    font-weight: normal;
}

/* simple list */
.simpleList 
{
    margin: 2em 0;
}
.simpleList .hr_header
{
    margin-bottom: 0.3em;
}
.simpleList h2
{
    font-size: 1.8em;
    color: #000;
    margin-bottom: 0.5em;
}
.simpleList .links .item
{
    margin-bottom: 1em;
}



/* date */
.date
{
    font-style: italic;
}

/* link item */
.linkItem
{
    margin-bottom: 1em;
}

/* list item */
.listItem
{
    /*padding: 2.3em 1.2em;*/
    padding: 2.3em 2em;
    margin-bottom: 0.1em;
}
.listItem .text
{
    float: left;
    width: 23em;
}
.listItem .text h2
{
    margin-bottom: .4em;
    text-transform: none;
}
.listItem .text h2 a
{
    text-transform: none;
}
.listItem .text .ingress
{
    margin-bottom: 0;
}

.listItem .image
{
    float: right;
}
.listItem .image img
{
    width: 12em;
}
/* focus list */
.focusList
{
    margin: 1em 0 2em;
}
.focusList h3.cufonLight
{
    margin: 0.3em 0 0.2em;
}
.focusList .focusListItem
{
    margin-bottom: 2em;
}
.focusList .focusListItem h3 a
{
    color: #000;
    line-height: 1.2em;
}

.focusList .focusListItem img
{
    width: 100%;
}

/* green show hide element*/
.showHide
{
    padding-bottom: 2em;    
}
.showHide h3
{
    font-size: 1.6em;
    margin-bottom: .6em;
    /*margin-left: 1.25em;*/
}

.showHide .element{
    padding-bottom: 0.1em;
}
.showHide .element .header
{
    background-color: #69C7C2;
    cursor: pointer;
    height: auto;
    width: 100%;
    padding: 0;
    border: none;
    border-collapse: collapse;
}
.showHide .element .header td.text
{
    width: 15.5em;
    padding: 0.5em 2em;
    font-weight: bold;
    color: #393839;
    font-size: 1.1em;
}

.showHide .element .header td.state
{
    width: 2.3em;
    text-align: center;
    background: #393839;
    color: #69C7C2;
}
.showHide .element .header td.plus
{
    background: #393839 url(img/mini_plus.png) no-repeat center center;
}
.showHide .element .header td.minus
{
    background: #393839 url(img/mini_minus.png) no-repeat center center;
}

.showHide .element .hiddenContainer
{
    margin-bottom: 1.5em;
    padding: 0.5em 2em;
}
.showHide .element .hiddenContainer .links
{
    margin-top: 0.4em;
}
.showHide .element .hiddenContainer .links a
{
    color: #393839;
}
.showHide .element .hiddenContainer .links a:hover
{
    color: #e20c7c;
}

/* green note */
.note
{
    color: #393839;
    margin-bottom: 1.4em;
}
.note .note_top
{
    margin: 0;
    background: transparent url(img/note_top.png) no-repeat;
    height: 41px;
}
.note .note_content
{
    float: left;
    margin: 0;
    background: transparent url(img/note_middle.png) repeat-y;
    padding: 2px 17px 0 17px;
}
    .note .note_content a
    {
        color: #FFF;
    }
    .note .note_content a:hover
    {
        color: #393839;
    }
    .note .note_content .links a
    {
        display: inline;
        margin-top: 0.3em;
        color: #393839;
    } 
    .note .note_content .links a:hover
    {
        color: #FFF;
    }
    .note .note_content img
    {
        /*width: 20.5em;*/
        width: 100%;
        height: auto;
        margin-bottom: 1em;
    }
    .note .note_content .content ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        
    .note .note_content h3
    {
        font-size: 1.6em;
        font-weight: normal;
        margin-top: 0.1em;
        margin-bottom: 0.6em;
    }
    .note .note_content h3 a
    {
        margin-top: 0;
        font-size: 1em;
    }

.note .note_bottom
{
    clear: both;
    margin: 0;
    background: transparent url(img/note_bottom.png) no-repeat;
    height: 40px;
}

#rightContent .note .note_content
{
    width: 208px;
}
#rightContent .note .note_top, #rightContent .note .note_bottom
{
    width: 241px;
}

/* Pagination search */
.PagingContainer
{
    border-top: dotted 1px #000;
    width: 100%;
}
.pagination
{
    margin: 0.5em 0;
    padding: 0;
    list-style: none;
}
.pagination li.disabled
{
    display: none;
}
.pagination li
{
    float: left;
    margin-right: 5px;
}
.pagination li a 
{
    font-size: 1.2em;
}
.pagination li.current a
{
    color: #e20c7c;
}

/* Table nostyle */
table.nostyle, table.nostyle tr, table.nostyle td
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table.nostyle td
{
    vertical-align: top;
}


/* Tab control */
.tabControl
{
    margin: 3em 0 5em;
}
.tabControl table.maintabs, 
.tabControl table.maintabs tbody,
.tabControl table.maintabs tbody tr
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
.tabControl table.maintabs td
{
    min-height: 2.5em;
    /*padding: 1em 2em;*/
    padding: 0;
    width: 33%;
    border-right: solid 1px #FFF;
}
.tabControl table.maintabs td.last
{
    border-right: none;
}

.tabControl table.maintabs td.maintabnormal
{
    background-color: #393839;
}
.tabControl table.maintabs td.maintabnormal:hover
{
    background-color: #e20c7c;
}
.tabControl table.maintabs td.maintabnormal:hover h2 a
{
    color: #000;
}
.tabControl table.maintabs td.maintabnormal h2 a
{
    color: #FFF;
}


.tabControl table.maintabs td.maintabselected
{
    background-color: #e20c7c;
}

.tabControl table.maintabs td.maintabselected h2 a
{
    color: #000;
}



.tabControl table.maintabs td a
{
    padding: 0.5em 1.6em;
    min-height: 1.4em;
    height: 100%;
    display: block;
}

.tabControl h2.cufonLight a
{
    color: #FFF;
    text-transform: none;
}
.tabControl h2.cufonBold a
{
    color: #FFF;
    text-transform: none;
}
.tabControl .text h2
{
    font-weight: normal;
    margin-top: 0;
    font-size: 1.8em;
}



.tabControl .tabView
{
    background-color: #e8e6d9;
    padding: 2em 1.6em 6em 1.6em;
    position: relative;
}

.tabControl .tabView .tabItem
{
    float: left;
}

.tabControl .tabView .tabItem img
{
    float: left;
    width: 20em;
}
.tabControl .tabView .tabItem .text
{
    float: right;
    width: 25em;
}
.tabControl .tabView .itemNoImage .text
{
    float: left;
    width: 100%;
}
.tabControl .tabView .tabItem h2
{
    margin: 0 0 0.2em 0;
}
.tabControl .tabView .tabItem h2 a
{
    font-size: 1em;
    color: #000;
}
.tabControl .tabView .tabItem h2 a:hover
{
    color: #e20c7c;   
}
.tabControl .tabView .tabItem .links
{
    margin-top: 0.2em;
}
.tabControl .tabView .tabItem .links a
{
    color: #393839;
}
.tabControl .tabView .tabItem .links a:hover
{
    color: #e20c7c;
}
/* Page Peel */
/* OLD JS VERSION
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/Web/Images/island.png) no-repeat right top;
	text-indent: -9999px;
}
*/

/* form step tab */
.tabs
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs li
{
    float: left;
    width: 13.3em;
    margin-right: 0.1em;
    background: #e8e6d9 url(img/step_notcurrent.png) no-repeat left top;
    padding-top: 3.3em;
    padding-bottom: 0.4em;
    text-align: center;
}
.tabs li.current{
    background: #e8e6d9 url(img/step_current.png) no-repeat left top;
}

/* Global headers */
.header
{
    display: block;
    height: 2.5em;
    padding: 1em 2em;
    background-color: #393839;
}
.header h2.cufonLight
{
    font-size: 1.8em;
    color: #FFF;
    text-transform: none;
}

body.myPage .header
{
    margin-top: 1em;
}


/* Image control */
.imgControl
{
    margin-top: 2em;
    margin-bottom: 5em;    
}
.imgControl .imgView h2.cufonLight
{
    color: #393839;
}

.imgControl .imgView
{
    background-color: #e8e6d9;
    padding: 1em 1em 6em 1em;
    position: relative;
}


.imgControl .imgView .imgItem
{
    float: left;
    margin-top: 6px;
}
.imgControl .imgView .text
{
    float: right;
    width: 17em;
}
.imgControl .imgView .image
{
    float: left;
    margin-left: 8px;
}
.imgControl .imgView img
{
    width: 20em;
}


.imgControl .imgView i
{
    float: right;
}

.imgControl .pageControl
{
    left: 6.5em;
    font-size: 0.9em;
}


/* Page control - For Tab and Image control */
.pageControl
{
    position: absolute;
    text-align: center;
    background-color: #393839;
    color: #FFF;
    width: 32em;
    left: 9.8em;
    bottom: -2.5em;
}
.pageControl .prev
{
    float: left;
}
.pageControl .next
{
    float: right;
}
.pageControl .prev, .pageControl .next
{
    width: 5.5em;
    display: block;
}
.pageControl .prev a, .pageControl .next a
{
    display: block;
    height: 5em;
    color: #FFF;
}
.pageControl .prev a
{
    background: transparent url(img/arrow_left_white.png) no-repeat center center;
}
.pageControl .next a
{
    background: transparent url(img/arrow_right_white.png) no-repeat center center;
}

.pageControl .pages
{
    float: left;
    text-align: center;
    width: 20em;
}
.pageControl .pages ul
{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pageControl .pages ul li
{
    font-size: 3em;
    display: inline;
    line-height: 1.85em;
    color: #797979;
}
.pageControl .pages ul li.jFlowSelected, .pageControl .pages ul li.selected
{
    color: #FFF;
}
.pageControl a:focus
{
    outline: none;
}

/* Publiserings info */
.publishedInfo
{
    margin-top: 2em;
    font-style: italic;
}

/* Vedlegg */
.attachments 
{
    margin: 1em 0;
}

.attachments h2.cufonLight
{
    font-size: 1.8em;
    text-transform: none;
    margin-bottom: 0.2em;
}
.attachments .hr_header
{
    margin-bottom: 0.1em;
}
.attachments a
{
    font-weight: normal;
}
.attachments a.file
{
    font-weight: bold;
    color: #e20c7c;
}

/* XFORMS */


.xforms
{
    margin-top: 2em;
    font-size: 1.1em;
}
.ContactInformationPage .xforms
{
    margin-top: 0;
}

.xforms table
{
    width: 100%;
}
.xforms .listItem
{
    padding: 0 1.2em 0.1em;
}
.xforms .listItem h3
{
    font-size: 1.6em;
}

.xforms .leftText
{
    float: left;
    width: 9em;
    text-align: right;
}
.xforms .leftText span, .xforms .leftText label
{
    float: none;
}

.xforms .rightText
{
    float: right;
    width: 25em;
}
.xforms .rightText span.validation
{
    float: right;
    margin-right: -0.4em;
}

.xforms, .xforms label, .xforms span
{
    float: left;
    line-height: 2em;
}
.xforms input, .xforms textarea, .xforms select
{
    font-family: Arial;
    font-size: 1.1em;
    float: right;
    width: 19em;
    /*padding: 0.5em 1em;*/
}
.xforms input
{
    background-color: #e8e6d9;
    border: none;
    height: 1.5em;
    padding: 0.5em 1em 0;
}
.xforms textarea
{
    background-color: #e8e6d9;
    border: none;
    border: none;
    padding: 1em 1em;
}
.xforms select
{
    width: 21em;
}
.xforms .CourceControl
{
    line-height: normal;
    margin-bottom: 1em;
}
.xforms .CourceControl .dropDown 
{
    display: block;
    width: 100%;
  	margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.xforms .CourceControl .dropDown select
{
    padding: 0;
    width: 100%;
    font-size: 1em;
}

.xforms .AddressControl
{
    margin-top: 1em;
}


.xforms .labelData
{
    margin-left: 2em;
}

.xforms .floatRight input[type=submit]
{
    margin-left: 0.3em;
    float: none;
    width: 7em;
}
.xforms input[type=submit], #myPageContainer input[type=submit]
{
    border: none;
    background: #393839 url(img/link_arrow_white.png) no-repeat 90% 60%;
    color: #FFF;
    font-size: 1.2em;
    padding: 0 2.5em 0 1em;
    height: 1.8em;
    width: auto;
    float: right;
    cursor: pointer;
    margin-top: 1em;
}
.xforms input[type=submit]:hover, #myPageContainer input[type=submit]:hover
{
    background-color: #e20c7c;
}
.xforms h2.cufonLight
{
    font-size: 1.8em;
    color: #000;
    text-transform: none;
    margin: 0 0 0.3em;
}

/* Small clocks */
#smallClocks
{
    overflow: hidden;
    width: 51.7em;
}

#smallClocks #pager
{
    float: right;
    margin-bottom: 10px;
}
    #smallClocks #pager .left
    {
        float: left;
        background: #bd0067 url(img/small_arrow_left.png) no-repeat center center;
        margin-right: 1px;
        width: 22px;
        height: 22px;
        cursor: pointer;
        border: none;
        text-indent: -9999em;
    }
    #smallClocks #pager .counter
    {
        float: left;
        background-color: #ec008c;
        padding: 0 15px;
        height: 22px;
        line-height: 22px;
        color: #FFF;
        font-size: 1.4em;
        text-align: center;
        min-width: 35px;
    }
    #smallClocks #pager .right
    {
        float: left;
        background: #bd0067 url(img/small_arrow_right.png) no-repeat center center;
        margin-left: 1px;
        width: 22px;
        height: 22px;
        cursor: pointer;
        border: none;
        text-indent: -9999em;
    }
    #smallClocks #pager *:disabled
    {
        display: none;
    }

#smallClocks .outercontainer
{
    clear: both;
    float: none;
    overflow: hidden;
}
#smallClocks .container{
    width: 1000em;
}

    #smallClocks .block
    {
        float: left;
        width: 51.7em;
    }
        #smallClocks .block .smallClock
        {
            margin-bottom: 1em;    
            width: 238px;
            height: 340px;
        }

/* Tip a friend */
#tipAFriend
{
    display: none;
}
.tipAFriend
{
    text-align: left;
}
.tipAFriend input
{
    font-size: 1.2em;
    background-color: #e8e6d9;
    border: none;
    padding: 0.5em 0.8em;
    margin-right: 0.5em;
}
.tipAFriend .button
{
    background: #393839 url(img/link_arrow_white.png) no-repeat 80% 50%;
    color: #FFF;
    border: none;
    display: block;
    float: left;
    font-size: 1.3em;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-left: 0.1em;
    padding-left: 1em;
    min-width: 5em;
    height: 2em;
    line-height: 2em;
}
.tipAFriend .button:hover
{
    background-color: #e20c7c;
}

/* Flickr */
#Flickr 
{
    display: none;
    margin: 0 0 2em 0;
}
#Flickr .header
{
    height: auto;
    padding: 0;
    /*padding: 0 2em;*/
    background: none;
}
#Flickr h2.cufonLight
{
    font-size: 1.8em;
    color: #000;
    text-transform: none;
}
#Flickr .items
{
    margin-top: 1em;
    margin-bottom: 1em;
}

#Flickr .links a
{
    color: #393839;
}
#Flickr .links a:hover
{
    color: #e20c7c;
}

/* Yr */
#Yr
{
    color: #000;
    background-color: #e8e6d9;
    padding: 2em;
}
#Yr h2
{
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

#Yr a
{
    display: block;
    width: 37.1em;
}
#Yr .text h2.cufonLight a
{
    display: inline;
    width: auto;
	font-size: 1.8em;
	color: #000;
}
#Yr .item
{
    background: #FFF;
    width: 10em;    
    height: 14.5em;
    margin-right: .2em;
    margin-bottom: 0.5em;
}
#Yr .item .header
{
    background: none;
    color: #393839;
    font-size: 1.1em;
    padding: 0.4em;
}
#Yr .item .icons
{
    background: #ddddde;
}
#Yr .item .icons .iconItem
{
    float: left;
    width: 3.2em;
    height: 3.2em;
    background: #eeeeef;
    margin: 0.1em 0 0.1em 0.1em;
    text-align: center;
    line-height: 3.5em;
}
#Yr .item .icons .iconItem img
{
    width: 3em;
}

#Yr .item .icons .iconItem .degree
{
    color: #FF0000;
    font-size: 1.6em;
    font-weight: bold;
}


#Yr .item .details
{
    clear: both;
    font-size: 1.1em;
    padding: 0.4em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Hidden elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.hiddenContainer
{
    display: none;
}
#leftContent .toggleThisLevel2
{
    display: none;
}
#leftContent li.current .toggleThisLevel2
{
    display: block;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Layout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#wrapper
{
	width: 96.1em;
	margin: 0 auto;
	text-align: left;
}

    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	    Header
     * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    #Header
    {
    }
        /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	        Containers
         * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
        #topContainer
        {
            height: 10.3em;
            position: relative;
            margin-bottom: 0.1em;
        }
        #absoluteTopMenu
        {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 610;
        }
            #absoluteTopMenu .hiddenContainer
            {
                float: right;
                display: none;
                background-color: #69C7C2;
                padding: 5.5em 4em;
            }
            #absoluteTopMenu .hiddenContainer .label
            {
                width: 25em;
                margin-right: 2em;
            }
            #absoluteTopMenu .hiddenContainer .label h2
            {
                margin-top: 0;
                font-size: 1.6em;
                font-weight: normal;
            }
            #absoluteTopMenu .hiddenContainer .form
            {
                width: 21em;
            }
            #absoluteTopMenu .hiddenContainer .buttons .floatLeft
            {
                width: 10em;
                font-size: 1.1em;
            }
            #absoluteTopMenu .hiddenContainer .form .input label
            {
                display: block;
                font-size: 1.2em;
                margin-bottom: 0.2em;
            }
            #absoluteTopMenu .hiddenContainer .form .input input
            {
                border: none;
                width: 100%;
            }
            
            #absoluteTopMenu .buttonContainer
            {
                float: right;
                background-color: #69C7C2;
                color: #000;
                height: 2.9em; /* this was commented out.. why? */
                cursor: pointer;
            }
            #absoluteTopMenu .buttonContainer .arrow
            {
                font-size: 1em;
                float: left;
                color: #000;
            }
            #absoluteTopMenu .buttonContainer .arrow span
            {
                display: block;
                width: 2.9em;
                height: 2.9em;
                background: #000 url(img/arrow_down_green.png) no-repeat center center;
            }
            #absoluteTopMenu .buttonContainer .arrow span.open
            {
                background: #000 url(img/arrow_up_green.png) no-repeat center center;
            }
            
            #absoluteTopMenu .buttonContainer h2.cufonLight
            {
                float: left;
                padding: .2em 1em;
                font-size: 1.8em;
                text-transform: none;
            }
            
            /* Logged in */
            #absoluteTopMenu .loggedIn
            {
                float: right;
                background-color: #e20c7c;
                color: #FFF;
                /*height: 2.9em;*/
                cursor: pointer;
            }
            #absoluteTopMenu .loggedIn .arrow span
            {
                display: block;
                width: 2.9em;
                height: 2.9em;
                background: #000 url(img/arrow_down_white.png) no-repeat center center;
            }
            #absoluteTopMenu .loggedIn .arrow span.open
            {
                background: #000 url(img/arrow_up_white.png) no-repeat center center;
            }
            #absoluteTopMenu .loggedIn h2 a
            {
                font-size: 1em;
                text-transform: none;
            }

        
        /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	        TopMenu
         * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
        #TopMenu
        {
            margin-bottom: 1px;
        }
        #TopMenu li.selected
        {
            background-color: #e20c7c;
        }
        
        /* search */
        #searchContainer
        {
            position: absolute;
            bottom: 0;
            right: 0;
	        width: 50em;
	        color: #FFF;
	        line-height: 2.6em;
        }
        #searchContainer .inputContainer
        {
            padding: 0 0.5em;
            background-color: #69C7C2;
        }
        
            .mainSearchInput
            {
                font-size: 1.4em;
                border: none;
                height: 1.45em;
                padding: 0.4em 0 0.2em;
                background: #69C7C2 url(img/dots.gif) repeat-x 0 85%;
                color: #FFF;
            }
            #searchContainer .searchButton
            {
                border: none;
	            display: block;
	            float: left;
	            margin: 0;
	            padding: 0;
	            min-width: 6em;
	            height: 3em;
	            margin-left: 0.1em;
	            text-align: left;
                background: #000 url(img/link_arrow_white.png) no-repeat 80% 50%;
            }
            #searchContainer .searchButton:hover
            {
                background-color: #e20c7c;
            }
            #searchContainer .searchButton a
            {
                min-width: 3.5em;
                padding-left: 1em;
                height: 2.05em;
                text-align: left;
                display: block;
                color: #FFF;
            }
            
            .menuItem
            {
                background-color: #000;
                border: none;
	            display: block;
	            float: left;
	            margin: 0;
	            padding: 0;
	            height: 3em;
	            margin-left: 0.1em;
	            text-align: right;
                min-width: 13.8em;
            }
            .menuItemSelected,
            .menuItem:hover
            {
                background-color: #e20c7c;
            }
            .menuItem a
            {
                padding: 0.1em 0.6em 0 4.9em;
                display: block;
                color: #FFF;
            }
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	    Main content area
     * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    #main
    {
        float: left;
        background-color: #FFF;
        width: 90em;
        min-height: 36em;
    }
        #main .topFlashPeek
        {
            float: right;
            position: relative;
        }
        #main .topFlashPeek #pagepeelContainer
        {
            position: absolute;
            right: 0;
            /*
            width: 310px;
            height: 310px;
            */
        }
       #pagepeelFlash
       {
           float: right;
       }
    
    
        #leftContent
        {
	        width: 18.2em;
	        float: left;
            margin-top: 5.5em;
        }
            
        body.hideLeftContent #leftContent
        {
            display: none;
        }
        
            #leftContent ul
            {
                padding: 0;
                margin: 0;
                list-style: none;
            }
            #leftContent ul.level1 li
            {
                background: #e20c7c url("img/arrow_closed.png") no-repeat 1em 0.5em;
                margin: 0 0 0.1em;
            }
            #leftContent ul.level1 li.current, #leftContent ul.level1 li.opened
            {
                background: #e20c7c url("img/arrow_open.png") no-repeat 0.5em 1.2em;
            }
            #leftContent ul.level1 li a.level1
            {
                margin-left: 2.3em;
                padding-left: 0.5em;
                background: #000;
                color: #FFF;
                font-size: 1.1em;
                font-weight: normal;
                display: block;
                min-height: 2.5em;
            }
            #leftContent a.level1 span
            {
                display: block;
                padding: 0.5em 0;
            }
            #leftContent ul.level1 li.current a.level1, #leftContent ul.level1 li.opened a.level1
            {
                background: #e20c7c;
            }
            
            
            /* level2 */
            #leftContent ul.level2
            {
                position: relative;
                padding: 0.5em 0 1em 0.5em;
                background: #FFF;
            }
            #leftContent ul.level2 li{
                background: #FFF;
            }
            #leftContent ul.level2 li a.level2
            {
                margin-left: 2.72em;
                padding-left: 0.63em;
                display: block;
                font-size: 1.1em;
                font-weight: bold;
            }
            #leftContent ul.level2 li.current, #leftContent ul.level2 li.opened
            {
                background: transparent;
            }
            #leftContent ul.level2 li.current a.level2, #leftContent ul.level2 li.opened a.level2
            {
                color: #e20c7c;
            }
            
            #leftContent ul.level3
            {
                position: relative;
                padding: 0.2em 0 0.2em 0.5em;
                background: #FFF;
                margin-left: 3.8em;
            }
            #leftContent ul.level3 a
            {
                font-weight: normal;
                font-size: 1em;
            }
            #leftContent ul.level3 li.current a.level3, #leftContent ul.level3 li.opened a.level3
            {
                color: #e20c7c;
            }



        #rightContainer
        {
            float: right;
	        width: 71.8em;
	        z-index: 1000;
        }
        body.hideLeftContent #rightContainer
        {
	        width: 90em;
        }

            #rightContainer #mainAndRightContent
            {
	            margin-left: 2em;
            }
        

            #topContent
            {
                width: 66.8em;
                margin: 5.5em 3em 2em 2em;
            }
                #MyApplicationProcess
                {
                    width: 66.8em;
	                height: 10em;
	                margin-right: 3em;
                }

            #mainContent
            {
	            width: 41.1em;
	            margin-left: 2em;
	            float: left;
	            padding-bottom: 2em;
                margin-top: 0;
            }
                #mainContent object, #mainContent embed, #mainContent iframe
                {
                    width: 100%;
                    max-width: 100%;
                    margin-top: 1em;
                }

                #breadcrumbs
                {
                    margin-top: 0.3em;
                    margin-bottom: 3.8em;
                }
                #breadcrumbs a
                {
                    font-size: 1em;
                    font-weight: normal;
                    color: #6e6f72;
                }
                #breadcrumbs span.selected
                {
                    font-size: 1em;
                    font-style: italic;
                    color: #6e6f72;
                }

                /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	                SEARCH PAGE
                 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
                .searchArea
                {
                    
                }
                .searchArea fieldset
                {
                    border: none;
                    margin: 0 0 1em;
                    padding: 0;
                }
                .searchArea input
                {
                    font-size: 1.6em;
                    background-color: #e8e6d9;
                    border: none;
                    padding: 0.5em 0.8em;
                    float: left;
                }
                
                .searchArea fieldset a
                {
                    border: none;
	                display: block;
	                float: left;
	                margin: 0;
	                padding: 0;
                    padding-left: 1em;
	                margin-left: 0.1em;
	                
	                min-width: 5em;
	                height: 2.8em;
	                line-height: 2.8em;
	                
	                text-align: left;
                    background: #393839 url(img/link_arrow_white.png) no-repeat 80% 50%;
                    color: #FFF;
                    font-size: 1.3em;
                    font-weight: normal;
                }
                .searchArea fieldset a:hover
                {
                    background-color: #e20c7c;
                }
                
                .SearchPage #mainAndRightContent
                {
                    width: 43.1em;
                }
                .SearchPage .hr_header
                {
                    margin: 1em 0 0;
                }
                .SearchPage ul.listing
                {
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                    width: 43em;
                }
                .SearchPage ul.listing li 
                {
                    margin-bottom: 3em;
                }
                .SearchPage ul.listing li .leftContent
                {
                    float: left;
                    width: 29em;
                }
                .SearchPage ul.listing li .content
                {
                    /*color: #6e6f72;
                    color: #000;*/
                    color: #393839;

                }
                .SearchPage ul.listing li h4
                {
                    margin: 0;
                    font-size: 1.1em;
                }
                .SearchPage ul.listing li h4 a
                {
                    font-size: 1em;
                    color: #000;
                }
                .SearchPage ul.listing li h4 a:hover
                {
                    color: #e20c7c;
                }
                .SearchPage ul.listing li .rightContent
                {
                    float: right;
                    width: 12em;
                }
                .SearchPage ul.listing li .rightContent img
                {
                    width: 10.9em;
                }
                
                

                /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	                FrontPageListControl
                 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
                #FrontPageListControl .linkItem
                {
                    margin-bottom: 0.1em;
                }
                #FrontPageListControl .item
                {
	                float: left;
	                width: 17.1em;
	                margin-right: 0.1em;
	                padding: 1em 0;
                }
                #FrontPageListControl .itemHover
                {
                    background-color: #e8e6d9;
                }

                /* Text */
                #FrontPageListControl .item .text
                {
                    margin-bottom: 1.5em;
                    font-size: 1.1em;
                }

                #FrontPageListControl .item .text .content
                {
                    color: #000;
                    color: #393839;
                }

                #FrontPageListControl .item h2
                {
                    margin-right: 2em;
                    margin-bottom: 0.3em;
                    font-size: 1.8em;
                    text-transform: uppercase;
                }
                #FrontPageListControl .item .content
                {
                    margin-right: 2em;
                }
                
                /* Image */
                #FrontPageListControl .item .image
                {
                    width: 17.1em; 
                    height: 10.4em;
                    overflow: hidden;
                    margin-bottom: 0.6em;
                }
                #FrontPageListControl .item .image img
                {
                    width: 100%;
                }

                #FrontPageListControl .links a
                {
                    color: #393839;
                }
                #FrontPageListControl .links a:hover
                {
                    color: #e20c7c;
                }                
                
                #FrontPageListControl .SectionListDisplayControl
                {
	                border: none;
                }
            
                #MyMessages
                {
                    margin: 1em 0 1em;
                }
                /*#MyMessages h2.cufonLight
                {
                    font-size: 1.8em;
                    color: #000;
                    text-transform: none;
                    margin: 0 0 0.3em;
                }*/

            
                /*.MyMessagesDisplayControl
                {
	                margin-bottom: 1em;	
                }
                .MyMessagesDisplayControl .date
                {
                    margin-left: 0.5em;
                }*/
                /* Yonas: Jeg la til disse to fordi vi endret litt på beskjedene på mine sider. Fjernet link nederst og la til link på header*/
                /*.MyMessagesDisplayControl a:hover > h5
				{					
					color: #e20c7c;
                }
                .MyMessagesDisplayControl a
				{					
					font-size: 1em;
                }*/

                /* fix for linje avstand på søknadskjema */
                #CreateUser td > div > p
                {
                    line-height: 1.3em;
                    padding-bottom: 0.6em;
                }
    

                #CreateUserPage .listItem
                {
                    padding: 0;
                }
                #CreateUserPage .leftText
                {
                    float: left;
                }
                #CreateUserPage .rightText
                {
                    float: right;
                    margin-right: 1em;
                }
                
                #CreateUserPage select
                {
                    font-size: 1em;
                    width: 27em;
                    margin-top: 0.1em;
                }
                #CreateUserPage input
                {
                    font-size: 1em;
                    width: 25em;
                }
                #CreateUserPage input
                {
                    background-color: #e8e6d9;
                    border: none;
                    height: 2em;
                    padding: 1em 1em 0;
                }
                #CreateUserPage h2.cufonLight
                {
                    font-size: 1.8em;
                    color: #000;
                    text-transform: none;
                    margin: 0 0 0.3em;
                }


                /* ArticleListOfPropertiesControl */
                #ArticleListOfPropertiesControl
                {
                    margin-top: 1em;
                }
                #ArticleListOfPropertiesControl .listItem
                {
                    padding: 0;
                    margin-bottom: 0.1em;
                }
                #ArticleListOfPropertiesControl .listItem .leftText
                {
                    padding: .4em;
                    float: left;
                    width: 11.4em;
                    background: #383839;
                    color: #FFF;
                    font-weight: bold;
                }
                #ArticleListOfPropertiesControl .listItem .rightText
                {
                    padding: .4em;
                    float: right;
                    width: 27.8em;
                    background: #e8e6d9;
                    color: #393839;
                }
                
                /* PERSON LISTER */
                .person
                {
                    margin-bottom: 2em;
                    padding-bottom: 1em;
                    border-bottom: dotted 1px #000;
                }
                .personInfo
                {
                    width: 25em;
                }
                .personInfo h2
                {
                    margin-bottom: 0.5em;
                }
                
                .personImage
                {
                    width: 16em;
                    margin-bottom: 1em;
                }
                .person a .personImage
                {
                    width: 14.5em;
                }
                .personDetails
                {
                    font-size: 1.1em;
                }
                
                
                /* flash */
                .flash
                {
                    /*margin-bottom: 1em;*/
                }
                .flash object
                {
                    z-index: 0;
                }
            

            body.hideLeftContent #mainContent
            {
                padding-top: 3em;
                margin-left: 3em;
                width: 51.7em; 
            }
            body.FrontPage #mainContent
            {
                padding: 0;
            }

            #rightContent
            {
                padding-top: 5.5em;
                margin-right: 3em;
	            width: 24em;
	            float: right;
            }

            body.hideLeftContent #rightContent
            {
                padding-top: 3em;
            }
            body.FrontPage #rightContent
            {
                padding-top: 0;
                margin-top: -3.5em;
                position: relative;
	            z-index: 10;
            }
            body.crisis #rightContent
            {
                margin-top: 1em;
            }
            body.hideRightArea #rightContent
            {
                display: none;
            }
            body.hideRightArea #mainContent
            {
                width: 67.5em;
                margin-right: 2em;
            }
            
                #MyStudy h3
                {
                    font-size: 1.8em;
                    color: #000;
                    margin: 0 0 0.3em;
                }
    
                .MyContactInformationContainer
                {
                    margin-bottom: 2em;
                }
                .MyContactInformationContainer .hr_header
                {
                    margin: 0 0 0.5em;
                }
                #MyContactInformation{
                    /*padding: 0 2em;*/
                }
                
                #MyContactInformation h3
                {
                    font-size: 1.8em;
                    color: #000;
                    margin: 0 0 0.3em;
                }                
                #MyContactInformation span.info
                {
                    font-weight: normal;
                    font-style: italic;
                }

        /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	        Footer
         * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
        #footer
        {
            clear: both;
	        width: 90em;
        }
        #footer .top
        {
	        background: #e8e6d9;
	        height: 4em;
        }
        #footer .container
        {
	        padding-left: 3em;
	        background: #e8e6d9 url(img/footer_bg.png) repeat-x;
	        padding-bottom: 1em;
        }
        #footer_bottom
        {
            width: 90em;
	        background: transparent url(img/footer_bg_bottom.png) no-repeat left top;
	        height: 4.8em;
	        color: #e8e6d9;
        }
        #footer_bottom_text
        {
	        font-size: 1.2em;
        }
        #footer_bottom_text h6
        {
	        color: #e8e6d9;
        }
        
            /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	            PlaceAndStudyListControl
             * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

            .PlaceAndStudyListControl .item
            {
                margin-bottom: 1em;
                margin-right: 2em;
	            width: 10em;
            }
            .PlaceAndStudyListControl .item h4
            {
                font-size: 1.2em;
                margin: 0.5em 0 0.3em 0;
            }
            .PlaceAndStudyListControl .item .linkItem
            {
                margin-bottom: 0.4em;
            }
            .PlaceAndStudyListControl .item .links a
            {
                color: #5c5b59;
                font-weight: normal;
                background: none;
            }
            
            .PlaceAndStudyListControl .item .links a:hover
            {
                color: #e20c7c;
            }
            
            .PlaceAndStudyListControl td
            {
                vertical-align: top;
                border-collapse: collapse;
                border-spacing: 0;
            }
            
            /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	            StudyAndPlaceListControl
             * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

            .StudyAndPlaceListControl .item
            {
                margin-bottom: 1em;
                margin-right: 2em;
	            width: 10em;
            }
            .StudyAndPlaceListControl .item h4
            {
                margin-bottom: 0.3em;
            }
            .StudyAndPlaceListControl .item .linkItem
            {
                margin-bottom: 0.4em;
            }
            .StudyAndPlaceListControl .item .links a
            {
                color: #5c5b59;
                font-weight: normal;
                background: none;
            }

        /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	        FrontPageTop
         * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
        #FrontPageTop
        {
	        /*width: 739px;*/
	        background-color: #cdcdcd;
	        height: 42.6em;
        }
        .crisis #FrontPageTop
        {
            background-color: transparent;
            height: auto;
            margin-bottom: 5em;
        }
        .crisisControl .title
        {
            margin: 2.5em 3em 1em;  
        }
        .crisisControl .floatLeft
        {
            width: 51.6em;
            margin-left: 3em;
        }
        .crisisControl .floatLeft img
        {
            width: 100%;
            margin-bottom: 1em;
        }
        
        .crisisControl .floatRight
        {
            width: 31.2em;
            margin-right: 3em;
        }
        .crisisControl .floatRight .ingress
        {
            font-size: 1.4em;
        }
        .crisisControl .floatRight a
        {
            font-size: 1.1em;
        }
        
        #FrontPageTop, #FrontPageTop img, #FrontPageTop embed, #FrontPageTop object
        {
            margin-top: 0;
            width: 90em;
        }
        
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	    Right side with icons
     * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    #mainicons
    {
        position: relative;
        float: right;
        width: 6em;
        min-height: 36em;
    }
        #shortcuts
        {
        }
        
        #shortcuts .pinkbg:hover,
        #shortcuts .blackbg:hover
        {
            background-color: #e20c7c;
            position: relative;
        }
        #socialShare .blackbg:hover,
        #socialShare .pinkbg:hover
        {
            background-color: #000;
            position: relative;
        }
        #shortcuts .tooltip, #socialShare .tooltip
        {
            display: none;
            background: transparent url(img/tooltip.png) no-repeat left top;
            margin-top: 0.2em;
            padding: 1em;
            font-size: 1.2em;
            line-height: 2.1em;
            color: #000;
            position: absolute;
            top: 0; 
            left: -11.3em;
            width: 10.3em;
            height: 4.3em;
            z-index: 1600;
        }
        #shortcuts .blackbg:hover .tooltip,
        #socialShare .pinkbg:hover .tooltip,
        #shortcuts .pinkbg:hover .tooltip,
        #socialShare .blackbg:hover .tooltip
        {
            display: block;
        }
        #mainicons div
        {
            width: 100%;
        }
        #mainicons div div, #socialShare div
        {
            margin-bottom: 0.1em;
            height: 5.7em;
            width: 6em;
        }
        #mainicons div div a, #socialShare div a
        {
            display: block;
            height: 100%;
        }
        
        #footer .top .socialShareFooter
        {
            position: relative;
            width: 5em;
            float: right;
            margin-right: -4.7em;
        }
        #socialShare
        {
            position: absolute;
            top: -17.3em;
            left: 0.4em;
        }


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    Icons
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    /* social */
        a.mail
        {
            margin: 0;
            background: url(img/icon_mail.png) no-repeat center center;
            text-decoration: none;
        }
        a.tipAFriend
        {
            margin: 0;
            background: url(img/icon_tipafriend.png) no-repeat center center;
            text-decoration: none;
        }
        a.facebook
        {
            background: url(img/icon_facebook.png) no-repeat center center;
            text-decoration: none;
        }
        a.twitter
        {
            background: url(img/icon_twitter.png) no-repeat center center;
            text-decoration: none;
        }
        a.nettby
        {
            background: url(img/icon_nettby.png) no-repeat center center;
            text-decoration: none;
        }
    /* buttons */
        a.close
        {
            background: url(img/icon_close.png) no-repeat center center;
            text-decoration: none;
        }
        a.play
        {
            background: url(img/icon_play.png) no-repeat center center;
            text-decoration: none;
        }
        a.print
        {
            background: url(img/icon_print.png) no-repeat center center;
            text-decoration: none;
        }
        a.minside
        {
            background: url(img/icon_minside.png) no-repeat center center;
            text-decoration: none;
        }
    /* gateway */
        a.info
        {
            background: url(img/icon_info.png) no-repeat center center;
            text-decoration: none;
        }
        a.flickr
        {
            background: url(img/icon_flickr.png) no-repeat center center;
            text-decoration: none;
        }
        a.youtube
        {
            background: url(img/icon_youtube.png) no-repeat center center;
            text-decoration: none;
        }
        

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Dropdown menu content
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
ul.dropdown .hiddenContainer
{
    padding: 1em 0;
    width: 88em;
    background-color: #e20c7c;
    color: #000;
    text-align: left;
}

ul.dropdown .hiddenContainer .rightSubContent
{
    display: none;
}

/* PLACE AND STUDY */
ul.dropdown .hiddenContainer .PlaceAndStudyListControl
{
    border-right: solid 1px #bd0a68;
    float: left;
    padding: 0 2em;
    margin: 2em 0;
    width: 48em;
}
ul.dropdown .hiddenContainer .PlaceAndStudyListControl table
{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

ul.dropdown .hiddenContainer .PlaceAndStudyListControl tr.row0 td
{
    border-top: none;
}
ul.dropdown .hiddenContainer .PlaceAndStudyListControl tr.row1 td
{
    border-bottom: none;
}

ul.dropdown .hiddenContainer .PlaceAndStudyListControl td
{
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ed208b;
    border-right: solid 1px #bd0a68;
    border-top: solid 1px #ed208b;
    border-bottom: solid 1px #bd0a68;
    width: 25%;
    margin: 0;
    padding: 0.5em 1em;
}
ul.dropdown .hiddenContainer .PlaceAndStudyListControl td.cell0
{
    border-left: none;
}
ul.dropdown .hiddenContainer .PlaceAndStudyListControl td.cell3
{
    border-right: none;
}


ul.dropdown .hiddenContainer .PlaceAndStudyListControl .item
{
    width: 100%;
    margin: 0;
}
ul.dropdown .hiddenContainer .PlaceAndStudyListControl .item .linkItem
{
    margin-bottom: 0.4em;
}
ul.dropdown .hiddenContainer .PlaceAndStudyListControl .item a
{
    color: #000;
    font-weight: normal;
    background: none;
}
ul.dropdown .hiddenContainer .PlaceAndStudyListControl .item a:hover
{
    color: #FFF;
}

ul.dropdown .hiddenContainer .PlaceAndStudyListControl .item h4
{
    font-size: 1em;
    margin-bottom: 1.5em;
}

ul.dropdown .hiddenContainer .PlaceAndStudyListControl .item h4 a
{
    font-size: 1.6em;
    color: #FFF;
}
ul.dropdown .hiddenContainer .PlaceAndStudyListControl .item h4 a:hover
{
    color: #000;
}


/* STUDY AND PLACE */
ul.dropdown .hiddenContainer .StudyAndPlaceListControl
{
    border-right: solid 1px #bd0a68;
    float: left;
    padding: 0 2em;
    margin: 2em 0;
    width: 48em;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl table
{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

ul.dropdown .hiddenContainer .StudyAndPlaceListControl tr td
{
    border-top: none;
    border-bottom: none;
}

ul.dropdown .hiddenContainer .StudyAndPlaceListControl td
{
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ed208b;
    border-right: solid 1px #bd0a68;
    width: 25%;
    margin: 0;
    padding: 0 1em;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl td.cell0
{
    border-left: none;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl td.cell2
{
    border-right: none;
}


ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item
{
    width: 100%;
    margin: 0;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item .linkItem
{
    margin-bottom: 0.4em;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item a
{
    color: #000;
    font-weight: normal;
    background: none;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item a:hover
{
    color: #FFF;
}

ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item h4{
    font-size: 1em;
    margin-bottom: 1.5em;
}

ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item h4 a
{
    font-size: 1.55em;
    color: #FFF;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item h4 a:hover
{
    color: #000;
}

/* OLD */
/*
ul.dropdown .hiddenContainer .StudyAndPlaceListControl
{
    border-right: dotted 1px #FFF;
    float: left;
    padding: 2em 2em;
    width: 48em;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl .floatLeft
{
    margin: 0 1em 1em 0;
    width: 15em;
}

ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item .linkItem
{
    margin-bottom: 0.1em;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item a
{
    color: #000;
    font-weight: normal;
    background: none;
}
ul.dropdown .hiddenContainer .StudyAndPlaceListControl .item a:hover
{
    color: #FFF;
}
*/



ul.dropdown .hiddenContainer .rightInfo
{
    float: right;
    padding: 2em 2em;
    width: 31em;
}
ul.dropdown .hiddenContainer .rightInfo img
{
    width: 31em;
    margin-bottom: 1.5em;
}
ul.dropdown .hiddenContainer .rightInfo h2
{
    font-size: 1.8em;
    color: #FFF;
    margin-bottom: 1em;
}
ul.dropdown .hiddenContainer .rightInfo .content
{
    color: #FFF;
    font-size: 1.2em;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Empty page
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body.EmptyPage #mainContent
{
	margin-left: 0em;	
	width: 90em;
	padding-top: 0em;
	margin-right: 0em;
}

body.EmptyPage #mainContent iframe
{
	margin-top: 0em;
}



        
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
	display: block;
}

.clear
{
	clear: both;
}
