﻿@charset "utf-8";
/* CSS Document */

body
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 72.5%;
		line-height: 1.5;
		}

div#scaleFonts
		{
		font-size: 12px;
		background-color: #fff;
		}
		
		div#scaleFonts .large
				{
				font-size: 14px;
				}
				
		div#scaleFonts .largest
				{
				font-size: 16px;
				}

body.mceContentBody
		{
		font-size: 90%;
		}

div#leftColumn, div#content
		{
		font-size: 1.2em;
		}

a
		{
		color: #2e529c;
		}

		a:hover
				{
				color: #333333;
				}

h1,
h2,
h3,
h4,
h5,
h6
		{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #575d32;
		font-weight: normal;
		margin-bottom: -2px;
		}

h1
		{
		font-size: 1.5em;
		}

h2
		{
		font-size: 1.3em;
		font-weight: normal;
		}

h3
		{
		font-size: 1.2em;
		font-weight: normal;
		margin-bottom: 5px;
		}

h4
		{
		font-size: 1.15em;
		font-weight: normal;
		}

h5
		{
		font-size: 1.15em;
		font-weight: normal;
		}

p,
ul,
table,
hr,
.hr
		{
		margin-bottom: 15px;
		}

strong
		{
		font-weight: bold;
		}

em
		{
		font-style: italic;
		}

img
		{
		float: left;
		margin: 0 20px 20px 0;
		}

img.standardimage
		{
		float: none;
		margin: 0 0 20px 0;
		clear: both;
		}

.small
		{
		font-size: 0.85em;
		}

.grey
		{
		color: #999999;
		}

.hr
		{
		height: 1px;
		overflow: hidden;
		padding-top: 10px;
		background: url(../wsimages/hr.gif) repeat-x left 10px #fff;
		clear: both;
		}

body.mceContentBody ul, div#content ul
		{
		margin-left: 40px;
		list-style-type: square;
		}

table
		{
		max-width: 100%;
		border-collapse: collapse;
		background: url(../wsimages/vertical_hr.gif) repeat-y;
		border-top: solid 1px #EFEFEF;
		width: 100%;
		}
		
		table.events
				{
				width: 100%;
				}
		
		
		table td, table th
				{
				padding: 6px 12px;
				background: url(../wsimages/vertical_hr.gif) repeat-y right;
				border-bottom: solid 1px #EFEFEF;
				}
		
		table th
				{
				background: url(../wsimages/courseNav_li_a_bg.jpg) repeat-x #ecf3f7;
				border: solid 1px #EFEFEF;
				}

/* Aktiviteter i venstre kolonne
-----------------------------------------*/
table.smallevents, table.smallevents *
		{
		border: none;
		background: none;
		margin: 0;
		padding: 0;
		text-align: left;
		vertical-align: top;
		}

table.smallevents td
		{
		padding: 1px 0px 1px 4px;
		}

table.smallevents a
		{
		font-size: 0.9em;
		line-height: 18px;
		}

table.smallevents .smalldate
		{
		border-right: solid 2px #f1f1f1;
		padding: 1px 4px 1px 0px;
		}
		
		table.smallevents .smalldate a
				{
				color: #000;
				}

/* SKJEMABYGGER
-----------------------------------------*/
form
	{
	margin-bottom: 15px;
	float: left;
	width: 561px;
	clear: both;
	}


	
form fieldset
	{
	border: none;
	border-bottom: dotted 1px #ccc;
	padding: 0px 0px 10px 10px;
	margin: 0;
	float: left;
	width: 561px;
	min-height: 45px;
	}
	
	
	form fieldset.w33percent
		{
		width: 185px;
		display: table-cell;
		}
	
	fieldset.w66percent
		{
		width: 298px;
		display: table-cell;
		}
	
	/* WIDE */
	
	body.rightColumnWide form fieldset.w33percent
		{
		width: 236px;
		display: table-cell;
		}
	
	body.rightColumnWide form fieldset.w66percent
		{
		width: 482px;
		display: table-cell;
		}

form fieldset label
	{
	font-weight: bold;
	clear: both;
	display: block;
	}

.submit {
	float: left;
	margin-top: 10px;
}

form fieldset input.text, form fieldset textarea
	{
	display: block;
	width: 535px;
	padding: 2px;
	margin: 0px;
	}
	

	 form fieldset.w33percent input.text
	 	{
		width: 183px;
		}
	
	 form fieldset.w66percent input.text
	 	{
		width: 337px;
		}

div.idlform {
	padding: 5px;
	border: dotted 1px #CCC;
	margin: 0 0 25px 0;
	background-color: #EDEDED;
}

.idlConfirmation {color:green;}

.idlform_errorMessage {
	background-color: #D87D7D;
	border: 1px dotted #FF0000;
	padding: 10px;
}
