* {
	font-family : Arial, Helvetica, sans-serif;
}

body, html {
	font-family : Arial, Helvetica, sans-serif;
	height: 100%;
	background: #EEEEEE;
}

#top {
	background-image : url('/shared/top_background.png');
	background-repeat: repeat-x;
	background-color: #508690;
	padding: 0; 
	color: #DDDDDD;
	font-size: smaller;
	font-family: monospace;
	font-weight: bold;
	border: 2px solid #225566;
	margin-bottom: 10px;
	letter-spacing: 1px;
	height: 98px;
}

#top_content {
	background-image: url('/shared/dragons.png'); 
	background-repeat: no-repeat; 
	background-position: right; 
	padding: 10px 5px 10px 5px;
	height: 78px;	
}

#date_place {
	margin-left: 5px;
	display: block;
	clear: none;
}

#menu {
	background-image : url('/shared/menu_background.png');
	background-repeat: repeat;
	background-color: #508690;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 195px;
	min-height: 100px;
}

#menu_bottom {
	background-image : url('/shared/menu_bottom_background.png');
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	float: left;
	padding: 0;
	width: 195px;
	height: 200px;
	position: relative;
	top: 10px;
}

#content {
	margin-left: 205px;
	padding: 10px 10px 40px 10px;
	color: black;
	background: white;
	border: 2px solid #225566;
	min-height: 100%;
	position: relative;
	min-width: 500px;
	clear: none;
}

/* IE min-height hack */
* html #content {
	height: 100%;
}

#au_logo {
	float: right;
	margin: 0 0 0 0.5em;
	padding: 0;
}

#bottom {
	color: gray;
	font-size : x-small;
	margin: 0 10px 0 220px;
	position: relative;
	bottom: 30px;
	border-top: 1px solid #225566;
}

#bottom p {
	position: absolute;
	top: 5px;
	margin: 0;
	width: 100%;
}

#copyright {
	float: left;
    padding-left: 5px;
}

#url {
	float: right;
    padding-right: 5px;
}

#url a, #copyright a {
	color: gray;
	text-decoration: none;
}

#last_modified {
	text-align: center;
	font-size : x-small;
	color: gray;
	margin: 0 0 10px 205px;
}

#updates_heading {
	margin: 0; 
	text-decoration: none; 
	font-size: 100%; 
	text-align: left;
}

#newsticker {
	position: relative;
	text-align: right;
	width: 95%;
	margin: 0 auto 0 auto;
}

#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
	border: 1px solid gray;
	background: #ffffaf;
	margin: 0;
	text-align: left;
}

* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}

#newsticker li.error {
	color: #f00;
}

#updates_link {
	font-size: 85%;
	margin: 0;
	text-decoration: none;
}

tr {
	vertical-align: top;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size: smaller;
}

a {
	color: #225566;
	text-decoration: underline;
}

a:visited {
	color: #558899;
}

#hovedpunkter {
	clear: both;
	padding: 10px 0 0 5px;
	margin: 0;
}

#hovedpunkter li {
	list-style-type: none;
	margin: 0 0 10px 5px;
	padding: 0;
	font-size: 14px;
	line-height: 12px;
}

#underpunkter {
	margin: 1px 10px 0 5px;
	padding: 0 0 2px 0;
}

#underpunkter li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

a.main:link, a.main:visited, a.main:hover, a.main:active, a.mainactive, a.mainactive:visited {
	color: #EEEEEE;
	font-family: monospace;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 10px;
	background: url('/shared/main_bullet_up.png');
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
}

a.main:hover, a.main:active, a.mainactive, a.mainactive:visited {
	color: #e08e00;
	text-decoration: underline;
	background: url('/shared/main_bullet_down.png');
	background-position: top right;
	background-repeat: no-repeat;
}

a.sub:link, a.sub:visited, a.sub:hover, a.sub:active, a.subactive, a.subactive:active, a.subactive:link, a.subactive:visited, a.subactive:hover, .subactive {
	font-family: monospace;
	font-size: smaller;
	background: url('/shared/sub_bullet_up.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: #EEEEEE;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 2px;
	padding-left: 7px;
}

a.sub:hover, a.sub:active, a.subactive, a.subactive:visited {
	color: #C2E000;
	background: url('/shared/sub_bullet_down.png');
	background-position: top left;
	background-repeat: no-repeat;
}

h1 {
	font-size: 150%;
	margin-top: 0;
}

h2 {
	font-size: 120%;
	text-decoration: underline;
}

h3 {
	font-size: 110%;
	text-decoration: none;
	margin: 1em 0 0 0;
}

.clear {
	clear: both;
}

.smaller {
	font-size: smaller;
}

.red {
	color: red;
}

.redbold {
	color: red;
	background: transparent;
	font-weight: bold;
}

.tr_light {
	background-color: #EEEEFF;
	color: black
}

.tr_dark {
	background-color: #BBBBCC;
	color: black;
}


.top_border td {
	border-top: 1px solid black;
}

.bottom_border_double td {
	 border-bottom: medium double black;
}

.bottom_border_single td {
	 border-bottom: 1px solid black;
}

.nowrap {
	white-space: pre;
}

#progress {
	line-height: 125%;
	background: black;
	color: white;
	padding: 5px;
	font-size: smaller;
	border: 1px solid #C0C0C0;
	margin-bottom: 1em;
}

#registration_help {
	margin: 0 0 2em 0;
}

.active, .inactive {
	color: white;
	background: transparent;
	text-decoration: underline;
	padding-right: 2em;
	margin-right: 2em;
	font-weight: bold;
	width: 50%;
	border-right: 2px solid #C0C0C0;
}

.inactive,a.inactive:link,a.inactive:active,a.inactive:visited {
	color: #C0C0C0;
	text-decoration: none;
}

.nobreak {
	white-space: pre;
}

#signup_container {
	background: #EEEEEE; 
	border: 1px solid gray;
	padding: 0 1em 0 1em;
	float: left;
}

#signup_container td {
	padding: 1px;
}

#signup_container h2 {
	margin-bottom: 0;
}

#signup_container p {
	margin: 0 0 0.5em 0;
	font-style: italic;
}

#payment_table {
	background: gray;
	border: 1px solid gray; 
	margin: 0;
}

#payment_table td {
	margin: 0 1px 0 1px;
	background: white;
	padding: 0.5em;
}

input, textarea {
	width: 90%;
}

#fee {
	margin: 0px;
	font-size: smaller;
}

.amount {
	width: 10px;
	text-align: right;
	padding-left: 0;
}