/*
 * COMMON
 */

body {
	/*background-color: rgb(224,232,231); hanken publik*/
	/*background-color: #7E9995; hanken grå*/
	background-color: #B9BBBC;
	font: 12px arial,helvetica,sans-serif;	
}

a {
	text-decoration: none;
	/*color: #2366C1;*/
	color: #9b9849;
}

a.loginlink 
{
    text-decoration: none;
	color: #A79E43;
}

a:visited {
	/*color: rgb(219,66,0);*/
	color: #9b9849;
}

strong {
	font-weight:bold;
}

/*
 * DECOR
 */
 
#decor {
}
 
#decor-right {
	height: 274px;
	width: 332px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
}

#decor-left {
	height: 337px;
	width: 529px;
	position: absolute;
	top: 400px;
	left: 0px;
	background-repeat: no-repeat;
}

/*
 * PAGE
 */

#page {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;	
}

#page-data {
	position: relative;
	width: 980px;
	background-image: url(../_images/systemspecific/page-data-bg.gif);
	background-repeat: repeat-y;
}

#page-data-header {
	display: none;
}

#page-data-footer {
	clear: both;
	overflow: hidden;
	height: 0px;
}

/*
 * PAGE HEADER
 */
 
#page-header {
	position: relative;
	height: 60px;
	background-image: url(../_images/systemspecific/page-header-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#page-header-navi {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font: 13px georgia,times,serif;
	font-style: italic;
}

#page-header-navi #page-header-user {
	font-size: 11px;
}

#page-header-navi ul li {
	float: left;
	margin-right: 10px;
}

#page-header-navi ul li a {
	color: black;
	padding-left: 10px;
	background: url(../_images/systemspecific/raquo.gif) no-repeat 0 50%;
	font-size: 13px;
}

#page-header-tabs {
	position: absolute;
	bottom: 10px;
	left: 270px;
}

#page-header-tabs ul li {
	float: left;
	margin-right: 15px;
}

#page-header-tabs ul li a {
	display: block;
	height: 25px;
}

#page-header-tabs ul li a span {
	display: none;
}

#page-header-tabs #tab-public-sv {
	width: 146px;
	background: url(../_images/systemspecific/tab-public-sv-off.gif) no-repeat bottom left;
}

#page-header-tabs #tab-public-sv.on {
	width: 146px;
	background: url(../_images/systemspecific/tab-public-sv-on.gif) no-repeat bottom left;
}

#page-header-tabs #tab-public-en {
	width: 172px;
	background: url(../_images/systemspecific/tab-public-en-off.gif) no-repeat bottom left;
}

#page-header-tabs #tab-public-en.on {
	width: 172px;
	background: url(../_images/systemspecific/tab-public-en-on.gif) no-repeat bottom left;
}

#page-header-tabs #tab-student-sv {
	width: 148px;
	background: url(../_images/systemspecific/tab-student-sv-off.gif) no-repeat bottom left;
}

#page-header-tabs #tab-student-sv.on {
	width: 148px;
	background: url(../_images/systemspecific/tab-student-sv-on.gif) no-repeat bottom left;
}

#page-header-tabs #tab-student-en {
	width: 120px;
	background: url(../_images/systemspecific/tab-student-en-off.gif) no-repeat bottom left;
}

#page-header-tabs #tab-student-en.on {
	width: 120px;
	background: url(../_images/systemspecific/tab-student-en-on.gif) no-repeat bottom left;
}

#page-header-tabs #tab-personal-sv {
	width: 122px;
	background: url(../_images/systemspecific/tab-personal-sv-off.gif) no-repeat bottom left;
}

#page-header-tabs #tab-personal-sv.on {
	background: url(../_images/systemspecific/tab-personal-sv-on.gif) no-repeat bottom left;
}

#page-header-tabs #tab-personal-en {
	width: 120px;
	background: url(../_images/systemspecific/tab-personal-en-off.gif) no-repeat bottom left;
}

#page-header-tabs #tab-personal-en.on {
	width: 120px;
	background: url(../_images/systemspecific/tab-personal-en-on.gif) no-repeat bottom left;
}

#page-header-search {
	position: absolute;
	bottom: 15px;
	right: 0px;
}

#page-header-search .form-input {
	float: left;
}

#page-header-search .form-text input {
	border: 1px solid rgb(6,19,30);
	background: white;
	height: 14px;
	padding: 2px;
	width: 168px;
}

#header-search-submit {
	margin-left: 5px;	
}

/*
 * PAGE FOOTER
 */

#page-footer {
	position: relative;
	height: 50px;
	clear: both;
	
	background-image: url(../_images/systemspecific/page-footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#page-footer-navi {
	position: absolute;
	top: 15px;
	left: 20px;
	font: 13px georgia,times,serif;
	font-style: italic;
}

#page-footer-navi ul li {
	float: left;
	margin-right: 10px;
}

#page-footer-navi ul li a {
	color: black;
}

/*
 * SIDEBAR
 */
 
#sidebar {
	position: relative;
	margin-left: 10px;
	-margin-left: 5px;
	width: 200px;
	float: left;
}

#sidebar-navi {
	width: 199px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar-navi #navigation-up {
	margin-left: 10px;
	text-transform: none;
	margin-bottom: 1em;
}

#sidebar-navi #navigation-up a {
	color: black;
	font-weight: normal;
	padding-left: 12px;
	background: url(../_images/systemspecific/goup.gif) no-repeat 0 40%;
}

#sidebar-navi ul li li {
	text-transform: none;
	font-weight: normal;
}

#sidebar-navi ul li a {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: black;
}

#sidebar-navi li.haschildren a.indent1 {
	padding-left: 20px;
}

#sidebar-navi li.haschildren a.indent2 {
	padding-left: 30px;
}

#sidebar-navi li.haschildren a.indent3 {
	padding-left: 40px;
}

#sidebar-navi li.haschildren a.indent4 {
	padding-left: 50px;
}

#sidebar-navi li.haschildren a.indent5 {
	padding-left: 60px;
}

#sidebar-navi li.haschildren a {
	color: white;
}

#sidebar-navi li.menu-divider {
	padding-left: 10px;
	background-color: black;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar-links {
	margin-bottom: 20px;
	padding-left: 10px;
}


#sidebar-links a {
	padding-right: 10px;
}

#sidebar-links a.last {
	padding: 0;
}

#sidebar-colors {
	height: 25px;
	background-image: url(../_images/systemspecific/sidebar-colors.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#sidebar-banner {
	margin-bottom: 20px;
}

#sidebar-contact {
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar-contact h3 {
	font: 13px georgia,times,serif;
	font-weight: bold;
}

#sidebar-contact h4 {
	font: 13px georgia,times,serif;
	font-weight: bold;
}

#sidebar-contact .contact-entry {
	padding-bottom: 10px;
	font: 11px georgia,times,serif;
}

#sidebar-contact .contact-entry a {
	color: black;
	font-weight: bold;
	padding-left: 10px;
	background: url(../_images/systemspecific/raquo.gif) no-repeat 0px 4px;
}

#sidebar-contact .contact-entry a:hover {
	text-decoration: underline;
}

/*
 * CONTENT
 */
 
#content {
	position: relative;
	width: 770px;
	float: left;
}

#content-logo {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 200px;
	width: 200px;
	background: rgb(6,19,30);
	color: white;
	z-index: 10000;
}

#content-data {
	position: relative;
	width: 570px;
	/*width: 770px;*/
	min-height: 400px;
	float: left;
}

#content-main {
	padding: 15px;	
	font: 12px georgia,times,serif;	
	line-height: 150%;
}

#content-main a:hover {
	text-decoration: underline;
}

#content-related {
	position: relative;
	width: 197px;
	float: left;
	padding-top: 15px;
	padding-top: 220px;
	margin-top: -15px;
}

#content-related a:hover {
	text-decoration: underline;
}

#content-default-banner {
	height: 200px;
	overflow: hidden;
}

#content-related.with-banner {
	padding-top: 15px;
}

#content-related h3 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font: 15px arial,helvetica,sans-serif;
}

#content-related .event {
	margin-bottom: 10px;
	background: url(../_images/systemspecific/raquo.gif) no-repeat 6px 5px;
	padding-left: 18px;
	padding-right: 18px;
	font: 12px arial,helvetica,sans-serif;
}

#content-related .event-date {
	font-weight: bold;
}

#content-related .event a {
	color: black;
}

#content-related .events-foot {
	padding-top: 10px;
	margin-bottom: 20px;
}

#content-related .events-foot a {
	background: url(../_images/systemspecific/raquo.gif) no-repeat 6px 50%;
	padding-left: 15px;
	margin-right: 15px;
	font: 12px arial,helvetica,sans-serif;
	font-weight: bold;
	color: black;
}

#content-related .topic-module {
	background: url(../_images/systemspecific/raquo.gif) no-repeat 6px 4px;
	padding-left: 15px;
	padding-right: 15px;
	font: 12px arial,helvetica,sans-serif;
	font-weight: bold;
}

#content-related .topic-module {
	margin-bottom: 10px;
}

#content-related .topic-module a {
	color: black;
}

#content-related .topic-module p {
	font-weight: normal;
}

/*
 * SUB NAVIGATION
 */
.main-sub-navigation {
	margin-top: 10px;
	height: 50px;
}

.main-sub-navigation li {
	float: left;
	margin-right: 10px;
}

.main-sub-navigation li a {
	display: inline-block;
	border: 1px solid black;
	padding: 5px 10px;
}

#content-main .main-sub-navigation li.active a {
	color: white;
	background-color: rgb(141,161,158);
}

/*
 * PAGER
 */
.pager {
	margin-top: 20px;
	text-align: center;
}

.pager .paging-prev {
	display: inline;
	margin-right: 10px;
}

.pager .paging-next {
	display: inline;
	margin-left: 10px;
}

.pager ul {
	display: inline;
}

.pager li {
	display: inline;
	margin-right: 5px;
}

.pager li a:hover {
	text-decoration: underline;
}

.pager .summary {
	text-align: center;
	padding-top: 10px;
}

.pager .paging-next a, #middle-column .pager .paging-prev a {
}

/*
 * TIME BROWSER
 */
#period-pager {
	width: 100%;
	text-align: center;
	height: 80px;
}

#period-pager a.prev-period, #period-pager a.next-period {
	font-weight: bold;
	color: black;
	height: 2em;
	line-height: 2em;
	border: 1px solid black;
	text-align: center;
	padding: 0 20px;
}

#period-pager a.prev-period {
	float: left;
}

#period-pager a.next-period {
	float: right;
}

#period-pager a:hover {
	background-color: rgb(141,161,158);
}

#period-pager .current-period {
	float: left;
	width: 78%;
}

#period-pager h3 {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #666666;
}

/*
 * MESSAGES
 */
 
.errors {
	border: 1px solid black;
	margin-bottom: 20px;
	padding: 5px;
	background-color: black;
	color: white;
	font-weight: bold;
}

.message {
	border: 1px solid black;
	margin-bottom: 20px;
	padding: 5px;
	background-color: rgb(186,187,188);
	font-weight: bold;
}
