/***************
 * HTML-taggar *
 ***************/
html, body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
}
a {
	text-decoration: none;
	color: #000000;
}
input, select, option {
	font-family: Verdana;
	font-size: 14px;
}
img {
	border: 0px;
}
ul {
	padding-left: 10px;
	margin: 8px 0px 8px 10px;
}

/**********
 * Layout *
 **********/
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
}
#content {
	position: relative;
	float: left;
	width: 780px;
	padding: 2px 10px 0px 10px;
	margin: 15px 0px 20px 0px;
	font-size: 13px;
	line-height: 140%;
	overflow: auto;
}
#content a:hover {
	border-bottom: 1px solid #FF8F05;
}
#footer {
	position: relative;
	clear: both;
	background-color: #000000;
	margin: 0px 0px 15px 0px;
	padding: 6px 15px 8px 15px;
	font-size: 11px;
	width: 770px;
	color: #FFFFFF;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#footer a {
	margin-left: 10px;
	color: #FFFFFF;
}
#footer a:hover {
	border-bottom: 1px solid #FF8F05;
}

#header {
	position: relative;
	background-color: #000000;
	float: left;
	width: 795px;
	margin: 15px 0px 15px 0px;
	padding: 2px 0px 0px 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

/********
 * Meny *
 ********/

#menu {
	position: relative;
	clear: both;
	padding: 5px 0px 5px 0px;
	border-bottom: 2px solid #FFBB66;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	width: 800px;
}
.select {
	position: relative;
	top: 1px;
	background-color: #FFDDAA;
	padding: 3px 10px 4px 10px;
	margin-right: 5px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.select:hover {
	background-color: #FFCC88;
}
.selected {
	background-color: #FFBB66;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#sub_menu {
	position: relative;
	background-color: #FFF0EE;
	clear: both;
	padding: 8px 10px 10px 10px;
	font-size: 13px;
	width: 780px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#sub_menu a {
	margin-right: 10px;
}
.select2:hover {
	color: #FAB640;
}
.selected2 {
	color: #FAB640;
}

/********
 * Left *
 ********/

#left {
	position: relative;
	clear: left;
	float: left;
	width: 150px;
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	line-height: 130%;
}
#left a:hover {
	border-bottom: 1px solid #FF8F05;
}
.left_h1 {
	font-size: 14px;
	color: #FF8F05;
	padding: 0px 0px 3px 5px;
	border-bottom: 1px solid #FFCC66;
}
.left_content {
	background-color: #FFF0EE;
	font-size: 12px;
	padding: 3px;
}

/************
 * Rubriker *
 ************/

h1 {
	font-size: 18px;
	color: #FF8F05;
	margin: 2px 0px 3px 0px;
}
h2 {
	font-size: 15px;
	color: #FF8F05;
	margin: 2px 0px 3px 0px;
}

/************
 * Formulär *
 ************/

.form {
	border: 1px solid #88BBFF;
	font-family: Verdana;
	font-size: 14px;
	padding: 2px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.form:focus {
	border-color: #FF8F05;
}

/************
 * Tabeller *
 ************/

.row {
	background-color: #FFF0EE;
}

.box {
	position: relative;
	float: left;
	background-color: #FFF0EE;
	margin: 0px 10px 10px 0px;
	padding: 3px 5px 3px 5px;
	border: 2px solid #FFAF45;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.languages {
	position: absolute;
	z-index: 1;
	left: -6px;
	top: 21px;
	width: 118px;
	background-color: #FFF0EE;
	padding: 0px 5px 3px 5px;
	border: 1px solid #FFAF45;
	border-top: 0px;
	display: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.missing {
	position: absolute;
	z-index: 1;
	right: 32px;
	top: 25px;
	width: 165px;
	background-color: #CCCCCC;
	padding: 0px 5px 3px 5px;
	border: 1px solid #FFAF45;
	border-top: 0px;
	display: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.get_text {
	position: absolute;
	z-index: 1;
	//left: 32px;
	top: 55px;
	width: 265px;
	background-color: #CCCCCC;
	padding: 0px 5px 3px 5px;
	border: 1px solid #FFAF45;
	border-top: 0px;
	display: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}


#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	color: #000;
	border: 2px solid #DEBD6A;
	background-color: #F8F0D0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 10px #888888;
	-webkit-box-shadow: 3px 3px 10px #888888;
}
#popup_title {
	padding-left: 48px;
}
#popup_content {
	background: 16px 16px no-repeat url(/modules/js/alerts/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(/images/icons/blue/32/about.png);
}
#popup_content.confirm {
	background-image: url(/images/icons/blue/32/about.png);
}
#popup_content.prompt {
	background-image: url(/modules/js/alerts/images/help.gif);
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}
