/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* --- Special fonts --- */

@font-face {
    font-family: 'VAGRoundedLTThinRegular';
    src: url('lte50421-webfont.eot');
    src: url('lte50421-webfont.eot?#iefix') format('embedded-opentype'),
         url('lte50421-webfont.woff') format('woff'),
         url('lte50421-webfont.ttf') format('truetype'),
         url('lte50421-webfont.svg#VAGRoundedLTThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VAGRoundedLTLightRegular';
    src: url('lte50422-webfont.eot');
    src: url('lte50422-webfont.eot?#iefix') format('embedded-opentype'),
         url('lte50422-webfont.woff') format('woff'),
         url('lte50422-webfont.ttf') format('truetype'),
         url('lte50422-webfont.svg#VAGRoundedLTLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VAGRoundedLTThinBold';
    src: url('lte50423-webfont.eot');
    src: url('lte50423-webfont.eot?#iefix') format('embedded-opentype'),
         url('lte50423-webfont.woff') format('woff'),
         url('lte50423-webfont.ttf') format('truetype'),
         url('lte50423-webfont.svg#VAGRoundedLTThinBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VAGRoundedLTLightBold';
    src: url('lte50424-webfont.eot');
    src: url('lte50424-webfont.eot?#iefix') format('embedded-opentype'),
         url('lte50424-webfont.woff') format('woff'),
         url('lte50424-webfont.ttf') format('truetype'),
         url('lte50424-webfont.svg#VAGRoundedLTLightBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button, .toggle { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #589a36; color:#fff; text-shadow: none; }
::selection { background:#589a36; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #333;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {}

h1 {font: normal 24px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}
h2 {font: normal 20px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}
h3 {font: normal 12px/16px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}

.about-us h3 {font: normal 14px/17px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}

a, a:active, a:visited { color: #81C453; text-decoration: none; font-weight: bold;}
a:hover { color: #4c9023; }

p {margin: 0 0 1em; overflow: hidden;}

/**
 * Primary styles
 *
 * Author: Daniel Blomqvist
 */

#pageHeader {background: url('../img/header-bg.png') repeat-x;}

#pageHeader a * {cursor: pointer;}
#pageHeader .inner {width: 970px; margin: 0 auto; min-height: 138px; position: relative;}
#pageHeader h1 {position: absolute; left: 0; top: 26px;}
#pageHeader h1 a { display:block; width:176px; height:48px; background:transparent url('../img/logo_fun.png') no-repeat left top; text-indent:-9999px;}
#pageHeader nav {padding: 104px 0 0;}
#pageHeader nav li {display: block; float: left; margin: 0 3px 0 0;}
#pageHeader nav a {display: block; float: left; padding: 0 10px 0 0; background: url(../img/header-tabs.png) no-repeat 100% -150px; color: #FFF; text-shadow: 0 -1px 0 rgba(0,0,0,.25);}
#pageHeader nav span, #pageHeader nav strong {display: block; float: left; padding: 4px 0 12px 9px; background: url(../img/header-tabs.png) no-repeat 0 -100px; width: 174px; font: normal 16px/18px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}
#pageHeader nav .selected a {background-position: 100% -50px; color: #333; text-shadow: none;}
#pageHeader nav strong {background-position: 0 0;}

/*#pageHeader .nav-level1 .selected a {margin-top: -5px;}
#pageHeader .nav-level1 .selected a strong {padding-top: 9px;}*/

#pageHeader .nav-level2 {margin: 22px 0 0; width: 980px;}
#pageHeader .nav-level2 li {margin: 0 6px 6px 0;}
#pageHeader .nav-level2 a {background: url(../img/header-tabs-level2.png) no-repeat 100% -30px; color: #333; text-shadow: none;}
#pageHeader .nav-level2 .selected a, #pageHeader .nav-level2 a:hover {background-position: 100% -90px; color: #FFF;}
#pageHeader .nav-level2 a:hover span {background-position: 0 -60px;}
#pageHeader .nav-level2 span, #pageHeader .nav-level2 strong {background: url(../img/header-tabs-level2.png) no-repeat; padding: 0 0 0 9px; text-shadow: none; width: 171px; font: normal 12px/30px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}
#pageHeader .nav-level2 strong {background-position: 0 -60px;}

/*-- Site search in header --*/

#siteSearch {position: absolute; right: 0; top: 35px; width:380px; }
#siteSearch form, #siteSearch fieldset {float: right; width: 185px;}
#ssString, #ssBtn {border: none; background: url(../img/search-inputs.png) no-repeat 0 0; height: 32px; font: normal 14px/32px Arial, Helvetica, sans-serif; color: #666; width: 145px; padding: 0 0 0 10px; display: block; float: left; outline: none;}
#ssBtn {width: 30px; padding: 0; background-position: 100% 0; font-size: 0; line-height: 0; text-indent: -9999em;}
#siteSearch strong {display: block; font: italic 14px/32px Arial, Helvetica, sans-serif; color: #666; padding: 0 40px 0 0;}
#siteSearch strong.dir-contact { width:115px; float: left; margin-top: -2px; padding:0; line-height:18px; }
#search_results { position:relative;}
*+html #search_results { z-index:-1;}

/*-- End Site search in header --*/

#main {width: 100%; position: relative;}
#mainContent {width: 970px; margin: 0 auto; /*background: url(../img/970_10_10.png) repeat-y;*/ padding: 31px 0;}

/*-- Module search ---*/

#moduleSearch {background: url(../img/module-search-bg.png) no-repeat; padding: 10px 0 0; margin: 0 0 31px; /*position: fixed;*/}
#moduleSearch fieldset {background: url(../img/module-search-bg.png) no-repeat 100% 100%; padding: 3px 18px 18px;}
#moduleSearch .string-select {display: block; float: left; width: 348px; position: relative;}
#moduleSearch .string-select.pr-26px {padding-right:23px !important;}
#mainsearch_ezautocompletecontainer {position: absolute; top: 28px !important; background: url(../img/auto-complete.png) no-repeat 0 100%; z-index: 100; width: 348px !important; padding: 0 0; left: 0;}
/*#mainsearch_ezautocompletecontainer ul {width: 334px; padding: 3px 7px; margin: 0; background: url(../img/auto-complete.png) repeat-y -348px 0; list-style: none; font: normal 14px/18px Arial, sans-serif; color: #666;}
#mainsearch_ezautocompletecontainer ul li {padding: 2px 4px;}
#mainsearch_ezautocompletecontainer ul li.yui-ac-highlight {background: #F0F0F0; border-radius: 2px; color: #222;}
#mainsearch_ezautocompletecontainer .yui-ac-shadow {display: none;}*/
#moduleSearchString { width: 307px; height: 28px; display: block; float:left; margin: 4px 0 12px; padding: 2px 0 0 11px; background: #fff url(/design/foretagsuniversitetet/img/module-search-string.png) no-repeat 0 0; border: none; font: normal 14px/30px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #ccc; outline: none;}
#moduleSearchString:focus {color: #333; outline: none;}
#moduleSearchStringClear { width: 30px; height:30px; margin: 4px 0 0; padding: 0; cursor: pointer; background: #fff url(/design/foretagsuniversitetet/img/module-search-string.png) no-repeat 100% 0; border: none; font-size: 0; line-height: 0; text-indent: -9999em; }
#moduleSearch .chkbox-select {display: block; float: left; width: 190px;}
#moduleSearch .chkbox-select.pr-12px {padding-right:6px !important;}
#moduleSearch .col3 {width: 168px;}
#moduleSearch .col3.pr-12px {padding-right:0 !important;}
.chkbox-select .divider {height: 1px; margin-top: -1px; border-bottom: 1px solid #ccc; font-size: 0; line-height: 0;}
#moduleSearch .chkbox-select a.category-label span { cursor: pointer; } 
#moduleSearch .chkbox-select label {display: block; overflow: hidden;}
#moduleSearch .chkbox-select label.style14 {margin-top: 20px;}
#moduleSearch .chkbox-select label.extra-top-margin{margin-top: 20px;}
#moduleSearch .chkbox-select label input {float: left; margin-right: 8px;}
#moduleSearch .chkbox-select label span {display: block; overflow: hidden; font: normal 14px/16px 'VAGRoundedLTThinBold',Arial,Helvetica,sans-serif; padding: 4px 0 0; color: #666;}
#moduleSearch .chkbox-select label span.jqTransformCheckboxWrapper {padding: 0; line-height: 20px;}

#selectWhen {float: left; width: 167px; padding-right: 16px; /*background: #CCC;*/ position: relative; margin-left: -1px;}
#selectWhere {float: left; width: 167px; /*background: #CCC;*/ position: relative; margin-right: -1px;}

/* new (jquery-ui) autocomplete style */
ul.ui-autocomplete {width: 334px; padding: 3px 7px 6px 7px; margin: 0; background: url(../img/auto-complete.png) repeat-y -348px 0; list-style: none; font: normal 12px Arial, sans-serif; color: #666; font-weight:normal; z-index:1000 !important; margin-bottom: 6px; }
ul.ui-autocomplete li {padding: 2px 4px;}
ul.ui-autocomplete li.ui-menu-item { background-color:transparent; border:0; padding:0; margin-bottom:1px; }
ul.ui-autocomplete li.ui-menu-item a, ul.ui-autocomplete li.ui-menu-item a:link, ul.ui-autocomplete li.ui-menu-item a:visited { display:block; color:#222222; margin: 0; padding: 4px 6px; line-height:20px; font-weight:normal; font-size:inherit; cursor:pointer; }
ul.ui-autocomplete li.ui-menu-item a:active, ul.ui-autocomplete li.ui-menu-item a:hover { background-color:#f0f0f0; z-index:1000; }
.ui-corner-all { border-radius: 4px 4px 4px 4px; }
.ui-state-hover {background-color:#f0f0f0;}

/*-- End Module search ---*/

/*-- Module block --*/
.module-block-wrapper {display: block; float: left; width: 784px;}
.module-block {display: block;}
.module-block .module {display: inline-block; vertical-align: bottom; overflow: hidden; margin: 0 2px 6px 0; position: relative;}

.module-block .module article {height: 100%;}
.module-block .module .module article { position:static; }

.module-block .module .tc {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../img/module-corners.png) no-repeat;
	width: 100%;
	height: 6px;
	z-index: 10;
}

.module-block .module .bc {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(../img/module-corners.png) no-repeat 0 100%;
	width: 100%;
	height: 6px;
	z-index: 10;
}

html.ie9 .module-block .module .info,
.csstransitions .module-block .module .info { width: 100%; display: block; position: absolute; left: 0; top: 0; z-index: 10 !important; padding-right: 0; padding-left: 0; }

.module-block .size-2 .info { min-height: 46px; }

html.ie8 .content-search .module-block .module { margin: 0 6px 6px 0;}

/* IE8 fix to animate the modules  */
html.ie8 .module-block .module .info {
	width: 100%;
	display: block;
	padding-right: 0;
	padding-left: 0;
}
	
.module-block .module .info h2,
.module-block .module .info .puffcontent {
	position: relative;
	margin-right:10px;
	margin-left:10px;
	width:auto;
	break-word: keep-all;
}

.module-block .module .info strong.label {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 12px;        
}

span.ndash {float: left; margin: 0 4px 0 0; padding-top: 2px; }
.puffcontent .subject { display: block; overflow: hidden; zoom: 1; }

.module-block .size-2 .tc {background-position: -386px 0;}
.module-block .size-2 .bc {background-position: -386px -154px;}

.module-block .half-small-module-right-gap {margin-right: 100px;}
.module-block .small-module-right-gap {margin-right: 198px;}

.module-block .half-small-module-left-gap {margin-left: 98px;}
.module-block .small-module-left-gap {margin-left: 196px;}

/** IE7 Fixes */
.ie7 .module-block .module { margin: 0 6px 6px 0;}
.ie7 .module-block .info { padding-left: 0; padding-right: 0; }
.ie7 .module-block .info strong.label { display:inline-block; }
.ie7 .module-block .info h2.category_size_1,
.ie7 .module-block .info h2.category_size_2 { display:inline; }

.ie7 .content-search .module-block .module .media-wrapper img { z-index: 1 !important; }

.module-block .module .media-wrapper,
.csstransitions .module-block .module .media-wrapper,
html.ie9 .module-block .module .media-wrapper { width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; bottom: 0; z-index:1 !important; }

.module-block .module .media-wrapper img,
.csstransitions .module-block .module .media-wrapper img,
html.ie9 .module-block .module .media-wrapper img { display: block; width: 100%; min-width: 100%; position: absolute; left: 0; bottom: 0; z-index:1 !important; }

.module-block .module .media-wrapper img,
.csstransitions .module-block .module .media-wrapper img,
html.ie9 .module-block .module .media-wrapper img { z-index:1 !important; }

/* IE8 animate opacity problem with position absolute so... */
html.ie8 .module-block .module .media-wrapper { width: 100%; height: 100%; overflow: hidden; z-index:1 !important; }
html.ie8 .module-block .module .media-wrapper img { display: block; width: 100%; min-width: 100%; z-index:1 !important; }
html.ie8 .module-block .module .media-wrapper img { z-index:1 !important; }

/* IE8 creates a new stacking context for certain positioning types, so go for relative. Also, opacity is buggy for relative items in IE8 so fix that as well  */
html.ie8 .module-block .module article  { position:relative;filter:inherit;opacity:inherit; }
html.ie8 .module-block .module article >*, html.ie8 .module-block .module artice > * { filter:inherit; opacity:inherit;}

/* IE7 have another flavor for z-index stacking issues */
html.ie7 .module-block .module article > * { position:absolute; }
html.ie7 .module-block .module article .info, 
html.ie7 .content-search .module-block .module .info { position:relative; }

.module-block .info { position: inherit; z-index: 10; background: #000; color: #FFF; padding: 10px; }
.module-block .info strong.label { display:block; font-size: 11px; margin:0 0 4px 0; padding:0;}

.module-block .size-1 {width: 386px; height: 240px;}
.module-block .size-2 {width: 190px; height: 160px;}
.module-block .size-2 h2 {font: normal 15px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}

.module-block .editorial h2 {font: normal 24px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; text-transform: uppercase; word-break: keep-all; word-wrap: break-word; width: 100%; /*padding-top: 12px;*/}
.module-block .editorial h2.category_size_0 { font: normal 24px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; text-transform: uppercase; word-break: keep-all; word-wrap: break-word; zoom: 1; /*padding-top: 12px;*/}
.module-block .editorial h2.category_size_1 { font: normal 22px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; text-transform: uppercase; word-break: keep-all; word-wrap: break-word; zoom: 1; /*padding-top: 12px;*/}
.module-block .editorial h2.category_size_2 { font: normal 20px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; text-transform: uppercase; word-break: keep-all; word-wrap: break-word; zoom: 1; /*padding-top: 12px;*/}

.module-block .editorial.puff-text-size-1 h2 {font-size:22px;}

.module-block a.module { cursor:pointer; }
/*-- End Module block --*/

/*-- Side list with courses --*/

.courses-list {display: block; float: right; width: 186px; background: #f0f0f0 url(../img/courses-list.png) no-repeat; padding: 11px 0 0;}
.courses-list .inner {background: #f0f0f0 url(../img/courses-list.png) no-repeat 100% 100%; padding: 0 10px 10px; margin: 0;}
.courses-list h2 {font: normal 20px/22px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; margin: 0 0 15px;}
.courses-list ol {margin: 0; list-style: none; font: normal 12px/16px Arial, Helvetica, sans-serif;}
.courses-list li {background: url(../img/dot-divider-black-1-2.png) repeat-x; padding: 10px 0 9px;}
.courses-list li:first-child {background: none;}
.courses-list li a {display: block; color: #333; font-weight: normal;}
.courses-list li h3 {font: normal 14px/16px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;} 
.courses-list li p {color: #000; margin: 0;}
.courses-list li p span {font-weight: bold; color: #900;}

/*-- End Side list with courses --*/

/*-- Side list with courses as sitemap --*/
#funCoursesSiteMap {display:none;}
/*-- End Side list with courses as sitemap --*/

/* about us */

article.about-us, article.gen-art {clear: both; font: normal 15px/20px Arial, Helvetica, sans-serif; color: #666; /*background: url(../img/dot-divider-black-1-2.png) repeat-x 0 100%; margin-bottom:30px;*/ margin:0;}
article.about-us h1, article.gen-art h1 {color: #333; font: normal 24px/24px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; margin: 0 0 6px;}
article.about-us h2, article.gen-art h2 {color: #333; font: normal 14px/20px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}
article.about-us .sub-header-info, article.gen-art .sub-header-info {font: normal 15px/20px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}
article.about-us .sub-header-info strong, article.gen-art .sub-header-info strong {color: #333;}
article.about-us .sub-header-info p, article.gen-art .sub-header-info p {margin: 0 0 0.4em;}
article.about-us .main-content, article.gen-art .main-content {padding-bottom: 30px;}
article.about-us .intro, article.gen-art .intro {padding: 0 0 20px;}
.personell-list {list-style: none; margin: 0;}
.personell-list li {margin: 0 0 19px;}
.personell-list h2 {font: normal 15px/20px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #000;}
.personell-list img {display: block; float: left; margin: 0 10px 0 0;}
.personell-list .information {overflow: hidden;}
.personell-list .title, .personell-list .phone, .personell-list .email {display: block;}
.personell-list .title {font-weight: normal; margin: 0 0 5px;}

article.about-us .side-content, article.gen-art .side-content {font: normal 12px/20px Arial, Helvetica, sans-serif;}
article.about-us .side-content h3, article.gen-art .side-content h3 {color: #333;}
article.about-us .side-content img, article.gen-art .side-content img {display: block; margin: 0 0 20px;}

.map-wrapper {background: #e5e5e5; height: 360px; overflow: hidden; margin: 0 0 45px;}

.article-divider {background: url(../img/dot-divider-black-1-2.png) repeat-x; height: 1px; font-size: 0; line-height: 0; margin: 0 0 45px; clear: both;}

/* end about us */

/* courses description, modal-article */
#overlayBg {display: none; left: 0; position: fixed; top: 0; width: 100%;  height: 100%; z-index: 990; background: rgba(255,255,255,.8); overflow:auto; }
/* For IE8 and earlier */
.ie8 #overlayBg { background-color: #fff; filter:alpha(opacity=80); }

/* #overlayContainer {display:none; position:fixed; z-index:1001;} */
#modalContent {width: 976px; margin: 0 auto; /*background: url(../img/970_10_10.png) repeat-y 50% 0;*/ padding: 31px 0; position:relative;}

.no-navigation-top {background: url(../img/courses-desc-bg.png) no-repeat 0 100%; height: 24px; padding: 0 0 8px;}
.close-modal-window {position: absolute; top: 0px; right: 14px; width: 21px; height: 21px; overflow: hidden; text-indent: -9999em; background: url(../img/modal-window-close-btn.png) no-repeat 0 -600px;}
.course-article-navigation {background: url(../img/courses-desc-bg.png) no-repeat 0 100%; padding:0 6px 7px 0;}
.course-article-navigation li {display: block; float: left; margin-right:2px;}
.course-article-navigation a {display: block; float: left; background: url(../img/course-art-nav-tabs.png) no-repeat; padding: 0 0 0 11px; color: #999;}
.course-article-navigation a span {display: block; position: relative; float: left; background: url(../img/course-art-nav-tabs.png) no-repeat 100% -24px; padding: 0 20px 0 0; height: 24px; overflow: hidden; font: normal 12px/24px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; min-width:70px;}
.course-article-navigation .selected a, .course-article-navigation a:hover {background-position: 0 -48px; color: #ccc;}
.course-article-navigation .selected a span, .course-article-navigation a:hover span {background-position: 100% -72px;}
.course-article-navigation a.current {background-position: 0 -48px; color: #ccc;}
.course-article-navigation a.current span {background-position: 100% -72px;}
#articleTabs .close-tab {position:absolute;top:0px;right:0px;display: inline-block; width: 15px; background: url(../img/overlay-tab-close.png) no-repeat scroll 0 6px transparent; height: 24px; margin: 0px;}

.course-description, .modal-article {background: url(../img/courses-desc-bg.png) no-repeat -1952px 100%; color: #666; padding: 0 0 9px; width: 100%; position: relative;}
.course-description > .inner, .modal-article > .inner  {padding: 1px 14px 51px; background: url(../img/courses-desc-bg.png) repeat-y -976px 0;}
.no-top-navigation > .inner  {padding-top: 52px;}
.course-description h1, .modal-article h1 {color: #333; margin: 0 0 6px;}
.course-description hgroup h2, .modal-article hgroup h2, h2.course-sub-header {font: normal 14px/17px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #777; margin: 0 0 20px;}

.course-sub-header span {display: block; overflow: hidden;}
.course-sub-header .talstreck {float: left; padding: 0 6px 0 0;} 

.course-category-label {display: block; padding: 10px 0 30px; font: normal 10px/12px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #666; text-transform: uppercase;}
#modalContent .language-selection {width:114px;float: right; font: normal 12px/14px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; padding: 6px 80px 0 10px;}
#modalContent .language-selection a {/*color: #abc338;*/ font-weight:normal;}
#modalContent .language-selection a.selected {color: #ccc;}

.extra-col {float: right;}
.course-description .link-toolbar, .modal-article .link-toolbar {padding: 0 0 17px;}
.extra-col  .link-toolbar {padding: 0 0 4px;}
.course-description .link-toolbar li, .modal-article .link-toolbar li {display: block; float: left; margin: 0 5px 3px 0;}
.extra-col  .link-toolbar li {display: block; float: left; margin: 0 5px 3px 0;}
.link-toolbar li a {display: block; float: left; width: 24px; height: 25px; background: url(../img/icons-share.png) no-repeat; overflow: hidden; text-indent: -9999em;}
.link-toolbar li.facebook a {background-position: -29px 0;}
.link-toolbar li.email a {background-position: -58px 0;}
.link-toolbar li.pdf a {background-position: -87px 0;}
.link-toolbar li.print a {background-position: -111px 1px;}

.summary-box .content h3.mellanrubrik {color: #000;}
.summary-box .content p.brodpunkt + h3.mellanrubrik, .summary-box .content p.brodpunkt + div > h3.mellanrubrik {margin-top: 10px;}
.summary-box .content p.brodpunkt + div > h3.mellanrubrik ~ h3.mellanrubrik {margin-top: 0;}

.side-box {background: #FFF; padding: 10px 0 0; margin: 0 0 10px;}
.side-box h3 {color: #666; font-size: 14px;}
.side-box .inner {padding: 0 10px 10px;}
.side-box .info-list {padding: 0 0 6px;}
.side-box .info-list dt {display: block; float: left; clear: both;}
.side-box .info-list dd {display: block; overflow: hidden; text-align: right; font-weight: bold; padding-bottom: 5px;}
.side-box .info-list dd.speaker {font-weight: normal; overflow: visible; padding-left: 90px;}

.side-box .info-list dd.speaker:before, .side-box .info-list dd.speaker:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.side-box .info-list dd.speaker:after { clear: both; }
.side-box .info-list dd.speaker { zoom: 1; }

.side-box .info-list dd.speaker .bold {font-weight: bold;}
.side-box .info-list dd.speaker { text-align: left; padding-left: 90px; padding-right: 10px; }
.ie7 .side-box .info-list dd.speaker { padding-left: 10px;}
.side-box .info-list dd:last-child {padding-bottom: 0;}
.side-box .info-list dd.theme-1 { color: #81c453; }
.side-box .info-list dd.theme-2 { color: #990000; }
.side-box .info-list dd.theme-3 { color: #E67D46; }
.side-box .reserve-course {width: 100%; overflow: hidden;}
.side-box .reserve-course a {display: block; float: right; text-decoration: none;}
.side-box .content p {font-size: 12px; margin-bottom: .5em; margin-bottom: 1em;}
.side-box .content p.brodtext { margin-bottom: 1em; }
.side-box .content p.brodpunkt {margin-bottom: 0;}
.side-box .content p.brodtext + p.brodpunkt {margin-top: -.75em;}
.side-box a, .side-box a:hover {color: #000; text-decoration: underline; font-weight: normal;}
.questions-box a {color: #666;}

a.attention-link, a.attention-link:visited, a.attention-link:hover {display: block; margin: 0 0 10px; padding: 10px 0 0; background: #808080; color: #FFF; font:12px/16px 'VAGRoundedLTThinBold',Arial,Helvetica,sans-serif; font-weight:normal; min-height: 25px;}
a.attention-link span {display: block; padding: 0 10px 10px; }
a.attention-link h3 {display: block; padding: 0 10px 4px; }
a.attention-link p {display: block; padding: 0 10px 1em; font-family:Arial,Helvetica,sans-serif; }
a.attention-link div.puff_image { width:194px; overflow:hidden; }
a.attention-link div.puff_image img { margin:0 auto -6px auto; padding:0; border-bottom-right-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius 6px; border-bottom-left-radius:6px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; }
.questions-box h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% 0}
.questions-box h3.mellanrubrik {background: none;}
.questions-box.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -20px;}

.modal-article .media-wrapper {padding: 0 0 10px;}
.modal-article .media-wrapper img {display: block; margin: 0 0 10px;}

.narrative-desc {font: normal 15px/20px Arial, Helvetica, sans-serif; overflow: hidden; padding: 0 0 20px;}
.narrative-desc ul, .narrative-desc ol { margin-bottom:10px; }

.narrative-desc p.brodpunkt {background-position: 2px 9px; padding:0 0 0.1em 1em; }
.narrative-desc .rubrik2 + p.brodpunkt {margin-top:6px;}

.day-block-item {background: url(../img/dot-divider-black-1-2.png) repeat-x; padding: 11px 0 18px; overflow: hidden;}
.day-block-item:first-child {background: none; padding-top: 11px;}

.course-description .extra-info, .modal-article .extra-info {background: #FFF; padding: 10px 0 0; margin: 0 0 10px;}
.course-description .extra-info .inner, .modal-article .extra-info .inner {padding: 0 10px 10px;}
.course-description .extra-info .inner .toggle, .modal-article .extra-info .inner .toggle {font-size: 14px; line-height: 16px; margin: 0;}
.course-description .extra-info h3, .modal-article .extra-info h3 { background: url(../img/arrows_up_down_all.png) no-repeat 100% 0;}
.course-description .collapsed h3, .modal-article .collapsed h3 { background: url(../img/arrows_up_down_all.png) no-repeat 100% -20px;}
.course-description .extra-info .content, .modal-article .extra-info .content {padding: 0;}
.course-description .collapsed .content, .modal-article .collapsed .content, .gen-art .collapsed .content {display: none;}
.course-description .extra-info h3.mellanrubrik { margin-top: 8px; line-height:normal; color: #666; font-family: sans-serif; font-size: 12px; font-weight: bold;}
.course-description .extra-info h3.mellanrubrik > .bold {margin-left: 45px;}
.course-description .extra-info h3.mellanrubrik .timelayout + .bold {margin-left: 0; display: inline-block;}
.course-description .extra-info h3.rubrik { margin-top: 9px; color: #666;}
.day-block-item p {margin: 0 0 .5em;}

.schedule-table {width: 100%;}
.schedule-table .course-block-label th {text-align: left; color: #333; font: normal 12px/16px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; padding: 9px 0 0;}
.schedule-table tbody:first-child .course-block-label th {padding: 0;}
.schedule-table tbody th {text-align: left; font-weight: normal;}
.schedule-table tbody {background: url(../img/dot-divider-black-1-2.png) repeat-x;}
.schedule-table tbody:first-child {background: none;}
.schedule-table .last-block-row th, .schedule-table .last-block-row td {padding: 0 0 9px;} 
/*.schedule-table tbody tr:first-child th, .schedule-table tbody tr:first-child td {background: url(../img/dot-divider-black-1-2.png) repeat-x; padding: 0 0 6px;}*/
.schedule-table ol, .schedule-table ul {margin-left: 1.2em;}
.schedule-table ul {list-style: disc url(../img/list-bullet-grey.png);}

.scale-table {width: 100%;}
.scale-table td, .scale-table th {background: url(../img/table-cell-divider-black-1-3.png) no-repeat;}
.scale-table thead th, .scale-table .thead th {background: #dddddd url(../img/table-cell-divider-black-1-3.png) no-repeat 0 -1px; padding: 3px 10px; text-align: left;}
.scale-table thead th:first-child, .scale-table .thead th:first-child {background-image: none; border-radius: 4px 0 0 4px;}
.scale-table thead th:last-child, .scale-table .thead th:last-child {border-radius: 0 4px 4px 0;}
.scale-table tbody tr:first-child td {background-position: 0 -1px;}
.scale-table tbody tr:first-child th {background-position: -1px -1px;}
.scale-table tbody tr th {background-position: -1px 0; padding: 16px 10px 16px 0;}
.scale-table tbody tr td {padding: 16px 10px;}
  
.summary-box {padding: 10px 0 0; background: #dddddd; color: #000; margin: 0 0 10px;}
.summary-box .inner {padding: 0 10px 10px;}
.summary-box ul {margin: 0 0 1em 1.2em; list-style: disc url(../img/list-bullet-black-green.png);}

.evaluation-box strong {font: normal 36px/38px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; display: block; text-align: left;}

.simular-courses ul {list-style: none; margin-left: 0; padding-top: 4px;}
.simular-courses ul li {padding-left: 1.2em; background: url(../img/bullet-grey.png) no-repeat 4px 3px;}
.simular-courses ul a {font: normal 12px/14px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; display: block; padding-bottom: 4px; text-decoration: none;}


.questions-box h4 {font: bold 13px/18px Arial, Helvetica, sans-serif; margin: 4px 0 10px;}
.questions-box .content { padding-top:10px;}

/*h3.toggle { cursor:pointer; }*/

/* end courses description */

/* --- Reservation --- */

.reservation-wrapper {width: 430px; padding: 20px 0 0;}
.gen-art .reservation-wrapper {width: 480px; padding: 0;}
.reservation-wrapper h1 {padding: 0 0 20px; font: bold 20px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}

.step-indicator {padding: 0 0 30px;}
.step-indicator strong {display: block; float: left; padding: 0 10px 0 0; background: url(../img/step-indicator.png) no-repeat 100% -96px; color:#CCC;}
.step-indicator strong span {display: block; float: left; height: 32px; padding: 0 0 0 10px; font: bold 12px/32px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; background: url(../img/step-indicator.png) no-repeat 0 -64px; min-width: 136px;}
.step-indicator .active {background-position: 100% -32px; color: #333;}
.step-indicator .active span {background-position: 0 0;}
.step-indicator .divider {display: block; float: left; height: 32px; line-height: 32px; background: url(../img/arrow-right-grey.png) no-repeat 50% 50%; width: 10px; padding: 0 16px;}

.reservation-of-choice {background: url(../img/dot-divider-black-1-2.png) repeat-x 0 100%; width: 100%; position: relative; margin: 0 0 10px;}
.choice-label {background: url(../img/dot-divider-black-1-2.png) repeat-x 0 100%; display: block; padding: 0 0 11px; margin: 0 0 10px; font: normal 12px/13px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}
.reservation-of-choice h2 {font: bold 16px/18px Arial, Helvetica, sans-serif; padding: 0 0 15px;}

.reservation-item {width: 100%; position: relative; padding: 0 0 12px; color: #666;}
.reservation-item  dl {display: block; float: left; width: 300px;}
.reservation-item  dl dt {display: block; float: left; padding: 0 4px 0 0; margin-bottom:4px;}
.reservation-item  dl dd {display: block; overflow: hidden; font-weight: bold; margin-bottom:4px;}
.reservation-item .price {position: absolute; bottom: 12px; right: 0; color: #9c3; font-size:14px;}

.reservation-form, .gen-form {color: #666; font-size: 13px;}
.reservation-form legend, .gen-form legend {font: normal 14px/15px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #333; padding: 0 0 10px 3px;}
.reservation-form label, .gen-form label, .gen-form .field {display: block; width: 100%; overflow: hidden; padding: 0 0 11px;}
.reservation-form label[for="orGiftcardNr"] {padding-bottom: 44px;}
.reservation-form label span, .gen-form label span {display: block; float: left; width: 75px; line-height:17px; padding: 2px 0;}
.reservation-form label span { width: 85px;}
.reservation-form label .string, .gen-form label .string, .gen-form .field .string {width: 175px; height: 15px; padding: 3px 5px; border: none; background: url(../img/text-input-185-21.png) no-repeat 0 0; display: block; float: left;}

/* Novitell 2013-02-19: Adding styling for message form */
.reservation-form label .area 
{
	width: 175px; 
	height: 71px; 
	padding: 5px; 
	border: none; 
	background: url(../img/textarea-185-81.png) no-repeat 0 0; 
	display: block; float: left;
	resize: none;
	
}


.reservation-form fieldset#giftcard label input.giftcardnr {width: 140px; height: 15px; margin:0; padding: 3px 5px; border: none; background: url(../img/text-input-185-21.png) no-repeat 0 -21px; display: block; float: left;}
.reservation-form .optional-sum, .gen-form .optional-sum {background: url(../img/dot-divider-black-1-2.png) repeat-x 100% 0; text-align: right; padding: 8px 0 0;}
.optional-sum span {color: #9c3; font-weight: bold; padding: 0 0 0 4px; font-size:14px;}

.arrangements-table { margin-bottom:36px; }
.arrangements-table span.places-left {font-weight: bold; color: #900;}
.arrangements-table tr th { width:100px; height:18px; padding:0 0 0 4px; text-align:left; vertical-align:middle; background: url(../img/booking_table_tabs.gif) no-repeat 0 0; color:#333; font: normal 12px/18px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;  overflow:hidden; }
.arrangements-table tr th.last { width:auto; text-align:left; background:none; }
.arrangements-table tr td { padding:1px 0; vertical-align:middle; line-height:1em; }
.arrangements-table tr td.last { background:none; }
.arrangements-table tr td span { font-size:12px; }
.arrangements-table tr td span.alert { color:#d1010e; }
.arrangements-table tr td .reserve-course  { margin-left:5px; }
.arrangements-table tr td .reserve-course a.booking-btn { background-color:#309a17; cursor:pointer; }
.arrangements-table tr.arr-last-row td { background: url("/design/foretagsuniversitetet/img/dot-divider-black-1-2.png") repeat-x 0 100% transparent;}
.arrangements-table tr.arr-last-row td.last { background:none;}

textarea.txt-string {resize: none;}
.textarea-1 {display: block; width: 175px; height: 71px; border: none; background: url(../img/textarea-185-81.png) no-repeat; padding: 5px;}

.optional-choices label input {float: left; margin: 0}
.optional-choices label input[type="checkbox"] {float: left; margin: 4px 5px 0 0;}
.optional-choices label input#orGiftcard:checked + span, .optional-choices label input#orOpt-663564:checked + span {font-weight: bold;}
.optional-choices label span {float: none; width: auto;}
.optional-choices label span.jqTransformCheckboxWrapper {float: left; padding: 0;}
.optional-choices label .price {float: right; padding: 0;}

.personal-information {display: block; float: left; width: 270px; /*width: 243px;*/}
.optional-choices {display: block; float: right; width: 150px;}

.total-sum, .fieldset-divider {clear: both; background: url(../img/dot-divider-black-1-2.png) repeat-x 0 100%; width: 100%; position: relative; height: 1px; margin: 0 0 30px;}
.total-sum  div {position: absolute; right: 0; bottom: 6px; color: #333;}
.total-sum  span {display: block; text-align: right; font: normal 14px/1.1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}

.invoice-address {padding: 0 0 10px; width: 100%; position: relative;}
.invoice-address .same-address {position: absolute; left: 100px; top: -27px; width: auto;}
.invoice-address .same-address input {float: left; margin: 0 8px 0 0;}
.invoice-address .same-address span {width: auto; padding: 0;}
.invoice-address .same-address-wrapper {display: none;}

.choose-item .select-item {display: block; margin: 0 0 16px; width: 480px;}
.choose-item .jqTransformSelectWrapper {margin: 0 0 16px;}
.choose-item .jqTransformSelectWrapper .select-item {width: 435px;}

.reservation-conditions {background: #ededed; padding: 10px 0 0;}
.reservation-conditions > .inner {padding: 0 10px 10px;}
.gen-art .reservation-conditions .inner h3 {color: #666; font-size: 14px;}
.gen-art .reservation-conditions .inner p.brodtext + h3 {margin-top: 10px;}

.reservation-form  .btn-field, .gen-form  .btn-field {width: 100%; overflow: hidden; clear: both; padding: 0 0 17px;}
.btn-field .backward, .btn-field .left-side {display: block; float: left;}
.btn-field .backward .nav-btn-1 {margin: 0 7px 0 0;}
.btn-field .forward, .btn-field .right-side {display: block; float: right;}
.btn-field .forward .nav-btn-1 {margin: 0 0 0 7px;}
.btn-field .nav-btn-1 {background-color: #444;}
.btn-field .forward .btn-send-question, .btn-field .forward .btn-send-question:hover {background-color: #81C453;}
.btn-field .nav-btn-1:hover {background-color: #222;}
.btn-field a.disabled, .btn-field a.disabled:hover {background-color: #CCC; opacity: .7; cursor: default;}

a.btn-clean {display: block; float: left; margin-top:12px; margin-bottom: 0; padding: 0 0 1px; background: url(../img/reset-btn.png) no-repeat; cursor:pointer;}
a.btn-clean span {display: block; float: left; display: block; padding: 0; color:#666; font: normal 14px/26px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; width: 64px; text-align: center;}

.registered-persons {background: url(../img/dot-divider-black-1-2.png) repeat-x 0 100%; width: 100%; padding: 0 0 6px; margin: 0 0 15px; display:none;}
.registered-persons strong {font: normal 12px/15px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #333; padding: 0 0 10px; display: block;}
.registered-persons ul {list-style: none; margin: 0; padding: 0 0 10px;}
.registered-persons li {background: #e5e5e5; color: #333; margin: 0; padding: 8px 5px 8px 10px; font: normal 12px/16px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #333;}
.registered-persons .even {background: #f2f2f2;}
.registered-persons .edit, .registered-persons .delete {background: url(../img/icons-edit-delete.png) no-repeat; width: 16px; height: 15px; float: right; text-indent: -9999em; margin: 0 0 0 4px;}
.registered-persons .delete {background-position: -19px 0;}
.registered-persons .price {display: block; float: right; font: bold 12px/16px Arial, Helvetica, sans-serif; padding: 0 5px 0 0;}

.billing-address {background: url(../img/dot-divider-black-1-2.png) repeat-x 0 100%; width: 100%; padding: 0 0 11px; margin: 0 0 15px; position: relative; display:none; min-height:65px; }
.billing-address strong {font: normal 12px/15px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #333; padding: 0 0 10px; /*display: block;*/}
.billing-address .edit {background: url(../img/icons-edit-delete.png) no-repeat; width: 16px; height: 15px; float: right; text-indent: -9999em; margin: 0 0 0 4px; }
.billing-address .address {margin-top:5px;}
.billing-address .address span {display: block; color: #666;}
.billing-address .sum-wrapper {position: absolute; right: 0; bottom: 11px; color: #333;}
.billing-address .sum-wrapper span {display: block; text-align: right; font: normal 20px/1em 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}

.confirmation-box {text-align: center; padding: 30px 0 10px;}
.confirmation-box h1 {padding: 0 0 5px;}
.confirmation-box h2 {padding: 0 0 30px; font: normal 12px/15px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif;}
.confirmation-box .btn-field {display: inline-block;}

.instructions-box {background: #F0F0F0; padding: 10px 0 0; font: normal 14px/20px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #999;}
.instructions-box .inner {padding: 0 10px 10px;}
.instructions-box ol {list-style: outside decimal; margin: 0 0 .5em 20px;}
.instructions-box p {font-size: 12px; line-height: 16px; margin: 0 0 .5em;}

/* --- End reservation --- */

/* --- Tip a friend --- */
.tipafriend-wrapper {padding: 20px 0 0; width: 430px;}
.tipafriend-wrapper h1, .tipafriend-wrapper h3 {margin-bottom:10px; font: normal 24px/1em 'VAGRoundedLTThinBold',Arial,Helvetica,sans-serif;}
.tipafriend-wrapper .gen-form label span { padding-right:10px; }



/* -- Regular searchresult --*/
.regular-search-result { padding-top:8px; padding-bottom: 10px;}
.regular-search-resultlist {margin: 0 0 1em;}
.regular-search-resultlist li {list-style: none; padding: 10px 0 0 44px; overflow: hidden; font: normal 13px/1.231em Arial, Helvetica, sans-serif; border-top: 1px solid #f0f0f0; background: url(../img/regular-search-result-color-markings.png) no-repeat -586px 10px;}
.regular-search-resultlist li:first-child {border-top: none;}
.regular-search-resultlist li a {display: block; background: #FFF;}
.regular-search-resultlist a strong {display: block; margin: 0 0 4px;}
.regular-search-resultlist .theme-1-1 strong {color: #B04242;}
article.gen-art .regular-search-resultlist h2 {/*font: 20px/1em 'VAGRoundedLTThinBold',Arial,Helvetica,sans-serif; font: 16px/1em 'VAGRoundedLTThinBold',Arial,Helvetica,sans-serif;*/ margin: 0 0 8px; font: normal 15px/1em Arial,Helvetica,sans-serif;}
div.feedback h2 {font:17px/1em 'VAGRoundedLTThinBold',Arial,Helvetica,sans-serif;}
.regular-search-resultlist a p {font-weight: normal; color: #333;}
.regular-search-resultlist a:hover p {text-decoration: underline;}

.regular-search-resultlist li.theme--1 {background-position: -636px 10px;} .regular-search-resultlist li.theme-0-1 {background-position: -636px 10px;} .regular-search-resultlist li.theme-1-1 {background-position: 14px 10px;} 
.regular-search-resultlist li.theme-2-1 {background-position: -36px 10px;} .regular-search-resultlist li.theme-3-1 {background-position: -86px 10px;} .regular-search-resultlist li.theme-4-1 {background-position: -136px 10px;}
.regular-search-resultlist li.theme-5-1 {background-position: -186px 10px;} .regular-search-resultlist li.theme-6-1 {background-position: -236px 10px;} .regular-search-resultlist li.theme-7-1 {background-position: -286px 10px;}
.regular-search-resultlist li.theme-8-1 {background-position: -336px 10px;} .regular-search-resultlist li.theme-9-1 {background-position: -386px 10px;} .regular-search-resultlist li.theme-10-1 {background-position: -436px 10px;}
.regular-search-resultlist li.theme-11-1 {background-position: -486px 10px;} .regular-search-resultlist li.theme-12-1 {background-position: -536px 10px;}.regular-search-resultlist li.theme-1-1 {background-position: 14px 10px;} 
.regular-search-resultlist li.theme-15-1 {background-position: -636px 10px;}

/*div.maincontentheader h1 {margin-bottom:20px;}
div.block {margin-bottom:10px;}*/

div.content-advancedsearch h1 {margin-bottom:20px;}
div.content-advancedsearch div.block {margin-bottom:20px;}
div.content-advancedsearch  div.block label {padding-bottom:5px;}
div.content-advancedsearch  div.block select {margin-bottom:5px;}
div.warning {margin-bottom:20px;}

/* --- Footer --- */
footer {border-top: 1px solid #bfbfbf; padding: 10px 0 20px 12px; width: 958px; margin: 0 auto; color: #999; overflow: hidden; clear: both;}
footer .column {float: left; /*position: relative;*/ padding: 0 55px 0 0;}
footer .col-last {float: right; padding-right: 0;}
footer h1, footer strong.foretagsuniversitetet {font: normal 12px/15px Arial, Helvetica, sans-serif; width: 100%; position: relative; display: block;}
footer h1 span, footer strong.foretagsuniversitetet span {position: absolute; left: -12px; top: 0;}
footer .column .info {display: block; font: normal 10px/16px Arial, Helvetica, sans-serif;}
footer .column .phone.info {line-height:17px;}
footer .column .email.info a { color:#309a17;}

/*--- Common elements ---*/
a.theme-btn-1, a.nav-btn-1 {display: block; float: left; background-image: url(../img/btn-mask-ds-25.png); background-repeat: no-repeat; background-position: 100% -25px; background-color:#808080; color: #FFF; padding: 0 10px 0 0; text-decoration: none;}
a.nav-btn-1.disabled span {width: 90px;}
a.theme-btn-1 span, a.nav-btn-1 span {display: block; float: left; display: block; font: normal 12px/21px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; background: url(../img/btn-mask-ds-25.png) no-repeat; padding: 0 6px 4px 16px; text-align: center; width: 60px;}
a#btnAddPerson span {width: 88px;}


/*-- Theme background colors, apply for respective course category --*/
.theme--1 .info {background: #808080;} .theme-0-1 .info {background: #808080;} .theme-1-1 .info {background: #b04242;} .theme-2-1 .info {background: #862e5a;} .theme-3-1 .info {background: #d15978;} .theme-4-1 .info {background: #e67d46;} .theme-5-1 .info {background: #c3a064;} .theme-6-1 .info {background: #c4ba74;} .theme-7-1 .info {background: #abc338;} .theme-8-1 .info {background: #81c453;} .theme-9-1 .info {background: #44bda4;} .theme-10-1 .info {background: #5ab9d2;} .theme-11-1 .info {background: #8ba9cc;} .theme-12-1 .info {background: #b4a5c2;} .theme-13-1 .info {background: #808080;} .theme-15-1 .info {background: #dbbe59;}

.theme--1 .language-selection, .theme--1 .language-selection a, .theme--1 .simular-courses ul a, .theme--1 .evaluation-box strong, .theme--1 .questions-box h3, .theme--1 .extra-info h3, .regular-search-resultlist .theme--1 strong, #modalContent .theme--1 .booking-box .mellanrubrik {color: #808080;}
.theme--1 a.theme-btn-1, .theme--1 a.attention-link, .module-block a.theme--1  {background-color: #808080;}
.theme--1 .questions-box h3, .theme--1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% 0;}
.theme--1 .questions-box.collapsed h3, .theme--1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -20px;}
.theme--1 .summary-box, .theme--1 .scale-table thead th {background-color: #dddddd;}

.theme-0-1 .language-selection, .theme-0-1 .language-selection a, .theme-0-1 .simular-courses ul a, .theme-0-1 .evaluation-box strong, .theme-0-1 .questions-box h3, .theme-0-1 .extra-info h3, .regular-search-resultlist .theme-0-1 strong, #modalContent .theme-0-1 .booking-box .mellanrubrik {color: #808080;}
.theme-0-1 a.theme-btn-1, .theme-0-1 a.attention-link, .module-block a.theme-0-1  {background-color: #808080;}
.theme-0-1 .questions-box h3, .theme-0-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% 0;}
.theme-0-1 .questions-box.collapsed h3, .theme-0-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -20px;}
.theme-0-1 .summary-box, .theme-0-1 .scale-table thead th {background-color: #dddddd;}

.theme-1-1 .language-selection, .theme-1-1 .language-selection a, .theme-1-1 .simular-courses ul a, .theme-1-1 .evaluation-box strong, .theme-1-1 .questions-box h3, .theme-1-1 .extra-info h3, .regular-search-resultlist .theme-1-1 strong, #modalContent .theme-1-1 .booking-box .mellanrubrik {color: #82141e;}
.theme-1-1 a.theme-btn-1, .theme-1-1 a.attention-link, .module-block a.theme-1-1 {background-color: #b04242;}
.theme-1-1 .questions-box h3, .theme-1-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -40px;}
.theme-1-1 .questions-box.collapsed h3, .theme-1-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -60px;}
.theme-1-1 .summary-box, .theme-1-1 .scale-table thead th, .theme-1-1 .scale-table .thead th {background-color: #e1a0a0;}

.theme-2-1 .language-selection, .theme-2-1 .language-selection a, .theme-2-1 .simular-courses ul a, .theme-2-1 .evaluation-box strong, .theme-2-1 .questions-box h3, .theme-2-1 .extra-info h3, .regular-search-resultlist .theme-2-1 strong, #modalContent .theme-2-1 .booking-box .mellanrubrik {color: #862f5a;}
.theme-2-1 a.theme-btn-1, .theme-2-1 a.attention-link, .module-block a.theme-2-1  {background-color: #862e5a;}
.theme-2-1 .questions-box h3, .theme-2-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -80px;}
.theme-2-1 .questions-box.collapsed h3, .theme-2-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -100px;}
.theme-2-1 .summary-box, .theme-2-1 .scale-table thead th {background-color: #d9b1c7;}

.theme-3-1 .language-selection, .theme-3-1 .language-selection a, .theme-3-1 .simular-courses ul a, .theme-3-1 .evaluation-box strong, .theme-3-1 .questions-box h3, .theme-3-1 .extra-info h3, .regular-search-resultlist .theme-3-1 strong, #modalContent .theme-3-1 .booking-box .mellanrubrik {color: #bf2755;}
.theme-3-1 a.theme-btn-1, .theme-3-1 a.attention-link, .module-block a.theme-3-1  {background-color: #d15978;}
.theme-3-1 .questions-box h3, .theme-3-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -120px;}
.theme-3-1 .questions-box.collapsed h3, .theme-3-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -140px;}
.theme-3-1 .summary-box, .theme-3-1 .scale-table thead th {background-color: #f0c3d8;}

.theme-4-1 .language-selection, .theme-4-1 .language-selection a, .theme-4-1 .simular-courses ul a, .theme-4-1 .evaluation-box strong, .theme-4-1 .questions-box h3, .theme-4-1 .extra-info h3, .regular-search-resultlist .theme-4-1 strong, #modalContent .theme-4-1 .booking-box .mellanrubrik {color: #cd5000;}
.theme-4-1 a.theme-btn-1, .theme-4-1 a.attention-link, .module-block a.theme-4-1  {background-color: #e67d46;}
.theme-4-1 .questions-box h3, .theme-4-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -160px;}
.theme-4-1 .questions-box.collapsed h3, .theme-4-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -180px;}
.theme-4-1 .summary-box, .theme-4-1 .scale-table thead th {background-color: #f6c7a4;}

.theme-5-1 .language-selection, .theme-5-1 .language-selection a, .theme-5-1 .simular-courses ul a, .theme-5-1 .evaluation-box strong, .theme-5-1 .questions-box h3, .theme-5-1 .extra-info h3, .regular-search-resultlist .theme-5-1 strong, #modalContent .theme-5-1 .booking-box .mellanrubrik {color: #916929;}
.theme-5-1 a.theme-btn-1, .theme-5-1 a.attention-link, .module-block a.theme-5-1  {background-color: #c3a064;}
.theme-5-1 .questions-box h3, .theme-5-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -200px;}
.theme-5-1 .questions-box.collapsed h3, .theme-5-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -220px;}
.theme-5-1 .summary-box, .theme-5-1 .scale-table thead th {background-color: #E8DAB9;}

.theme-6-1 .language-selection, .theme-6-1 .language-selection a, .theme-6-1 .simular-courses ul a, .theme-6-1 .evaluation-box strong, .theme-6-1 .questions-box h3, .theme-6-1 .extra-info h3, .regular-search-resultlist .theme-6-1 strong, #modalContent .theme-6-1 .booking-box .mellanrubrik {color: #968c46;}
.theme-6-1 a.theme-btn-1, .theme-6-1 a.attention-link, .module-block a.theme-6-1  {background-color: #c4ba74;}
.theme-6-1 .questions-box h3, .theme-6-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -240px;}
.theme-6-1 .questions-box.collapsed h3, .theme-6-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -260px;}
.theme-6-1 .summary-box, .theme-6-1 .scale-table thead th {background-color: #e8e4c2;}

.theme-7-1 .language-selection, .theme-7-1 .language-selection a, .theme-7-1 .simular-courses ul a, .theme-7-1 .evaluation-box strong, .theme-7-1 .questions-box h3, .theme-7-1 .extra-info h3, .regular-search-resultlist .theme-7-1 strong, #modalContent .theme-7-1 .booking-box .mellanrubrik {color: #789101;}
.theme-7-1 a.theme-btn-1, .theme-7-1 a.attention-link, .module-block a.theme-7-1  {background-color: #abc338;}
.theme-7-1 .questions-box h3, .theme-7-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -280px;}
.theme-7-1 .questions-box.collapsed h3, .theme-7-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -300px;}
.theme-7-1 .summary-box, .theme-7-1 .scale-table thead th {background-color: #DDE897;}

.theme-8-1 .language-selection, .theme-8-1 .language-selection a, .theme-8-1 .simular-courses ul a, .theme-8-1 .evaluation-box strong, .theme-8-1 .questions-box h3, .theme-8-1 .extra-info h3, .regular-search-resultlist .theme-8-1 strong, #modalContent .theme-8-1 .booking-box .mellanrubrik {color: #46a028;}
.theme-8-1 a.theme-btn-1, .theme-8-1 a.attention-link, .module-block a.theme-8-1  {background-color: #81c453;}
.theme-8-1 .questions-box h3, .theme-8-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -320px;}
.theme-8-1 .questions-box.collapsed h3, .theme-8-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -340px;}
.theme-8-1 .summary-box, .theme-8-1 .scale-table thead th {background-color: #C5F1AC;}

.theme-9-1 .language-selection, .theme-9-1 .language-selection a, .theme-9-1 .simular-courses ul a, .theme-9-1 .evaluation-box strong, .theme-9-1 .questions-box h3, .theme-9-1 .extra-info h3, .regular-search-resultlist .theme-9-1 strong, #modalContent .theme-9-1 .booking-box .mellanrubrik {color: #14967d;}
.theme-9-1 a.theme-btn-1, .theme-9-1 a.attention-link, .module-block a.theme-9-1  {background-color: #44bda4;}
.theme-9-1 .questions-box h3, .theme-9-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -360px;}
.theme-9-1 .questions-box.collapsed h3, .theme-9-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -380px;}
.theme-9-1 .summary-box, .theme-9-1 .scale-table thead th {background-color: #AEE9E1;}

.theme-10-1 .language-selection, .theme-10-1 .language-selection a, .theme-10-1 .simular-courses ul a, .theme-10-1 .evaluation-box strong, .theme-10-1 .questions-box h3, .theme-10-1 .extra-info h3, .regular-search-resultlist .theme-10-1 strong, #modalContent .theme-10-1 .booking-box .mellanrubrik {color: #149bb9;}
.theme-10-1 a.theme-btn-1, .theme-10-1 a.attention-link, .module-block a.theme-10-1  {background-color: #5ab9d2;}
.theme-10-1 .questions-box h3, .theme-10-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -400px;}
.theme-10-1 .questions-box.collapsed h3, .theme-10-1 .extra-info.collapsed h3  {background: url(../img/arrows_up_down_all.png) no-repeat 100% -420px;}
.theme-10-1 .summary-box, .theme-10-1 .scale-table thead th {background-color: #c0e6ef;}

.theme-11-1 .language-selection, .theme-11-1 .language-selection a, .theme-11-1 .simular-courses ul a, .theme-11-1 .evaluation-box strong, .theme-11-1 .questions-box h3, .theme-11-1 .extra-info h3, .regular-search-resultlist .theme-11-1 strong, #modalContent .theme-11-1 .booking-box .mellanrubrik {color: #5078a0;}
.theme-11-1 a.theme-btn-1, .theme-11-1 a.attention-link, .module-block a.theme-11-1  {background-color: #8ba9cc;}
.theme-11-1 .questions-box h3, .theme-11-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -440px;}
.theme-11-1 .questions-box.collapsed h3, .theme-11-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -460px;}
.theme-11-1 .summary-box, .theme-11-1 .scale-table thead th {background-color: #d4e3f2;}

.theme-12-1 .language-selection, .theme-12-1 .language-selection a, .theme-12-1 .simular-courses ul a, .theme-12-1 .evaluation-box strong, .theme-12-1 .questions-box h3, .theme-12-1 .extra-info h3, .regular-search-resultlist .theme-12-1 strong, #modalContent .theme-12-1 .booking-box .mellanrubrik {color: #735591;}
.theme-12-1 a.theme-btn-1, .theme-12-1 a.attention-link, .module-block a.theme-12-1  {background-color: #b4a5c2;}
.theme-12-1 .questions-box h3, .theme-12-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -480px;}
.theme-12-1 .questions-box.collapsed h3, .theme-12-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -500px;}
.theme-12-1 .summary-box, .theme-12-1 .scale-table thead th {background-color: #e3dbe8;}

.theme-13-1 .language-selection, .theme-13-1 .language-selection a, .theme-13-1 .simular-courses ul a, .theme-13-1 .evaluation-box strong, .theme-13-1 .questions-box h3, .theme-13-1 .extra-info h3, .regular-search-resultlist .theme-13-1 strong, #modalContent .theme-13-1 .booking-box .mellanrubrik {color: #808080;}
.theme-13-1 a.theme-btn-1, .theme-13-1 a.attention-link, .module-block a.theme-13-1  {background-color: #808080;}
.theme-13-1 .questions-box h3, .theme-13-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% 0;}
.theme-13-1 .questions-box.collapsed h3, .theme-13-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -20px;}
.theme-13-1 .summary-box, .theme-13-1 .scale-table thead th {background-color: #dddddd;}

.theme-15-1 .language-selection, .theme-15-1 .language-selection a, .theme-15-1 .simular-courses ul a, .theme-15-1 .evaluation-box strong, .theme-15-1 .questions-box h3, .theme-15-1 .extra-info h3, .regular-search-resultlist .theme-15-1 strong, #modalContent .theme-15-1 .booking-box .mellanrubrik {color: #ba8200;}
.theme-15-1 a.theme-btn-1, .theme-15-1 a.attention-link, .module-block a.theme-15-1  {background-color: #dbbe59;}
.theme-15-1 .questions-box h3, .theme-15-1 .extra-info h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -520px;}
.theme-15-1 .questions-box.collapsed h3, .theme-15-1 .extra-info.collapsed h3 {background: url(../img/arrows_up_down_all.png) no-repeat 100% -540px;}
.theme-15-1 .summary-box, .theme-15-1 .scale-table thead th {background-color: #ecda9f;}



 .theme-0-1 .close-modal-window {background-position: 0 -600px;} .theme-1-1 .close-modal-window {background-position: 0 0;} .theme-2-1 .close-modal-window {background-position: 0 -50px;} .theme-3-1 .close-modal-window {background-position: 0 -100px;} .theme-4-1 .close-modal-window {background-position: 0 -150px;} .theme-5-1 .close-modal-window {background-position: 0 -200px;} .theme-6-1 .close-modal-window {background-position: 0 -250px;} .theme-7-1 .close-modal-window {background-position: 0 -300px;} .theme-8-1 .close-modal-window {background-position: 0 -350px;} .theme-9-1 .close-modal-window {background-position: 0 -400px;} .theme-10-1 .close-modal-window {background-position: 0 -450px;} .theme-11-1 .close-modal-window {background-position: 0 -500px;} .theme-12-1 .close-modal-window {background-position: 0 -550px;} .theme-13-1 .close-modal-window {background-position: 0 -600px;}  .theme-15-1 .close-modal-window {background-position: 0 -650px;}


/* Darker versions of -1-colors */
.theme-1-2 {background: #82151f;} .theme-2-2 {background: #872f5b;} .theme-3-2 {background: #bf2755;} .theme-4-2 {background: #cc5227;} .theme-5-2 {background: #916a29;} .theme-6-2 {background: #958c45;} .theme-7-2 {background: #78923c;} .theme-8-2 {background: #46a047;} .theme-9-2 {background: #12967c;} .theme-10-2 {background: #149bb8;} .theme-11-2 {background: #5079a1;} .theme-12-2 {background: #745692;} .theme-13-2 {background: #555555;}


/*-- End Theme background colors --*/

/*-- Reserve-Theme background colors --*/
.reserve-theme-1-1 a.theme-btn-1 {background-color: #81c453 !important;}
.reserve-theme-2-1 a.theme-btn-1  {background-color: #b04242 !important;}
.reserve-theme-3-1 a.theme-btn-1  {background-color: #E67D46 !important;}
/*-- End Reserve-Theme background colors --*/

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

.grid-col {padding-right:10px; float:left; position:relative;}
.gu-1{width: 88px;}
.gu-194px{width: 194px;}
.gu-2{width: 186px;}
.gu-272px {width: 272px;}
.gu-3{width: 284px;}
.gu-4{width: 382px;}
.gu-452px{width: 452px;}
.gu-5{width: 480px;}
.gu-6{width: 578px;}
.gu-7{width: 676px;}
.gu-8{width: 774px;}
.gu-9{width: 872px;}
.gu-10{width: 970px;}

.omega {padding-right: 0;}

/* --- Common paddings ---*/
.pt-1px {padding-top: 1px;} .pt-2px {padding-top: 2px;} .pt-4px {padding-top: 4px;} .pt-5px {padding-top: 5px;} .pt-8px {padding-top: 8px;} .pt-10px {padding-top: 10px;} .pt-15px {padding-top: 15px;} .pt-20px {padding-top: 20px;} .pt-25px {padding-top: 25px;} .pt-30px {padding-top: 30px;} .pt-40px {padding-top: 40px;} .pt-50px {padding-top: 50px;} .pt-80px {padding-top: 80px;} .pt-100px {padding-top: 100px;}

.pr-1px {padding-right: 1px;} .pr-2px {padding-right: 2px;} .pr-4px {padding-right: 4px;} .pr-5px {padding-right: 5px;} .pr-8px {padding-right: 8px;} .pr-10px {padding-right: 10px;} .pr-12px {padding-right: 12px;} .pr-15px {padding-right: 15px;} .pr-20px {padding-right: 20px;} .pr-25px {padding-right: 25px;} .pr-26px {padding-right: 26px;} .pr-30px {padding-right: 30px;} .pr-40px {padding-right: 40px;} .pr-50px {padding-right: 50px;} .pr-80px {padding-right: 80px;} .pr-100px {padding-right: 100px;}

.pb-1px {padding-bottom: 1px;} .pb-2px {padding-bottom: 2px;} .pb-4px {padding-bottom: 4px;} .pb-5px {padding-bottom: 5px;} .pb-8px {padding-bottom: 8px;} .pb-10px {padding-bottom: 10px;} .pb-15px {padding-bottom: 15px;} .pb-20px {padding-bottom: 20px;} .pb-25px {padding-bottom: 25px;} .pb-30px {padding-bottom: 30px;} .pb-40px {padding-bottom: 40px;} .pb-50px {padding-bottom: 50px;} .pb-80px {padding-bottom: 80px;} .pb-100px {padding-bottom: 100px;}

.pl-1px {padding-left: 1px;} .pl-2px {padding-left: 2px;} .pl-4px {padding-left: 4px;} .pl-5px {padding-left: 5px;} .pl-8px {padding-left: 8px;} .pl-10px {padding-left: 10px;} .pl-15px {padding-left: 15px;} .pl-20px {padding-left: 20px;} .pl-25px {padding-left: 25px;} .pl-30px {padding-left: 30px;} .pl-40px {padding-left: 40px;} .pl-50px {padding-left: 50px;} .pl-80px {padding-left: 80px;} .pl-100px {padding-left: 100px;}

/* --- Common margins ---*/
.mt-1px {margin-top: 1px;} .mt-2px {margin-top: 2px;} .mt-4px {margin-top: 4px;} .mt-5px {margin-top: 5px;} .mt-8px {margin-top: 8px;} .mt-10px {margin-top: 10px;} .mt-15px {margin-top: 15px;} .mt-20px {margin-top: 20px;}  .mt-25px {margin-top: 25px;} .mt-30px {margin-top: 30px;} .mt-40px {margin-top: 40px;} .mt-50px {margin-top: 50px;} .mt-80px {margin-top: 80px;} .mt-100px {margin-top: 100px;}

.mr-1px {margin-right: 1px;} .mr-2px {margin-right: 2px;} .mr-4px {margin-right: 4px;} .mr-5px {margin-right: 5px;} .mr-8px {margin-right: 8px;} .mr-10px {margin-right: 10px;} .mr-15px {margin-right: 15px;} .mr-20px {margin-right: 20px;} .mr-25px {margin-right: 25px;} .mr-30px {margin-right: 30px;} .mr-40px {margin-right: 40px;} .mr-50px {margin-right: 50px;} .mr-80px {margin-right: 80px;} .mr-100px {margin-right: 100px;}

.mb-1px {margin-bottom: 1px;} .mb-2px {margin-bottom: 2px;} .mb-4px {margin-bottom: 4px;} .mb-5px {margin-bottom: 5px;} .mb-8px {margin-bottom: 8px;} .mb-10px {margin-bottom: 10px;} .mb-15px {margin-bottom: 15px;} .mb-20px {margin-bottom: 20px;} .mb-25px {margin-bottom: 25px;} .mb-30px {margin-bottom: 30px;} .mb-40px {margin-bottom: 40px;} .mb-50px {margin-bottom: 50px;} .mb-80px {margin-bottom: 80px;} .mb-100px {margin-bottom: 100px;}

.ml-1px {margin-left: 1px;} .ml-2px {margin-left: 2px;} .ml-4px {margin-left: 4px;} .ml-5px {margin-left: 5px;} .ml-8px {margin-left: 8px;} .ml-10px {margin-left: 10px;} .ml-15px {margin-left: 15px;} .ml-20px {margin-left: 20px;} .ml-25px {margin-left: 25px;} .ml-30px {margin-left: 30px;} .ml-40px {margin-left: 40px;} .ml-50px {margin-left: 50px;} .ml-80px {margin-left: 80px;} .ml-100px {margin-left: 100px;}

/* --- rounded corners for modern browsers --- */
.gui-rc-5px {-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;} .gui-rc-6px {-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}

.gen-link-list {list-style: none; margin: 0; padding-left:3px; }

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/** 
 * Included external styles from js-libraries and stuff 
 *
 */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox {margin-left: 39px;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}


.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}


/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(../img/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../img/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../img/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../img/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../img/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../img/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../img/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../img/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(../img/loading.gif) no-repeat 5px 5px;}
        /* #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444; display: none; } */
		#cboxClose { display: none; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);*/
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/* -- jqTransform --*/
form.jqtransformdone label{}
form.jqtransformdone div.rowElem{clear:both;padding:4px 0;}
button.jqTransformButton{border:none;background-color:transparent;cursor:pointer;overflow:visible;font-family:Arial;margin:0;padding:0;}
*:first-child+html button.jqTransformButton[type]{width:1px;}
button.jqTransformButton span{background:transparent url(img/btn_right.gif) no-repeat right top;display:block;float:left;height:33px;margin:0;padding:0 4px 0 0;}
button.jqTransformButton span span{background:transparent url(img/btn_left.gif) no-repeat top left;color:#333;font-weight:400;font-size:12px;line-height:13px;display:block;text-decoration:none;height:33px;padding:8px 4px 0 8px;}
button.jqTransformButton_hover span span{background-position:left -33px;}
button.jqTransformButton_hover span{background-position:right -33px;}
button.jqTransformButton_click span span{background-position:left -66px;}
button.jqTransformButton_click span{background-position:right -66px;}
.jqTransformInputWrapper{background:transparent url(img/input/input_text_left.gif) no-repeat left top;height:31px;float:left;padding:0;}
.jqTransformInputInner{background:transparent url(img/input/input_text_right.gif) no-repeat top right;margin:0;padding:0;}
.jqTransformInputInner div{height:31px;margin:0 0 0 8px;}
.jqTransformInputInner div input{font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:18px;vertical-align:middle;height:31px;color:#404040;border:none;background:transparent;margin:0;padding:8px 0 0;}
* html .jqTransformInputInner div input{height:24px;margin:0 0 0 -8px;padding:6px 0 0;}
*+ html .jqTransformInputInner div input{margin-left:-10px;height:24px;padding:6px 0 0;}
.jqTransformInputWrapper_hover{background-position:left -31px;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{background-position:right -31px;}
.jqTransformInputWrapper_focus{background-position:left -62px;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{background-position:right -62px;}
.jqTransformSafari .jqTransformInputInner div{position:relative;overflow:hidden;margin:0 8px;}
.jqTransformSafari .jqTransformInputInner div input{background-color:none;position:absolute;top:-10px;left:-2px;height:42px;padding-left:4px;}
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{font-size:12px;line-height:16px;}
table.jqTransformTextarea td{font-size:1px;line-height:1px;width:5px;height:5px;margin:0;padding:0;}
table.jqTransformTextarea textarea{border:0;background:none;margin:0;padding:0;}
table.jqTransformTextarea td#jqTransformTextarea-tl{background:url(img/textarea/textarea_tl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background:url(img/textarea/textarea_tm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background:url(img/textarea/textarea_tr.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-ml{background:url(img/textarea/textarea_ml.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background:url(img/textarea/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background:url(img/textarea/textarea_mr.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-bl{background:url(img/textarea/textarea_bl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background:url(img/textarea/textarea_bm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background:url(img/textarea/textarea_br.gif) no-repeat top left;}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image:url(img/textarea/textarea-mm-hover.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image:url(img/textarea/textarea-mm-focus.gif);}
table.jqTransformTextarea .jqTransformSafariTextarea div{position:relative;overflow:hidden;border:0 solid red;}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{background:none;position:absolute;top:-10px;left:-10px;resize:none;padding:10px;}
.jqTransformRadioWrapper{float:left;display:block;margin:5px 4px 0;}
.jqTransformRadio{background:transparent url(img/radio.gif) no-repeat center top;vertical-align:middle;height:19px;width:18px;display:block;}
/*span.jqTransformCheckboxWrapper{display:block;float:left;margin-right: 8px;}
a.jqTransformCheckbox{background:transparent url(img/checkbox.gif) no-repeat center top;vertical-align:middle;height:16px;width:16px;display:block;}
a.jqTransformChecked{background-position:center bottom;}*/

span.jqTransformCheckboxWrapper{display:block;float:left;margin-right: 8px;}
a.jqTransformCheckbox {background:transparent url(../img/checkboxes2.png) no-repeat 0 0; vertical-align:middle;height:20px;width:20px;display:block;}
a.jqTransformChecked { background-position: -18px 2px; }

/* Dropdown menus with checkboxes */
html.js .multiSelectOptions label { background:transparent url(../img/checkbox.png) no-repeat right 7px;vertical-align:middle;height:20px;display:block; margin: 0; padding: 5px 2px; }
html.js .multiSelectOptions label.checked { background:transparent url(../img/checkbox.png) no-repeat right -39px;vertical-align:middle;height:20px;display:block; }
html.js .multiSelectOptions label input { left: -99999px; position: absolute; }
html.js .multiSelectOptions label.hover { background-color: #f0f0f0; }
html.js .multiSelectOptions div.opt { background: url(../img/dot-divider-black-1-2.png) repeat-x scroll 0pt 0pt transparent; display: block; line-height: 20px; margin: 0px 10px; }
/* 0 */
.style0 a.jqTransformCheckbox 	{ background-color:#f1f1f1; background-color:#f2f2f2; }
.style0 a.jqTransformChecked	{ background-position: -40px 0; }

/* 1 */
.style1 a.jqTransformCheckbox 	{ background-color:#f1f1f1; background-color:#b14242; }
.style1 a.jqTransformChecked	{ background-position: -20px 0; }

/* 2 */
.style2 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#9f597d; }
.style2 a.jqTransformChecked	{ background-position: -20px 0; }

/* 3 */
.style3 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#d15978; }
.style3 a.jqTransformChecked	{ background-position: -20px 0; }

/* 4 */
.style4 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#da7641 }
.style4 a.jqTransformChecked	{ background-position: -20px 0;; }

/* 5 */
.style5 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#be9c61; }
.style5 a.jqTransformChecked	{ background-position: -20px 0; }

/* 6 */
.style6 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#c4b973; }
.style6 a.jqTransformChecked	{ background-position: -20px 0; }

/* 7 */
.style7 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#a2ba35; }
.style7 a.jqTransformChecked	{ background-position: -20px 0; }

/* 8 */
.style8 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#81c453 }
.style8 a.jqTransformChecked	{ background-position: -20px 0;; }

/* 9 */
.style9 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#44bea5; }
.style9 a.jqTransformChecked	{ background-position: -20px 0; }

/* 10 */
.style10 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#57b1ca; }
.style10 a.jqTransformChecked	{ background-position: -20px 0; }

/* 11 */
.style11 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#86a3c5; }
.style11 a.jqTransformChecked	{ background-position: -20px 0; }

/* 12 */
.style12 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#bab3c2; }
.style12 a.jqTransformChecked	{ background-position: -20px 0; }

/* 13 */
.style13 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#821620; }
.style13 a.jqTransformChecked	{ background-position: -20px 0; }

/* 14 */
.style14 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#949494; }
.style14 a.jqTransformChecked	{ background-position: -20px 0; }

/* 15 */
.style15 a.jqTransformCheckbox	{ background-color:#f1f1f1; background-color:#dbbe59; }
.style15 a.jqTransformChecked	{ background-position: -20px 0; }



.jqTransformSelectWrapper{width: 45px;position:relative; /*height:37px; background:url(img/select_left.gif) no-repeat top left; float:left;*/}
.jqTransformSelectWrapper a.jqTransformSelectOpen{display:block; position:absolute;right:0;float: right; width:31px;height:37px; background:url(../img/select-drop-down.png) no-repeat 100% -37px; color: #666;}
.jqTransformSelectWrapper a.jqTransformSelectOpen.active {background-position: 100% -111px;}

	/*.jqTransformSelectWrapper a.jqTransformSelectOpen span {display: block; background:url(../img/select-drop-down.png) no-repeat; height: 37px; font: bold 14px/35px Arial,Helvetica,sans-serif; padding: 0 0 0 5px;}*/
	.jqTransformSelectWrapper span {display: block; background:url(../img/select-drop-down.png) no-repeat; height: 37px; font: normal 14px/35px 'VAGRoundedLTThinBold', Arial,Helvetica,sans-serif; padding: 0 0 0 13px; cursor: pointer;}

.jqTransformSelectWrapper a.jqTransformSelectOpen.active + span {background-position: 0 -74px;}
.jqTransformSelectWrapper ul{position:absolute;width:43px; top:37px;left:0;list-style:none; background: url(../img/select-drop.down-options-167px.png) no-repeat 0 100%; display:none;/*height:150px;overflow:auto;overflow-y:auto*/z-index:10;margin:0;padding:0 0 5px;}

/* variations in dropdown */
#booking .jqTransformSelectWrapper ul {height: 320px; margin-top: -1px; overflow-x: hidden; overflow-y: auto;}
.chooseCourse ul {background: url(../img/select-drop.down-options-480px.png) no-repeat 0 100%;}
.chooseConference ul {background: url(../img/select-drop.down-options-480px.png) no-repeat 0 100%;}
.chooseCourse ul, .chooseConference ul { background-color:#fcfcfc; }

.jqTransformSelectWrapper ul li {padding: 0 13px;}
.jqTransformSelectWrapper ul a{display:block;text-decoration:none;color:#333; /*background-color:#FFF;*/ font-size:12px; padding:6px 0 5px; background: url(../img/dot-divider-black-1-2.png) repeat-x; font-weight: normal;}
.jqTransformSelectWrapper ul a.selected{ /*background:#EDEDED;*/ color:#333;}
.jqTransformSelectWrapper ul a:hover,.jqTransformSelectWrapper ul a.selected:hover{background-color:#f0f0f0;color:#333;}
.choose-item .jqTransformHidden, .jqTransformHidden{display:none;}
* html button.jqTransformButton,*+ html button.jqTransformButton{height:33px;}
* button.jqTransformButton span span,*+ button.jqTransformButton span span{height:25px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tl,table.jqTransformTextarea-hover td#jqTransformTextarea-tm,table.jqTransformTextarea-hover td#jqTransformTextarea-tr,table.jqTransformTextarea-hover td#jqTransformTextarea-bl,table.jqTransformTextarea-hover td#jqTransformTextarea-bm,table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-position:0 -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml,table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-position:-5px 0;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tl,table.jqTransformTextarea-focus td#jqTransformTextarea-tm,table.jqTransformTextarea-focus td#jqTransformTextarea-tr,table.jqTransformTextarea-focus td#jqTransformTextarea-bl,table.jqTransformTextarea-focus td#jqTransformTextarea-bm,table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-position:0 -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml,table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-position:-10px 0;}

/*-- Multiselect --*/
a.multiSelect{background: url(../img/select-drop-down.png) 100% -37px no-repeat; height: 37px;border: none;padding-right: 40px;position:relative;cursor:default;text-decoration:none;color:#000;display: block;vertical-align:top;}
a.multiSelect:link,a.multiSelect:visited,a.multiSelect:hover,a.multiSelect:active{color:#000;text-decoration:none;}
a.multiSelect span{overflow:hidden;display: block; white-space:nowrap; background: url(../img/select-drop-down.png) no-repeat; height: 37px; font: normal 14px/35px 'VAGRoundedLTThinBold', Arial, Helvetica, sans-serif; color: #666; padding: 0 0 0 13px;}
a.multiSelect.hover{background: url(../img/select-drop-down.png) 100% -37px no-repeat;}
/*a.multiSelect.active,a.multiSelect.focus{background: url(../img/select-drop-down.png) 0 -74px no-repeat;}*/
a.multiSelect.active{background: url(../img/select-drop-down.png) 100% -111px no-repeat;}
a.multiSelect.active span {background: url(../img/select-drop-down.png) 0 -74px no-repeat;}
.multiSelectOptions{margin-top:-1px;overflow-y:auto;overflow-x:hidden; background: url(../img/select-drop.down-options-167px.png) 0 100% no-repeat; padding: 0 2px 5px 0;}
.multiSelectOptions label {display:block;white-space:nowrap;margin: 0 11px 0 13px; padding:5px 0;overflow:hidden; background:url(../img/dot-divider-black-1-2.png) repeat-x 0 0; line-height: 20px;}
.multiSelectOptions label.optGroup{font-weight:700;}
.multiSelectOptions .optGroupContainer label{padding-left:10px;}
.multiSelectOptions.optGroupHasCheckboxes .optGroupContainer label{padding-left:18px;}
.multiSelectOptions input{vertical-align:middle;}
.multiSelectOptions label.checked{background-color:#dce5f8;}
.multiSelectOptions label.selectAll{/*border-bottom:dotted 1px #CCC;*/}
.multiSelectOptions label.hover{background-color:#f0f0f0;color:#333;}

.multiSelectOptions span.jqTransformCheckboxWrapper {float: right; margin: 0 0 0 8px;}

/* Zoom effect on modules */
.module .media-wrapper img {
	/*-webkit-transition: All 200ms ease;
	-moz-transition: All 200ms ease;
	-o-transition: All 200ms ease;*/
	transition:width 200ms, height 200ms;
	/*-moz-transition: width 200ms, height 200ms, -moz-transform 200ms;*/ /* Firefox 4 */
	-moz-transition: -moz-transform 200ms; /* Firefox 4 */
	-webkit-transition: width 200ms, height 200ms, -webkit-transform 200ms; /* Safari and Chrome */
	-o-transition: width 200ms, height 200ms, -o-transform 200ms; /* Opera */
}

.module .media-wrapper img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: rotate(0.5deg) scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

/* Hide XML Text */
.xml-text { display: none; }

/* XML Export Classes - Also used for Web Styling */

/* XML */
.visa-inte-pa-webb { display: none; }
.visa-inte-i-print { }

/* Adress */
.adress-fet { font-weight: 700; }

/* Block */
.block-kursiv { font-style: italic; }

/* Citat */
.citat-fet { font-weight: 700; }
.citat-kursiv { font-style: italic; }

/* Dag */
.dag-fet { font-weight: 700; margin-left: 60px; }
.dag-kursiv  { font-style: italic; margin-left: 60px; }
.dag-mellanrubrik-fet { font-weight: 700; margin-left: 60px; }

/* KL */
.kl-brodtext-fet { font-weight: 700; }

/* Omslag */
.omslag-brodtext-fet { font-weight: 700; }
.omslag-brodtext-kursiv { font-style: italic; }
.omslag-punkt { font-size: 10px; list-style-type: square; }
.omslag-punkt-fet { font-weight: 700; }
.omslag-punkt-kursiv { font-style: italic; }
.omslag-rubrik { font-size: 16px; }
.omslag-rubrik2 { font-size: 14px; }

/* PR */
.pr-adress-brod { font-size: 10px; }
.pr-adress-brod2 { font-size: 10px; }
.pr-rubrik { font-size: 18px }

/* Pris */
.pris { font-weight: 700; }

/* Referenser */
.ref-brod { font-size: 10px; }
.ref-ingress { font-size: 14px; }
.ref-rubrik { font-size: 12px; }

/* Relaterat */
.relaterad-brod { font-size: 10px; }
.relaterad-ingress { font-size: 14px; }
.relaterad-punkt { list-style-type: square; }
.relaterad-www { font-weight: 700; }

/* Säljtext */
.saljtext-brod { font-size: 10px; }
.saljtext-fet { font-weight: 700; }
.saljtext-ingress { font-size: 14px; }
.saljtext-kursiv { font-style: italic; }
.saljtext-kursnamn { font-size: 16px; }
.saljtext-kursstart { font-weight: 700; }
.saljtext-punkt { list-style-type: square; }
.saljtext-rubrik { font-size: 16px; }
.saljtext-rubrik2 { font-size: 14px; }
.saljtext-rubrik-dagar { font-weight: 700; }
.saljtext-trigger { font-size: 14px; }

/* Tabeller */
.tabellfot-avgift { font-weight: 700; }
.tabellfot-ort  { font-weight: 700; }
.tabellfot-tid  { font-weight: 700; }

/* Talare */
.talare-brod { font-size: 10px; }
.talare-namn { font-weight: 700; }

/* Generellt */
.course-description h3.rubrik { font-size: 16px; margin-bottom: 10px; background: none; }
.course-description .collapsed h3.rubrik { font-size: 16px; margin-bottom: 10px; background: none; }
.rubrik2 { font-size: 18px; margin-bottom: 4px; line-height: 20px;}
.editorial .rubrik2 { margin: 0 10px;}
.editorial h2 p {margin: 0;}
.editorial .mellanrubrik { margin: 0 10px;}
.ingress { font-size: 16px; margin: 0 0 .5em;}
.course-description h3.mellanrubrik { font-size: 14px; background: none; color: #666;}
.course-description .booking-box h3.mellanrubrik {margin-bottom: 4px;}
.course-description .collapsed h3.mellanrubrik {background: none;}
.brod { font-size: 10px; }
.punkt { list-style-type: square; }
.bildtext { font-size: 10px; }
.strike { text-decoration: line-through; }
.underline { text-decoration: underline }
.bold { font-weight: bold; }
.italic { font-style:italic; }


/* Time Layout */
.timelayout { display: inline-block; width: 42px; font-weight: normal; vertical-align: top;}
.side-box .timelayout { width: auto; }

/* faking ul-list with p:s */
.module p.ingress-punkt {margin: 0px; padding: 0 0 .25em 1em; background: url(/design/foretagsuniversitetet/img/bullet-white.png) no-repeat 2px 6px; }
.module p.brodtext { margin: 0px; color: #fff; font-size: 12px; }
.module p.ingress { margin: 0px; color: #fff; font-size: 12px; }
.module p { color: #fff; }
p.ingress-punkt {margin: 0px; padding: 0 0 .25em 1em; background: url(/design/foretagsuniversitetet/img/bullet.png) no-repeat 2px 6px; }
.narrative-desc p.ingress-punkt {font-size: 16px;}
p.ingress-punkt:last-child, .ingress p.ingress-punkt:last-child  {margin: 0 0 .75em;}
p.ingress-punkt + .brodtext {padding-top: 10px;}
p.brodpunkt {margin: 0px; padding: 0 0 .25em 1em; background: url(/design/foretagsuniversitetet/img/list-bullet-black-small.png) no-repeat 2px 6px;}
p.underpunkt {margin: 0px; padding: 0 0 .25em 2em; background: url(/design/foretagsuniversitetet/img/list-bullet-black-small.png) no-repeat 12px 7px;}
p span.underpunkt {margin: 0px; padding: 0 0 .25em 2em;}
.day-block-item p.brodpunkt {margin: 0px; padding: 0 0 .25em 1.5em; background: url(/design/foretagsuniversitetet/img/bullet-day-item.png) no-repeat 4px 5px; margin-left: 10px;}
.day-block-item h3.mellanrubrik + p.brodpunkt {margin-top: 4px;}
.indrag p.brodpunkt, .indrag p, p.underpunkt {margin-left: 45px;}
.day-block-item p.brodpunkt-2 {margin: 0 0 0 80px;}
span.omslag-punkt-fet {margin: 0px; padding: 0 0 .25em 1.5em; background: url(/design/foretagsuniversitetet/img/bullet.png) no-repeat 4px 5px; margin-left: 60px;}
span.omslag-punkt-kursiv {margin: 0px; padding: 0 0 .25em 1.5em; background: url(/design/foretagsuniversitetet/img/bullet.png) no-repeat 4px 5px; margin-left: 60px;}
p.ingress-punkt + p.saljtext-brod + p.brodpunkt + span.omslag-punkt-fet + span.omslag-punkt-kursiv {margin-top: .75em;}

.main-info p.brodpunkt + p.brodtext {padding-top: 10px;}

/* Page navigator */
.pagenavigator {  padding-top:10px; margin-top:10px; border-top:solid 1px #e1e1e1; font-size:14px; } 
.pagenavigator p { margin:0; }
.pagenavigator p span.text, .pagenavigator p span.pages a { font-weight:normal; } 
.pagenavigator p a:link, .pagenavigator p a:visited { color:#333333; padding:5px; }
.pagenavigator p a:active, .pagenavigator p a:hover { text-decoration:underline; }
.pagenavigator p span.previous, .pagenavigator p span.next { padding-right:5px; }  
.pagenavigator p span.pages span {  padding-right:5px; } 
.pagenavigator p span.pages span.current { font-weight:bold; font-size:15px; } 

/* Sitemap */
.content-view-sitemap h1 { margin-bottom:0.5em; }
.content-view-sitemap table h2 { margin-bottom:0.2em; }
.content-view-sitemap table ul { margin-bottom:1em; list-style-type:none; padding-left:0; }
.content-view-sitemap table ul li { margin-bottom:5px; }
.content-view-sitemap table ul li a { margin-left:10px; }

.na { color: #ccc; }

/* Unified typo for FUN/UCBS */
article.about-us h1, article.gen-art h1, .course-description h1, .modal-article h1 {font-size: 24px; line-height: 26px;}
.course-description hgroup h2, .modal-article hgroup h2, h2.course-sub-header,
article.about-us .sub-header-info, article.gen-art .sub-header-info {font-size: 15px; line-height: 17px; color: #777; margin: 0 0 10px;}
.about-us h3, .main-info h3 {font-size: 24px; line-height: 26px; color: #333; margin: 0 0 6px;}
.about-us p + h3, .main-info p + h3 {margin-top: 10px;}
.about-us h3.rubrik2, .main-info h3.rubrik2 {font-size: 17px; line-height: 20px; color: #666; margin-bottom: 4px;}
.about-us h3.mellanrubrik, .main-info h3.mellanrubrik {font-size: 15px; line-height: 17px; color: #666; margin-top: 10px; margin-bottom: 0;}
.narrative-desc p, .narrative-desc p.brodtext,
article.about-us p, article.about-us p.brodtext, article.gen-art p.brodtext {font-size: 13px; line-height: 16px; color: #666; padding: 3px 0; margin: 0;}
.narrative-desc p.ingress-punkt, p.ingress-punkt, .about-us p.ingress-punkt  {font-size: 15px; line-height: 18px; color: #666; padding: 0 0 .1em 1em;}
.module p.ingress-punkt, p.ingress-punkt, .about-us p.ingress-punkt  {font-size: 12px; line-height: 18px; color: #fff; padding: 0 0 .1em 1em;}
.narrative-desc p.ingress, .main-content p.ingress {font-size: 15px; line-height: 18px; color: #666; padding: 0; margin: 0 0 5px;}
.narrative-desc p.brodpunkt, .about-us p.brodpunkt {background-position:2px 7px; padding:0 0 0.1em 1em;}

.narrative-desc .ingress-punkt + p, .narrative-desc .ingress-punkt + p.brodtext, article.about-us .ingress-punkt + p, article.about-us .ingress-punkt + p.brodtext, article.gen-art .ingress-punkt + p.brodtext {padding-top: 6px;}
.narrative-desc .ingress-punkt + p.ingress-punkt, article.about-us .ingress-punkt + p.ingress-punkt {padding-top: 0;}

.narrative-desc .mellanrubrik + p, .narrative-desc .mellanrubrik + p.brodtext, article.about-us .mellanrubrik + p, article.about-us .mellanrubrik + p.brodtext, article.gen-art .mellanrubrik + p.brodtext {padding-top: 0;}
a.theme-btn-1:hover, a.nav-btn-1:hover {color: #FFF;}

/* P as Brodtext */
p { padding-top: 0px; font-size: 13px; line-height: 16px; padding: 3px 0; margin: 0; overflow: hidden; }