/* @override 
	http://sandvik.mhostel.com/typo3conf/ext/sandvik/pi1/view/sandvik.css
	http://www.sandvik.fhs.no/typo3conf/ext/sandvik/pi1/view/sandvik.css
	http://sandvik.messe.mocsystems.com/typo3conf/ext/sandvik/pi1/view/sandvik.css
*/

div.login_submit {
	text-align: right;
	padding-right: 5px;
}


.modulemenu {
	height: 26px;
	background-image: url(images/menubar.jpg);
	background-color: #565656;
	background-repeat: repeat-x;
	clear: both;
}

.modulemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.modulemenu ul li {
	display: block;
	float: left;
	height: 26px;
	width: 100px;
	line-height: 26px;
	text-align: center;
}

.modulemenu ul li a {
	display: block;
	width: 100px;
	height: 26px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/menubar-button.jpg);
	background-repeat: no-repeat;
}

.modulemenu ul li a:hover, .modulemenu ul li.act a {
	background-image: url(images/menubar-button-act.jpg);
}






div.your_profile .sidebar_and_overview {
	margin-left: 90px;
}

.sidebar {
	width: 181px;
	height: 400px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: black;
	background-color: #dce2e9;
}

.sidebar .login {
	padding: 5px;
}

.sidebar .login label {
	display: block;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	float: left;
	clear: left;
}

.sidebar .login input {
	display: block;
	width: 98px;
	font-size: 10px;
}

.sidebar .login .new-login {
	cursor: pointer;
	background: url(images/opprettbrukerknapp.gif) no-repeat 105px;
	margin-top: 10px;
}

.sidebar .login .new-login:hover {
	background-image: url(images/opprettbrukerknapphover.gif);
}

.login_name, .login_pass {
	margin-bottom: 4px;
}


.sidebar .presetmenu {
	clear: both;
}

.sidebar .presetmenu ul {
	list-style: none;
}

.sidebar .presetmenu ul li ul {
	border: 0;
	padding: 0;
	margin: 2px 0 0 0;
}

.sidebar .presetmenu ul li {
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	padding: 2px 0 0 5px;
	margin: 10px 0 0 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #848f9d;
}

.sidebar .presetmenu ul li ul li {
	font-weight: normal;
	font-style: normal;
	color: #303030;
	background-image: none;
	padding: 2px 0 2px 10px;
	margin: 0;
	cursor: pointer;
	text-transform: none;
}

.sidebar .presetmenu ul li ul li a {
	text-decoration: none;
	font-size: 10px;
}

.sidebar .presetmenu ul li ul li:hover{
	color: #848f9d;
}


/*
.sidebar .presetmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid #bebebe 1px;
	border-bottom: solid #bebebe 1px;
}


.sidebar .presetmenu ul li {
	display: block;
	background-image: url(images/presetmenu-folder.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 2px 0 8px 35px;
	font-size: 11px;
}

.sidebar .presetmenu ul li ul {
	margin: 2px 0 0 0;
	border: 0;
	border-top: solid #bebebe 1px;
}

.sidebar .presetmenu ul li ul li {
	background-image: none;
	padding: 2px 0 2px 10px;
}


.sidebar .presetmenu ul li ul li a {
	font-size: 10px;
	color: black;
	text-decoration: none;
}
*/














.overview {
	width: 768px;
	float: left;
	background-color: #c9c9c9;
}


.overview ul.weeklist {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 192px;
	float: left;
}


.overview ul li.week {
	position: relative;
	display: block;
	float: left;
	width: 192px;
	height: 40px;
	line-height: 40px;
	background-image: url(images/weekBackground.gif);
	background-color: white;
	background-repeat: no-repeat;
}

.overview ul li.odd {
	background-image: url(images/weekBackground.gif);
	background-color: #fbfbfb;
}

.overview ul li div.weekno {
	float: left;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 15px 0 0;
}

.overview ul li div.course {
	float: left;
	width: 147px;
	height: 40px;
	line-height: 40px;
}

div.coursetitle span.title {
	cursor: pointer;
}



.teacherlist {
	width: 860px;
	float: left;
	margin-top: 20px;
}

span.filter-title {
	margin-right: 5px;
}

.teacherlist .teacher {
	float: left;
	width: 140px;
	margin-right: 32px;
	margin-bottom: 32px;
	background-color: #303030;
	color: #ffffff;
}

.teacherlist .teacher .pictures img {
	border: 0;
}

.teacherlist .teacher .pictures {
	height: 140px;
	overflow: hidden;
}

.teacherlist .teacher .name {
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}


.teacherlist .teacher .description {
	width: 300px;
	position: absolute;
	display: none;
	margin-left: -75px;
	background: #303030 url(images/teacherdescription.gif) no-repeat 0 top;
}

.teacherlist .teacher .description div{
	margin: 28px 8px 8px;
}

.modulelist_and_information {
	height: 350px;
	clear: both;
	background: url(images/moduleback.jpg) repeat-x;
}

button#apply {
	cursor: pointer;
	font-weight: bold;
	text-transform: none;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

button#savePreset {
	padding-right: 0;
	padding-left: 0;
	text-transform: none;
	margin: 0;
}
.modulelist {
	width: 950px;
	height: 300px;
}

.modulelist ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

.modulelist ul li.header {
	display: block;
	float: left;
	width: 130px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-image: url(images/module.png);
	margin: 3px 2px;
	position: relative;
	cursor: move;
}

.modulelist ul li a {
	color: black;
	font-size: 11px;
	text-decoration: none;
	position: relative;
}



.longCoursesList .description {
	display: none;
	text-align: left;
	position: absolute;
	z-index: 5000;
	left: -130px;
	bottom: 21px;
	color: white;
}

.longCoursesList ul {
	margin: 0;
	list-style: none;
	padding: 0;
}


.longCoursesList ul li.header {
	position: relative;	
	display: block;
	float: left;
	width: 130px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-image: url(images/module2.jpg);
	margin: 5px 4px;
	cursor: pointer;
}

.longCoursesList ul li a {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

.modulelist .description {
	display: none;
	text-align: left;
	position: absolute;
	z-index: 15000;
	left: -130px;
	bottom: 21px;
	color: white;
}

.descriptiontext {
	float: left;
	width: 386px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/longlistbackbody.png) repeat-y;
}

.description .beforeDescription {
	background: url(images/longlistbacktop.png) no-repeat;
	float: left;
	height: 8px;
	width: 406px;
}

.description .afterDescription {
	background: url(images/longlistbackbottom.png) no-repeat;
	float: left;
	height: 20px;
	width: 406px;
}


.modulelist .description a {
	color: white;
}

.overview .description {
	display: none;
	width: 386px;
	text-align: left;
	position: absolute;
	z-index: 15000;
	left: -130px;
	padding: 10px 10px 30px;
	top: 37px;
	color: white;
}

.overview .description .beforeDescription {
	background: url(images/longlistbacktoprotatet.png) no-repeat;
	float: left;
	height: 19px;
	width: 406px;
}

.overview .description .afterDescription {
	background: url(images/longlistbackbottomrotatet.png) no-repeat;
	float: left;
	height: 8px;
	width: 406px;
}

.description .text img {
	float: left;
	padding: 0 5px 5px 0;
}

.modulelist ul {
	margin: 0;
	list-style: none;
	padding: 0;
}



.information {
	width: 350px;
	height: 300px;
	overflow: hidden;
	float: left;
}


.information_padding {
	padding: 5px 10px;
	font-size: 11px;
}

.information .text {
	width: 190px;
	float: left;
}

.information .files {
	width: 120px;
	float: right;
}

.information img {
	padding-left: 20px;
	float: right;
	border: 0;
}


.remover {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 1px;
	cursor: pointer;
	background: url(images/weekRemoveCross.gif) no-repeat;
}

.prerequisite {
	font-weight: bold;
}



/* Your profile */
.your_profile .overview {
	background-color: white;
}
.your_profile_form {
	width: 750px;
	background-image: url(images/gradient.jpg);
	background-repeat: no-repeat;
	margin: 10px auto 0 auto;
}

.your_profile_form h1{
	font-size: 12px;
}

.your_profile_form .radio{
	width: 20px;
}

.your_profile_form_padding {
	padding: 10px;
}

.your_profile .personalia_table td {
	padding: 4px 20px 4px 0;
	width: 110px;
}

.your_profile .personalia_table tr.space-above td {
	padding-top: 20px;
}

.your_profile .personalia_table tr td.extra-left-space {
	padding-left: 20px;
}

.your_profile .foresatte_table td {
	padding: 4px 20px 4px 0;
	width: 110px;
}

.your_profile .foresatte_table tr.space-above td {
	padding-top: 20px;
}

.your_profile .foresatte_table tr td.extra-left-space {
	padding-left: 20px;
}

.your_profile .passord_table td {
	padding: 4px 20px 4px 0;
		width: 110px;
}

.your_profile .passord_table tr.space-above td {
	padding-top: 20px;
}

.your_profile .passord_table tr td.extra-left-space {
	padding-left: 20px;
}

.your_profile input,.your_profile select {
	width: 170px;
}

.your_profile textarea {
	width: 600px;
	height: 100px;
	margin: 5px 0 0 0;
}

.your_profile label.error {
	color: red;
}

.your_profile input.disabled{
	background-color: #fcfcfc;
	color: #808080;
	border: 1px solid #404040;
	padding: 1px;
}

.your_profile select.disabled{
	background-color: #f5f5f5;
	color: #808080;
	border: 1px solid #a0a0a0;
}

.your_profile span.jsError{
	font-size: 9px;
	color: #ff7725;
	margin-top: -12px;
	position: absolute;
}




/* MESSAGES */

a.print {
	float: right;
}

.messages .overview {
	background-color: white;
}

.messages .overview .actionmenu {
	height: 26px;
	line-height: 26px;
	background-image: url("images/actionmenuback.jpg");
	background-repeat: repeat-x;
	color: white;
}

.messages .overview .actionmenu ul {
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
	width: auto;
	float: none;
}

.messages .overview .actionmenu ul li {
	display: block;
	height: 26px;
	float: left;
	margin-right: 20px;
}

.messages .overview .actionmenu ul li img {
	display: block;
}

.messages .overview .messagelist {
	width: 768px;
}


.messages .overview .messagelist .date {
	width: 105px;
	margin-left: 20px;
}

.messages .overview .messagelist .name {
	width: 245px;
	margin-left: 5px;
}

.messages .overview .messagelist .subject {
	width: 438px;
	margin-left: 5px;
}

.messages .overview .messagelist tr.topbar{
	background-image: url(images/title_bar_bg.png);
	bacground-repeat: repeat-x;
	padding: 0;
	margin: 0;
	height: 16px;
}

.messages .overview .messagelist th{
	line-height: 16px;
	font-size: 9px;
	border-right: 1px solid #797979;
	text-indent: 4px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.messages .overview .messagelist th.date{
	padding-left: 16px;
}

.messages .overview .messagelist th.subject{
	border: 0;
}

.messages .overview .messagelist tr td{
	line-height: 40px;
	text-indent: 5px;
}
.messages .overview .messagelist tr td.date{
	text-indent: 20px;
}

tr.odd{

}

tr.even{
	background-color: #fbfbfb;
}

table.messagelist tr.hi-light {
	background-color: #3875d7;
	color: #fff;
}

.messages div.preview{
	padding: 20px;
}

.messages .preview ul{
	padding: 0;
	margin: 0;
	clear: both;
	list-style: none;
}

.messages .preview ul li{
	line-height: 24px;
	float: left;
}

.messages .preview ul li.left{
	width: 85px;
}

.messages .preview ul li input,
.messages .preview ul li textarea {
	width: 580px;
	border: solid #999999 1px;
}

.messages .preview ul li textarea {
	height: 160px;
}

.messages .preview ul li.sendbutton {
	width: 667px;
	text-align: right;
}

hr.melding_splitter{
	width: 730px;
	height: 20px;
	border: 0;
	border-bottom: 1px solid black;
	clear: both;
}

.messages .preview div{
	padding: 20px 0 0 0;
}

/* jQuery Impromptu styles */

div.jqifade{
      background-color: #000000;
}
div.jqi{
      background-color: #c9c9c9;
      padding: 10px;
      width: 300px;
}
div.jqi .jqicontainer{
      background-color: #fbfbfb;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #fbfbfb;
      color: #000000;
      padding: 10px;
}

div.jqi .jqimessage label {
	float: left;
	width: 100px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}

div.text p.bodytext {
	line-height: 18px;
}


.introduction-red {
	color: red;
	margin-right: 0;
	margin-bottom: 0;
}

div.shortcourse {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 6px solid #222;
	background-color: #303030;
	padding: 20px;
}

div.shortcourse .title {
	font-size: 22px;
	color: white;
}

#maincontent div.tx-sandvik-pi1 div.shortcourse div.vedlegg div.teacher a img {
	margin-right: 10px;
}


.ie7-description {
                          display: none;
                          z-index: 15000;
                          width: 400px;
                          margin-left: 250px;
                          position: fixed;
                          bottom: 0;
                          border: 1px solid black;
                        background: url(images/longlistbackbody.png) repeat-y center;
                        color: white;

                   }}