﻿/* Cascading Stylesheet */

body {
	background-color: #fbfcff;
	color: #3d3d3d;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #3d3d3d;
	padding: 0 0 5px;
	margin: 0 0 5px;
	font-weight: normal;
}

h1 {
    font-size: 2.12em;
    line-height: 1.2em;      
}

h2 {
    font-size: 2.12em; 
    line-height: 1.1em;      
}

h3 {
    font-size: 1.31em; 
    line-height: 1.1em;      
}

h4 {
    font-size: 1.15em; 
    line-height: 1.1em;      
}

h5 {
    font-size: 0.7em; 
    line-height: 1.1em;      
    font-weight: bold;
}

hr {
    border-top: 1px solid #eff0f2;     
    color: #fff;
    background-color: #fff;
}


p {
    font-size: 0.7em;   
}

a {
	color:	#3d3d3d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

embed {
	padding: 0;
	margin: 0;
	z-index: 10000;
}

object {
	padding: 0;
	margin: 0;
}

select {
    font-size: 0.7em;
    color: #3d3d3d;
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 0.7em;
    border: 1px solid #E3E3E3;
    padding: 5px;
}

input {
    font-size: 0.7em;
    color: #3d3d3d;
    background: #fff;
    margin: 0;
    padding: 3px;
    border: 1px solid #E3E3E3;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 0.7em;
    font-style: normal;
    width:300px;
    height: 18px;
    margin-bottom: 10px;
}

 textarea {
    font-size: 0.7em;
    color: #3d3d3d;
    background: #fff;
    margin: 0;
    padding: 3px;
    border: 1px solid #E3E3E3;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 0.7em;
    font-style: normal;
    width: 300px;
    height: 120px;
}

label {
    margin: 0;
    padding: 0;    
}

ul {
    list-style: none;
}

td, th {
	color: #3d3d3d;
	font-size: 0.7em;
}

ol {
    margin: 0;
    margin-left: 25px;
    padding: 0;
    font-size: 0.7em;
    font-style: italic;
    font-weight: bold;
}

ol span {
    font-style: normal;
}

sup {
    font-size: xx-small; 
    vertical-align: super;
}

sub {
    font-size: xx-small; 
    vertical-align: sub;
}

small {
    font-size: 0.80em;
}

big {
    font-size: 1.4em;
}

blockquote p {
	margin: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
    font-style: italic;
}

/* Style Classes */

.margin-5-top {
    margin-top: 5px;    
}

.margin-10-top {
    margin-top: 10px;    
}

.margin-15-top {
    margin-top: 15px;
}

.margin-20-top {
    margin-top: 20px;
}

.margin-40-top {
    margin-top: 40px;
}

.margin-60-top {
    margin-top: 60px;
}

.margin-5-bottom, .margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-10-bottom, .margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-15-bottom, .margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-20-bottom, .margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-40-bottom {
    margin-bottom: 40px;
}

.margin-60-bottom {
    margin-bottom: 60px;
}

.margin-3-left {
    margin-left: 3px;
}

.margin-5-left {
    margin-left: 5px;
}

.margin-10-left {
    margin-left: 10px;
}

.margin-15-left {
    margin-left: 15px;
}

.margin-5-right {
    margin-right: 5px;
}

.margin-10-right {
    margin-right: 10px;
}

.margin-15-right {
    margin-right: 15px;
}

.padding-div {
    padding: 8px 5px 0px 5px;    
}

.aller {
    vertical-align: bottom;   
}

.beige {
    color: #f8f6ed;
}

.white {
    color: #f5f6fa;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.whitespace-normal {
    white-space: normal;
}

.display-inline {
    display: inline;
}

.italic {
    font-style: italic; 
}

.uppercase {
    text-transform: uppercase;
}

.big {
    font-size: 1em;    
}

.small {
    font-size: 0.7em;
}

.xsmall {
    font-size: 0.6em;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.textright {
    text-align: right;
}

.border-1-grey {
    padding: 2px;
    border: 1px solid #e4e4e4;    
}

.border-1-left-grey {
    border-left: 1px solid #e4e4e4;
}

input.submitBtn {
    border: none;
    background: url(../images/mos-submit-btn.png) no-repeat 0px 0px;
    width: 84px;
    height: 28px;
    cursor: pointer;
    padding: 0px 4px 3px 0px;
    font-size: 0.55em;
}

.ie7 input.submitBtn, .webkit input.submitBtn {
    padding: 0px;    
}

input.submitBtn:hover {
    border: none;
    background: url(../images/mos-submit-btn.png) no-repeat 0px -29px;
}

.back {
    background: #fff;
}

.hide {
    display: none;
}

.even {
    background-color: #f4f4f4;
}

.info {
      
}

.info ul li {
    color: #3D3D3D;
}

.print {
    display: none;    
}

/* Sharethis */

.shareThis {
}

.shareThis span {
    margin-right: 3px;
}

.shareThis ul {
    width: 201px;
}

.shareThis li {
    float: left;
    display: block;
    margin-right: 2px;
    width: 22px;
    height: 23px;
    cursor: pointer;
}

.shareThis a {
    display: block;
    text-indent: -3000px;
    width: 180px;
    height: 1em;   
}

.shareThis li.facebook-link {
    display: block;
    background: url(../images/mos-facebook-rgb-ico2.png) no-repeat 0px 0px;
}

.shareThis li.facebook-link:hover {
    background: url(../images/mos-facebook-rgb-ico2.png) no-repeat 1px 1px;
    text-decoration: none;
}

.shareThis li.tweet-link {
    display: block;
    background: url(../images/mos-tweet-rgb-ico2.png) no-repeat 0px 0px;
}

.shareThis li.tweet-link:hover {
    background: url(../images/mos-tweet-rgb-ico2.png) no-repeat 1px 1px;
    text-decoration: none;
}

.shareThis li.digg-link {
    display: block;
    background: url(../images/mos-digg-rgb-ico.png) no-repeat 0px 0px;
}

.shareThis li.digg-link:hover {
    background: url(../images/mos-digg-rgb-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

.shareThis li.orkut-link {
    display: block;
    background: url(../images/mos-orkut-rgb-ico.png) no-repeat 0px 0px;
}

.shareThis li.orkut-link:hover {
    background: url(../images/mos-orkut-rgb-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

.shareThis li.stumbleupon-link {
    display: block;
    background: url(../images/mos-stumbleupon-rgb-ico.png) no-repeat 0px 0px;
}

.shareThis li.stumbleupon-link:hover {
    background: url(../images/mos-stumbleupon-rgb-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

.shareThis li.renren-link {
    display: block;
    background: url(../images/mos-renren-rgb-ico.png) no-repeat 0px 0px;
}

.shareThis li.renren-link:hover {
    background: url(../images/mos-renren-rgb-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

/* RSS Feeds */

.rss {
}

.rss span {
    margin-right: 3px;
}

.rss ul {
    width: auto;
}

.rss li {
    float: left;
    display: block;
    margin-right: 2px;
    width: auto;
    min-width: 22px;
    height: 23px;
    cursor: pointer;
}

.rss li.rss-link {
    display: block;
    background: url(../images/mos-rss-rgb-ico.png) no-repeat 0px 0px;
}

.rss li.rss-link:hover {
    background: url(../images/mos-rss-rgb-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

.rss a {
    display: block;
    text-indent: -3000px;
    width: 180px;
    height: 47px;   
}

/* InfoModule */

.infoModule {
    padding: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
 }
 
 .infoModule span {
    font-size: 0.65em;
    font-style: italic;   
 }

/* Shadowmodule left */

.shadowDiv_4 {
    background: url(../images/mos-shadowDiv-bg-upper-4.png) no-repeat top left #fbfcff;
}

.shadowDiv_4 dd p {
    font-size: 1em;
}

.shadowDivBottom_4 {
    background: url(../images/mos-shadowDiv-bg-bottom-4.png) no-repeat bottom left #fbfcff;
    width: 100%;
    display: block;
    margin-top: -4px;
}

.shadowDiv_8 {
    background: url(../images/mos-shadowDiv-bg-upper-8.png) no-repeat top left #fbfcff;
}

.shadowDivBottom_8 {
    background: url(../images/mos-shadowDiv-bg-bottom-8.png) no-repeat bottom left #fbfcff;
    width: 100%;
    display: block;
    margin-top: -14px;
}

/* General Layout and Design Logo & Menu */

#outerContainer {
    margin: 0 auto;
}

#headerContainer {
    background: url(../images/mos-header-bg.png) repeat-x top left;
    height: 100px;
}

#headerContainer .logo {
    margin-top: 26px;
}

#headerContainer .logo h2 {
    text-indent: -1000px;
    width: 180px;
    height: 47px;
    background: url(../images/mos-logo.png) no-repeat;
}

#headerContainer .logo a {
    display: block;
    width: 180px;
    height: 47px;
}

/* Main Menu */


#headerContainer .topNav ul {
	margin: 0;
	list-style: none;
	margin-left: 20px;
	float: right;
}

.ie7 #headerContainer .topNav ul {
	margin-left: 0px;
}

#headerContainer .topNav ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 5px;
}

#headerContainer .topNav ul li a {
	text-decoration: none;
	float:left;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.7em;
}

#headerContainer .topNav ul li a span {
	margin: 0px 4px 0px -5px;
	padding: 45px 15px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

#headerContainer .topNav ul.grey li a:hover {
	background: url(../images/mos-menu-bg-hover.png) no-repeat top right;
 	color: #3d3d3d;
 	z-index: 100;
}

#headerContainer .topNav ul.grey li a:hover span {
	background: url(../images/mos-menu-bg-hover.png) no-repeat top left;
	z-index: 100;
}

#headerContainer .topNav ul.grey li a.current {
	background: url(../images/mos-menu-bg.png) no-repeat top right;
 	color: #f4f4f4;
 	z-index: 1000;
}

#headerContainer .topNav ul.grey li a.current span {
	background: url(../images/mos-menu-bg.png) no-repeat top left;
	z-index: 1000;
}

/* General design of layoutmaster */
/* Slider and middle */


#sliderContainer {
    background: url(../images/mos-slider-bg.png) no-repeat top left;
    height: 300px;
}

#sliderContainer .message {
    height:100%;
}

#sliderContainer .message h2 {
    margin-top: 60px;
    margin-left: 25px;
    font-size: 3.5em;
}

#sliderContainer .message p {
    margin-left: 130px;
    margin-top: -10px;
    width: 200px;
    font-size: 1em;
}

#sliderContainer .sliderInner {
    background: url(../images/mos-trans-50.png) repeat;
    height: 300px;
    position: relative;
}

#sliderContainer .slider {
    position: relative;
    height: 275px;
    width: 508px;
}

#sliderContainer .sliderInner .sliderBox {
    background: url(../images/mos-trans-90.png) repeat;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    bottom: 11px;
    right: 0px;
    height: 32px;
    width: 310px;
    font-size: 1.15em;
    z-index: 100;
}

#sliderContainer .nivo-controlNav {
    float: right;
    vertical-align: middle;
    margin-top: 252px;
    margin-right: 10px;   
}

#sliderContainer .nivo-controlNav a {
    font-size: 0.7em;
    text-decoration: none;
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    padding-left: 6px;
    margin-top: -1px;
    background: url(../images/mos-start-slider-bg.png) no-repeat 0px 0px;
}

#sliderContainer .nivo-controlNav a:hover, #sliderContainer .nivo-controlNav a.active {
    background: url(../images/mos-start-slider-bg-active.png) no-repeat 0px 0px;
}

#sliderContainer .sliderInner .slider {
    margin-top: 7px;
    margin-left: 8px;
    border: 5px solid #fff;
}

/* Content startpage */

#contentContainer {
    padding-top: 10px;
    margin-bottom: 50px;
    min-height: 600px;
}

/* Left module */

#contentContainer .blogPhotoContainer {
    width: 93px;
    height: 108px;
    background: url(../images/mos-blog-student-bg.png) no-repeat top left;
    text-align: center;
    line-height: 3em;
    margin: 0px 5px;
}

#contentContainer .blogPhotoContainer img {
    margin-top: 8px;
    max-height: 90px;
    max-width: 77px;
}

#contentContainer #news {
    font-size: 0.85em;
    line-height: 1em;
    position: relative;
}

#contentContainer #news #newsCounter {
    position: absolute;
    top: 18px;
    right:55px;
}

#contentContainer #news .anythingFader {
    width: 220px;
    height: 100px;
    position: relative;
    margin: 0 auto 15px;
}

#contentContainer #news .anythingFader .wrapper {
    width: 220px;
    height: 100px;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#contentContainer #news .anythingFader .wrapper ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
    margin: 10px 0 0 0;
}

#contentContainer #news .anythingFader ul li {
    display: block;
    float: left;
    width: 220px;
    margin: 0;
    padding: 0;
}

#contentContainer #news .anythingFader a.arrow, #contentContainer #news .anythingFader a#start-stop {
    display: none;
}

#contentContainer #news .anythingFader #thumbNav {
    position: absolute;
    top: -14px;
    right: 0px;
}

#contentContainer #news .anythingFader #thumbNav a {
    font-weight: normal;
    font-size: 0.8em;
    margin: 0 1px;
}

#contentContainer #news .anythingFader #thumbNav a.cur {
    font-weight: bold;
    text-decoration: underline;
}

/*
  Prevents
*/
#contentContainer #news .anythingFader .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#contentContainer #news .anythingFader .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* Middle module */

#contentContainer .infoboxStart {
    position: relative;
    z-index: 1;
}

#contentContainer .infoboxStart img {
    
}

#contentContainer .infoboxStartHeadline {
    position: absolute;
    z-index: 100;
    top: 15px;
    left: 5px;
}

#contentContainer .infoboxStart {
    position: relative;
}

#contentContainer .infoboxStartText {
    background: url(../images/mos-trans-90.png) repeat top left;
    position: absolute;
    border-top: 1px solid #F5F6FA; 
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 5px;
    min-height: 60px;
}

#contentContainer .international {
    position: relative;
} 

#contentContainer .international img {
    margin-top: 30px;
} 

#contentContainer .internationalStartHeadline {
    position: absolute;
    top: 10px;
    left: 10px;
} 

#contentContainer .internationalStartText {
    width: 50%;
    position: absolute;
    bottom: 20px;
    left: 10px;
} 

/* Rightmodule */

#contentContainer #rightModule {
    background: url(../images/mos-right-module.png) no-repeat top left;
    /*height: 430px; */
} 

#contentContainer #rightModule #search {
    margin-top: 10px;
    margin-left: 28px;
} 

#contentContainer #rightModule #search input.searchfield {
    border: 1px solid #dbdbdb;
    border-right: none;
    background: #fff;
    padding: 8px 3px 3px 3px;
    width: 137px;
    height: 16px;
    float: left;
}

/* .ie7 #contentContainer #rightModule #search input.searchfield {
    padding: 7px 3px 6px 3px;
} */

 #contentContainer #rightModule #search input.searchbutton {
    border: 1px solid #dbdbdb;
    border-left: none;
    width: 30px;
    background: url(../images/mos-searchbtn.png) no-repeat 3px 3px #fff;
    padding: 7px 5px 5px 5px;  
    overflow: hidden;
    cursor: pointer;
}

.webkit #contentContainer #rightModule #search input.searchbutton {
     padding: 8px 5px 5px 5px;  
     border-left: none;
}

.ie7 #contentContainer #rightModule #search input.searchbutton, .ie8 #contentContainer #rightModule #search input.searchbutton {
    padding: 5px 5px;
    height: 29px;
    border-left: 1px solid #fff;
} 

#contentContainer #rightModule ul.rightlist {
    line-height: 1.2em;
    margin-left: 20px;
}

#contentContainer #rightModule ul.rightlist a {
    font-weight: normal;
}

#contentContainer #rightModule #socialMedia {
    width: 200px;
    margin-left: 15px;
    margin-top: 30px;
}

#contentContainer #rightModule #socialMedia .socialMediaTop {
    background: url(../images/mos-right-module-socialMedia-top-twitter.png) no-repeat;
    width: 200px;
    height: 21px;
    padding-top: 7px;
    padding-left: 10px;
}

#contentContainer #rightModule #socialMedia .socialMediaContent {
    background: #3d3d3d;
    padding-bottom: 15px;
    height: 235px;
    overflow: hidden;
}

#contentContainer #rightModule #socialMedia ul.socialmedialist {
    line-height: 1.2em;
    margin-left: 5px;
    padding-top: 8px;
}

#contentContainer #rightModule #socialMedia ul.socialmedialist li {
    margin-bottom: 10px;
    padding-right: 5px;
    display: none;
}

#contentContainer #rightModule #socialMedia ul.socialmedialist li span {
    font-size: 1em;    
}

#contentContainer #rightModule #socialMedia ul.socialmedialist li img {
    padding-right: 5px;
}

#contentContainer #rightModule #socialMedia ul.socialmedialist li a {
    color: #fff;
}

#contentContainer #rightModule #socialMedia .socialMediaBottom {
    position: relative; 
    width: 195px;
    height: 20px;
    background:#333;
    color: #f2f2f2;
    padding-right: 5px;
    border-top: 1px solid #3d3d3d;
}

#contentContainer #rightModule #socialMedia .socialMediaBottom a {
    color: #fff;
}

/* Partners */

#partners img {
    margin-right: 5px;
}

/* General design of Subpage */

/* ContentContainer Subpage */
/* HeaderLine */
#contentContainer #headerLine {
    height: 12px;
    background: url(../images/mos-page-header-bg.png) repeat-x;
}

#contentContainer #crumbs {
    margin-bottom: 20px;
}

/* Left Menu */

#contentContainer .leftNav ul {
	margin: 0;
	list-style: none;
}

#contentContainer .leftNav ul li {
	margin: 5px 0px;
	width: 211px;
	line-height: 1em;
}

/* #contentContainer .leftNav ul li.first {
	margin-top: -5px;
} */

#contentContainer .leftNav ul li a {
	text-decoration: none;
	float:left;
	cursor: pointer;
	margin: 5px 0;
}

#contentContainer .leftNav ul li a span.background {
    width: 212px;
	margin: 3px 0px -3px 0px;
	padding: 5px 0;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

#contentContainer .leftNav ul li a span.background span {
    font-size: 1em;
    margin-left: 5px;
    display: block;
} 

#contentContainer .leftNav ul.blue li a.current {
	background: url(../images/mos-page-leftNav-bg.png) no-repeat top right;
	font-weight: normal;
}

#contentContainer .leftNav ul.blue li a:hover {
	background: url(../images/mos-page-leftNav-bg.png) no-repeat top right;
 	color: #3d3d3d;
 	font-weight: normal;
}

#contentContainer .leftNav ul.blue li a.current span.background {
	background: url(../images/mos-page-leftNav-bg.png) no-repeat bottom right;
}

#contentContainer .leftNav ul.blue li a:hover span.background {
	background: url(../images/mos-page-leftNav-bg.png) no-repeat bottom right;
}

/* ctl00_mainContent */

#contentContainer #ctl00_mainContent {
    font-size: 1.1em;
    min-height: 300px;
}

#contentContainer #ctl00_mainContent p {
    margin: 0 0 1em 0;
}

#contentContainer #ctl00_mainContent .mainContainerArticle ul, #contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle ul  {
    margin: 0;
    margin-left: 25px;
    padding: 0;
    font-size: 0.7em;
    font-weight: normal;
    list-style-image:url(../images/mos-page-circle-bullet-ico.png);   
}

#contentContainer #ctl00_mainContent.mainContainerArticle li {
    font-weight: normal;    
}

#contentContainer #ctl00_mainContent .mainContainerArticle a, #contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle a  {
    text-decoration: underline;
}

#contentContainer #ctl00_mainContent .mainContainerArticle h1, #contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle h1 {
    font-size: 2.125em;    
}

#contentContainer #ctl00_mainContent .mainContainerArticle h2, #contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle h2 {
    font-size: 1.313em;    
}

#contentContainer #ctl00_mainContent .mainContainerArticle h3, #contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle h3 {
    font-size: 1.313em;  
}

#contentContainer #ctl00_mainContent .mainContainerArticle h4, #contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle h4 {
    font-size: 0.813em;    
    font-weight: bold;
}

#contentContainer #ctl00_mainContent .mainContainerArticle h5, #contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle h5 {
    font-size: 0.75em;    
    font-weight: bold;
}

#contentContainer #ctl00_mainContent .mainContainerArticle h6, #contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle h6 {
    font-size: 0.68em;    
    font-weight: bold;
}

/* Right Blogpost */

#contentContainer #ctl00_mainContent .blogPost img {
    max-width: 402px;
    max-height: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

#contentContainer #ctl00_mainContent .blogPostFooter {
    border-top: 1px dotted #e3e3e3;
    border-bottom: 1px dotted #e3e3e3;
    background: url(../images/mos-trans-50.png) repeat;
    padding: 6px 5px;
}

#contentContainer #ctl00_mainContent .blogPostFooter p {
    margin-bottom: 15px;
}

#contentContainer #ctl00_mainContent .comments {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}

#contentContainer #ctl00_mainContent .blogPostFooter .submitBtn {
    margin-right: 130px;
    margin-top: 3px;
    font-weight: bold;
}

#contentContainer #ctl00_mainContent p.blogNav {
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #f2f2f2;
    background: #fff;
    width: 100%;
    text-align: center;    
}

#contentContainer #ctl00_infoBox a {
    text-decoration: underline;    
}

#contentContainer #ctl00_infoBox .right-blog-top {
    background: url(../images/mos-blog-right-bg-top.png) no-repeat top left;
    height: 12px;
    width: 170px;
}

#contentContainer #ctl00_infoBox .right-blog-middle {
    background: url(../images/mos-blog-right-bg-middle.png) repeat-y top left;
    min-width: 170px;
}

#contentContainer #ctl00_infoBox .right-blog-middle a {
    color: #f5f6fa;
}

#contentContainer #ctl00_infoBox .right-blog-middle .blog-header {
    background: url(../images/mos-blog-right-bg-header.png) no-repeat top right;
    padding: 6px 0px 5px 8px;
    margin-left: -8px;
    max-width: 120px;
    height: 29px;
    position: relative;
}

#contentContainer #ctl00_infoBox .right-blog-middle .blog-header-left {
    background: url(../images/mos-blog-right-bg-header-left.png) no-repeat top right;
    position: absolute;
    top: 0;
    left: -7px;
    height: 32px;
    width: 7px;
}

#contentContainer #ctl00_infoBox .right-blog-bottom {
    background: url(../images/mos-blog-right-bg-bottom.png) no-repeat top left;
    height: 12px;
    width: 170px;
}

/* Right Factbox */

#contentContainer #ctl00_mainContent #factBox {
    padding-bottom: 5px;
    background: url(../images/mos-page-factBox-bg.png) no-repeat 8px bottom;
    font-size: 0.9em;
}

#contentContainer #ctl00_mainContent #factBox ul {
    padding-left: 13px;
    margin: 0;
}

#contentContainer #ctl00_mainContent #factBox li {
    list-style-type: none;
    font-size: inherit;
    margin-left: inherit;
}

#contentContainer #ctl00_mainContent #factBox li span {
    display: inline-block;
    width: 65px;
    font-size: 0.9em;
}

#contentContainer #ctl00_mainContent #factBox li a {
    font-weight: normal;
}

/* Right ctl00_infoBox */

#contentContainer #ctl00_infoBox {
    line-height: 1em;
}

#contentContainer #ctl00_infoBox p {
    margin: 0 0 0.5em 0;
}

/* Right mediaBox */

#mediaBox {
}

#mediaBox .anythingSlider {
    width: 450px;
    height: 310px;
    position: relative;
}

#mediaBox .anythingSlider .wrapper {
    width: 450px;
    overflow: auto;
    height: 310px;
    position: absolute;
    top: 0;
}

#contentContainer #ctl00_mainContent .mainContainerArticle #mediaBox .anythingSlider .wrapper ul, 
#contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle .anythingSlider .wrapper #mediaBox ul {
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#contentContainer #ctl00_mainContent .mainContainerArticle #mediaBox ul, 
#contentContainer #ctl00_cphMainContent_pnlViewSingle .mainContainerArticle #mediaBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Width below is max for Opera
#mediaBox .anythingSlider .wrapper ul {
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}  */

#mediaBox .anythingSlider ul li {
    display: block;
    float: left;
    padding: 0;
    height: auto;
    width: 450px;
    margin: 0;
    text-align: center;
}

#mediaBox .anythingSlider ul li img {
    max-width: 450px;
    max-height: 300px;       
}

#mediaBox .anythingSlider .arrow {
    display: block;
    height: 19px;
    width: 25px;
    text-indent: -9999px;
    position: absolute;
    top: 150px;
    cursor: pointer;
    display: none;
}
#mediaBox .anythingSlider .forward {
    background-position: 0 0;
    right: 0;
    background: url(../images/video/video-nav-btn-right-bg.png) no-repeat;
}
#mediaBox .anythingSlider .back {
    background-position: -67px 0;
    left: 0;
    background: url(../images/video/video-nav-btn-left-bg.png) no-repeat;
}
#mediaBox .anythingSlider .forward:hover {
    background-position: 0 1px;
}
#mediaBox .anythingSlider .back:hover {
    background-position: 0px 1px;
}

/*
  Prevents
*/
#mediaBox .anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: scroll; width: auto; border: 0; }
#mediaBox .anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


#mediaBox #container {
  clear: both;
  width: 450px;
  margin-top: -20px;
}

#mediaBox .handleLeft {
  position: absolute;
  bottom:-15px;
  left:85px;
  background: url(../images/mos-img-gallery-handle-left.png) no-repeat top left;
  width: 54px;
  height: 114px;
}

#mediaBox .handleLeft a {
  text-indent: -4000px;
  height: 114px;
  width: 54px;
  display: block;
}

#mediaBox .handleRight {
  position: absolute;
  bottom:-15px;
  right:43px;
  background: url(../images/mos-img-gallery-handle-right.png) no-repeat top left;
  width: 54px;
  height: 114px;
}

#mediaBox .handleRight a {
  text-indent: -4000px;
  height: 114px;
  width: 54px;
  display: block;
}

#mediaBox #thumbnails {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}

#mediaBox #thumbnails ul {
  position: relative;
  left: 0;
  top: 30px;
  margin: 0;
  padding: 0;
  width: auto;            /* ADJUST THIS WIDTH AS THEY ADD/REMOVE THUMBNAILS */
  list-style: none;
}

#mediaBox #thumbnails li {
  float: left;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
  padding: 3px;
  cursor: pointer;
  text-align: center;
}

#mediaBox #thumbnails li img {
    border: 2px solid #fbfcff;
}

#mediaBox #thumbnails li.activeThumb {
    /* background: url(../images/mos-img-gallery-arrow-top.png) 20px -2px no-repeat; */
    padding-top: 5px;
    margin-top: -7px;
}

#mediaBox #thumbnails li.activeThumb img {
    border: 2px solid #dedede;
}


#mediaBox #thumbnails a.item {
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  position: relative;
}

#mediaBox #thumbnails a.video .videoIco {
  background: url(../images/mos-img-gallery-play-ico.png) no-repeat;
  z-index: 998;
  bottom: 2em;
  right: 3.5em;
  position: absolute;
  width: 16px;
  height: 16px;
}

#mediaBox #thumbnails a.item img:hover {
    border: 2px solid #dedede;
}

/* Universities List */

#uniList ul {
    margin-left: 10px;    
}

#uniList li {
    padding-bottom: 5px;
}

#uniList .areas li {
    display: none;
}

#uniList .areas li.activeUni {
    display: block;    
}

#uniList .areas li.activeUni .uniLink a {
    text-decoration: underline;
}

#swedenMap li {
    display: block;
}

.infoModule {
    background: url(../images/mos-cursor-ico.png) no-repeat 0px 28px;
    padding: 20px 0px 200px 32px;
    border: 3px dashed #e9e9e9;
}

.mapContainer .anythingSlider {
    width: 230px;
    height: 80px;
    position: relative;
}
.mapContainer .anythingSlider .wrapper {
    width: 153px;
    overflow: auto;
    height: 80px;
    position: absolute;
    top: 0;
    left: 30px;
}

/* Width below is max for Opera */
.mapContainer .anythingSlider .wrapper ul {
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.mapContainer .anythingSlider ul li {
    display: none;
    float: left;
    padding: 0;
    height: auto;
    width: 150px;
    margin: 0;
    text-align: center;
}
.mapContainer .anythingSlider .arrow {
    display: block;
    height: 19px;
    width: 25px;
    text-indent: -9999px;
    position: absolute;
    top: 2px;
    cursor: pointer;
    display:none;
}
.mapContainer .anythingSlider .forward {
    background-position: 0 0;
    right: 25px;
    background: url(../images/video/video-nav-btn-right-bg.png) no-repeat;
}
.mapContainer .anythingSlider .back {
    background-position: -67px 0;
    left: 5px;
    background: url(../images/video/video-nav-btn-left-bg.png) no-repeat;
}
.mapContainer .anythingSlider .forward:hover {
    background-position: 0 1px;
}
.mapContainer .anythingSlider .back:hover {
    background-position: 0px 1px;
}

/*
  Prevents
*/
.mapContainer .anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.mapContainer .anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* Programmes List */


#contentContainer #filterBox .grid_3 {
    padding: 0 0 7px 60px;
    margin-left: 0px;
    background: url(../images/mos-page-circle-arrow-ico.png) no-repeat 0 0px;
}

#contentContainer .grid_1 input {
    margin-top: 18px;
}

#contentContainer #filterBox .first {
    background: none;
    padding: 0 0 5px 0px;
    margin-left: 5px;
}

#contentContainer #filterBox .grid_3 select {
    width: 150px;
    background: #f4f4f4;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #f0f0f0;
}

#contentContainer #programmesList {
    
}

#contentContainer #programmesList table {
    width: 100%;
}

#contentContainer #programmesList table th {
    text-align: left;
    height: 40px;
    border-bottom: 1px dotted #EFF0F2;
    padding-left: 5px;
}

#contentContainer #programmesList table tr.even td.socialMedia {
    border-left: 1px dotted #fff;
}

#contentContainer #programmesList table td {
    text-align: left;
    height: 40px;
    padding-left: 5px;
}

#contentContainer #programmesList table td img {
    vertical-align: top;
    margin-right: 10px;
}

#contentContainer #programmesList table td.socialMedia {
    text-align: center;
    border-left: 1px dotted #EFF0F2;
    padding-left: 10px;
}

#contentContainer #programmesList .shareMoreRel {
    position: relative;
}

#contentContainer #programmesList .shareMoreRel img {
    margin: 0;
}

#contentContainer #programmesList .shareMoreAbs {
    display: none;
    position: absolute;
    right: -105px;
    top: -9px;
    width: 95px;
    height: 20px;
    padding: 6px 4px;
    background: #fff;
    border: 1px solid #EFF0F2;
    border-left: none;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;  
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
}


#contentContainer #programmesList table td a.facebook-link-neg {
    display: block;
    float: left;
    width: 12px;
    height: 16px;
    background: url(../images/mos-facebook-rgb-ico.png) no-repeat 0px 0px;
}

#contentContainer #programmesList table td a.facebook-link-neg:hover {
    background: url(../images/mos-facebook-rgb-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

#contentContainer #programmesList table td a.tweet-link-neg {
    display: block;
    float:left;
    width: 12px;
    height: 16px;
    background: url(../images/mos-tweet-rgb-ico.png) no-repeat 0px 0px;
}

#contentContainer #programmesList table td a.tweet-link-neg:hover {
    background: url(../images/mos-tweet-rgb-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

/* Contact */

.contactList {
    padding-left: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #F4F4F4 url(../images/mos-page-info-ico.png) no-repeat 8px 12px;
    border: 1px solid #f1f1f1;
}

.contactBox {
    width: auto;
    font-size: 0.7em;
}

.contactBox dt {
    font-weight: bold;
}

.contactBox ul {
    margin-top: 5px;
    margin-left: 8px;    
}

.contactBox li {
    margin-bottom: 5px;    
}

.contactBox li span.small {
    display: block; 
    width: 100px;
    border-bottom: 1px dotted #d5d5d5; 
}



/* Skicka vidare-sida */

body.socialpage {
    background: #F4F4F4 url(../images/mos-socialpage-bg.png) no-repeat -150px 0px;
}

#socialpageContainer {
    margin: 50px auto;
    font-size: 0.813em;
}

#socialpageContainer #socialpageHeader {
    background: #fff;
    padding-bottom: 20px;
    border: 1px solid #e9e9e9;
    border-bottom: none;    
}

#socialpageContainer #socialpageContent {
    background: #fff;
    padding-bottom: 40px;
    border: 1px solid #e9e9e9;
    border-top: none;
}

#socialpageContainer #socialpageContent a {
    line-height: 1.5em;
}

#socialpageContainer #socialpageContent a span {
    font-size: 1.5em;
    line-height: 1.5em;
}

#socialpageContainer #socialpageContent table {
    width: 100%;
    margin-top: 15px;
    font-size: 0.85em;
}

#socialpageContainer #socialpageContent table a {
    font-weight: normal;
}


#socialpageContainer #socialpageContent tr {
    border-left: none;
}

#socialpageContainer #socialpageContent th {
    text-align: left;
    padding: 3px;
    font-size: 1em;
    border-bottom: 1px solid #e9e9e9;
}

#socialpageContainer #socialpageContent td {
    padding: 8px 5px 3px;
    font-size: 1em;
}

/* Blänkare */

#twitterTop {
    background: url(../images/blankare-twitter-top-bg.png) no-repeat top left;
    height: 25px;
}

#twitterBottom  {
    background: url(../images/blankare-twitter-bottom-bg.png) no-repeat bottom left;
    min-height: 1px;
}

#twitterBottom ul.twitterlist {
    line-height: 1.2em;
}

#twitterBottom ul.twitterlist li {
    margin-bottom: 5px;
}

#twitterBottom ul.twitterlist li span {
    font-size: 0.9em;
}

/* Footer */

#footer {
    background: url(../images/mos-footer-bg.png) repeat-x #3d3d3d;
    line-height: 0.8em;
    padding-left: 20px;  
    padding-top: 20px;
    padding-bottom: 5px;   
}

#footer a {
    color: #fff;
    font-weight: normal;
}


#footer #logoSocial span {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

#footer ul {
    width: 140px;
}

#footer #logoSocial .shareThis {
    margin-top: 40px;
}

#footer #logoSocial .shareThis ul {
    width: auto;
    margin-left: 10px;
}

#footer #logoSocial .shareThis li {
    margin-top: 8px;
    float: left;
    display: block;
    margin-right: 2px;
    width: 22px;
    height: 23px;
    cursor: pointer;
}

#footer #logoSocial .shareThis li.facebook-link {
    display: block;
    background: url(../images/mos-facebook-footer-ico.png) no-repeat 0px 0px;
}

#footer #logoSocial .shareThis li.facebook-link:hover {
    background: url(../images/mos-facebook-footer-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

#footer #logoSocial .shareThis li.tweet-link {
    display: block;
    background: url(../images/mos-tweet-footer-ico.png) no-repeat 0px 0px;
}

#footer #logoSocial .shareThis li.tweet-link:hover {
    background: url(../images/mos-tweet-footer-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

#footer #logoSocial .shareThis li.digg-link {
    display: block;
    background: url(../images/mos-digg-footer-ico.png) no-repeat 0px 0px;
}

#footer #logoSocial .shareThis li.digg-link:hover {
    background: url(../images/mos-digg-footer-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

#footer #logoSocial .shareThis li.orkut-link {
    display: block;
    background: url(../images/mos-orkut-footer-ico.png) no-repeat 0px 0px;
}

#footer #logoSocial .shareThis li.orkut-link:hover {
    background: url(../images/mos-orkut-footer-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

#footer #logoSocial .shareThis li.stumbleupon-link {
    display: block;
    background: url(../images/mos-stumbleupon-footer-ico.png) no-repeat 0px 0px;
}

#footer #logoSocial .shareThis li.stumbleupon-link:hover {
    background: url(../images/mos-stumbleupon-footer-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}

#footer #logoSocial .shareThis li.renren-link {
    display: block;
    background: url(../images/mos-renren-rgb-ico.png) no-repeat 0px 0px;
}

#footer #logoSocial .shareThis li.renren-link:hover {
    background: url(../images/mos-renren-rgb-ico.png) no-repeat 1px 1px;
    text-decoration: none;
}


#footer #footerSearch {
    position: relative;
    height: 170px;
}

#footer #back-to-top {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 74px;
    height: 20px;
    background: url(../images/mos-back-to-top.png) top left #3d3d3d;
    text-align: center;
    padding-top: 8px;
}

#footer #footerSearch #search-footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer #footerSearch #search-footer {
    margin-left: -10px;
}

#footer #footerSearch #search-footer .searchFieldFooter {
    border: none;
    background: url(../images/mos-footer-search-bg.png) no-repeat top left #3d3d3d; 
    padding: 7px 3px;
    width: 110px;
}

#footer #footerSearch #search-footer .searchBtnFooter {
    border: none;
    background: url(../images/mos-footer-search-btn-bg.png) no-repeat top left #303030;
    padding: 6px 3px;
    margin-left: -7px;
    font-size: 0.7em; 
    cursor: pointer;
}

/* Siteerror */

.siteError {
    margin-top: 5px;
    background: url(../images/mos-page-404.png) no-repeat;    
}

.siteError #contentContainer {
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 180px;
    min-height: 650px;
}
