/* RESET
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
body{font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/**
 * Redefine
 */
body {
	font-family: Tahoma, Arial;
	font-size: 76%;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

h1, h2, h3, h4, h5, h6 { width: 99%; font-weight: normal; color: #0033BB; margin-top: 10px; }

img { border: none; }

a, a:link, a:visited, a:active, a:hover {
	color: #0033BB !important; /* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

fieldset {
	border: 1px solid #F1F5FF;
}
fieldset div {
	padding: 4px;
}
fieldset input, fieldset textarea, fieldset select {
	width: 90%;
	margin-bottom: 10px;
	border: 1px solid #D6E3FF;
}

legend {
	color: #0033BB;
}

label {
}

th, td {
	text-align: left;
}
p { margin-top: 15px; line-height: 16px; }
p, em { }
strong { font-weight: bold; }
hr { width: 97%; height: 1px; margin: 0px; padding: 0px; clear: both; border: 0px solid #ccc; border-top: 1px solid #ccc; text-align: left; }

/**
 * Divs
 */
#Body {
}
#Page {
}
#Header {
}

#Logo {
}
#Logo img {
}

#ContentWrapper {
}
#MainContent {
}
#SubContent {
	display: none;
}

/*
* Navigasjon
*/
#Navigation {
	display: none;
}

.NoticeMessage {
	border-top: 1px solid #ccc;
	margin: 17px;
	padding-top: 5px;
	color: #666;
}

/**
 * MonthCalendar
 */
#MonthCalendar table {
	width: 100%;
}

#MonthCalendar .Kursdag {
	font-weight: bold;
}

/**
 * Copyright
 */
#Footer {
	width: 100%;
	text-align: center;
}
#Footer .Copyright {
}

/*
* gdu.no
*/
#GDU {
	display: none;
}