﻿/*
-----------------------------------------------------------------------------------------

Stylesheet for Umeå University

Copyright: Umeå university

-----------------------------------------------------------------------------------------
*/



/*
-----------------------------------------------------------------------------------------

Global

-----------------------------------------------------------------------------------------
*/

html, body {
    border:0px;
    margin:0px;
    padding:0px;

}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    overflow-y: scroll; /* forcing a scrollbar no matter the height of our content */
    overflow-x: auto;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

/*
-----------------------------------------------------------------------------------------

Global classes

-----------------------------------------------------------------------------------------
*/

.placeholder { color: #CCCCCC; }

.display_mobile{
	display: none;
}

.leadin {
  font-weight:bold; /* hantering av ingresser */
}

.backgroundcolorthree {
  background-color:#f2f4fa;
}

.imagefullwidth {
    display:block;
    width:100%;
    padding-bottom:12px;
}

.umuVideoPlayer .imagefullwidth {
	padding-bottom:0px;
}

.imagelefthalf {
    display:block;
    float:left;
    width:48%;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:7px;
}

.imagerighthalf {
    display:block;
    float:right;
    width:48%;
    padding-left:2%;
    padding-top:2px;
    padding-bottom:7px;
}

.imageleftsmall {
    display:block;
    float:left;
    width:30%;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:7px;
}

.nd2011threecolumnlayout .imageleftsmall, .nd2011threecolumnlayout .imagerightsmall {
    width:25%;
}
.imagerightsmall {
    display:block;
    float:right;
    width:30%;
    padding-left:2%;
    padding-top:2px;
    padding-bottom:7px;
}

.imageleftsmaller {
    display:block;
    float:left;
    width:20%;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:7px;
}

.imagerightsmaller {
    display:block;
    float:right;
    width:20%;
    padding-left:2%;
    padding-top:2px;
    padding-bottom:7px;
}

.creator {
    font-size:9px!important;
    padding-top:7px;
    font-style:italic; /*Tillägg 2011-03-11 KP inf-187 (6)*/
}


#rightcolumnone .nd2011 p.creator, #rightcolumntwo .nd2011 p.creator{
	padding-bottom: 0px;
}

.arrow_right {
	background-size:10px 10px;
	background-image: url(/static/images/leftmenu_top_arrow_right.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background
}

.arrow_down {
	background-size:10px 10px;
	background-image: url(/static/images/leftmenu_top_arrow_down.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* Headings
----------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    margin:0px;
    padding:0px;
    font-weight:normal;
}

h1 {
    font-size:18px; /*font-size:17px; originalstorlek */
    clear:both; /*080909 fix för att se till att eventuella flera artiklar separeras*/
}

h2 {
    font-size:14px; /*font-size:15px; originalstorlek */
    clear:both; /*Fix för tydligare struktur 080912*/
}

h3 {
    font-size:11px;
    font-weight:bold;
}

h3.coloredbackground {
    display:block;
    width:auto!important;
    padding:3px 2px 2px 3px;
    background-color:#E5EAF5;
    color:#111111;
    line-height:17px;
}

h4 {
    font-size:11px;
}

p, ul, ol {
    margin:0px;
    font-size:12px;
    line-height:16px;
}

#maincolumn.threecolumnlayout #article tr td p, #maincolumn.fourcolumnlayout #article tr td p,
#maincolumn #article td p{
    font-size:11px;
}

img {
    border:0px;
}

.textright {
    text-align:right;
}

.textcenter {
    text-align:center;
    padding-left:40px;
}

.textrightfullwidth {
    width:100%!important;
    text-align:right;
}

hr {
  border:0;
  border-top: 1px solid #CCCCCC;
  height: 0;
  background: #CCCCCC;
  clear:both; /*KP Ny sedan 2010-05-11 För utbKat*/
}


/* Links
-----------------------------------------------------------------------------------------
*/

a {
    text-decoration:none;
    font-family: 'Gotham SSm A', Verdana;
    font-size:12px;
    color:#006CB2;
}

#article td a{
    font-size:11px;
}

a:visited {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a.link_button {
    background-color:#f2f4fa;
    border:1px solid #E5EAF5;
    padding:1px 9px 1px 9px;
    font-size:11px;
}

/*
-----------------------------------------------------------------------------------------

Forms

----------------------------------------------------------------------------------------- */

form {
    margin:0px;
    padding:0px;
    display:inline;
}

input, select, textarea {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.textfieldlong {
    width:220px;
}

fieldset {
    margin:0px;
    border:0px;
    padding:0px;
}

textarea {
    width:100%;
    line-height:1.25;
}

Text {
    background-color:#FFFFFF; /* Test fck*/
}

label {
    cursor:pointer;
}

#search.button
{
	font-size:12px;
	width:60px;
	height:29px;
}

.button {
	padding:1px 2px;
    border: none;
    font-size:11px;
	cursor:pointer; /* tillagt 090604*/
	color: #FFFFFF;
	font-weight: bold;
	background-color:#77AAD9;
	background-image: linear-gradient(bottom, #77AAD9 100%, #0066B9 0%);

	/* opera 11.1 */
    background-image: -o-linear-gradient(#77AAD9,#0066B9);
	/* firefox; multiple color stops */
    background-image:-moz-linear-gradient(top,#77AAD9,#0066B9);
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(bottom, #77AAD9 100%, #0066B9 0%);
	/* ie10 */
	background-image: -ms-linear-gradient(bottom, #77AAD9 100%, #0066B9 0%);
	/* chrome 2+, safari 4+; multiple color stops */
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, #77AAD9), color-stop(0, #0066B9) );
	/* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77AAD9', endColorstr='#0066B9');
	/* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#77AAD9', endColorstr='#0066B9')";
    /* The "standard" */
    background-image: linear-gradient(#77AAD9,#0066B9);
	font-family: Verdana;
}

#maincolumn .calendar input.button {
    line-height: 18px;
    padding: 2px 5px 1px 6px;
}
.button#leftbutton{
	margin-right: 4px;
}
#selmaSearchForm .button, #rightColumnForm .button, #selmaSearchSyllabusForm .button{
	display:block;
	float:right;
	margin-top: 3px;
}
.rightcolumnform #bottonarea{
	margin-bottom: 9px;
	clear: both;
	float: right;
}

.rightColumnFormCorrectBottomPadding {
	padding-bottom: 9px;
	/*
	 * DETTA SKA INTE VARA EN EGEN REGEL
	 * REGLERNA KRING FORMULÄR MÅSTE SES ÖVER
	 * - DET FINNS FÖR MÅNGA REGLER
	 * - ID ANVÄNDS ISTÄLLET FÖR CLASS
	 * - '#bottonarea' - två fel i ett
	 *
	 */
}
a.button {
  display:table;
  color: #FFFFFF;
  padding:0px 8px 1px 8px;
}

#maincolumn a.button {
	color: #FFFFFF;
}

.buttoncoloredbackground {
    background-color:#e5eaf5;
    border-style:solid;
    border-width:1px;
    border-color:#bababb;
    font-size:11px;
    cursor:pointer; /* tillagt 090604*/
}

#formdata .button {
	font-size:12px;
	padding: 0 10px;
	height:30px;
}

/* edu_searchform
-----------------------------------------------------------------------------------------
*/
div.edu_searchform {
    clear:both;
    background-color:#f2f4fa;
	font-size: 11px;
}

div.edu_searchform form fieldset {
    clear:both;
    display:block;
    padding:10px 0px 10px 10px;
}

div.edu_searchform form fieldset h3 {
    display:block;
    width:auto;
}

div.edu_searchform form fieldset label {
    display:block;
}

div.edu_searchform form fieldset input {
    margin-left:0px;
}

div.edu_searchform form fieldset div.searchcolumn {
    display:block;
    float:left;
    padding-right:14px;
}

/* edu_searchform top
-----------------------------------------------------------------------------------------
*/

#contenttop #searchString {
    float: left;
    font-size: 16px;
    height: 24px;
    vertical-align: middle;
    width: 320px;
}


#contenttop .edu_select {
    float: left;
    height: 30px !important;
    margin-left: 10px;
    overflow: hidden;
    width: 163px;
}

#contenttop .edu_select select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-size: 14px;
    height: 30px !important;
    width: 163px;
	line-height: 24px !important;
	margin:0;
	padding: 0;
}

#contenttop #selmaSearchForm .button {
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    margin: 0 20px;
    padding: 0 10px;
    width: 80px;
}
#contenttop .searchcolumn, #contenttop .searchcolumn .buttoncoloredbackground{
	font-size: 13px;
}

#contenttop div.edu_searchform form fieldset div.searchcolumn {
	padding-right: 45px;
}


#contenttop div.edu_searchform .searchcolumn  h3{
	font-size: 13px;
}

/* news_searchform
-----------------------------------------------------------------------------------------
*/
div.news_searchform {
    clear:both;
}

div.news_searchform form fieldset {
    clear:both;
    display:block;
    padding:12px 0px 10px 2px;
}

div.news_searchresults p {
    padding-bottom:10px!important;
}

/* rightcolumnform
-----------------------------------------------------------------------------------------
*/

div.rightcolumnform {
    /*background-color:#F2F4FA;
    border-bottom:5px solid #FFFFFF;
    width:184px;
	*/
}
#selmaSearchForm, #rightColumnForm, #selmaSearchSyllabusForm{
	padding-left: 8px;
    padding-right: 8px;
}

div.rightcolumnform form {
    display:block;
}

div.rightcolumnform input{
    display:block;
    margin-bottom:4px;
}

div.rightcolumnform  form#selmaSearchSyllabusForm select{
    display:block;
    margin-bottom:4px;
}
div.rightcolumnform fieldset {


    display:block;
    clear:both;
}

div.rightcolumnform label {
    font-size:11px;
    margin-top:0px;
    padding-top:0px;
    display:block;
}

.buttonrightcolumn {
    background-color:#E5EAF5;
    border-style:solid;
    border-width:1px;
    border-color:#bababb;
    font-size:11px;
    display:block;
    float:right;
    margin-left:4px;
}

.nd2011threecolumnlayout#rightcolumnone .textfieldrightcolumn {
    width:259px;
}
div.nd2011threecolumnlayout#rightcolumnone div.rightcolumnform  form#selmaSearchSyllabusForm select#faculty{
    width:263px;
}
#rightcolumnone div.rightcolumnform  form#selmaSearchSyllabusForm select#faculty{
    width:168px;
}

#rightcolumnone .textfieldrightcolumn ,
#rightcolumntwo .textfieldrightcolumn{
    width:162px;
}
#rightcolumnone select {
    width:120px;
	margin-top: 3px;
}



/* edu_searchsyllabusform
-----------------------------------------------------------------------------------------
*/

div.outer_edu_searchsyllabusform{
    border-bottom: 5px solid #FFFFFF;
    width: 184px;
}

div.edu_searchsyllabusform {
    background-color:#FFFFFF;
    border:1px solid #E5EAF5; /*F2F4FA*/
    width: 182px;

}

div.edu_searchsyllabusform form {
    display:block;
}

div.edu_searchsyllabusform input{
    display:block;
    margin-bottom:7px;
}

div.edu_searchsyllabusform fieldset {
    padding:0px 7px 0px 7px;
    display:block;
    clear:both;
}

div.edu_searchsyllabusform label {
    font-size:11px;
    margin-top:0px;
    padding-top:0px;
    display:block;
}

div.rightcolumnform form#selmaSearchSyllabusForm fieldset h3 {
    display: block;
    width: auto;
    font-size: 11px;
    font-weight: normal;
    margin: 0!important;
    padding: 0 0 2px 0!important;
    color: #333333!important;
}

/*
-----------------------------------------------------------------------------------------

Page (wrapper for entire site)

----------------------------------------------------------------------------------------- */

#page {
    display:block;
    text-align:center;
    background-color:#FFFFFF;
    color:#000000;
}

/*
-----------------------------------------------------------------------------------------

Top (holds upper links, logo, search, main menu and bread crumbs

----------------------------------------------------------------------------------------- */

#umu_header {
	display: block;
}

#mobile_topfill,
#mobile_header {
	display: none;
}

#top {
    display:block;
    height:auto;
    background-color:#FFFFFF;
    color:#0D0D0D;
}

#topfade {
    background-color:#EFEFEC;
    height:13px;
    margin:0px;
}

#maincolumn h2 span.hiddenprogrammename,
#maincolumn h1 span.hiddenprogrammename{
    font-size:0px;
    text-indent:-7500px;
	display:block;
}
/* Top links
----------------------------------------------------------------------------------------- */
#toplinks {
    height: 31px;
    background-color: #333;
    /* margin-bottom: 20px; */
}

li#toplogin{	
	/*margin-left: 1px;
	text-align: left;*/
	color:#aaa;
	font-size:12px;
    list-style:none inside;
	float: right !important;
}

li#toplogout{
	/*margin-left: 1px !important;
	margin-right: 100px !important;*/
	float: right !important;
	text-align: left;
}

#toplinks ul {
	padding: 0;
    list-style:none;
		height:100%;
		background-color:#333;

	width: 1010px;
	margin: 0 auto;
	line-height: 31px;
}

#toplinks li{
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    list-style:none inside;
    padding: 0;
}

#toplinks a {
    text-align:left;
    color: white;

    text-decoration:none;
}

#toplinks a:hover {
    text-decoration:underline;
}

.flag{
    /*display:block;
    background-image:url(/static/images/language_en.gif);
    background-repeat:no-repeat;
    background-position:80px 3px;
    overflow:auto;
	*/
}

.flag .img{
    width: 16px;
}

#toplinks li.flag{
	float: right;
	margin-right: 28px;
	margin-left: 5px;
	width: 20px !important;
    position: relative;
	line-height: 40px;
}
#toplinks li.browseAloud{
	float: right;
	margin-right: 5px;
}
#toplinks li.simpleText{
	float: right;
}
#toplinks li.browseAloud a, #toplinks li.flag a{
	padding:0px;
}
.topimg{
    float:left;
    padding: 0px 0px 0px 20px;
}


/* Top
----------------------------------------------------------------------------------------- */

#topmain {
    clear:both;
	!margin-bottom:20px; /* IE7 fix */
    width: 1010px;
    margin: 20px auto 10px auto;
}

/* Top search
----------------------------------------------------------------------------------------- */

input[type=search] {
    -webkit-appearance: textfield;
}

#topsearch {
    float:right;
    height:50px;
    width:295px;
	margin: 18px 25px 0px 0px;
}

#topsearchfield {
    width:293px;
    height:27px;
    border:1px solid #DDD;
    -moz-box-shadow: inset 2px 2px 2px #BBB;
    /* -webkit-box-shadow: inset 2px 2px 2px #BBB; */
    /* box-shadow: inset 2px 2px 2px #BBB; */
}

#topsearch a {
    color:#006CB2;
	font-size:11px;
}

#topsearch ul {
	padding:0px 0px 0px 3px;
    margin-top:6px;
    font-size:11px;
    text-align:left;
}

#topsearch ul li{
    display:inline;
    list-style:none inside;
}

.searcharea {
    height:20px;
    width:150px;
    border:0;
    padding:0px;
    vertical-align:middle;
    margin: 3px 0px 0px 3px;
}
#topsearchfield .searcharea {
    width:256px;
    margin-left: 6px;
}

.searchareamobile{
    height:20px;
    width:150px;
    border:1px solid #DDD;
    padding:1px 0px 1px 3px;
    vertical-align:middle;
    margin:0px 0px 0px 0px;
}
.searchbutton {
    height:22px;
    width:22px;
    border:none;
    background:url(/static/images/search_icon.png) no-repeat;
    background-position:center;
    vertical-align:middle;
    margin:2px 0px 0px 0px;
	cursor: pointer;
    !margin:0px; /* IE7 fix */
}

/* Top navigation menu
----------------------------------------------------------------------------------------- */

.oe_overlay{
    background:#000;
    opacity:0;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    position:absolute;
    z-index: 99990;
    display:none;
}

#overlay.active{
    display:block;
}

#topmenu {
	padding-left: 93px;
    clear:both;
    text-align:left;
}

#topmenu ul#topnav {
    margin: 0;
	padding: 0;
    float:left;
    min-width: 428px;
    max-width: 570px;
    list-style: none;
    /*margin-top: 10px;*/
}

#topmenu ul#topnav li#menu1_en{
   width:167px;
}
#topmenu ul#topnav li#menu2_en{
   width:97px;
}
#topmenu ul#topnav li#menu3_en{
   width:130px;
}
#topmenu ul#topnav li#menu4_en{
   width:167px;
}
#topmenu ul#topnav li#menu1{
   width:97px;
}
#topmenu ul#topnav li#menu2{
   width:97px;
}
#topmenu ul#topnav li#menu3{
   width:97px;
}
#topmenu ul#topnav li#menu4{
   width:137px;
}
#topmenu ul#topnav li{
    float:left;
    height:24px;
    margin: 0; padding: 0;
    position: relative; /*--Important--*/
    !top: 4px; /*ie 7 fix */
    z-index: 99998;
}

#topmenu ul#topnav li.dimmed a {
    opacity: 0.7;
}

#topmenu ul#topnav li.theChoice a {
    opacity: 1;
}

#topmenu ul#topnav  li.menuitem a.height {
    height:25px;
}

#topmenu ul#topnav li.menueditor a.selected {
    text-decoration:underline;
    height:24px;
    border-left:1px solid #999999;
    border-right:1px solid #FFFFFF;
}

#topmenu ul#topnav li.menueditor a.notselected{
    border-left:1px solid #999999;
    border-right:1px solid #FFFFFF;
}

#topmenu ul#topnav li a.selected {
    display:block;
    text-align:left;
    height: 32px;
    color:#333333;
    font-size:12px;
    background-color:#FFFFFF;
    padding: 8px 0px 0px 16px;
    margin-top: -9px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
}

#topmenu ul#topnav li a.selected + li a {
	border-left: 0 !important;
}

#topmenu ul#topnav li a.notselected{
    display:block;
    background-color:#ffffff;
    height:24px;
    text-decoration:none;
    text-align:left;
    color:#333333;
    font-size:12px;
    padding: 3px 0px 0px 14px;
    margin-top: -3px;
    z-index:99996;
    border-left:1px solid #999999;
    border-right:1px solid #FFFFFF;
}

#topmenu ul#topnav  li a.megahover{  /*--Hover when javascript is enbled--*/
    text-decoration:underline;
    height:25px;
}

#topmenu ul#topnav li .sub {
    position: absolute; /*--Important--*/
    top: 24px;
    width:800px;
    z-index: 99999;
    background-color:#FFFFFF;
    padding: 15px 0px 30px 10px;
    float: left;
    display: none; /*--Hidden for those with js turned off--*/
    z-index: -1;
    border-top:1px solid #999999;
}
#topmenu ul#topnav li a:hover { /*--Hover when javascript is not enbled--*/
    text-decoration:underline;
}

#topmenu ul#topnav li .sub .column1 {
    width: 214px;
    float: left;
}

#topmenu ul#topnav li .sub .column2 {
    width: 214px;
    float: left;
}

#topmenu ul#topnav li .sub .column3 {
    width: 291px;
    float: left;
    padding: 26px 0px 0px 0px;
}

#topmenu ul#topnav li .sub ul {
    list-style: none;
    padding: 0 10px 0 0;
}

#topmenu ul#topnav .sub .column3 ul li {
    width: 100%; /*--Override parent list item--*/
    color:#333333;
    height: auto;
    border:none;
	margin-bottom: 7px;
}

#topmenu ul#topnav .sub .column3 ul li a{
	padding:0;
}

#topmenu ul#topnav .sub ul li{
    width: 100%; /*--Override parent list item--*/
    color:#333333;
    height: auto;
    border-bottom:1px solid #CCCCCC;
}

#topmenu ul#topnav .sub h2 { /*--Sub nav heading style--*/
    padding: 0px 10px 10px 0px;
    margin: 0px 10px 0px 0px;
    font-size:12px;
    font-weight:bold;
	color:#333333;
	border-bottom:1px solid #CCCCCC;
}

#topmenu ul#topnav li .sub li a{
    float: none;
    text-indent: 0; /*--Override text-indent from parent list item--*/
    height: auto; /*--Override height from parent list item--*/
    padding: 7px 5px 7px 0px;
    display: block;
    text-decoration: none;
    color:#333333;
    font-size:12px;
    border:none;
}

#topmenu ul#topnav .sub ul li a:hover {
    color:#333333;
    height: auto;
    background-position: 5px 12px ;/*--Override background position--*/
    text-decoration:underline;
}

/* Top breadcrumbs
----------------------------------------------------------------------------------------- */

#breadcrumbs {
    height:auto; /* HW 081003 */
    width: 1010px;
    margin: 10px auto;
}

#breadcrumbs ul {
	padding: 6px 0px 0px 0px;
    font-size:11px;
    text-align:left;
    height:auto;
	margin-left: 25px;
}

#breadcrumbs ul li{
    display:inline;
    list-style:none inside;
    padding-right:2px;
}


#breadcrumbs a {
    color:#7E7E7E;
	font-family: Verdana;
    font-size: 11px;
}

#breadcrumbs a:hover {
    text-decoration:underline;
    color:#000000;
}

#breadcrumbs a br {
    display:none;
}


#breadcrumbs div.programmeheader div{
	color: #333333;
	font-family: Verdana;
	font-size: 28px;
	font-weight: bold;
	height: auto;
	margin: 0 0 0 12px;
	padding: 4px 0 27px 15px;
	text-align: left;
}



#breadcrumbs .header h1 {
    margin:0px 0px 0px 12px;
    padding:4px 0px 27px 15px;
    font-size:28px;
    text-align:left;
    height:auto; /* HW 081003 */
	font-family: Verdana;
	color: #333333;
	font-weight: bold;
}
#breadcrumbs .header a{
    color: #333333;
    font-family: Verdana;
    font-size: 28px;
    font-weight: bold;
    float: left;
    height: auto;
    margin: 0 0 0 12px;
    padding: 10px 15px 29px 11px;
    clear: both;
    text-align: left;
}
#breadcrumbs .header a:hover {
    text-decoration:none;
}
/*
-----------------------------------------------------------------------------------------

Content (holder for left menu and all columns)

-----------------------------------------------------------------------------------------
*/

#content {
    clear:both;
    display:block;
    width:960px;
    margin:2px auto 0px auto;
    background-color:#FFFFFF;
    color:#333333;
    padding:10px 0px 0px 0px;
    border-top: 0px;
    text-align:left;
}

.nocontentborder {
    clear:both;
    display:block;
    width:960px;
    margin:2px auto 0px auto;
    background-color:#FFFFFF;
    color:#000000;
    padding:10px 0px 0px 0px;
    border-top: 0px!important;
    text-align:left;
}

#contentborder {
    clear:both;
    display:block;
    width: 962px;
    margin: 3px auto 0px auto;
    border-top: 1px solid #666 !important;
}

.subdomain#contentborder {
    clear:both;
    display:block;
    width: 100%;
    height: 3px;
    margin: 0px auto 0px auto;
    border-top: 0 !important;
    border-bottom: 3px solid #efefec !important;
}

/* Left Menu
----------------------------------------------------------------------------------------- */

#leftmenu {
    margin:0px;
	margin-bottom: 40px;
    display:block;
    width:184px;
    background-color:#FFFFFF;
    color:#333333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    float:left;
}

#leftmenu ul {
    display:block;
    width:184px;
    list-style:none;
    margin:0px;
    padding:0px;
    border:none;
}

#leftmenu ul li {
    display:block;
    width:184px;
    margin:0px;
    padding:0px;
    border:none;
}

#leftmenu ul li a {
    display:block;
    margin:0px;
    padding:0px;
    border:none;
}

#leftmenu ul#firstlevel {
    background-color:#E8E8E3;
    color:#333333;
}

#leftmenu ul#firstlevel li {
    font-size:16px;
}

#leftmenu ul#firstlevel li a {
    padding:7px 0px 7px 9px; /* HW 081003 - från 7px till 9px */
    line-height:16px;
    background-color:#E8E8E3;
    color:#333333;
    border-bottom:1px solid #FFFFFF;
	font-size:16px;
}

#leftmenu ul#firstlevel li ul#secondlevel {
    background-color:#E8E8E3;
    color:#333333;
}

#leftmenu ul#firstlevel li ul#secondlevel li {
    font-size:11px;
}

#leftmenu ul#firstlevel li ul#secondlevel li a {
    padding:6px 0px 2px 9px;  /* HW 081003 - från 7px till 9px */
    line-height:14px;
    background-color:#E8E8E3;
    color:#333333;
    border-bottom:1px solid #FFFFFF;
	font-size:11px;
}

#leftmenu ul#firstlevel li ul#secondlevel li a#secondselected {
    padding:6px 0px 2px 9px; /* HW 081003 - från 16px till 9px */
    background-image:url(/static/images/menuarrow.gif);
    background-repeat:no-repeat;
    background-position:0px 10px; /* HW 081003 - från 7px till 0px */
}

#leftmenu ul#firstlevel li ul#secondlevel li ul#thirdlevel {
    background-color:#F3F3F0;
    color:#333333;
}

#leftmenu ul#firstlevel li ul#secondlevel li ul#thirdlevel li {
    font-size:11px;
}

#leftmenu ul#firstlevel li ul#secondlevel li ul#thirdlevel li a {
    padding:6px 0px 2px 16px;  /* HW 081003 - från 14px till 16px */
    line-height:14px;
    background-color:#F3F3F0;
    color:#333333;
    border-bottom:1px solid #FFFFFF;
}

#leftmenu ul#firstlevel li ul#secondlevel li ul#thirdlevel li a#thirdselected {
    padding:6px 0px 2px 16px; /* HW 081003 - från 23px till 16px */
    background-image:url(/static/images/menuarrow.gif);
    background-repeat:no-repeat;
    background-position:0px 10px; /* HW 081003 - från 14px till 0px */
}

#leftmenu ul#firstlevel li ul#secondlevel li ul#thirdlevel li ul#fourthlevel {
    background-color:#FFFFFF;
    color:#333333;
}

#leftmenu ul#firstlevel li ul#secondlevel li ul#thirdlevel li ul#fourthlevel li {
    font-size:11px;
}

#leftmenu ul#firstlevel li ul#secondlevel li ul#thirdlevel li ul#fourthlevel li a {
    padding:6px 0px 2px 23px;  /* HW 081003 - från 30px till 23px */
    line-height:14px;
    background-color:#FFFFFF;
    color:#333333;
    border-bottom:1px solid #F3F3F0;

}

#leftmenu ul#firstlevel li ul#secondlevel li ul#thirdlevel li ul#fourthlevel li a#fourthselected {
    padding:6px 0px 2px 23px; /* HW 081003 - från 30px till 23px */
    background-image:url(/static/images/menuarrow.gif);
    background-repeat:no-repeat;
    background-position:0px 10px; /* HW 081003 - från 21px till 0px */
}

#leftmenu ul#firstlevel li ul#secondlevel li a.leftmenunoborder,
#leftmenu ul#firstlevel li ul#secondlevel ul#thirdlevel li a.leftmenunoborder,
#leftmenu ul#firstlevel li ul#secondlevel ul#thirdlevel li ul#fourthlevel li a.leftmenunoborder,
#leftmenu ul#firstlevel li ul#secondlevel ul#thirdlevel li ul#fourthlevel li ul#fifthlevel li a.leftmenunoborder {
    border-bottom:none;
}

/*
-----------------------------------------------------------------------------------------

Column 1 - Main

-----------------------------------------------------------------------------------------
*/

#maincolumn{
    float:left;
    margin-left:20px;
    font-size:12px; /* 080407 fix för att fånga upp ostilat innehåll*/
    min-height:400px; /*080909 fix för utfyllnad nedåt vid korta texter*/
	padding-bottom: 40px;
}

#maincontent{
	display: inline-block;
    width: 776px;
	font-size:12px;
}

#contenttop{
	margin: 0 0 20px 20px;
    width: 756px;
}

#maincolumn.nd2011layout {
	margin-left: 10px;
}

.twocolumnlayout {
    width: 756px;
}

.threecolumnlayout {
    width:562px;
}

.threecolumnlayout ol, .threecolumnlayout ul {   /* Tillagt 090227*/
    width:87%;
}

.threecolumnlayout h1, .threecolumnlayout h2, .threecolumnlayout h3, .threecolumnlayout p{
    width:90%;
}

.topthreecolumnlayout #contenttop  h1,
.topthreecolumnlayout #contenttop  h2,
.topthreecolumnlayout #contenttop h3,
.topthreecolumnlayout #contenttop p{
    width:100%;
}

.fourcolumnlayout {
    width:368px;
}

.fivecolumnlayout {
    width:174px;
}

.nd2011layout {
    width:281px;
}
/*------------- NyDesign 2011 Column 1 - Main ------------------- */
.nd2011threecolumnlayout {
    width:455px;
}


#maincolumn h1, #startmaincolumn h1, .topthreecolumnlayout #contenttop  h1 {
	clear:both;
	font-size: 24px;
	font-family: Georgia;
	color: #333333;
    padding-bottom:10px;
}

#maincolumn div#selmadetail h1.aboutprogramme
{
    padding-bottom:0px !important;
	font-size: 0px;
}

#maincolumn div#selmadetail div div span
{
    margin:0px;
    font-size:12px;
    line-height:16px;
}

#maincolumn div#selmadetail a
{
    margin:0px;
    font-size:12px;
    line-height:16px;
}

#maincolumn div#selmadetail a.button {
	float: left;
	margin: 5px 0 25px 0;
	padding: 4px 20px;
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: normal;
	font-family: "proxima-nova", Verdana;
	line-height: 24px;
	border: 1px solid #0092D5;
	background-color: #00A0E6;
	background-image: linear-gradient(#69CBFF,#00A0E6);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, #69CBFF), color-stop(0, #00A0E6) );
	box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	-webkit-box-shadow: 0px 1px 3px #666666;
}
#maincolumn div#selmadetail a.button:hover {
	position:relative;
	top:1px;
	color: #fqq;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#maincolumn div#selmadetail a.externallink:after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAYAAABm+U3GAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAADKSURBVDiNrZExigJBEEVfL4JgIiyImHgJWQw230BMDQxMzQQzDyKIsbCHMFsw0TOImBmaGT+TUdoBx3bYDwXVVV2vq6pRSbEiqWtzSoImgOvqPAZXCisei1dAG6hmoV0IYZr5faAb3/9IBQMjoAKcIkMdAwvgC9gDy1snqabayE0xjKY/qoMsvn4X3ImgvQh6Vkfxo8k7fqFJCOH3v8Bb4CfzN+oMaN0/tOwq8lL/1EPZjs8FuRNQKwv+Vj+f5JrA5X56cxWvtLpxrxD/YiexKXBkAAAAAElFTkSuQmCC);
}

#maincolumn h2, #startmaincolumn h2, .topthreecolumnlayout #contenttop  h2{
    padding-bottom:2px;
	 font-weight:bold;
	font-size:14px;
    clear:both;
	font-family: Verdana;
	color: #333333;
}

#maincolumn h3, #startmaincolumn h3, .topthreecolumnlayout #contenttop  h3 {
    padding-bottom:2px;
	font-size:12px;
    font-weight:bold;
    clear:both;
	font-family: Verdana;
	color: #333333;
}

#maincolumn p, #startmaincolumn p , .topthreecolumnlayout #contenttop  p{
    padding-bottom:16px;
}

#maincolumn p .imagefullwidth, #startmaincolumn p .imagefullwidth {
    padding-bottom:7px;
}

#maincolumn div#news p, #startmaincolumn div#news p,
#maincolumn div#newspuff p, #startmaincolumn div#newspuff p,
#maincolumn div#newslist p, #startmaincolumn div#newslist p,
#maincolumn div#selmadetail p, #startmaincolumn div#selmadetail p,
#maincolumn div#interview p, #startmaincolumn div#interview p,
#maincolumn div#article p, #startmaincolumn div#article p,
.topthreecolumnlayout #contenttop  p ,
#maincolumn div#articlepuff p, #maincolumn div.miniArticle p,
#rightcolumnone div#articlepuff p, #rightcolumntwo div#articlepuff p,
#rightcolumnone div#newspuff p, #rightcolumntwo div#newspuff p,
#rightcolumnone div.miniArticle p, #rightcolumntwo div.miniArticle p{
    line-height:18px;
}

/*------------- NyDesign 2011 newsarchive ------------------- */
#maincolumn div#newsarchive ul, #startmaincolumn div#newsarchive ul {
    line-height:18px;
}

#maincolumn div#newsarchive h3.coloredbackground{
    line-height:18px;
	background-color:#E6EFFB;
	font-weight: normal;
}

#maincolumn div#newsarchive form#newsArchiveSearchForm input, #maincolumn div#newsarchive form#newsArchiveSearchForm select{
    margin-bottom: 7px;
}
.nd2011threecolumnlayout table.newsarchivetable, .threecolumnlayout table.newsarchivetable, .fourcolumnlayout table.newsarchivetable{
    border: none !important;
	font-size: 12px;
	width:100%!important;
}

.nd2011threecolumnlayout table.newsarchivetable tr, .threecolumnlayout table.newsarchivetable tr, .fourcolumnlayout table.newsarchivetable tr{
    border: none !important;
}

.nd2011threecolumnlayout table.newsarchivetable tr td, .threecolumnlayout table.newsarchivetable tr td, .fourcolumnlayout table.newsarchivetable tr td {
    border: none !important;
	padding: 2px;
}
.nd2011threecolumnlayout table.newsarchivetable tr td.datecolumn, .threecolumnlayout table.newsarchivetable tr td.datecolumn, .fourcolumnlayout table.newsarchivetable tr td.datecolumn {
    width: 84px;
}

#maincolumn.threecolumnlayout #article tr td p, #maincolumn.fourcolumnlayout #article tr td p,
#maincolumn #article td p{
	line-height:13px;
	padding-bottom: 0px!important;
}

#maincolumn div#newspuff h2#title, #startmaincolumn div#newspuff h2#title {
    padding-bottom: 10px;
}

#maincolumn a {
    color:#006CB2;
}

#maincolumn td p {
    width:auto;
}

/* TA 080923, grundläggande listhantering i textspalterna*/

#maincolumn ul, #rightcolumnone ul, #rightcolumntwo ul, #rightcolumnthree ul, #maincontent ul{
  list-style-position: outside;
  padding-left:20px;
  padding-bottom:16px; /* TA 081023, justering nedåt för bättre textflöde */
}
#maincolumn ul.pub_list_count{
  padding-left:0px;
}

#maincolumn ol, #rightcolumnone ol, #rightcolumntwo ol, #rightcolumnthree ol, #maincontent ol{
  list-style-position: outside;
  padding-left:20px;
  padding-bottom:16px; /* TA 081026, justering nedåt för bättre textflöde */
}



/* Page author and page print (HW - 081020)
----------------------------------------------------------------------------------------- */

/* Nedanstående stilar sidansvarig och utskrift av sida */

.threecolumnlayout div#pagedetailsline hr {
    float:left;
    width:100%;
}

.fourcolumnlayout div#pagedetailsline hr {
    float:left;
    width:100%;
}

.threecolumnlayout div#pagedetails {
    width:100%;
}

.fourcolumnlayout div#pagedetails {
    width:100%;
}

.threecolumnlayout div#pagedetails p.addthisbuttons{
    width:21%;
}

.fourcolumnlayout div#pagedetails  p.addthisbuttons{
    width:31%;
}


.nd2011threecolumnlayout div#pagedetails p.pageauthor, .twocolumnlayout div#pagedetails p.pageauthor,  .threecolumnlayout div#pagedetails p.pageauthor,  .fourcolumnlayout div#pagedetails p.pageauthor {
    font-size:9px!important;
    display:block;
    float:left;
    width:68%;
    color:#333333;
}

.nd2011threecolumnlayout div#pagedetails p.pageauthor a, .twocolumnlayout div#pagedetails p.pageauthor a, .threecolumnlayout div#pagedetails p.pageauthor a, .fourcolumnlayout div#pagedetails p.pageauthor a {
    font-size:9px;
}


.nd2011threecolumnlayout p.pageprint, .twocolumnlayout p.pageprint,  .threecolumnlayout p.pageprint,  .fourcolumnlayout p.pageprint{
    display:block;
    width:25%;
    float:right;
    text-align:right;
}

.nd2011threecolumnlayout div#pagedetails p.pageprint a, .twocolumnlayout div#pagedetails p.pageprint a, .threecolumnlayout div#pagedetails p.pageprint a, .fourcolumnlayout div#pagedetails p.pageprint a  {
    display:block;
    float:right;
    height:25px;
    padding-left:20px;
    padding-top:1px;
    font-size:9px;
    clear:both;
}

/* News specific 091114
----------------------------------------------------------------------------------------- *

.threecolumnlayout p.newsurl,  .fourcolumnlayout p.newsurl{
  clear:both;
  float:left;
}


/* Tabs (DS - 090323, 100326)
----------------------------------------------------------------------------------------- */

#tabs {
    clear:both;
	text-align:center;
	height:28px;
	border-bottom:2px solid #E5EAF5;
	padding-bottom:1px;
}

#tabs ul {
    padding-left:0px;
}

#tabs li {
    float:left;
	padding:0 1px 0 0 ;
}

#tabs ul li a {
	display:block;
	float:left;
	height:22px;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding:6px 15px 0px 15px;
	font-family: Verdana;
	background-color:#ffffff;
}

#tabs ul li a.tabselected {
	background-color:#e5eaf5;
	border-bottom:1px solid #e5eaf5;
	color:#333333;
	font-weight:bold;
}
/*nytt*/
#selmadetail #tabs {
	height: 25px;
	margin-bottom: 10px;
	border-bottom: 2px solid #00A0E6;
}
#selmadetail #tabs ul li a{
	height:18px;
	padding: 4px 8px 4px 8px;
	color: #666666;
	background-color: #eeeeee;
	font-weight: normal;
	font-size:16px;
}

#selmadetail #tabs ul li a:hover {
	position: relative;
	top: -2px;
}

#selmadetail #tabs ul li a.tabselected {
	position: relative;
	height: 20px;
	top: -2px;
	background-color: #00A0E6;
	border-bottom: 1px solid #00A0E6;
	color: white;
}

#maincolumn div#selmadetail .stronglink {
	padding:6px 0px 4px 16px;
	font-weight: bold;
}

/* Extra styles related to tabs (DS - 090810) */

h2.abovetabs {
    padding-bottom:16px!important;
}

/* Extra styles related to Utbkat-application (KP - 100511) */
.tabcontent .button {
  margin-top:5px;
  margin-bottom:3px;
  float:right;
}

/*D11-3, inf-240 -----------------------------------------------------------------------
Adjustment for programme-pages. To make h1 look like h1 and h2
*/
#maincolumn h1.programmeheading{
    padding-bottom: 0px;
}

span.headingsubtitle{
    clear: both;
    display:block;
	font-size: 14px;
	font-family: Verdana;
	color: #333333;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 2px;
}


span.headingsubtitleabovetabs{
	clear: both;
    display:block;
    font-size: 14px;
	font-family: Verdana;
	color: #333333;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 12px;

}

span.headingsubtitleabovetabsCentral{
    clear: both;
	font-size: 24px;
    display:block;
	font-family: Georgia;

}
h2.programmeheadingnotcentral{
	padding-top: 12px;
}
/*--------------------------------------------------------------------------------------- */

/* Aseet images  (TA - 081105)
----------------------------------------------------------------------------------------- */

/* Nedanstående stilar hanterar Assetbilder som är flytande till höger eller vänster i en layout me tre/fyra kolumner */

.threecolumnlayout img.assetimagefullwidth {
    display:block;
    width:90%;
    padding-bottom:7px;
}

.fourcolumnlayout img.assetimagefullwidth {
    display:block;
    width:100%;
    padding-bottom:7px;
}


.threecolumnlayout img.assetimagelefthalf {
    display:block;
    float:left;
    width:45%;
    padding-right:2%;
    padding-top:2px;
    padding-bottom:7px;
}

.fourcolumnlayout img.assetimagelefthalf {
    display:block;
    float:left;
    width:48%;
    padding-right:2%;
    padding-top:2px;
    padding-bottom:7px;
}

.threecolumnlayout img.assetimagerighthalf {
    display:block;
    float:right;
    width:43%;
    padding-left:2%;
  padding-right:10%;
    padding-top:2px;
    padding-bottom:7px;
}

.fourcolumnlayout img.assetimagerighthalf {
    display:block;
    float:right;
    width:48%;
    padding-left:2%;
    padding-top:2px;
    padding-bottom:7px;
}

.threecolumnlayout img.assetimageleftsmall {
    display:block;
    float:left;
    width:20%;
    padding-right:2%;
    padding-top:2px;
    padding-bottom:7px;
}

.fourcolumnlayout img.assetimageleftsmall {
    display:block;
    float:left;
    width:30%;
    padding-right:2%;
    padding-top:2px;
    padding-bottom:7px;
}


.threecolumnlayout img.assetimagerightsmall {
    display:block;
    float:right;
    width:20%;
    padding-left:2%;
  padding-right:10%;
    padding-top:2px;
    padding-bottom:7px;
}

.fourcolumnlayout img.assetimagerightsmall {
    display:block;
    float:right;
    width:30%;
    padding-left:2%;
    padding-top:2px;
    padding-bottom:7px;
}


/* Text box highlight (HW - 081027)
----------------------------------------------------------------------------------------- */

/* Nedanstående stilar textrutor som är flytande till höger i en layout me tre/fyra kolumner */

.threecolumnlayout blockquote.floatingtextbox {
    display:inline;
    width:25%;
    float:right;
    font-size:11px;
    background-color:#eff4fa;
    color:#000000;
    margin-top:0px;
    margin-right:10%; /* HW 081124 - från 56px till 10%*/
    margin-bottom:7px;
    margin-left:2%;
    padding:0px;
    clear:right;
    border:0px;
    text-align:left;
}

.fourcolumnlayout blockquote.floatingtextbox {
    display:block;
    width:25%;
    float:right;
    font-size:11px;
    background-color:#eff4fa;
    color:#000000;
    margin:0px 0px 7px 7px;
    padding:0px;
}

.threecolumnlayout blockquote.floatingtextbox p, .fourcolumnlayout blockquote.floatingtextbox p {
    margin:0px!important;
    display:block;
    width:100%;
    padding:6%!important;
    text-align:left;
}

.threecolumnlayout blockquote.floatingtextbox p img, .fourcolumnlayout blockquote.floatingtextbox p img {
    display:block;
    width:88%;
    margin:0px!important;
    padding:0px!important;
    border:0px!important;
}

/* Styles for presentation from staff directory
----------------------------------------------------------------------------------------- */

h3.org_blockheadline {
    display:block;
  width:auto;
    padding:7px 0px 7px 7px!important;
    background-color:#E5EAF5;
    color:#111111;
    margin-bottom:4px; /* HW 081010 */
}

ul.org_list {
    list-style:none;
    padding-left:0px!important;
}

ul.org_list li {
    list-style:none;
}

ul.org_list li.org_odd {
    background-color: #f2f4fa;
    border-bottom:none;
}

.vcard {
  height:16px;
  vertical-align: middle;
}

/* Styles for presentation of news archive (DS - 090316)
----------------------------------------------------------------------------------------- */

ul.news_list {
    list-style:none;
    padding-left:0px!important;
}

ul.news_list li {
    list-style:none;
}

ul.news_list li.news_odd {
    background-color: #f2f4fa;
    border-bottom:none;
}

p span.datestamp{
	color: #7e7e7e;
	font-size: 11px;
}

#maincolumn h3.news, #startmaincolumn h3.news{
	line-height:16px;

}
#rightcolumnone.nd2011layout h2 a.newsHeading,
#maincolumn h2 a.newsHeading{
	font-family:Georgia;
	font-size: 20px;
	color: #333333;
	line-height:120%;
	font-weight: normal;
}


/* Styles for presentation of educational web (HW - 081119)
----------------------------------------------------------------------------------------- */

/*----------- Styles for kursplan--------------*/
h1.edu_kursplan {
    display:none;
    font-size:14px;
    padding-bottom:20px!important;
}

h1.edu_kursplan_curlang {
}

#maincolumn .edu_kursplan_spacing{
	font-size: 12px;
}
#syllabus h2.headingsubtitleCentral{
	clear: both;
    display:block;
	font-size: 24px;
	font-family: Georgia;
	color: #333333;
	font-weight: normal;
	 padding-bottom: 10px;
}

#maincolumn #syllabus h3.edu_kursplan_altlang {
    font-size:16px;
    padding-bottom:20px!important;
	clear: both;
    color: #333333;
    font-family: Georgia;
    font-weight: normal;

}

p.edu_kursplan_mainp {
    padding-bottom:20px!important;
}

#syllabus{
	font-size: 12px;
}
#maincolumn div.studieplan p{
	padding-bottom: 4px;
}
#maincolumn div.studieplan{
	display: inline-block;
	width: 100%;
}
#maincolumn div.studieplan div.coulumnone{
	float: left;
	width: 20%;
	padding-bottom: 5px;
}
#maincolumn div.studieplan div.coulumntwo{
	float: left;
	width: 80%;
	padding-bottom: 5px;
}
#maincolumn div.studieplan .freeTextStudieplan {
    margin-bottom: 5px;
}
#maincolumn h2.studieplansemester{
	padding-top: 7px;
    margin-top: 30px;
    margin-bottom: 10px;
}
#maincolumn #syllabus p.focus{
	padding-bottom: 0px;
	font-weight: bold;
}

#maincolumn .periodWrapper {
    border-bottom: 1px solid #E8E8E3;
    padding-bottom: 15px;
}

#maincolumn h3.periodHeader {
    margin-top: 20px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------*/

h1.edu_blockheadline {
    display:block;
    padding:7px 0px 7px 7px!important;
    background-color:#E5EAF5;
    color:#111111;
    margin-bottom:4px; /* HW 081010 */
}


#leftmenu div#eduProgramNav a.edu_noheadlinemargin_mobile,
#selmaTabs_mobile{
    display:none;
}

#leftmenu p.edu_noheadlinemargin {
    display:block;
    padding:7px 0px 7px 7px!important;
    background-color:#E8E8E3;
    color:#333333;
    margin-bottom:0px!important;
    font-size: 16px;
	line-height: 18px;
}

#rightcolumnone p.edu_noheadlinemargin {
    display:block;
    padding:7px 0px 7px 7px!important;
    background-color:#E8E8E3;
    color:#333333;
    margin-bottom:0px!important;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

h2.edu_blockheadline {
    display:block;
    padding:7px 0px 7px 7px!important;
    background-color:#E5EAF5;
    color:#111111;
    font-size:11px;
    margin-bottom:4px; /* HW 081010 */
}
h2.edu_noheadlinemargin {
    margin-bottom:0px;
}
ul.edu_list {
    list-style:none;
    padding-left:7px!important;
}

ul.edu_list li {
    list-style:none;
}

ul.edu_coursemenu {
    display:block;
    width:175px;
    list-style:none;
    margin:1px 0px 4px 0px!important;
    padding:0px!important;
    border:none;
}

ul.edu_coursemenu li {
    list-style:none;
    display:block;
    width:175px;
    font-size:11px;
    /*line-height:16px;*/
    margin:0px;
    padding:0px;
    border-bottom:none;
}
#leftmenu ul.edu_coursemenu li a {
    border-bottom:1px solid #ffffff;
}

ul.edu_coursemenu li a {
    padding:3px 0px 4px 9px!important;
    display:block;
    width:175px;
  background-color:#F3F3F0;
    border-bottom:1px solid #ffffff;
    color:#333333!important;
	font-size: 11px;
}

ul.edu_coursemenu li a.edu_selected{
    padding-left:9px!important;
    background-image:url(/static/images/menuarrow.gif);
    background-repeat:no-repeat;
    background-position:0px 9px;
}

div.edu_blueplate {
	background-color:#E6EFFB;
	margin-top: 5px;
	margin-bottom: 20px;
}

/*----------------------------------------
FiltersearchArea above education lists
------------------------------------------*/
#filterarea{
	background-color:#E5EAF5;
	width: auto;
	padding: 14px 15px 14px 15px;
	margin-bottom:15px;
}

#innerfilterarea{
	height: 28px;
	width: 285px;
	padding-left: 10px;
    border:1px solid #DDD;
    -moz-box-shadow: inset 2px 2px 2px #BBB;
    -webkit-box-shadow: inset 2px 2px 2px #BBB;
    box-shadow: inset 2px 2px 2px #BBB;
	background-color:white;

}
#innerfilterarea form{
	display: inline;
    margin: 0;
    padding: 0;
}


#filterarea input#id_search{
	border: 0 none;
    height: 20px;
    margin: 3px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 254px;

}

#filterarea input.resetbutton{
	height:22px;
    width:22px;
    border:none;
    background:url(/static/images/close.png) no-repeat;
	background-position:right center;
    vertical-align:middle;
    margin-top:4px;
    !margin:0px; /* IE7 fix */
}
/*----------------------------------------*/


/* Edu-lists columns 090921
------------------------------------------------------*/
.td_edu_p_first {width:52%;}
.td_edu_p_second {width:12%;}
.td_edu_p_third {width:12%;}
.td_edu_p_fourth {width:12%;}
.td_edu_p_fifth {width:12%;}

/* Fix for output of course litterature from Selma
------------------------------------------------------*/

div#maincontent table {
   border:0px!important;
   border-color:#FFF!important;
   margin-bottom:0px!important;
}

div#maincontent table tbody tr {
   border:0px!important;
   border-color:#FFF!important;
}

div#maincontent table tbody tr td {
   border:0px!important;
   border-color:#FFF!important;
   padding-left:0px!important;
   padding-right:0px!important;
   padding-bottom:7px!important;
}

/*
div#maincontent p {
   display:none;
}

*/

/* End fix */


/* Sitemap styles (HW - 081018)
----------------------------------------------------------------------------------------- */

/* Nedanstående stilar en sitemap som består av en enda kolumn */

#sitemap ul { /* TA 081105 */
  padding-bottom: 0px;
}

#sitemap li {
    list-style-image:url(/static/images/menuarrow.gif);
    list-style-type:circle;
    font-weight:bold;
}

#sitemap li ul li, #sitemap li ul li ul li {
    font-weight:normal;
}

#sitemapfirstcol {
    display:block;
    width:241px;
    margin-right:10px;
    float:left;
    border-right:1px solid #E5EAF5;
}

/* Nedanstående stilar en sitemap som består av två kolumner */

.sitemapleft {
    display:block;
    width:241px;
    margin-right:10px;
    float:left;
    border-right:1px solid #E5EAF5;
}

.sitemapleft li {
    list-style-image:url(/static/images/menuarrow.gif);
    list-style-type:circle;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:3px;
}

.sitemapleft li ul li {
    font-weight:normal;
    padding-top: 0px;
    padding-bottom:0px;
}

.sitemapleft li ul li ul li {
    padding-top: 0px;
    padding-bottom:0px;
}

.sitemapright {
    display:block;
    width:242px;
    margin-left:10px;
    float:left;
}

.sitemapright li {
    list-style-image:url(/static/images/menuarrow.gif);
    list-style-type:circle;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:3px;
}

.sitemapright  li ul li {
    font-weight:normal;
    padding-top: 0px;
    padding-bottom:0px;
}

.sitemapright  li ul li ul li {
    padding-top: 0px;
    padding-bottom:0px;
}

/*
-----------------------------------------------------------------------------------------

Split banners

-----------------------------------------------------------------------------------------
*/

.banner_left_main {
    float:left;
    width:184px;
    display:block;
}

.banner_right_main {
    float:right;
    width:184px;
    display:block;
}

.banner_left_rightcolumn {
    float:left;
    width:87px;
    display:block;
}

.banner_right_rightcolumn {
    float:right;
    width:87px;
    display:block;
}

.clear {
    clear:both;
    display:block;
}


/*
-----------------------------------------------------------------------------------------

Right columns

-----------------------------------------------------------------------------------------
*/

#rightcolumnone, #rightcolumntwo, #rightcolumnthree {
    float:left;
    width:184px;
    background-color:#FFFFFF;
    margin-left:10px;
	padding-bottom: 40px;

}

#rightcolumnone.nd2011threecolumnlayout {
    float:left;
    width:281px;
    background-color:#FFFFFF;
    margin-left:20px;

}

#rightcolumnone.nd2011layout {
    float:left;
    width:281px;
    background-color:#FFFFFF;
    margin-left:10px;

}

#rightcolumnone h1, #rightcolumntwo h1, #rightcolumnthree h1 {
    display:block;
    padding:7px 0px 7px 7px;
    background-color:#E5EAF5;
    color:#333333;
    font-size:11px;
    font-weight:bold;
    margin-bottom:4px; /* HW 081010 */
}

#rightcolumnone h2, #rightcolumntwo h2, #rightcolumnthree h2 {
    display:block;
    padding:7px 0px 7px 7px;
    color:#333333;
    font-size:11px;
    font-weight:bold;
    margin-bottom:4px; /* HW 081010 */
}

#rightcolumnone h3, #rightcolumntwo h3, #rightcolumnthree h3 {
    display:block;
    padding:7px 0px 0px 7px; /* justrat från 7 0 7 7*/
    color:#333333;
    font-size:11px;
    font-weight:bold;
    margin-bottom:4px; /* HW 081010 */
    /*font-style:italic;  HW 081010 - nytt utseende för rubriknivå tre, bortkommenterat av TA  */
}

#rightcolumnone h4, #rightcolumntwo h4, #rightcolumnthree h4 {
    padding:7px 7px 0px 7px;
}

#rightcolumnone p, #rightcolumntwo p, #rightcolumnthree p {
    padding:0px 7px 7px 7px;
    font-size:12px;
    display:block;
}

#rightcolumnone a, #rightcolumntwo a, #rightcolumnthree a {
    color:#006CB2;
}

.rightcolumnimage {
    padding-bottom:7px;
    display:block;
    width:100%;
}

.nd2011 .rightcolumnimage {
    display:block;
    width:100%;
	padding-bottom: 0px;
}

.nd2011 .imgcreator{
    padding-bottom:4px;
}

.rssIcon{
    display:block;
    padding:5px 0px 4px 18px;
    background-image:url(/static/images/rssIcon.png);
    background-repeat:no-repeat;
    background-position:0px 5px;
        overflow:auto; /*090908*/
    /* width:156px; HW 081027 */
}

.columnarrow {
    display:block;
    padding:6px 0px 4px 16px;
    background-image:url(/static/images/columnarrow.gif);
    background-repeat:no-repeat;
    background-position:0px 8px;
    overflow:auto;
}

#maincolumn 	.columnarrow {
    padding:5px 0px 4px 16px;
}
#maincolumn.nd2011layout .columnarrow {
    padding:6px 0px 4px 16px;
}
#maincolumn div#selmadetail .columnarrow{
	padding: 6px 0px 4px 16px;
}
/*
-----------------------------------------------------------------------------------------

Slideshow

-----------------------------------------------------------------------------------------
*/

#slideshow{
    margin: 0 auto 0;
    display:block;
    float:none;
	width:auto;
	clear:both;
}
.margin#slideshow{
	margin: 0 auto 15px;
}

.fourcolumnlayout #slideshow {
	margin: 0 auto 0;
    display:block;
    float:none;
    width:368px;
	clear:both;
}

.threecolumnlayout #slideshow {
	margin: 0 auto 0;
    display:block;
    float:none;
    width:562px;
	clear:both;
}

#contenttop #slideshow {
	margin: 0 auto 0;
    display:block;
    float:none;
    width:756px;
	clear:both;

}

#startmaintopcolumn #slideshow {
    margin: 0 auto 0;
    display:block;
    float:left;
    width:960px;
	height:375px;
	clear:right;

}

#startmaintopcolumn #bannershow{
    margin: 0 auto 0;
    display:block;
    float:left;
    width:960px;
	height:375px;
	clear:right;

}

.threecolumnlayout #bannershow{
   width: 90%;
}
#startmaintopcolumn #edit{
    position: relative;
    display:block;
    float:left;
    width:400px;
	font-size: 12px;
	top:-30px;
    z-index: 1000;
    height: 0;
}

#startmaintopcolumn p{
    font-size: 12px;
    padding-bottom: 16px;
}

#startmaintopcolumn h1 {
    display:block;
    font-size:1px;
    text-indent:-7500px;
}

#startmaintopcolumn {
    display:block;
    float:left;
    width:960px;
}

#maincolumn.nd2011layoutLeft {
    display:block;
    float:left;
    width:378px;
	margin-left: 0px;
}

.blockheadlinerightcolumn {
    background-color:#E5EAF5; /* HW 081010 - klass som kan appliceras på valfritt h-element i righcolumn(s) f�r att bli till blockrubrik  */
}

/*
-----------------------------------------------------------------------------------------

Tables

-----------------------------------------------------------------------------------------
*/

#maincolumn table tbody tr td p, #maincolumn table tbody tr td h3 {
    width:auto;
    margin:0;
    padding:2px;
    line-height:16px;
}

/* Generic styles for tables from FCK (HW - 081027)
----------------------------------------------------------------------------------------- */

.threecolumnlayout table, .topthreecolumnlayout table {
    width:90%!important;
    border-collapse:collapse;
    margin-bottom:15px;
    font-size:11px;
    padding-left:0px;
    border:1px solid #a5adc0;
}

.nd2011threecolumnlayout table, .fourcolumnlayout table {
    width:100%!important;
    border-collapse:collapse;
    margin-bottom:15px;
    font-size:11px;
    padding-left:0px;
    border:1px solid #a5adc0;

}

.nd2011threecolumnlayout caption,
.threecolumnlayout caption,
.fourcolumnlayout caption,
.topthreecolumnlayout caption{
    text-align:left;
    font-weight:bold;
    padding-bottom:5px;
}

.nd2011threecolumnlayout tr, .threecolumnlayout tr, .fourcolumnlayout tr, .topthreecolumnlayout tr  {
    display:table-row;
    border-bottom:1px solid #a5adc0!important;
}

.nd2011threecolumnlayout tr td, .threecolumnlayout tr td, .fourcolumnlayout tr td , .topthreecolumnlayout tr td {
    padding:5px;
    vertical-align:top;
    border-left:1px solid #a5adc0;
}

.nd2011threecolumnlayout tr td p, .threecolumnlayout tr td p, .fourcolumnlayout tr td p, .topthreecolumnlayout tr td p {
    padding:0px 0px 16px 0px!important;
    line-height:16px;
}

/* Generic class for all tables NOT generated from FCK (HW - 081027)
----------------------------------------------------------------------------------------- */
 .tabcontent a{
	font-size:11px;
 }

.threecolumnlayout table.generictablelist, .fourcolumnlayout table.generictablelist, .topthreecolumnlayout table.generictablelist ,
.nd2011threecolumnlayout table#education.generictablelist, .nd2011threecolumnlayout table.generictablelist#education2 ,
.nd2011threecolumnlayout table.generictablelist {
    width:100%!important;
    border-collapse:collapse;
    margin-bottom:15px;
    font-size:11px;
    padding-left:0px;
    border:none;
}

.threecolumnlayout table.generictablelist tr, .fourcolumnlayout table.generictablelist tr, .topthreecolumnlayout table.generictablelist tr ,
.nd2011threecolumnlayout table#education.generictablelist tr, .nd2011threecolumnlayout table.generictablelist#education2 tr,
.nd2011threecolumnlayout table.generictablelist tr{
    display:table-row;
    border-bottom:none!important;
}

.threecolumnlayout table.generictablelist tr td, .fourcolumnlayout table.generictablelist tr td , .topthreecolumnlayout table.generictablelist tr td,
.nd2011threecolumnlayout table#education.generictablelist tr td, .nd2011threecolumnlayout table.generictablelist#education2 tr td,
.nd2011threecolumnlayout table.generictablelist tr td{
    padding:2px;
    border-left:none!important;
}

.threecolumnlayout table.generictablelist tr td p, .threecolumnlayout table.generictablelist tr td h3, .fourcolumnlayout table.generictablelist tr td p, .fourcolumnlayout table.generictablelist tr td h3 , .topthreecolumnlayout table.generictablelist tr td p,
.nd2011threecolumnlayout table#education.generictablelist tr td p, .nd2011threecolumnlayout table.generictablelist#education2 tr td p,
.nd2011threecolumnlayout table.generictablelist tr td p{
    width:auto;
    padding:1px!important;
    line-height:16px;
}

.threecolumnlayout table.generictablelist tbody.hovereffect td, .fourcolumnlayout table.generictablelist tbody.hovereffect td , .topthreecolumnlayout table.generictablelist tbody.hovereffect td,
.nd2011threecolumnlayout table#education.generictablelist tbody.hovereffect td{
    vertical-align:top;
    padding:3px;
    border-bottom:1px solid #f2f4fa;}

.threecolumnlayout table.generictablelisttbody tr.odd, .fourcolumnlayout table.generictablelisttbody tr.odd, .topthreecolumnlayout table.generictablelisttbody tr.odd,
.nd2011threecolumnlayout table#education.generictablelisttbody tr.odd, .nd2011threecolumnlayout table.generictablelisttbody tr.odd{
    background-color: #f2f4fa;
    border-bottom:none; /* HW 081027 */
}

.threecolumnlayout table.generictablelist tbody tr.searchfill, .fourcolumnlayout table.generictablelist tbody tr.searchfill , .topthreecolumnlayout table.generictablelist tbody tr.searchfill,
.nd2011threecolumnlayout table#education.generictablelist tbody tr.searchfill{
    background-color: #f2f4fa;
    padding:10px;
    border-bottom:none; /* HW 081027 */
}

/* TEST */
.threecolumnlayout table.generictablelist  tr.odd , .topthreecolumnlayout table.generictablelist  tr.odd,
 .nd2011threecolumnlayout table#education.generictablelist tr.odd , .nd2011threecolumnlayout table.generictablelist tr.odd {
    background-color: #f2f4fa;

}
/****/

.threecolumnlayout table.generictablelist tbody p, .fourcolumnlayout table.generictablelist tbody p , .topthreecolumnlayout table.generictablelist tbody p{
    margin-top:10px;
    line-height:0;
}


.threecolumnlayout table.generictablelist .tr_header,
.threecolumnlayout table.generictablelist tbody.hovereffect tr.tr_header:hover,
.threecolumnlayout table.generictablelist tbody.hovereffect tr.tr_header:hover a,
.fourcolumnlayout table.generictablelist .tr_header,
.fourcolumnlayout table.generictablelist tbody.hovereffect tr.tr_header:hover,
.fourcolumnlayout table.generictablelist tbody.hovereffect tr.tr_header:hover a ,
.topthreecolumnlayout table.generictablelist .tr_header,
.topthreecolumnlayout table.generictablelist tbody.hovereffect tr.tr_header:hover,
.topthreecolumnlayout table.generictablelist tbody.hovereffect tr.tr_header:hover a,
.nd2011threecolumnlayout table.generictablelist .tr_header,
.nd2011threecolumnlayout table.generictablelist tbody.hovereffect tr.tr_header:hover,
.nd2011threecolumnlayout table.generictablelist tbody.hovereffect tr.tr_header:hover a
{
    background-color:#e5eaf5;
    border-bottom:none; /* HW 081027 */
}

.contactimage {
  width:150px;
  padding: 6px 0px;
  float:right;
}

.imgpadding {
    margin: 6px 0px;
}

.threecolumnlayout table.generictablelist tr.tr_bottomline, .fourcolumnlayout table.generictablelist tr.tr_bottomline , .topthreecolumnlayout table.generictablelist tr.tr_bottomline {
    border-bottom:1px solid #f2f4fa;
}

.threecolumnlayout table.generictablelist tr.tr_header td.sortedby , .topthreecolumnlayout table.generictablelist tr.tr_header td.sortedby { /* DS 090325 */
    font-weight:bold;
}

.threecolumnlayout ul.semanticullist, .fourcolumnlayout ul.semanticullist, .nd2011threecolumnlayout ul.semanticullist, .topthreecolumnlayout ul.semanticullist  { /* DS 090325,  .forurcolumn 090914 */
    width:100%!important;
    padding-left:0px;
    list-style:none;
}

.pub_list {
    position:relative;
    display:block;
    width:100%;
    list-style-position:inside;
    margin:0 0 10px 0;
    padding:0!important;
        width: 100% !important; /*Justering 090622*/
}

.pub_list li{
    display:inline;
    margin: 0px 5px;
}

.pub_list_count {
    padding:0;
    margin:0;
    display:inline;
    margin:25px;
}

.programmesyllabus .pub_list_count{
	margin:5px;
}
.programmesyllabus .pub_list_sidecount{
	margin-left: 0px;
}
.pub_list_count_selected {
    color:#000000;
    font-weight:bold;
}

.pub_list_count_unavailable{
    color:#999999;
    text-decoration:none;
}

.pub_list_showall {
    display:block;
    position:absolute;
    right:0px;
        bottom:0px; /*090924*/
    width:60px; /*090924*/
    text-align:right;
    list-style-type:none;
}

.threecolumnlayout table.generictablelist tr.search_fill, .fourcolumnlayout table.generictablelist tr.search_fill {
    padding-top:10px;
    display:block;
}

.threecolumnlayout table.genericsearchtablelist, .fourcolumnlayout table.genericsearchtablelist {
    font-size:12px;
}

/* To be used for width och first column of publications list */

.td_pub_first {  /*090624*/
  width:25%;
}

.nd2011threecolumnlayout table.generictablelist tr.tr_header td.td_pub_first {
	  width:31%;
}

/*.td_pub_second {}*/

/*.td_pub_third {}*/

.td_pub_fourth {  /*090624*/
  width:12%;
}
#education2 .td_syllabus_first{
	width:13%;
}

.td_syllabus_first{
	width:18%;
}

.td_syllabus_third{
	width:13%;
}

.td_staff_first {
  width:35%;
}


/*
-----------------------------------------------------------------------------------------

Filtyper

-----------------------------------------------------------------------------------------
*/

.pdf {
    display:block;
    padding:4px 0px 4px 18px;
    background-image:url(/static/images/document_pdf.png);
    background-repeat:no-repeat;
    background-position:0px 6px;
        overflow: auto;
}

.xls {
    display:block;
    padding:4px 0px 4px 18px;
    background-image:url(/static/images/document_xls.png);
    background-repeat:no-repeat;
    background-position:0px 6px;
        overflow: auto;
}

.doc {
    display:block;
    padding:4px 0px 4px 18px;
    background-image:url(/static/images/document_doc.png);
    background-repeat:no-repeat;
    background-position:0px 6px;
        overflow: auto;
}

.ppt {
    display:block;
    padding:4px 0px 4px 18px;
    background-image:url(/static/images/document_ppt.png);
    background-repeat:no-repeat;
    background-position:0px 6px;
        overflow: auto;
}

#search-result-component .pdf, #search-result-component .ppt, #search-result-component .doc, #search-result-component .xls,
div.calendar .pdf, div.calendar .ppt, div.calendar .doc, div.calendar .xls{
    padding:5px 0px 4px 18px;
}

a.ics {
    display:block;
    padding:12px 5px 6px 20px;
	background-position:0px 12px;
    background-image:url(/static/images/document_ics.png);
    background-repeat:no-repeat;
    overflow: auto;
}

/*
-----------------------------------------------------------------------------------------

Ikoner

-----------------------------------------------------------------------------------------
*/

.help {
    display:block;
    padding:8px 0px 4px 16px;
    background-image:url(/static/images/icon_help-nd11.png);
    background-repeat:no-repeat;
    background-position:0px 9px; /* x, y */



}

.info {
    display:block;
    padding:0px 0px 0px 16px;
    background-image:url(/static/images/icon_info.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}

/*
-----------------------------------------------------------------------------------------

Footer

-----------------------------------------------------------------------------------------
*/

#footer {
    display:block;
    clear:both;
	background: -webkit-linear-gradient(#333, #666);
	background: -o-linear-gradient(#333, #666); 
	background: -moz-linear-gradient(#333, #666);
	background: linear-gradient(#333, #666);
}


#footer .footertoppadding{
	width: 1010px;
	margin: 0 auto;	
	/* fallback
    background-color:#454545;  */
    background-image:url(/static/images/footer_background.gif);
    background-repeat:repeat;
    background-position:0px 0px;        

    /* chrome 2+, safari 4+; multiple color stops */
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#666666), color-stop(0.83,#333333));    
    /* chrome 10+, safari 5.1+ */
    background-image:-webkit-linear-gradient(#333333,#666666);  
    /* firefox; multiple color stops */
    background-image:-moz-linear-gradient(top,#333333,#666666);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666')";
    /* ie10 */
    background-image: -ms-linear-gradient(#333333,#666666);
    /* opera 11.1 */
    background-image: -o-linear-gradient(#333333,#666666);
    /* The "standard" */
    background-image: linear-gradient(#333333,#666666);
}
#footer .footerbackground {
    display:inline-block;
   
    clear:both;
    padding: 17px 25px 30px 25px;
    height:auto;



}

#footer ul
{
    list-style: none;
    text-align:left;
    border: 0px;
    margin:0px;
    padding:0px;
}


#footer .column {
    width: 190px;
    border: 0px;
    margin:0px;
    padding:0px;
    vertical-align:top;
    float:left;
}

#footer div.line{
    border-left: solid #CCCCCC 1px;
    padding: 0px 10px 0px 10px;
}
#footer div.noline{
    padding: 0px 10px 0px 0px;
}

#footer div.leftline{
    width: 184px;
    border:0px;
    margin:0px;
    padding:0px;
    border-left: solid #CCCCCC 1px;
    padding-left: 10px;
    float:left;
}

#footer div.aboutwebb{

    clear: both;
}

#footer div.socialmedia{
    padding-top: 20px;

}

#footer h2, #footer h3{
    text-align:left;
    margin:6px 0px 3px 0px;
    padding:0px;
    font-size:12px;
    font-weight:bold;
    color:#CCCCCC;
}

#footer p{
    text-align:left;
    border:0px;
    padding:0px;
    font-size: 12px;
    line-height: 1.5em;
    color:#CCCCCC;
}

#footer p.header{
    position:relative;
    margin-bottom: 6px;
    font-size: 12px;
    color:#EEEEEE;
    font-weight: bold;
}

#footer img{
    margin:20px 0px 6px 0px;
}

#footer a{
    color:#CCCCCC;
    font-size: 12px;
    line-height: 1.8em;
    text-align:left;
}

#footer a:hover{
    text-decoration:underline;
}

#footer a.socialmedia{
    display:block;
    padding:4px 0px 1px 35px;
    background-repeat:no-repeat;
    height:24px;
    overflow:auto;
}

#footersearch {
    height:56px;
    width:184px;
    margin:0px 0px 0px 0px;
}

#footersearchfield {
background-color: white;
    width:184px;
    height:27px;
	
	
	
border: 1px solid #666;
}

#footersearch a {
    color:#CCCCCC;
}

#footersearch ul {
    padding:0px;
    margin:5px 0px 5px 0px;
    font-size:11px;
    text-align:left;
}

#footersearch ul li{
    display:inline;
    list-style:none inside;
    padding:0px;
}

#bottomfade {
	display:none;
    /*
    background-color:#ECEDED;
    height:26px;
    */
}


/*
-----------------------------------------------------------------------------------------

Adjustments for FCK-editor

-----------------------------------------------------------------------------------------
*/
#xToolbarRow {
    background-color:#FFFFFF;
    color:#000000;
}

textarea p {
    padding-bottom:16px;
    font-size:11px;

}

/* ------------------------------------------------------------- */
/* ------------------------ IG SPECIFIC ------------------------ */
/* ------------------------------------------------------------- */

.anewButtonHref {
    float: right;
    padding: 0px;
    display: block;
}

.newPageButton {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.igAddComponent {
    font-size: 12px;
    padding:3px;
    line-height:180%;
    border:1px dashed #000;
    background-color:#f7f96c;
    clear:both
}

.errandButton a, errandButton p{
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    border:solid 1px #bbb;
    margin-right:5px;
    padding:1px 4px 1px 4px;
    background:#eee;
    }
.grey {
    background:#eee;
    }
.searchedFor span, searchedFor p{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    border:solid 1px #bbb;
    padding:1px 4px 1px 4px;
    background:#eee;
    margin-top:-20px;
    }
.commentTable {
    margin:5px 0 5px 0;
    font-size:11px;
    color:#555;
    border:solid 1px #ddd;
    background:#efefef;
    padding:5px;
    }

/*------------ Handbook menu -----------------*/

#submenu {
    width:184px;
    background-color: #fff;
    color:#111;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    float:left;
}

#submenu ul {
    width:184px;
    list-style:none;
    padding:0px;
    border:none;
    color:#111;
}

#submenu ul li {
    float: left;
    width:184px;
    padding:0px;
    border:none;
    font-size:16px;
}

#submenu ul li a {
    border:none;
    padding:3px 0px 3px 7px;
    background-color:#E5EAF5;
    color:#111;
    border-bottom:1px solid #fff;
    display: block;
}

#submenu ul ul{
    color:#111;
}

#submenu ul ul li {
    font-size:11px;
}

#submenu ul ul li a {
    padding:3px 0px 3px 17px;
    background-color:#E5EAF5;
    color:#111111;
    border-bottom:1px solid #fff;
}

#submenu ul ul ul {
    color:#111;
}

#submenu ul ul ul li {
    font-size:11px;
}

#submenu ul ul ul li a {
    padding:3px 0px 3px 27px;
    background-color:#F2F4FA;
    color:#111;
    border-bottom:1px solid #fff;
}

#submenu ul ul ul ul {
    color:#111;
}

#submenu ul ul ul ul li {
    font-size:11px;
}

#submenu ul ul ul ul li a {
    padding:3px 0px 3px 37px;
    background-color:#fff;
    color:#111;
    border-bottom:1px solid #F2F4FA;
}

#submenu ul ul li a.leftmenunoborder,
#submenu ul ul ul li a.leftmenunoborder,
#submenu ul ul ul  ul li a.leftmenunoborder,
#submenu ul ul ul ul ul li a.leftmenunoborder
{
    border-bottom:none;
}

.menuheader
{
    background-color:#E5EAF5;
    color:#111;
    padding:7px 0px 7px 7px;
    font-size:16px;
    border-bottom:1px solid #fff;
}

.longtextfield
{
    width: 200px;
}

.longtextfieldinput
{
    width: 200px;
    margin-bottom:10px;
}

.shorttextfield
{
    width: 100px;
}

.shorttextfieldinput
{
    width: 100px;
    margin-bottom:10px;
}

#topmenu
{
    line-height: 20px;
    height: 21px;
    display: block;
}

.subdomain #topmenu
{
    display: none;
}

/*------------ Press release -----------*/

h1.pressrelease {
  background-color: #E5EAF5;
  width:90%!important;
  padding:4px 0px 4px 7px!important;
  margin-bottom:25px!important;
  font-weight:normal!important;
}

h1.bildPressrelease {
  background-color: #E4E4E4;
  width:90%!important;
  padding:4px 0px 4px 7px!important;
  margin-bottom:25px!important;
  font-weight:normal!important;
}

h1.pressrelease a , h1.bildPressrelease a {
  font-size:16px;
}

/*---------------- News archive -------------*/

.categorySelectorContainer
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 150px;
}

.categorySelectorInner
{
    background-color: rgb(240, 240, 240);
    height: 80px;
    overflow: auto;
    border: 1px solid rgb(150, 150, 150);
    padding: 2px;
}

.paletteheader
{
    padding: 3px;
    font-weight: bold;
    color: black;
}

.palettecontainer
{
}

.palettefooter
{
    background-color: #006CB2;
    border-top: 1px solid black;
    padding: 3px;
    font-weight: bold;
    border-top: 1px solid rgb(150, 150, 150);
}

.date
{
    width: 75px;
}

label[for=fromDate], label[for=toDate]	{
		display:inline;
}

label[for=fromDateM], label[for=toDateM]{
	display:none;
}

/* styles for forms generated by the form component (DS - 091214)
-----------------------------------------------------------------------------------------
*/

#formArea form fieldset label.formLabel,
#formArea form fieldset label.formLabelShort {
    display:block;
    font-weight:bold;
    padding-right:4px;
}

#formArea form fieldset input.formInput {
    width:220px;
}

#formArea form fieldset input.medium {
    width:220px;
}

#formArea form fieldset input.small {
    width:150px;
}

#formArea form fieldset textarea {
    width:90%;
}

#formArea form fieldset div.margin-bottom {
    margin-bottom:10px;
}

#formArea form fieldset div.row {
    display:block;
    background-color:#f2f4fa; /* för tydligare visning av tvåkolumnsformulär */
}

#formArea form fieldset div.row div.twocolcell {
    display:block;
    float:left;
    width:45%;
    padding:10px;
}

span.redstar {
    color:#ff0000;
    background-color:inherit;
    padding-right:4px;
}

span.valueText {
    padding:0px 6px 0px 3px;
}

table#igcalendar {
    width: 100%;
    border-collapse:collapse;
    margin-bottom:10px;
    }

table#igcalendar th,
table#igcalendar td {
    text-align: center;
    vertical-align: middle;
    font-weight:normal;
    padding: 3px;
    width: 14%;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    margin: 0px;
    }

table#igcalendar td.today a {
    font-weight: bold;
    background: #ededed url(/static/images/today.gif) repeat-x center center;
    }

table#igcalendar td.current a {
    background-color: #015497;
    font-weight: bold;
    color: #fff;
    }

table#igcalendar td a {
    display:block;
    }

table#igcalendar td a:hover {
    background-color: #ddd;
}

table#igcalendar td a:active {
    background-color: #fff;
    }

.calendarToday
{
    background-color: #E5EAF5;
}

table#igcalendar td a.last_next {
    font-weight:bold;
    text-decoration:none;
    }

.vevent {border:3px solid #E5EAF5;width:90%; font-family:Verdana, Geneva, sans-serif; font-size:11px; margin-bottom:15px; margin-top: 10px; padding-right: 4px;}
.vevent p {padding-right:10px;margin-bottom:8px;}
.vevent a:hover { text-decoration:underline;}
.vevent span.dtstart {background-color:#E5EAF5;padding:4px;}
.vevent h3.summary a{font-size:14px;margin-top:5px; text-decoration:underline;}
.vevent h3.summary a:hover { text-decoration:none;}
.vevent .summary a.url {background:transparent; font-family:Verdana, Geneva, sans-serif;display:inline;float:none;margin:0;padding:0;text-decoration:none;}
.eventTypeSpan {background:#E5EAF5;display:block;float:right;margin:-16px -5px 0px 0px;padding:2px 5px 2px 5px;outline:none; text-align: center;}
.vevent a { color:#006CB2; text-decoration:none;}
.vevent div.longDescription { margin-top:15px;}
.innerEventDiv{ margin-top: -10px;
    padding-left: 10px;}

#monthAndYear {
background-color: #E5EAF5;
padding-left:8px;
padding-right:2px;
padding-bottom: 0px !important;
margin-top:10px;
}

/*KP D11-2, SimpleSearch led-text*/
div.rightcolumnform input#searchString.watermark {
    color: #999!important;
    font-style: italic!important;
    font-size: 9px!important;
}

div.rightcolumnform input#searchString{
    height:13px;
}

/*KP D11-2 inf-246, SimpleSearch sökindikator*/
div#progress_indicator_container div#progress_inner{
    padding:45px 45px 0px 0px;
    background-image:url(/static/images/loading36.gif);
    background-repeat:no-repeat;
    position:relative;
    left: 150px;
    top: -53px;
    /*background-size: 50%, fungerar bara i vissa webbläsare*/
    display: none;
}
/*
-----------------------------------------------------------------------------------------

Videospelare

-----------------------------------------------------------------------------------------
*/

.umuVideoPlayer {
    margin-bottom: 10px !important;
}

/*
-----------------------------------------------------------------------------------------

New Design 2011 General

-----------------------------------------------------------------------------------------
*/
/*För att inte spränga sidan*/
#maincolumn.threecolumnlayout div.nd2011 {
    width:90%;
}
#maincolumn.threecolumnlayout div.slideshowvignette {
    width:100%;
}
#maincolumn.threecolumnlayout div.nd2011 h2, #maincolumn.threecolumnlayout div.nd2011 h3, #maincolumn.threecolumnlayout div.nd2011 p{
    width: auto;
}
#eduProgramNav hr.delimiter {
	height:1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px 0px 0px 0px;
	margin-top: 9px;
	margin-bottom: 10px;
	border-style: none;
}

.nd2011 hr.delimiter {
	height:1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px 0px 0px 0px;
	margin: 0px;
	border-style: none;
}

div.nd2011{
	margin-bottom:10px;
}

span.puffCategory {
    font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	font-size: 11px;
}
span.puffCategory:after {
	content: "\0000a0";
}
/*
-----------------------------------------------------------------------------------------

New Design 2011 - main column

-----------------------------------------------------------------------------------------
*/
#contenttop .nd2011 h2.vignette,
#startmaincolumn .nd2011 h2.vignette ,
#maincolumn .nd2011 h2.vignette { /* anpassad efter miniarticle, calendarEventListSimple*/
    font-family: Verdana;
    font-size:15px;
    font-weight:normal;
    color:#333333;
    display:block;
    padding:2px 0px 4px 0px;
    border-top: 4px solid #666666;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom:10px;
}

#startmaintopcolumn .nd2011 .crisis h2.vignette{
    font-family: Verdana;
    font-weight:normal;
    color:#333333;
    display:block;
	border: none;
    padding:0px 0px, 0px 0px !important;
	font-size:26px;
	margin: 0 0 10px 0;

}

#contenttop .nd2011 h2.calendarvignette,
#startmaincolumn .nd2011 h2.calendarvignette ,
#maincolumn .nd2011 h2.calendarvignette { /* anpassad efter miniarticle, calendarEventListSimple*/
    font-family: Verdana;
    font-size:15px;
    font-weight:normal;
    color:#333333;
    display:block;
    padding:2px 0px 4px 0px;
    border-top: 4px solid #666666;
    margin-bottom:1px;
}

#rightcolumnone .nd2011 .calendarEventList h2,
#rightcolumntwo .nd2011 .calendarEventList h2,
#maincolumn.nd2011layout  .nd2011 .calendarEventList h2.calendarvignette2013
 {
	border-top: 4px solid #666666;
	color: #333333;
	display: block;
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	padding:2px 0px 4px 0px;
	padding-left: 8px;
	padding-right: 8px;
}

#maincolumn .nd2011 .backgroundcolor h2{
    padding-left:8px;
    padding-right:8px;
}

#maincolumn .nd2011 .backgroundcolor h3{
    padding-left:8px;
    padding-right:8px;
}


#maincolumn .nd2011 .backgroundcolor p{
    padding-left:8px;
    padding-right:8px;
}

#maincolumn  .edu_blueplate  p{
	padding-top:15px;
	padding-left:10px;
    padding-right:18px;
	padding-bottom:15px;
}

/*
-----------------------------------------------------------------------------------------

New Design 2011 - right column

-----------------------------------------------------------------------------------------
*/

#rightcolumnone div.nd2011 h2,
#rightcolumntwo div.nd2011 h2 {
    font-size:12px;
    padding:0px;
}

#rightcolumnone div.nd2011 h3,
#rightcolumntwo div.nd2011 h3 {
    font-size:12px;
    padding:0px;
}
#rightcolumntwo .relatedhead_area2 h2.vignette,
#rightcolumnone .relatedhead_area2 h2.vignette,
#rightcolumntwo div.nd2011 h2.vignette, /*.vignette class only to allow h2 */
#rightcolumnone div.nd2011 h2.vignette { /* anpassad efter miniarticle, calendarEventListSimple*/
    font-family: Verdana;
    font-size:15px;
    font-weight:normal;
    color:#333333;
    display:block;
    padding:2px 0px 4px 0px;
    border-top: 4px solid #666666;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom:10px;
}
#rightcolumnone .relatedhead_area2 h2.vignette{
margin-bottom:4px;
}

#rightcolumntwo div.nd2011 div.backgroundcolor h2,
#rightcolumnone div.nd2011 div.backgroundcolor h2{
    padding-left:8px;
    padding-right:8px;
}

#rightcolumntwo div.nd2011 div.backgroundcolor h3,
#rightcolumnone div.nd2011 div.backgroundcolor h3{
    padding-left:8px;
    padding-right:8px;
}

#rightcolumntwo div.nd2011 div.backgroundcolor p,
#rightcolumnone div.nd2011 div.backgroundcolor p{
    padding-left:8px;
    padding-right:8px;

}

#startmaintopcolumn  div.nd2011 .no p,
#rightcolumntwo div.nd2011 p,
#rightcolumnone div.nd2011 p {
    padding-left:0px;
    padding-right:0px;
}

/*
-----------------------------------------------------------------------------------------

New Design 2011 - miniarticle

-----------------------------------------------------------------------------------------
*/
#startmaintopcolumn .crisis{
	min-height:100px;
	padding:20px;
}

#startmaintopcolumn .blue{
	background-color: #E6EFFB;
	border: 2px solid #74A8D8;
}

#startmaintopcolumn .yellow{
	background-color: #FFF1D2;
	border: 2px solid #F8C85B;
}

#startmaintopcolumn .red{
	background-color: #FFC8CD;
	border: 2px solid #FF0000;
}
#startmaintopcolumn .red a,
#startmaintopcolumn .blue a,
#startmaintopcolumn .yellow a{
	font-size: 20px;
}
#startmaintopcolumn .red p,
#startmaintopcolumn .blue p,
#startmaintopcolumn .yellow p{
	font-size: 20px;
	line-height:24px;
	padding: 0px;
	padding-bottom: 16px;
}

#maincolumn .nd2011 .backgroundcolor p.quote,
#rightcolumntwo .nd2011 .backgroundcolor p.quote,
#rightcolumnone .nd2011 .backgroundcolor p.quote{
    background-position:8px 2px;
}

#maincolumn .nd2011 p.quote,
#rightcolumntwo .nd2011 p.quote,
#rightcolumnone .nd2011 p.quote{
    background-image:url(/static/images/quote.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    font-family: Georgia;
    font-size:16px;
    font-weight:normal;
    font-style: italic;
    line-height:20px;
    color:#333333;
}

#maincolumn .nd2011 p.quote a,
#rightcolumntwo .nd2011 p.quote a,
#rightcolumnone .nd2011 p.quote a {
    font-family: Georgia;
    font-size: 16px;
    font-weight:normal;
    font-style: italic;
    line-height:20px;
    color:#333333;
}

#maincolumn .nd2011 p.quote:first-letter,
#rightcolumntwo .nd2011 p.quote:first-letter,
#rightcolumnone .nd2011 p.quote:first-letter {
    padding-left:27px;
}

#startmaintopcolumn .crisis h2,
#startmaintopcolumn .crisis h3{
	color: #333333;
    display: block;
    font-weight: bold;
	font-size: 20px;
	margin: 0 0 6px 0;
}

#startmaintopcolumn  div.nd2011 .no p{
	padding-bottom: 7px;
}

/*
-----------------------------------------------------------------------------------------

New Design 2011 - CalendarEventListSimple

-----------------------------------------------------------------------------------------
*/
#rightcolumnone.nd2011layout .calendarEventList ul,
#maincolumn.nd2011layout .calendarEventList ul{
    list-style:none;
    padding: 0px;
}

#rightcolumntwo .calendarEventList ul ,
#rightcolumnone .calendarEventList ul {
    list-style:none;
    padding: 0px;
}

#rightcolumnone.nd2011layout .calendarEventList  p.information,
#maincolumn.nd2011layout .calendarEventList  p.information {
    position:relative;
    left:8px;
    !top: -17px; /* ie7 */
    padding: 3px 10px 10px 0px;
    margin:0;
    float:none;
}

#rightcolumntwo .calendarEventList  p.information,
#rightcolumnone .calendarEventList  p.information {
    margin:3px 0 10px 0;
    float:left;
    padding: 0px 15px 0px 0px;
}

p.description .category,
#rightcolumnone.nd2011layout .calendarEventList span.category,
#maincolumn.nd2011layout .calendarEventList span.category {
    color: #333333;
    font-size:11px;
    font-weight: bold;
    text-transform: uppercase;
}

#rightcolumntwo .calendarEventList span.category,
#rightcolumnone .calendarEventList span.category {
    color: #333333;
    font-size:11px;
    font-weight: bold;
    text-transform: uppercase;
}

#rightcolumnone.nd2011layout .calendarEventList p.D,
#maincolumn.nd2011layout .calendarEventList p.D{
    font-family: Verdana;
    font-size: 11px;
    margin:6px 0 0 -4px;
    text-align:center;
    padding-bottom:8px;
    display:block;
}

#rightcolumntwo .calendarEventList p.D,
#rightcolumnone .calendarEventList p.D{
   display: none;
}

#rightcolumntwo .calendarEventList p.Day,
#rightcolumnone .calendarEventList p.Day{
    font-family: Verdana;
    font-size: 12px;
    text-align:left;
    position:relative;
    top: 6px;
    margin:0 0 0 -5px;
    display:inline;
}

#rightcolumnone.nd2011layout .calendarEventList p.Day,
#maincolumn.nd2011layout .calendarEventList p.Day{
    display: none;
}

#rightcolumnone.nd2011layout .calendarEventList p.d,
#maincolumn.nd2011layout .calendarEventList p.d{
    font-family: Georgia;
    font-size: 20px;
    margin:-8px 0 0 0px;
    text-align:center;
    width:24px;
    float:left;
}

#rightcolumntwo .calendarEventList p.d,
#rightcolumnone .calendarEventList p.d{
    font-family: Georgia;
    font-size: 15px;
    margin:5px 0 0 -4px;
    text-align:center;
    width:15px;
    float:left;
}

#rightcolumnone.nd2011layout .calendarEventList ul li a,
#maincolumn.nd2011layout .calendarEventList ul li a{
    font-size:12px;
    color: #333333;
    font-weight: normal;
}

#rightcolumntwo .calendarEventList ul li a ,
#rightcolumnone .calendarEventList ul li a {
    font-size:12px;
    color: #333333;
    font-weight: normal;
}

#rightcolumnone.nd2011layout .calendarEventList ul li .datestamp,
#maincolumn.nd2011layout .calendarEventList ul li .datestamp{
    float:left;
    width:43px;
    height:50px;
    padding-left:8px;
    background-position:8px 0px;
    margin: 0px 0px 10px 0px;
    background-repeat:no-repeat;
    background-image:url(/static/images/calendaricon.png);
}

.calendarEventList ul li .datestamp{
    float:left;
    height:29px;
    padding-left:8px;
    background-position:8px 0px;
    background-repeat:no-repeat;
    background-image:url(/static/images/calendariconsmall.png);
}

#rightcolumnone.nd2011threecolumnlayout .nd2011 .calendarEventList ul li .month,
#rightcolumnone.nd2011layout .nd2011 .calendarEventList ul li .month,
#maincolumn.nd2011layout .calendarEventList ul li .month{
    position: relative;
	left: 96px;
	!left: 35px;
	top: -25px;
	background-color: #F3F3EB;
    padding-left:8px;
	padding-right:8px;
    font-family: Gerorgia;
	font-size: 20px;
	font-style: italic;
	color: #9C9C96;
}
#rightcolumntwo .nd2011 .calendarEventList ul li .month,
#rightcolumnone .nd2011 .calendarEventList ul li .month{
	position: relative;
	left: 50px;
	!left: -90px;
	top: -25px;
	background-color: #F3F3EB;
    padding-left:8px;
	padding-right:8px;
    font-family: Gerorgia;
	font-size: 20px;
	font-style: italic;
	color: #9C9C96;
}
#rightcolumnone.nd2011layout .calendarEventList ul li .calendaritem,
#maincolumn.nd2011layout .calendarEventList ul li .calendaritem{
     padding-left:50px;
	 !padding-left:0px;  /* ie7 */
}

.calendarEventList ul li .divider {
    clear:both;
    margin-bottom:10px;
    border-bottom:1px solid #CCCCCC;
}


#maincolumn.nd2011layout  a.more{
    margin: -8px 0 -10px 0;
}

#rightcolumntwo a.more,
#rightcolumnone.nd2011layout  a.more,
#rightcolumnone  a.more{
    margin: -8px 0 0 0;
}

#maincolumn h1.calendar{
	padding-bottom: 15px;
}
#maincolumn h1.calendar.floated{
	float: left;
    width: 95%;
}
    
.vevent_nd2011{
	background-color: white;
	margin: 10px 13px;
	border: 1px solid #E6E6E0;
}
.vevent_nd2011 .innerEventDiv{
	margin-top: 0px;
    padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

#maincolumn .nd2011  .calendar h2.vignette {
    margin-bottom: 18px;
}
#maincolumn .vevent_nd2011 h2.calendarListHeading{
	border-top: 2px solid #CC0066;
	margin: 2px 2px 0px 2px;
	padding: 7px 10px 8px 10px;
}

.calendarList .backgroundcolor{
	padding-bottom:8px;
}

hr.monthdelimiter{
	background: white;
	height: 25px;
	border: 1px solid white;
	margin:0px;
	margin-top:20px;
	padding:0px;
}

td.calendarNav{
	border-top: 1px none;
	background-color: #006CB2;
}
#rightcolumntwo  table#igcalendar td.calendarNav a,
#rightcolumnone table#igcalendar td.calendarNav a{
	color: #FFFFFF;
}

#rightcolumntwo  table#igcalendar td.calendarNav a:hover,
#rightcolumnone table#igcalendar td.calendarNav a:hover{
	color:#FFFFFF;
	background-color: #006CB2;
	text-decoration:none;
}

#rightcolumntwo  table#igcalendar td.calendarNav a:visited,
#rightcolumnone table#igcalendar td.calendarNav a:visited{
	color:#FFFFFF;
	background-color: #006CB2;
	text-decoration:none;
}
/*
-----------------------------------------------------------------------------------------

New Design 2011 - News puff

-----------------------------------------------------------------------------------------
*/
#maincolumn .vevent_nd2011 h2.calendarListHeading,
#rightcolumntwo div.nd2011 h2.rightColumnNewsHeading,
#rightcolumnone div.nd2011 h2.rightColumnNewsHeading{
    font-family: Georgia;
    font-size:18px;
    line-height: 20px;
    font-weight:normal;
}

/*
-----------------------------------------------------------------------------------------

New Design 2011 - Interview

-----------------------------------------------------------------------------------------
*/
#rightcolumnone #interview p,
#rightcolumntwo #interview p {
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
}

.threecolumnlayout #interview h2, .threecolumnlayout #interview h3, .threecolumnlayout #interview p{
    width: auto;
}

#maincolumn #interview.novignette{
	padding-top:20px;
}

#maincolumn #interview.novignette p{
	padding-left: 0px;
}


#maincolumn #interview h1.puffheading{
font-family: Verdana;
    font-size: 14px;
    color: #333333;
	line-height: 20px;
    padding-right: 8px;
}

#rightcolumnone #interview.novignette ,
#rightcolumntwo #interview.novignette  {
	padding-top:1px;
}

#interview img.norotation {
    width:135px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 15px 10px 15px 18px;
    padding: 5px;
    -webkit-box-shadow: 2px 2px 4px #BBBBBB;
    -moz-box-shadow: 2px 2px 4px #BBBBBB;
    box-shadow: 2px 2px 4px #BBBBBB;
}

#interview img.rotation {
    width:135px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 15px 10px 15px 18px;
    padding: 5px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-box-shadow: 2px 2px 4px #BBBBBB;
    -moz-box-shadow: 2px 2px 4px #BBBBBB;
    box-shadow: 2px 2px 4px #BBBBBB;
}

#interview img.rotationleft {
	float: left;
	margin-right: 20px;

}

#interview img.rotationright {
	float: right;
	margin-top: 4px;
	margin-right: 18px;
}

#rightcolumnone.nd2011threecolumnlayout #interview img#wideright {
    -moz-box-shadow: 2px 2px 4px #BBBBBB;
    -moz-transform: rotate(4deg);
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 15px 10px 15px 35px;
    padding: 5px;
    width: 70%;
}

#rightcolumnone.nd2011threecolumnlayout .nd2011  .interviewalternativeimage#wideright{
	width: 60%!important;
	margin: 15px 5px 15px 50px !important;
}
/*
-----------------------------------------------------------------------------------------

New Design 2011 - RssReader

-----------------------------------------------------------------------------------------
*/
.nd2011#rssreader img{
	display:none;
	height: 0px;
	width: 0px;
}

/*
-----------------------------------------------------------------------------------------

New Design 2011 - Banner

-----------------------------------------------------------------------------------------
*/
.nd2011#banner img{
	padding-bottom:0px;
}

/*
-----------------------------------------------------------------------------------------

End New Design 2011

-----------------------------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------------------------

New Design 2011 - mapcomponent
Hitta på campus component

-----------------------------------------------------------------------------------------
*/

#maincolumn.threecolumnlayout #map-component.nd2011 {
    width:100%;
}
.twocolumnlayout #map-component div#menu div#map-dropdown,
.threecolumnlayout #map-component div#menu div#map-dropdown,
.nd2011threecolumnlayout #map-component div#menu div#map-dropdown {
	float: left;
}

#map-component div#menu div#map-dropdown div#campus-dropdown,
#map-component div#menu div#map-dropdown div#category-dropdown {
	position:relative;
	float:left;
	margin: 0px 10px 0px 0px;
	!margin: 10px 0px 0px 0px;
	!left: -20px;
}

#map-component #menu {
	padding-bottom: 5px;
}

#map-component #menu button {
    height: 29px;
    width: 60px;
	font-size: 12px;
}

#map-component #menu select {
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #bababb;
}

#map-component #menu input {
    height: 25px;
    margin-right: 10px;
    padding-left: 5px;
	width: 160px;
    border: 1px solid #DDDDDD;
    -moz-box-shadow: 2px 2px 2px #BBB inset;
    -webkit-box-shadow:  2px 2px 2px #BBB inset;
    box-shadow: 2px 2px 2px #BBB inset;
}

#map-component #menu div {
	margin: 0;
}

#map-component #menu label {
	display: block;
	padding-bottom: 2px;
}

#map-component #menu #query.no-search-hits {
	border: 1px solid red;
}

.ui-autocomplete {
	background: #f3f3f3;
	width: 10em;
	border: 1px solid #939393;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	padding: 0;
	cursor: default;
}

.ui-autocomplete li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ui-autocomplete li a {
	padding: 2px;
	display: block;
	border: 1px solid transparent;
}

.ui-autocomplete li.footer {
	padding: 2px;
	display: block;
	text-align: right;
	border: 1px solid transparent;
	cursor: pointer;
}

.ui-autocomplete li a.ui-state-hover {
	background: #fafafa;
	border: 1px solid #cfcfcf;
}

#map-component .error-message {
	display: block;
	visibility: hidden;
	color: #ff0000;
	margin-left: 1ex;
}

#map-component #item-container {
	height: 100%;
	max-width: 330px;
}

#map-component #item-container h2 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 1ex;
}

#map-component .item-info {
	float: left;
	width: 50%;
}

#map-component .item-image {
	float: right;
width: 50%;
}

#map-component .item-info ul#extra-info {
	padding: 0;
	margin: 0;
}

#map-component .item-info li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#map-component .item-link {
	clear: both;
	float: right;
}

/*
-----------------------------------------------------------------------------------------

Google GSA search

-----------------------------------------------------------------------------------------
*/

#maincolumn.threecolumnlayout #search-component.nd2011 {
    width:100%;
}
#maincolumn.nd2011threecolumnlayout #search-component.nd2011 {
    width:100%;
}

#search-component #searcharea{
	width:330px;
	margin-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
    border:1px solid #DDD;
    -moz-box-shadow: inset 2px 2px 2px #BBB;
    -webkit-box-shadow: inset 2px 2px 2px #BBB;
    box-shadow: inset 2px 2px 2px #BBB;
	float:left;
}

#search-component #searchfield {
    width:298px;
	border: 0 none;
    height: 20px;
    padding: 0;
	margin-top: 3px;
    vertical-align: middle;
	float:left;
}

#search-component input.resetbutton{
	height:22px;
    width:22px;
    border:none;
    background:url(/static/images/close.png) no-repeat;
	background-position:right center;
    vertical-align:middle;
    margin-top:2px;
    !margin:0px; /* IE7 fix */
}
/*
-----------------------------------------------------------------------------------------

Google GSA search suggestions

-----------------------------------------------------------------------------------------
*/

#search_suggest.ss-gac-m{
  background: white;
  border: 1px solid #E8E8E3;
  cursor: default;
  line-height: 17px;
  margin: 0;
  position: absolute;
  !margin-top: 30px; /* IE7 fix */
  !margin-left: -340px; /* IE7 fix */
  z-index: 99;
  width: 305px!important;
  border-collapse: separate;
  -webkit-box-shadow: 2px 2px 4px #BBBBBB;
  -moz-box-shadow: 2px 2px 4px #BBBBBB;
  box-shadow: 2px 2px 4px #BBBBBB;
}

#search_suggest_header.ss-gac-m {
  background: white;
  border: 1px solid #E8E8E3;
  cursor: default;
  line-height: 17px;
  font-size: 11px;
  position: absolute;
  margin-top:3px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  !margin-top: 30px; /* IE7 fix */
  !margin-left: -340px; /* IE7 fix */
  z-index: 99;
  width: 293px!important;
  border-collapse: separate;
  -webkit-box-shadow: 2px 2px 4px #BBBBBB;
  -moz-box-shadow: 2px 2px 4px #BBBBBB;
  box-shadow: 2px 2px 4px #BBBBBB;
}

#search_suggest .ss-gac-b,
#search_suggest_header .ss-gac-b {
  background: #C9D7F1;
  color: white;
}

#search_suggest .ss-gac-c,
#search_suggest_header .ss-gac-c{
  overflow: hidden;
  padding-left: 3px;
  text-align: left;
  color: #333333;
  white-space: nowrap;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-left: 0px;
}

#search_suggest .ss-gac-d,
#search_suggest_header .ss-gac-d{
  display:none;
  color: green;
  font-size: 10px;
  overflow: hidden;
  padding: 0 3px;
  text-align: right;
  white-space: nowrap;
  border-left: 0px;
}

#search_suggest .ss-gac-b td,
#search_suggest_header .ss-gac-b td{
  color: black;
}

#search_suggest .ss-gac-e td,
#search_suggest_header .ss-gac-e td{
  font-size: 10px;
  line-height: 15px;
  padding: 0 3px 2px;
  text-align: right;
  border-left: 0px;
}

#search_suggest .ss-gac-e span,
#search_suggest_header .ss-gac-e span{
  font-size: 11px;
  color: black;
  cursor:pointer;
}

/*
-----------------------------------------------------------------------------------------

Google GSA search result

-----------------------------------------------------------------------------------------
*/

#maincolumn.threecolumnlayout #search-result-component.nd2011 {
   width:100%;
}

#search-result-component
{
   margin-top:10px;
   margin-bottom:20px;
}

#search-result-component #searchresult table {
   border-collapse: collapse;
   border-spacing:0;
   border:0px;
   margin:0px;
   padding:0px;
   height:auto;
   table-layout:fixed;
}

#search-result-component #searchresult  p {
   border:0px;
   margin:0px;
   padding:0px;
}

#search-result-component #searchresult table tr {
   border: 0px!important;
   margin: 0px;
   padding:0px;
}

#search-result-component #searchresult table tr td {
   font-size: 12px;
   line-height: 18px;
   border: 0px;
   margin:0px;
   padding: 0px;
   vertical-align:top;
}

#search-result-component #searchresult div.pers table tr td.cell1 {
   width: 68px;
}

#search-result-component #searchresult div.pers table tr td.cell2 {
   padding-left:10px;
   width: 400px;
}

#search-result-component #searchresult div.pers table tr td.cell3 {
   width: 80px;
}

#search-result-component #searchresult div.utb table tr td{
   width: 560px;
}

#search-result-component #searchresult div.hit table tr td{
   width: 560px;
}

#search-result-component .person {
   vertical-align: bottom;
   margin-top:2px;
   margin-bottom:10px;
   width:68px;
}

#search-result-component #searchresult div.vieworg table tr td.cell1 {
   width: 65px;
}

#search-result-component #searchresult div.vieworg table tr td.cell2 {
   padding-left:10px;
   width: 400px;
}

#search-result-component #searchresult div.viewevent table tr td.cell1 {
   width: 65px;
}

#search-result-component #searchresult div.viewevent table tr td.cell2 {
   padding-left:10px;
   width: 420px;
}

#search-result-component #searchresult div.viewevent table tr td.cell3 {
   padding-left:5px;
   width: 80px;
}

#search-result-component .orgimage {
   margin-left: -6px;
}

#search-result-component .eventimage {
   margin-top: 4px;
}


#search-result-component  table tr td  p{
   color: #7E7E7E;
}

#search-result-component #searchresult div.pers table tr td p{
   color: #333;
}

#search-result-component #searchresult div.vieworg table tr td p{
   color: #333;
}

#search-result-component #searchresult div.viewevent table tr td p{
   color: #333;
}

#search-result-component ul li  ul {
   padding-left:0;
}

#search-result-component #searchresult div.locked {
   background-color: #FFF8E7;
   padding-top:10px;
   margin-bottom:30px;
   margin-left:-10px;
   border: 1px solid #F8F2D7;
}

#search-result-component #searchresult div.locked p {
   font-family: Verdana;
   font-size:12px;
   padding-left: 10px;
   margin-top:10px;
   padding-bottom: 10px !important;
}

#search-result-component a.lock {
   background-image: url(/static/images/lock.png);
   background-repeat: no-repeat;
   background-position: 10px 2px;
   text-decoration:none;
   font-family: Verdana;
   padding-left: 30px;
   font-size:15px;
   color:#0E1CB3;
}

#search-result-component #searchresult div.keymatch {
   background-color: #FFF8E7;
   padding-top:10px;
   margin-bottom:30px;
   margin-left:-10px;
   border: 1px solid #F8F2D7;
}

#search-result-component #searchresult div.keymatch p {
   font-family: Verdana;
   font-size:12px;
   color:#00802A;
   margin-top:10px;
   padding-bottom: 10px !important;
}

#search-result-component #searchresult div.keymatch a{
   text-decoration:none;
   font-family: Verdana;
   font-size:15px;
   color:#0E1CB3;
}

#search-result-component #searchresult div.keymatch table tr td {
   padding-left:10px;
}

#search-result-component #searchresult div.keymatch table tr td.cell1 {
   width: 475px;
}

#search-result-component #searchresult div.keymatch table tr td.cell2 {
   width: 80px;
   font-family: Verdana;
   font-size:12px;
   color:#999999;
}

#search-result-component #searchresult div.utb {
   background-color: #F2F4FA;
   padding-top:10px;
   margin-bottom:10px;
   margin-left:-10px;
}

#search-result-component #searchresult div.utb p {
   padding-left:10px;
}

#search-result-component #searchresult div.utb table tr td {
   padding-left:10px;
}

#search-result-component #searchresult div.hit {
}

#search-result-component #searchresult div.pers {
}

#search-result-component #searchresult div.vieworg {
}

#search-result-component #searchresult div.viewevent {
}
/*Textbanner component styles*/
.internal#textBanner {
	margin: 0 0 10px 0;
	height: auto;
	background-image: url(/static/images/white17_linkarrow_offset.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.external#textBanner{
	margin: 0px 0px 10px 0px;
	height: auto;
	background-image: url(/static/images/external_link-white-27x27.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#textBanner:hover {
	opacity: 0.8; /* css standard */
    filter: alpha(opacity=80); /* internet explorer */
}
#textBanner.darkblue {
	background-color: #003DA5;
}
#textBanner.darkblue a span.textBannerTitle, #textBanner.darkblue a span.textBannerSubtitle {
	color: #003DA5;
}
#textBanner.cyan {
	background-color: #00A0E6;
}
#textBanner.cyan a span.textBannerTitle, #textBanner.cyan a span.textBannerSubtitle {
	color: #00A0E6;
}
#textBanner.green {
	background-color: #50BE1F;
}
#textBanner.green a span.textBannerTitle, #textBanner.green a span.textBannerSubtitle {
	color: #50BE1F;
}
#textBanner a.fillBanner {
	display: inline-block;
	padding: 27px 27px 10px 15px;
	margin-right: 5px;
	overflow: hidden;
}
#textBanner a:hover {
	text-decoration: none;
}
#textBanner a span {
	box-shadow: 3px 0 0 0 white, -3px 0 0 0 white;
	left: 3px;
	position: relative;
	font-weight: bold;
	background-color: white;
	text-decoration: none;
	font-family: "proxima-nova", Verdana;
}
.textBannerTitle {
	font-size: 32px;
	line-height: 42px;
}
#textBanner br{
	display: block;
    line-height: 25px;
	margin-top: 2px;
	line-height: 37px\9; /* IE 8 and below */
	*line-height: 37px; /* IE 7 and below */
	_line-height: 37px; /* IE 6 */
}

.textBannerSubtitle {
	font-size: 16px;
	line-height: 19px;
}
/*
FCK-editor
*/
#maincolumn h2.highlight {
	font-size: 16px;
	font-family: "proxima-nova", Georgia;
	color: white;
	padding: 3px 5px;
	margin: 0 6px 10px 0;
	display: inline-block;
}
.highlight.darkblue {
	background-color: #003DA5;
}
.highlight.cyan {
	background-color: #00A0E6;
}
.highlight.green {
	background-color: #50BE1F;
}
#maincolumn h2.highlight.white {
	background-color: white;
	color: #333333;
}
q {
	font-family: Georgia, serif;
	font-size: 26px;
	font-style: italic;
	margin: 10px 0 10px 40px;
	padding: 0;
	line-height: 1.25;
	display: inline-block;
}
q.darkblue {
	color: #003DA5;
}
q.cyan {
	color: #00A0E6;
}
q.green {
	color: #50BE1F;
}
q.black {
	color: #000000;
}

#maincolumn div#news blockquote p,
.threecolumnlayout blockquote p,
.nd2011threecolumnlayout blockquote p
{ quotes:"\201D""\201D""\2019""\2019"; }

html[lang=en] .threecolumnlayout blockquote p,
html[lang=en] #maincolumn div#news blockquote p,
html[lang=en] .nd2011threecolumnlayout blockquote p
{quotes:"\201C""\201D""\2018""\2019"}

.threecolumnlayout blockquote,
.nd2011threecolumnlayout blockquote,
#maincolumn div#news blockquote
{margin:0;}

#maincolumn div#news blockquote p
#maincolumn div#article blockquote p
{ line-height: 23px; }

#maincolumn div#news blockquote p,
.threecolumnlayout blockquote p,
.nd2011threecolumnlayout blockquote p
{ width: 43%; position: relative; font-family: Georgia; font-style: italic; font-weight: bold; font-size: 18px; text-indent: 14px; background-color: #E6EFFB; float: right; padding: 20px 20px 30px 20px !important; margin: 0 0 10px 25px;  line-height: 23px !important;}

#maincolumn div#news blockquote p:before,
blockquote p:before
{ position: absolute; content: open-quote; font-size: 24px; left: 4px; line-height: 29px; }

#maincolumn div#news blockquote p:after,
blockquote p:after
{ position: absolute; content: close-quote; font-size: 24px; margin-left: -13px; line-height: 29px; }

.threecolumnlayout blockquote a,
.nd2011threecolumnlayout blockquote a,
#maincolumn div#news blockquote a
{ color: #333333 !important; text-decoration: none; font-family: Georgia; font-size: 18px; font-style: italic; font-weight: bold; cursor: text; }

#calendarListReloadContainer {
	background-color: #F3F3EB;
	display: table;
	margin: 10px 0;
	width: 100%;
}

#calendarListReloadContainer p {
	margin: 20px;
	padding: 0;
}

figure
{ margin: 0; }
figure.imagefullwidth
{ padding-bottom: 20px; }
figure.imagelefthalf
{ padding-right: 20px; }
figure.imagerighthalf
{ padding-left: 20px; }
figure.imageleftsmall
{ padding-right: 20px; }
figure.imagerightsmall
{ padding-left: 20px; }
figcaption {
font-size: 11px;
text-align: left;
line-height: 15px;
margin-top: -3px;
padding: 10px 10px 13px 10px;
background-color: #EFEFEC;
}
figure.imagefullwidth img,
figure.imagelefthalf img,
figure.imagerighthalf img,
figure.imageleftsmall img,
figure.imagerightsmall img,
figure.imageleftsmaller img,
figure.imagerightsmaller img
{
    width:100%;
}
/*
-----------------------------------------------------------------------------------------
ICU feedback form
-----------------------------------------------------------------------------------------
*/
#contactForm .button {
	float: left;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	margin: 0 0px;
	padding: 0 0px;
	width: 180px;
}
#contactForm label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#contactForm input{
	padding-left: 8px;
	height: 20px;
	width: 220px;
}

.OBSmessage {
	font-style: italic;
}
.OBSmessage.active p{
	color: #E3147E;
}

.OBSmessage.inactive p{
	color: #333333;;
}

textarea#meddelande {
	resize: vertical;
}
.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.custom-invalid{
	border:2px solid #ff0000;
	outline:none;
}
.custom-invalid:focus{
	outline:none;
}
.custom-error-message{
 /*	position: absolute;
    left: 16px;
    z-index: 100;
    top: 0px;
    width: 200px;*/
        float: right;
    margin-left: 5px;
    color: #ff0000;
   /* display: none;*/
}
.custom-validation-container {
	margin-bottom:10px;
}
.custom-validation-container .custom-validation-field{
	float:left;
}
.custom-validation-container .redstar{
/*	display:inline;
	position:relative;*/
	margin-left: 5px;
	float:left;
	color:#ff0000;
    background-color:inherit;
   /* padding-right:4px;*/
}
.custom-validation-container .longtextfieldinput{
	margin-bottom:0px;
}
/*
.custom-validation-container{
	position:relative;
    overflow: visible;
}
.form-error-message{
	color:#ff0000;
}
.custom-error-message{
	position: absolute;
     left: 0;
    z-index: 100;
    bottom: -33px;
    color: #ffffff;
    display:none;
}
.arrow_box {
	
	position: relative;
	background: #585858;
	padding:5px;
}

.arrow_box:after{
	    left: 20%;
    bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(87, 87, 87, 0);
    border-bottom-color: #585858;
    border-width: 10px 10px 6px 10px;
}*/
.pretty-oembed{
	position:relative;
	display:block;

}
.simpleEmbedded{
	margin-bottom:20px;
}
.click-overlay{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	z-index=999;
}

.left{
	float:left;
}
.reveal{
	line-height:21px;
}

/*embed configurations */
.embed-container{ position: relative;  height: 0; /*overflow: hidden;*/ max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.embed-container.aspect_16_9{
	padding-bottom: 56.25%;
}
.embed-container.aspect_4_3{
	padding-bottom: 75%;
}

.embed-container-youtube { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container-youtube iframe, 
.embed-container-youtube object, 
.embed-container-youtube embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
div.video_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:100000}

.rssIcon.bottom{
	    margin-left: 8px;
    padding-bottom: 8px;
}
.rssLink{
	display: block;
	float:right;
	margin-top: 2px;
}
.rssLink span{
	display: block;
    background-image: url(/static/images/rssIcon.png);
    background-repeat: no-repeat;
	   width:16px;
	   height:16px;
    overflow: auto;
}
/*
.infopanel{
	 *zoom: 1;
}

.infopanel:before,
.infopanel:after {
    content: " "; 
    display: table; 
}

.infopanel:after {
    clear: both;
}*/
.infopanel .infopanel-content{
	padding: 10px;
    margin-top: 15px;
    margin-bottom: 2%;
    color: #333;
    border: 0px solid #64927E;
    background-color: #EFEFEC;
}
.infopanel .infopanel-content h2{
	color:#333 !important; 
	padding-bottom:15px !important; 
}
.full-width .infopanel-content{
	width:100%;
}
.half-width-left .infopanel-content{
	width:50%;
	float:left;
	 margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 7px;
}
.half-width-right .infopanel-content{
	width:50%;
	float:right;
	 margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 7px;
}
.half-width-center .infopanel-content{
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

.small-width-right  .infopanel-content{
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 7px;
}
.small-width-left  .infopanel-content{
    float: left;
    width: 30%;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 7px;
}
.nd2011threecolumnlayout .small-width-left  .infopanel-content, 
.nd2011threecolumnlayout .small-width-right  .infopanel-content{
    width:25%;
}
.infopanel-link{
	color:#333 !important;
	text-decoration:underline !important;
}/* Cookie info */
.resetStyles {
	margin: 0px;
	padding: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.umuCookieBtn {
	float: left;
}

.umuCookieBtn i {
	font-size: 24px;
	color: #666;
}

.umuCookieMain { 
	display: none;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	border: 0;
	box-sizing: border-box;
	background-color: #E6EFFB;
	/*padding: 10px 0px 10px 0px;*/

}

.umuCookieContainer {
	width: 1010px;
	margin: 0px auto;
	background-color: #E6EFFB;
	padding: 10px 0px 10px 0px;
}

.umuCookieInfo {
	width: 100%;
	max-width: 980px;
	margin-left: 20px;
	margin-bottom: 10px;
    margin-top: 10px;
}

.umuCookieInfo p {
	float: left;
	padding-right: 15px;
	width: 60%;
	text-align: left;
}

@media screen and (max-width:720px) {
	#top {
		background-color: #E6EFFB !important;
		margin-top: 1px;
		margin-bottom: 0px !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	
	#breadcrumbs {
		display: none;
	}
	
	#contentborder {
		display: none !important;
	}
	
	.umuCookieMain {
		background-color: #E6EFFB;
	    width: auto;
	    display: none;
	    box-sizing: border-box;
 	    margin: 10px 0px 0px 0px;
	    padding: 13px 0px 0px 0px;
	}
	
	.umuCookieContainer {
		width: 100%;
		margin: 0px auto;
	}
	
	.umuCookieInfo {
		width: 100%;
		margin: 0px auto;
	}
	
	.umuCookieInfo p {
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: left;
		display: table-cell;
		width: 78%;
	}

	.umuCookieBtn {
		display: table-cell;
		float: right;
	}
	
	.umuCookieBtn i {
		margin-left: 5px;	
	}

}/* --- Override CKEditor OEmbed plugin styling --- */
.oembededContent.oembed-provider- {
float: none !important;
}
.oembededContent.oembed-provider- iframe {
width: 100%;
}
/* ----------------------------------------------- */div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .pptt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:99999}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:100000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.pptt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .pptt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .pptt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .pptt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;	
	background-image:url(/static/images/transparent.png);
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer;
	/*umu*/
	display:block;
	height:100%;
	background-image:url(/static/images/arrows_nd.png);
	text-indent:-9999px;
	border:0;
	top: 0%;
}

/*umu*/
a.nivo-nextNav {
	background-position: -65px center;
    width: 62px;
}
a.nivo-prevNav {
	background-position: 0 center;
    width: 62px;
}

#rightcolumntwo a.nivo-nextNav,
#rightcolumnone a.nivo-nextNav{
	background-position: -32px center;
}
#rightcolumntwo .nivo-directionNav a ,
#rightcolumnone .nivo-directionNav a {	
	width:31px;
	background-image:url(/static/images/arrows_small_nd.png);
}
/*slut umu*/
.nivo-prevNav {
	left:0px;
	/*umu*/
	background-repeat:no-repeat;
	background-position:left center;
}
.nivo-nextNav {
	right:0px;
	/*umu*/
	background-repeat:no-repeat;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlOuter{
	text-align: center;
	/*position:absolute;
	bottom:-24px;	*/
	width: 100%;	
	height: 27px;
	margin-top: 6px;
	
}

/*umu*/
.nivo-controlNav {
	display: inline-block;	
}

/*umu*/
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;	
	display:block;
	width:15px;	
	background:url(/static/images/light_bullet.png) no-repeat;	
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;

}
.nivo-controlNav a.active {
	font-weight:bold;
	/*umu*/	
	background:url(/static/images/dark_bullet.png) no-repeat;
}

/*umu*/
.nivo-controlNav a:hover {
	background:url(/static/images/dark_bullet.png) no-repeat;	
}
/*RightColumns navigation bullets*/
#rightcolumnone .nivo-controlNav a,
#rightcolumntwo .nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;	
	display:block;
	width:12px;	
	background:url(/static/images/light_bullet_small.png) no-repeat;	
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;

}
#rightcolumnone .nivo-controlNav a.active,
#rightcolumntwo .nivo-controlNav a.active {
	font-weight:bold;	
	background:url(/static/images/dark_bullet_small.png) no-repeat;
}

#rightcolumnone .nivo-controlNav a:hover, 
#rightcolumntwo .nivo-controlNav a:hover {
	background:url(/static/images/dark_bullet_small.png) no-repeat;	
}




#slider img {
	position:absolute;
	top:0px;
	left:0px;

	display:none;

}
#slider a {
	border:0;
}
@font-face {
	font-family: 'entypo';
	src: url('font/entypo.eot?26720454');
	src: url('font/entypo.eot?26720454#iefix') format('embedded-opentype'),
		url('font/entypo.woff?26720454') format('woff'),
		url('font/entypo.ttf?26720454') format('truetype'),
		url('font/entypo.svg?26720454#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('font/entypo.svg?26720454#entypo') format('svg');
  }
}*/

 
[class^="pictogram-"]:before, [class*=" pictogram-"]:before {
	font-family: "entypo";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	speak: none;
 
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
 
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
     
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
 
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
 
	/* you can be more comfortable with increased icons size */
	font-size: 1.2em;
 
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* UmU code block */
.textAfter { margin-right: .2em; }
.textBefore { margin-left: .2em; }

.pictogram-menuArrow {font-size: 14px;}
.pictogram-menuArrow:before{ 
	-webkit-font-smoothing: antialiased;
	/*margin-top: .2em;*/
	content:'\e832';
	font-size:1.0em;
}
.open > .pictogram-menuArrow:before{ 
	content:'\e830'; 
}

.no-style:before {
	margin: 0;
	line-height: 0.9em;
}

/* END: UmU code block */

.pictogram-calendar:before { content: '\e893'; } /* 'î¢“' */
.pictogram-mail:before { content: '\e801'; } /* 'î �' */
.pictogram-user:before { content: '\e805'; } /* 'î …' */
.pictogram-phone:before { content: '\e87b'; } /* 'î¡»' */
.pictogram-move:before { content: '\e811'; } /* 'î ‘' */
.pictogram-cog-circled:before { content: '\e863'; } /* 'î¡£' */
.pictogram-heart:before { content: '\e802'; } /* 'î ‚' */
.pictogram-star:before { content: '\e804'; } /* 'î „' */
.pictogram-users:before { content: '\e806'; } /* 'î †' */
.pictogram-user-add:before { content: '\e807'; } /* 'î ‡' */
.pictogram-camera:before { content: '\e809'; } /* 'î ‰' */
.pictogram-menu:before { content: '\e80b'; } /* 'î ‹' */
.pictogram-check:before { content: '\e80a'; } /* 'î Š' */
.pictogram-cancel:before { content: '\e804'; }
.pictogram-cancel-circled:before { content: '\e813'; } /* 'î “' */
.pictogram-cancel-squared:before { content: '\e80f'; } /* 'î �' */
.pictogram-plus:before { content: '\e810'; } /* 'î �' */
.pictogram-plus-circled:before { content: '\e81c'; } /* 'î œ' */
.pictogram-plus-squared:before { content: '\e812'; } /* 'î ’' */
.pictogram-minus:before { content: '\e814'; } /* 'î ”' */
.pictogram-minus-circled:before { content: '\e850'; } /* 'î¡�' */
.pictogram-minus-squared:before { content: '\e815'; } /* 'î •' */
.pictogram-help:before { content: '\e816'; } /* 'î –' */
.pictogram-help-circled:before { content: '\e848'; } /* 'î¡ˆ' */
.pictogram-info:before { content: '\e817'; } /* 'î —' */
.pictogram-info-circled:before { content: '\e803'; } /* 'î ƒ' */
.pictogram-back:before { content: '\e88e'; } /* 'î¢Ž' */
.pictogram-home:before { content: '\e818'; } /* 'î ˜' */
.pictogram-link:before { content: '\e88a'; } /* 'î¢Š' */
.pictogram-attach:before { content: '\e819'; } /* 'î ™' */
.pictogram-lock:before { content: '\e81a'; } /* 'î š' */
.pictogram-lock-open:before { content: '\e81b'; } /* 'î ›' */
.pictogram-eye:before { content: '\e83b'; } /* 'î »' */
.pictogram-tag:before { content: '\e81d'; } /* 'î �' */
.pictogram-thumbs-up:before { content: '\e83d'; } /* 'î ½' */
.pictogram-thumbs-down:before { content: '\e83e'; } /* 'î ¾' */
.pictogram-quote:before { content: '\e842'; } /* 'î¡‚' */
.pictogram-export:before { content: '\e843'; } /* 'î¡ƒ' */
.pictogram-pencil:before { content: '\e844'; } /* 'î¡„' */
.pictogram-feather:before { content: '\e869'; } /* 'î¡©' */
.pictogram-print:before { content: '\e845'; } /* 'î¡…' */
.pictogram-comment:before { content: '\e846'; } /* 'î¡†' */
.pictogram-chat:before { content: '\e820'; } /* 'î  ' */
.pictogram-bell:before { content: '\e821'; } /* 'î ¡' */
.pictogram-vcard:before { content: '\e881'; } /* 'î¢�' */
.pictogram-location:before { content: '\e84e'; } /* 'î¡Ž' */
.pictogram-map:before { content: '\e84d'; } /* 'î¡�' */
.pictogram-trash:before { content: '\e84b'; } /* 'î¡‹' */
.pictogram-search:before { content: '\e800'; } /* 'î €' */
.pictogram-book-open:before { content: '\e851'; } /* 'î¡‘' */
.pictogram-folder:before { content: '\e822'; } /* 'î ¢' */
.pictogram-rss:before { content: '\e87c'; } /* 'î¡¼' */
.pictogram-cog:before { content: '\e823'; } /* 'î £' */
.pictogram-share:before { content: '\e825'; } /* 'î ¥' */
.pictogram-headphones:before { content: '\e808'; }
.pictogram-clock:before { content: '\e897'; } /* 'î¢—' */
.pictogram-resize-full:before { content: '\e852'; } /* 'î¡’' */
.pictogram-resize-small:before { content: '\e854'; } /* 'î¡”' */
.pictogram-popup:before { content: '\e89d'; } /* 'î¢�' */
.pictogram-publish:before { content: '\e89e'; } /* 'î¢ž' */
.pictogram-down-open:before { content: '\e826'; } /* 'î ¦' */
.pictogram-left-open:before { content: '\e827'; } /* 'î §' */
.pictogram-right-open:before { content: '\e828'; } /* 'î ¨' */
.pictogram-up-open:before { content: '\e82b'; } /* 'î «' */
.pictogram-down-open-mini:before { content: '\e82c'; } /* 'î ¬' */
.pictogram-left-open-mini:before { content: '\e82d'; } /* 'î ­' */
.pictogram-right-open-mini:before { content: '\e82e'; } /* 'î ®' */
.pictogram-up-open-mini:before { content: '\e82f'; } /* 'î ¯' */
.pictogram-down-open-big:before { content: '\e830'; } /* 'î °' */
.pictogram-left-open-big:before { content: '\e831'; } /* 'î ±' */
.pictogram-right-open-big:before { content: '\e832'; } /* 'î ²' */
.pictogram-up-open-big:before { content: '\e833'; } /* 'î ³' */
.pictogram-cw:before { content: '\e879'; } /* 'î¡¹' */
.pictogram-arrows-ccw:before { content: '\e878'; } /* 'î¡¸' */
.pictogram-level-down:before { content: '\e8a7'; } /* 'î¢§' */
.pictogram-level-up:before { content: '\e8a6'; } /* 'î¢¦' */
.pictogram-list:before { content: '\e860'; } /* 'î¡ ' */
.pictogram-list-add:before { content: '\e876'; } /* 'î¡¶' */
.pictogram-network:before { content: '\e85e'; } /* 'î¡ž' */
.pictogram-globe:before { content: '\e85b'; } /* 'î¡›' */
.pictogram-paper-plane:before { content: '\e855'; } /* 'î¡•' */
.pictogram-graduation-cap:before { content: '\e874'; } /* 'î¡´' */
.pictogram-vimeo:before { content: '\e8e4'; } /* 'î£¤' */
.pictogram-twitter:before { content: '\e862'; } /* 'î¡¢' */
.pictogram-facebook:before { content: '\e864'; } /* 'î¡¤' */
.pictogram-gplus:before { content: '\e865'; } /* 'î¡¥' */
.pictogram-pinterest:before { content: '\e866'; } /* 'î¡¦' */
.pictogram-linkedin:before { content: '\e867'; } /* 'î¡§' */
.pictogram-spotify:before { content: '\e916'; } /* 'î¤–' */
.pictogram-instagram:before { content: '\e913'; } /* 'î¤“' */
.pictogram-user-1:before { content: '\e856'; } /* 'î¡–' */
.pictogram-doc-text:before { content: '\e89b'; } /* 'î¢›' */
.pictogram-filter:before { content: '\e80c'; } /* 'î Œ' */