@charset "utf-8";

/*Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.11.3*/
	/* innhold: hovedlayout, menytab, tabPanel, accordian */ /* FARGER: 
			#BCCAD3; mørk grå 
			#F7FBFC; lyslys grå i tabContent
			#E2E8EC; grå i planleggingssystemet
			#C7DBEB; eksamensblå
			#A9DB80; pistasjgrønn ev. kan denne brukes? : #A5DD7B litt mer grønn og mindre pistasj
			#192A39; gråsvart
			#8ECCFC; onMousehoverBlå*/
			
	/* ***********************CSS FOR MEDIA PRINT**********************************  */
@media print {
	#toppFelt, 
	#footer {
		display: none;
	}

	#tabPanelWrapper {
		background-color: #fff;
		*width: 100%; /*Fix for IE som viser 50%, mens firefox viser 100% */
	}
	.tabContent {
		background: #fff;
		clear: both;
		width: 96%;
	}
	#venstreOghoyreFelt {
		background-color: #fff;
		width: 100%;
	}
	
	table.study_course_results td {
		border: 1px solid black;
	}
	
	table.study_course_results a.altlink,div#tabpanel {
		display: none;
	}
	
	div,
	ul.studies,
	li.study,
	table.study_course_results,
	table.study_course_results tr,
	table.study_course_results td
		{
		float: none !important;
		overflow: visible !important;
	}

}
/* ******************SLUTT PÅ CSS FOR MEDIA PRINT *********************** */
#toppFelt,
#venstreOghoyreFelt
{
	margin-bottom: 0;
	text-align: left;
}

/* TOPPFELT */
#toppFelt {
	background-color: #fff;
}

.toppStudent {
	display: inline;
	width: 90%;
}
.toppStudent div {
	display: inline;
}

.toppStudent #role_selector {
    padding-left: 3em;
    font-weight: bold;
    font-size: 1.5em;
}

#footer {
	background-color: #8ECCFC;
	clear: both;
	font-family: verdana, arial, roman times;
	font-size: 77%;
	padding: 5px 0;
	text-align: center;
}

@media screen {
	#venstreOghoyreFelt {
		background-color: #BCCAD3;
		width: 100%;
	}
	.noScreen {
		display: none;
	}
}

#venstreFelt .innhold {
	float: left;
	min-width: 550px;
	width: 80.4%;
}
#venstreFelt .innholdHeleBredden {
	float: left;
	min-width: 950px;
	width: 98%;
}
.innhold {
	float: right;
	min-width: 180px;
	width: 17%;
}

/* self clear floated parent containers */
#venstreOghoyreFelt:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#venstreOghoyreFelt {
	zoom: 1;
} /* IE */

/* SLUTT MENYTAB -------------------------------------------------------------*/

/* --- TAB PANEL CSS ----------------------------------- */
@media screen {
	#tabPanelWrapper {
		margin-left: 10px;
		overflow: hidden;
		padding-bottom: 20px;
		padding-top: 20px;
		text-align: left;
		width: 100%;
	}
	.tabContent {
		background: #F7FBFC; /* lyslys grå */
		border: 1px solid #959EBD;
		border-top: none;
		clear: both;
		padding: 10px;
		padding-bottom: 170px;
		/*en dårlig fix på at kalenderen ikke får plass i feltet på de nederste kursene.*/
		*height: 100%; /* Fix for IE */ 
		*width: 98%; /* Fix for IE */
		overflow: hidden;
	}
}
.tabPanel {
	border-bottom: 1px solid #959EBD;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 0;
}

.tabPanel ul,
.tabPanel li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabPanel a:link,
.tabPanel a:visited 
{
	background: #D4D9EE;
	border: 1px solid #959EBD;
	color: #192A39; /*gråsvart*/
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
.tabPanel a:link.ajaxCurrentTab,
.tabPanel a:visited.ajaxCurrentTab
{
	background: #F7FBFC;
	border-bottom: 1px solid #F7FBFC;
	color: #000;
	font-weight: bold;
}
.tabPanel a:link.ajaxTab,
.tabPanel a:visited.ajaxTab
{
	background: #D7DEE3;
	border-left: 1px solid #D7DEE3;
	font-weight: bold;
}

.tabPanel a:hover.ajaxTab {
	background: #F7FBFC;
	border-bottom: 1px solid #F7FBFC;
	border-left: 1px solid #ccc;
	color: #000;
	font-weight: bold;
}

/* --- SLUTT TAB PANEL CSS -------------------------------------- */

/* PERSONLIG PRESENTASJON */
#hele_persPresentasjon {
	margin: 10px;
	width: 94%; /*pga. skyggen */
}

#bildet {
	float: right;
	width: 30%;
}
.fraSystemet {
	color: #f00;
}

/* INNSTILLINGER */

.rad {
	clear: both;
}

.iFrame {
	background-color: #F7FBFC; /* virker ikke i IE */
	border: none;
}

/* COG */
.cog .answers {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.cog .answers > li {
	border-bottom: 1px dashed #000;
}

.cog .answers > li p {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
.cog .answers .rating
{
	color: #52A7E8;
	font-weight: bold;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}
.cog .answers .rating form
{
	display: inline;
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 20px;
}
.cog h3 {
	font-size: 1.4em;
	font-weight: normal;
}
.cog h4 {
	font-size: 1.2em;
	margin-bottom: 0.1em;
}

/* ARBEIDSBOK */
fieldset.pickList {
	background: transparent;
	border: 1px solid #BCCAD3;
	margin-top: 5px;
	padding: 5px;
}
fieldset.pickList legend {
	color: #828a8f;
}
table.pickList {
	border: 0;
	border-spacing: 0;
	padding: 3px;
}

table.pickList th.pickLabel {
	text-align: left;
	background: transparent;
	color: #52A7E8;
}

table.pickList td {
	padding: 10px;
}

table.pickList td select {
	padding: 2px;
	width: 150px;
}

.action_status {
	border-style: solid;
	border-width: 0.2em;
	padding: 2em;
}

.action_status.success {
	background: #afa;
	border-color: #7f7;
}

.action_status.failed {
	background: #faa;
	border-color: #f77;
}

