/*** Start of file, css_dialogs.css ***/
.dialog_main {
	width: 400px;
	position: absolute;
	z-index: 35;
	top: 50px;
	left: 50px;
	visibility: hidden;
}

.dialog_buttons {
	background: url("/system/images/dialog_button_background.gif");
	border: 1px solid #333;
	margin: 3px;
	margin-bottom: -5px;
	padding-bottom: 0px;
}

.dialog_buttons:hover {
	background: #d7d7d7;
}

.dialog_title_field {
	background: url("/system/images/dialog_top_background.gif");
	color: #eee;
	width: 360px;
	height: 20px;
	font-family: verdana;
	font-size: 15px;
	text-align: center;
}

.dialog_button_field {
	background: url("/system/images/dialog_bottom_background.gif");
	color: #eee;
	width: 360px;
	height: 20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
}

.dialog_body {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px;
	font-family: verdana;
	font-size: 13px;
	background: white;
}

.dialog_top_right {
	background: url("/system/images/dialog_top_right.gif");
}

.dialog_top_left {
	background: url("/system/images/dialog_top_left.gif");
}

.dialog_bottom_left {
	background: url("/system/images/dialog_bottom_left.gif");
}

.dialog_bottom_right {
	background: url("/system/images/dialog_bottom_right.gif");
}

.dialog_top_right a {
	background: url("/system/images/dialog_close.gif");
	background-position: bottom right;
}

.dialog_top_right a:hover {
	background: url("/system/images/dialog_close_hover.gif");
}

.dialog_modal {
	position: absolute;
	visibility: hidden;
	z-index: 30;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: white;
	opacity: 0.75;
}

.dialog_shadow {
	position: absolute;
	visibility: hidden;
	z-index: 33;
	top: 55px;
	left: 55px;
	width: 400px;
	height: 100px;
}

.dialog_shadow_filler {
	background: #888;
}

#dialog_shadow_spacer {
	height: 60px;
	background: #888;
}

#dialog_buttons {
	text-align: center;
}

/*** End of file, css_dialogs.css ***/

/*** Start of file, css_system.css ***/
.default {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;

}

.separator {
clear: both;

}

.ar_colored {
color: #006699;
}

.heading_1 {
font-size: 18px;
font-weight: bold;
color: #069;
}

.heading_2 {
font-size: 16px;
font-weight: bold;
color: #069;
}

.admin_header {
font-weight: bold;
margin-top: 10px;

}

.admin_text {
font-weight: normal;
margin-top: 5px;

}

.admin_error {
color: red;
margin: 10px 0px 10px 0px;

}

.admin_table_cell {
font-size: 10px;
padding: 1px 2px 1px 2px;

}

.admin_form_header {
font-size: 11px;
font-weight: bold;
margin-right: 5px;

}

.admin_form_input {
font-size: 10px;
color: #3B3B1F;
margin: 2px;

}

.ar_mini {
font-size: 9px;
}

.admin_header_large {
font-size: 16px;

}

.admin_header_medium {
font-size: 12px;

}

.admin_header_small {
font-size: 10px;

}

.admin_text_large {
font-size: 14px;

}

.admin_text_medium {
font-size: 12px;

}

.admin_text_small {
font-size: 10px;

}

.admin_text_message {
color: red;
margin: 10px 0px 10px 0px;

}

.admin_text_container {
color: navy;
font-weight: bold;
text-align: center;

}

.admin_table_header {

}

.admin_form_button {

}

.separator_invisible {
background: url('/system/images/separator_0px.gif');
height: 23px;

}

.separator_small_line {
background: url('/system/images/separator_1px.gif');
height: 23px;

}

.separator_large_line {
background: url('/system/images/separator_3px.gif');
height: 23px;

}


/*** End of file, css_system.css ***/

/*** Start of file, css_global.css ***/
/*** Global tags START ***/

body   { margin: 0px; overflow-y: scroll; }
form   { margin: 0px; }
p      { margin-top: 0px; margin-bottom: 10px; }
input  { color: black; }

/*** Global tags END ***/

/*** Layout START ***/

.default input   { color: black; }
.default select  { color: black; }
.default option  { color: black; }

#design_menucell {
	float: left;
}

#design_maincell {
}

.design_box_document {
/* Ligger rundt dokumentet */
}

.design_y_container_cell {
	padding: 10px;
	width: 50%;
}

#design_status_box {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
	font-size: 1px;
}

#editmode_menu {
	position: fixed;
	z-index: 5;
	top: 0px;
	height: 30px;
	background: #F6F5D9;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 1px 5px;
}

/*** Layout END ***/

/*** Predefs START ***/

.predef_field_width_all    { width: 100%; }
.predef_field_width_huge   { width: 40em; }
.predef_field_width_xlarge { width: 30em; }
.predef_field_width_large  { width: 20em; }
.predef_field_width_medium { width: 15em; }
.predef_field_width_small  { width: 10em; }
.predef_field_width_tiny   { width:  4em; }

.predef_area_height_huge   { height: 7em; }
.predef_area_height_xlarge { height: 6em; }
.predef_area_height_large  { height: 5em; }
.predef_area_height_medium { height: 4em; }
.predef_area_height_small  { height: 3em; }
.predef_area_height_tiny   { height: 1em; }

.predef_space_large  { margin: 25px; }
.predef_space_medium { margin: 12px; }
.predef_space_small  { margin:  5px; }

.predef_space_vertical_large  { margin-top: 25px; margin-bottom: 25px; }
.predef_space_vertical_medium { margin-top: 12px; margin-bottom: 12px; }
.predef_space_vertical_small  { margin-top:  5px; margin-bottom:  5px; }

.predef_space_horizontal_large  { margin-left: 25px; margin-right: 25px; }
.predef_space_horizontal_medium { margin-left: 12px; margin-right: 12px; }
.predef_space_horizontal_small  { margin-left:  5px; margin-right:  5px; }

.predef_space_top_large  { margin-top: 25px; }
.predef_space_top_medium { margin-top: 12px; }
.predef_space_top_small  { margin-top:  5px; }

.predef_space_bottom_large  { margin-bottom: 25px; }
.predef_space_bottom_medium { margin-bottom: 12px; }
.predef_space_bottom_small  { margin-bottom:  5px; }

.predef_space_left_large  { margin-left: 25px; }
.predef_space_left_medium { margin-left: 12px; }
.predef_space_left_small  { margin-left:  5px; }

.predef_space_right_large  { margin-right: 25px; }
.predef_space_right_medium { margin-right: 12px; }
.predef_space_right_small  { margin-right:  5px; }

.predef_header_huge   { font-size: 20px; font-weight: bold; }
.predef_header_xlarge { font-size: 16px; font-weight: bold; }
.predef_header_large  { font-size: 14px; font-weight: bold; }
.predef_header_medium { font-size: 12px; font-weight: bold; }
.predef_header_small  { font-size: 10px; font-weight: bold; }

.predef_text_xlarge { font-size: 16px; font-weight: normal; }
.predef_text_large  { font-size: 14px; font-weight: normal; }
.predef_text_medium { font-size: 12px; font-weight: normal; }
.predef_text_small  { font-size: 10px; font-weight: normal; }

.predef_error { color: #ff0000; }

.predef_box_fancyheader { padding: 2px 10px 2px 10px; color: #494949; background: url('/system/images/design_heading_gradient.gif') repeat-y; }
.predef_box_bevel_outer { border-top: 1px solid #888; border-bottom: 1px solid #fff; border-left: 1px solid #888; border-right: 1px solid #fff; }
.predef_box_bevel_inner { border-top: 1px solid #000; border-bottom: 1px solid #ddd; border-left: 1px solid #000; border-right: 1px solid #ddd; background: #fff; }

/*** Predefs END ***/

/*** Editmode START ***/

.design_editmode_menu {
	background: url('/system/images/edit_menu_bg.gif');
	border-bottom: 1px solid #999;
	padding: 0px;
}

.design_editmode_menu .block_left {
	float: left;
	background: url('/system/images/element_type_box.gif') no-repeat;
	padding: 4px 4px 4px 4px;
}

.design_editmode_menu .block_right {
	float: right;
}

.design_editmode_new_menu {
	position: absolute;
	visibility: hidden;
	top: 1px;
	left: 1px;
	width: 200px;
	z-index: 10;
	font-family: verdana;
	font-size: 12px;
}

.design_editmode_new_menu a {
	display: block;
	background: url('/system/images/new_element_menu_item.gif') repeat-y;
	padding: 1px 0px 5px 4px;
	text-decoration: none;
	color: black;
}

.design_editmode_new_menu a img {
	margin: 0px 0px -4px 0px;
}
.design_editmode_new_menu a span {
	margin: 0px 0px 0px 8px;
}

.design_editmode_new_menu a:hover {
	background: url('/system/images/new_element_menu_item_hover.gif') repeat-y;
}

.design_editmode_new_menu_top {
	height: 5px;
	background: url('/system/images/new_element_menu_top.gif') no-repeat bottom;
	font-size: 1px; /* For å få IE til å akseptere at denne div-en ikke skal gå utover sin høyde */
}

.design_editmode_new_menu_bottom {
	height: 5px;
	background: url('/system/images/new_element_menu_bot.gif') no-repeat top;
	font-size: 1px; /* For å få IE til å akseptere at denne div-en ikke skal gå utover sin høyde */
}

.design_editmode_container {
	border: 1px solid #333;
}

.dx_toolbar {
	background: #efefde;
	padding: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #999;
}

#dx_toolbar_extension {
	display: none;
}

.dx_statusbar {
	background: #efefde url('/system/images/dx_statusbar_bg.png') repeat-x center center;
	padding: 2px;
	margin-top: 8px;
	border-top: 1px solid #999;
	text-align: right;
}

.design_toggle_table .dx_statusbar {
	border-top: 1px solid #ccc;
}

.dx_toolbar_separator {
}

.dx_statusbar_separator {
	position: relative;
	top: -2px;
}

.dx_submit_button {
	font-size: 13px;
}

.tickmarker_table {
	border: 1px solid #aaa;
}

.tickmarker_left {
	width: 10px;
	background: #ededed;
}

.tickmarker_top {
	height: 10px;
	background: #ededed;
}

.tickmarker_h_ruler {
	background: url('/system/images/edit_image_tickmarks_top.gif') no-repeat left top;
}

.tickmarker_v_ruler {
	background: url('/system/images/edit_image_tickmarks_left.gif') no-repeat left top;
}

.margin_toolbar {
	display: none;
}

.edit_image_dimension_box {
	float: right;
	font-size: 9px;
	font-family: verdana;
}

#design_slider_editor_box {
	margin: 5px 15px 2px 15px;
}

#design_slider_editor_slider {
	width: 110px;
	background: url('/system/images/edit_image_slider_horiz_sectioned_bg.gif');
}

#design_slider_editor_thumb {
	width: 20px;
	height: 20px;
}

#design_margin_editor_slider_top {
	width: 110px;
	background: url('/system/images/edit_image_slider_horiz_sectioned_bg.gif');
}

#design_margin_editor_slider_top_box {
	background: url('/system/images/edit_image_margin_top.gif') no-repeat left;
	padding-left: 30px;
	margin: 5px 15px 2px 0;
}

#design_margin_editor_slider_top_thumb {
	width: 20px;
	height: 20px;
}

#design_margin_editor_slider_left {
	width: 110px;
	background: url('/system/images/edit_image_slider_horiz_sectioned_bg.gif');
}

#design_margin_editor_slider_left_box {
	background: url('/system/images/edit_image_margin_left.gif') no-repeat left;
	padding-left: 30px;
	margin: 5px 15px 2px 0;
}

#design_margin_editor_slider_left_thumb {
	width: 20px;
	height: 20px;
}

#design_margin_editor_slider_right {
	width: 110px;
	background: url('/system/images/edit_image_slider_horiz_sectioned_bg.gif');
}

#design_margin_editor_slider_right_box {
	background: url('/system/images/edit_image_margin_right.gif') no-repeat left;
	padding-left: 30px;
	margin: 5px 15px 2px 0;
}

#design_margin_editor_slider_right_thumb {
	width: 20px;
	height: 20px;
}

#design_margin_editor_slider_bottom {
	width: 110px;
	background: url('/system/images/edit_image_slider_horiz_sectioned_bg.gif');
}

#design_margin_editor_slider_bottom_box {
	background: url('/system/images/edit_image_margin_bottom.gif') no-repeat left;
	padding-left: 30px;
	margin: 5px 15px 2px 0;
}

#design_margin_editor_slider_bottom_thumb {
	width: 20px;
	height: 20px;
}

/*** Editmode END ***/

/*** Dialogs START ***/

.design_dialog {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eee;
	border: 2px solid black;
	margin-top: 5px;
	padding: 0px;
}

.design_dialog_header {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	padding-left: 4px;
	background-color: #ccc;
	border-bottom: 1px solid black;
}

.design_dialog_body {
	padding: 5px;
}

.design_dialog form {
	padding: 0px;
	margin: 0px;
}

/*** Dialogs END ***/

/*** Comments START ***/

.design_comment_wrapper {
	border: 1px solid #aaa;
	margin: 3px;
}

.design_comment_head {
	background-color: #c3d0dd;
	color: #666;
	font-size: 10px;
	padding: 1px;
}

.design_comment_body {
	padding: 4px;
}

.design_comment_tail {
	padding: 2px;
	text-align: right;
}

.design_comment_tail a {
	text-decoration: none;
}

.design_comment_tail a:hover {
	text-decoration: underline;
}

.design_comment_mainbox {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 3px;
	margin: 5px 0px 5px 0px;
	clear: both;
}

/*** Comments END ***/

/*** Menu Wrapper w/button START ***/

.button_wrapper_outer {
	display: inline;
	position: relative;
	height: 100%;
}

.button_wrapper_inner {
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: 1px;
	left: 1px;
	width: 200px;
}

.button_wrapper_inner#menu_admin {
	left: -170px;
	top: 14px;
}

.button_wrapper_inner .block_top {
	height: 3px;
	background: url('/system/images/design_admin_menu_top.gif') no-repeat bottom;
	font-size: 1px; /* For å få IE til å akseptere at denne div-en ikke skal gå utover sin høyde */
}

.button_wrapper_inner .block_body a {
	background: url('/system/images/design_admin_menu_item.gif') repeat-y;
	color: black;
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 22px;
	margin: 0px;
}

.button_wrapper_inner .block_body a:hover {
	background: url('/system/images/design_admin_menu_item_hover.gif') repeat-y;
}

.button_wrapper_inner .block_bottom {
	height: 4px;
	background: url('/system/images/design_admin_menu_bot.gif') no-repeat top;
	font-size: 1px; /* For å få IE til å akseptere at denne div-en ikke skal gå utover sin høyde */
}

/*** Menu Wrapper w/button END ***/

/*** Toggle Table START **/

.design_toggle_table caption {
	text-align: left;
	color: #ddd;
	background-color: #555;
	font-weight: bold;
}

.design_toggle_table tr {
	color: black;
	background-color: #ccc;
}

.design_toggle_table .odd {
	background-color: #f7f7f7;
}

.design_toggle_table .even {
	background-color: #e5e5e5;
}

.design_toggle_table th, .design_toggle_table td, .design_toggle_table caption {
	padding: 4px 10px;
}

.design_toggle_table th.predef_nopadding, .design_toggle_table td.predef_nopadding {
	padding: 0px;
}

.design_toggle_table.top_headers {
	border: 1px solid #ccc;
}

.design_toggle_table.top_headers th {
	background: url('/system/images/design_toggletable_th_bg.png') repeat-x center center;
	border-bottom: 1px solid #ccc;
	height: 26px;
}

.design_toggle_table.top_headers .odd {
	background-color: #f7f7e9;
}

.design_toggle_table.top_headers .even {
	background-color: #f5f5d0;
}

.view_file_browser_table {
	margin: 10px;
}

/*** Toggle Table END **/

/*** Info Table START **/

.design_info_table_wrapper {
	padding: 10px;
	background: #ccc;
	border: 1px solid #999;
}

.design_info_table th {
	padding: 2px 10px 2px 10px;
}

.design_info_table td {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.design_required {
	padding-left: 12px;
	background: url('/system/images/mandatory_star.gif') no-repeat left center;
}

.design_nonrequired {
	padding-left: 12px;
}

/*** Info Table END **/

/*** Buttons START **/

.design_button img {}
.design_button span {
	margin-left: 5px;
}

/*** Buttons END **/



/*** Submit Table START **/

.design_submit_table td {
	padding: 2px 2px 2px 10px;
}

.design_submit_table input {
	font-size: 10px;
}

/*** Submit Table END **/



/*** Navigation START ***/

.navcontainer {
	font-family: verdana;
}

.navcontainer a {
	display: block;
	border: 1px solid #666;
	padding: 1px 3px;
	margin-left: 4px; /* Avstanden mellom hver tab. Bruk -right istedenfor -left hvis første tab skal flukte med venstre side, evt. både -right og -left. */
	color: #777;
	background: #eee;
	text-decoration: none;
	position: relative;
	top: 1px; /* For å flytte nedre kantlinje over kantlinjen til tabpane_body_outer. */
}

.design_tab_active a, .navcontainer a:hover {
	border-bottom: 1px solid white;
	color: #333;
	background: white;
}

.design_document_main {
	border: 1px solid #666;
}

/*** Navigation END ***/

/*** Search results START ***/

.design_search_results {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

.design_search_results h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.design_search_results h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.design_search_results h2#bottom {
	display: none;
}

.design_search_results a {
	display: block;
	width: 100%;
	text-decoration: none;
	float: right;
}

.design_search_results a:hover {
	background: url('/system/images/design_search_result_hover.png') repeat-y left;
}

/*** Search results END ***/

.design_element_subtitle {
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
}

.design_element_link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
}

.design_element_hover {
	background: #f5f9dC;
}

.design_element_selected {
	border: 3px solid #d92e2e;
}

/*** Authorization edit START ***/

.design_auth_table {
	border: 1px solid #ccc;
	margin: 10px 0px;
	padding-top: 2px;
}

.design_auth_table td {
	border-bottom: 2px solid white;
	padding: 2px 5px;
}

.design_auth_button_cell {
	padding: 2px;
}

.design_auth_group_all {
	background: #c7edc5;
}

.design_auth_group_mixed {
	background: #ededc5;
}

.design_auth_group_none {
	background: #edc5c5;
}

.design_auth_save_row {
	background: #ccc;
}

/*** Authorization edit END ***/

/*** Gallery START ***/

.design_gallery_main {
	padding: 5px;
}

.design_gallery_image {
	float: left;
	text-align: center;
	vertical-align: middle;
	background: white;
	font-size: 0px; /* For at IE ikke skal legge til en pixel eller to i høyden. */
}

.design_gallery_image a {
	vertical-align: middle;
}

/*** Gallery END ***/

/*** Admin Box START ***/

.design_admin_box_main {
	margin-bottom: 20px;
}

.design_admin_box_left_top {
	background: url('/system/images/design_admin_box_left_top.gif') no-repeat left top;
}

.design_admin_box_right_top {
	background: url('/system/images/design_admin_box_right_top.gif') no-repeat right top;
}

.design_admin_box_left_bottom {
	background: url('/system/images/design_admin_box_left_bottom.gif') no-repeat left bottom;
}

.design_admin_box_right_bottom {
	background: url('/system/images/design_admin_box_right_bottom.gif') no-repeat right bottom;
}

.design_box_top {
	margin-top: 2px;
	border-top: 2px solid #d5d5d5;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	font-weight: bold;
}

.design_box_bottom {
	border-bottom: 2px solid #d5d5d5;
	font-size: 2px;
	height: 8px;
}

.design_box_content_left {
	border-left: 2px solid #d5d5d5;
}

.design_box_content_right {
	border-right: 2px solid #d5d5d5;
}

/*** Admin Box END ***/

/*** Edit styles START ***/

#edit_styles_form {}

.edit_styles_label {
	display: block;
	margin-top: 6px;
}

#edit_styles_form input {
	width: 250px;
	display: block;
}

#edit_styles_form textarea {
	width: 400px;
	height: 150px;
	display: block;
}

#edit_styles_form select {
	width: 200px;
	display: block;
}

/*** Edit styles END ***/

/*** Edit document START ***/

/**
 * Implementasjonskommentarer for Sliding-doors i disse tabbene:
 * 1) <ul> og <li> kan ikke brukes til tabbene fordi IE behandler dem annerledes enn andre div-elementer
 * 2) Og noe mer som jeg dessverre ikke husker... (fyll på etterhvert)
 */
/*
.docedit_main {
	text-align: left;
}

.docedit_head {
	background: url('/system/images/docedit_top_left_door.gif') no-repeat left bottom;
	padding: 0px 0px 0px 44px;
}

.docedit_main.closed .docedit_head {
	background: url('/system/images/docedit_top_left_door.gif') no-repeat left bottom;
	padding: 0px 0px 0px 44px;
	font-size: 0px;
}

.docedit_head_inner {
	background: url('/system/images/docedit_top_right_door.gif') no-repeat right bottom;
}

.docedit_main.closed .docedit_head_inner {
	background: url('/system/images/docedit_top_right_door.gif') no-repeat right bottom;
	padding: 6px 0px 0px 0px;
	font-size: 0px;
}

.docedit_tab {
	float: left;
	margin: 0px;
	padding-left: 24px;
	text-decoration: none;
}

.docedit_tab.current {
	background: url('/system/images/docedit_tab_left_door.gif') no-repeat left top;
}

.docedit_tab span {
	padding: 12px 29px 12px 5px;
	display: block;
	font-size: 16px;
	color: #999;
}

.docedit_main.closed .docedit_tab {
	display: none;
}

.docedit_tab.current span {
	background: url('/system/images/docedit_tab_right_door.gif') no-repeat right top;
	color: #222;
}

.docedit_tab a:hover {
	color: #222;
}

.docedit_body {
	background: #ede1ab url('/system/images/docedit_body_bg.gif') repeat-x;
	border-left: 2px solid #bfb273;
	border-right: 2px solid #bfb273;
	border-bottom: 2px solid #bfb273;
}

.docedit_body_inner {
	border-left: 2px solid #faf6e1;
	border-right: 2px solid #faf6e1;
	border-bottom: 2px solid #faf6e1;
}

.docedit_content {
	padding: 5px;
}

.docedit_main.closed .docedit_content {
	padding: 0px;
}

.docedit_tab_content {
	display: none;
}

.docedit_frame_main {
	float: left;
	margin: 10px;
}

.docedit_frame_outer_top {
	background: #d1c799;
	font-size: 0px;
	height: 1px;
	margin: 0px 1px;
	display: block;
}

.docedit_frame_outer {
	border-right: 1px solid #81784e;
	border-left: 1px solid #d1c799;
}

.docedit_frame_inner {
	border: 1px solid white;
}

.docedit_frame_outer_bottom {
	background: #81784e;
	font-size: 0px;
	height: 1px;
	margin: 0px 1px;
	display: block;
}

.docedit_frame_content {
	padding: 5px;
	height: 150px;
}

.docedit_frame_title {
	background: #d0c180;
	text-align: center;
	padding: 2px;
}

.docedit_expansionbar {
	clear: both;
}

.docedit_expansionbar a {
	height: 10px;
	font-size: 0px;
	display: block;
}

.docedit_expansionbar a:hover{

}

.docedit_expansionbar_down {
	background: url('/system/images/docedit_expansionbar_down.gif') no-repeat center;
}

.docedit_expansionbar_up {
	background: url('/system/images/docedit_expansionbar_up.gif') no-repeat center;
}

.accordion_header {
	background: url('/system/images/docedit_accordion_header.png') repeat-x;
	font-size: 16px;
	padding: 3px;
	display: block;
	text-decoration: none;
	color: black;
	border: 1px solid #666;
	cursor: pointer;
}

.accordion_stretcher {
	padding: 10px;
	background: white;
	border: 1px solid #666;
	border-top: none;
}
*/
/*** Edit document END ***/

/*** TabPane (generic) START ***/

.tabpane_main {
	text-align: left;
}

.tabpane_head_outer {
}

.tabpane_head_inner {
	height: 23px; /* Må tilpasses tabbenes høyde. Skulle egentlig ikke vært nødvendig, men får det ikke til å fungere uten. */
}

.closed .tabpane_head_inner {
	height: 0px;
}

.tab {
	float: left;
	border: 1px solid #666;
	/* padding-left: 0px; /* Venstre padding må her settes til en passende størrelse i forhold til et evt. venstre sliding doors-bilde. */
	margin-left: 4px; /* Avstanden mellom hver tab. Bruk -right istedenfor -left hvis første tab skal flukte med venstre side, evt. både -right og -left. */
	color: #777;
	background: #eee;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	top: 1px; /* For å flytte nedre kantlinje over kantlinjen til tabpane_body_outer. */
}

.tab.current, .tab:hover {
	color: #333;
	background: white;
	border-bottom: 1px solid white;
}

.closed .tab {
	display: none;
}

.tab .door {
	display: block;
	padding: 2px 4px; /* Øvrig padding som skaper avstand til den indre span-ens tekst/ikon. */
	/* padding-right: 0px; /* Høyre padding må her settes til en passende størrelse i forhold til et evt. høyre sliding doors-bilde. */
}

.tab .door span {
	padding-left: 20px; /* Høyre eller venstre padding må her settes til en passende størrelse i forhold til et evt. ikon-bilde (som er bakgrunn på det innerste span-elementet). */
}

.tabpane_body_outer {
	border: 1px solid #666;
	clear: both;
}

.tabpane_body_inner {
}

.tabpane_tail_outer {
	clear: both;
}

.tabpane_toggle_handle {
	display: block;
	font-size: 0px;
	height: 10px;
	background: url('/system/images/tab_expansion_up.png') no-repeat center;
}

.tabpane_toggle_handle:hover {
	background: url('/system/images/tab_expansion_up_hover.png') no-repeat center;
}

.closed .tabpane_toggle_handle {
	background: url('/system/images/tab_expansion_down.png') no-repeat center;
}

.closed .tabpane_toggle_handle:hover {
	background: url('/system/images/tab_expansion_down_hover.png') no-repeat center;
}

/*** TabPane (generic) END ***/

/*** TabPane (document metainfo) START ***/

#metainfo_panel .tabpane_head_outer {
	padding-left: 44px; /* Venstre padding må her settes til en passende størrelse i forhold til et evt. venstre sliding doors-bilde. */
	background: url('/system/images/docedit_top_left_door.gif') no-repeat left bottom;
}

#metainfo_panel .tabpane_head_inner {
	height: 42px; /* Må tilpasses tabbenes høyde. Skulle egentlig ikke vært nødvendig, men får det ikke til å fungere uten. */
	background: url('/system/images/docedit_top_right_door.gif') no-repeat right bottom;
}

#metainfo_panel.closed .tabpane_head_inner {
	height: 4px;
}

#metainfo_panel .tab {
	border: none;
	padding-left: 24px; /* Venstre padding må her settes til en passende størrelse i forhold til et evt. venstre sliding doors-bilde. */
	background: none;
	position: static;
}

#metainfo_panel .tab.current {
	background: url('/system/images/docedit_tab_left_door.gif') no-repeat left top;
}

#metainfo_panel .tab .door {
	padding: 12px 5px; /* Øvrig padding som skaper avstand til den indre span-ens tekst/ikon. */
	padding-right: 29px; /* Høyre padding må her settes til en passende størrelse i forhold til et evt. høyre sliding doors-bilde. */
}

#metainfo_panel .tab.current .door {
	background: url('/system/images/docedit_tab_right_door.gif') no-repeat right top;
}

#metainfo_panel .tabpane_body_outer {
	border: 2px solid #bfb273;
	border-top: none;
	background: #ede1ab url('/system/images/docedit_body_bg.gif') repeat-x;
}

#metainfo_panel .tabpane_body_inner {
	border: 2px solid #faf6e1;
	border-top: none;
}
/*** TabPane (document metainfo) END ***/

/*** document_overview START ***/

.document_overview_box h1 {
	font-size: 20px;
}

.document_overview_box p {
	text-align: justify;
}

.document_overview_box img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.document_overview_spacer {
	border-bottom: 1px dotted #ccc;
	margin: 15px 0;
	clear: both;
}

/*** document_overview END ***/

/*** FCKeditor plugins START ***/

body.fckeditor_plugin {
	padding: 10px;
	background: #f7f3e7;
}

/*** FCKeditor plugins END ***/

/*** edit_box START ***/

.design_edit_box {
	border: 1px solid #999;
	width: 450px;
}

.design_edit_box .design_toggle_table th {
	padding: 8px 10px;
}

/*** edit_box END ***/

/*** dx_textfield START ***/

.dx_textfield {
	position: relative;
	height: 24px;
	background: url('/system/images/dx_textfield_div_bg.gif') right top no-repeat;
	padding-right: 17px;
	margin-bottom: 10px;
	clear: left;
	float: left;
	font-size: 14px;
	font-family: verdana;
}

.dx_textfield.auto {
	background: url('/system/images/dx_textfield_div_bg_auto.gif') right top no-repeat;
}

.dx_textfield label, .dx_text_field input {
	display: block;
	float: left;
}

.dx_textfield label {
	background: url('/system/images/dx_textfield_label_bg.gif') left top no-repeat;
	text-align: right;
	padding: 4px 10px 4px 6px;
}

.dx_textfield input {
	background: url('/system/images/dx_textfield_input_bg.gif') left top no-repeat;
	border: none;
	padding: 4px 0px 4px 8px;
}

.dx_textfield.small input {
	width: 60px;
}

.dx_textfield.medium input {
	width: 120px;
}

.dx_textfield.large input {
	width: 180px;
}


.dx_textfield.x_large input {
	width: 240px;
}

.dx_textfield.xx_large input {
	width: 300px;
}

.dx_textfield_options {
	position: absolute;
	top: 25px;
}

.dx_textfield_options ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.dx_textfield_options li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
}

.dx_textfield_options li.selected {
	background-color: #ffb;
}

/*** dx_textfield END ***/
/*** End of file, css_global.css ***/

/*** Start of file, css_tag_area.css ***/
.tag {
	background: url("/system/images/tag_cross.gif") no-repeat right top;
	font-family: verdana;
	font-size: 10px;
	padding-right: 18px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	margin-bottom: 2px;
}

.tag_hover {
	background: url("/system/images/tag_cross_hover.gif") no-repeat right top;
}

.tag_blink {
	background: url("/system/images/tag_cross_blink.gif") no-repeat right top;
}

.tag span {
	display: block;
	background: url("/system/images/tag_bg.gif") no-repeat left top;
	padding: 2px 2px 2px 7px;
}

.tag_blink span {
	background: url("/system/images/tag_bg_blink.gif") no-repeat left top;
}

.tag_container {
	border: 1px solid #bfb273;
	padding: 2px;
	cursor: text;
	background: white;
}

.tag_container input{
	border: none;
	font-family: verdana;
	font-size: 10px;
	padding-left: 7px;
	width: 5em;
	background: none;
	margin-bottom: 3px;
	padding-top: 2px;
}

.tag_suggester_box {
	position: absolute;
	width: 150px;
	border: 1px solid #ccc;
	display: none;
	background: white;
	font-family: verdana;
	font-size: 10px;
}

.tag_suggester_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tag_suggester_box li {
	margin: 0px;
	padding: 2px;
	padding-left: 7px;
}

.highlighted {
	background: #ccddeb;
}
/*** End of file, css_tag_area.css ***/

/*** Start of file, local.css ***/
a {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

body.main {
	padding: 45px 0px;
	background: #067;
	font-family: verdana, arial, sans-serif;
}

#ar_container {
	border: 1px solid black;
	width: 950px;
	background: white;
}

#ar_top {
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #ccc;
}

#ar_logo {
	display: block;
	width: 500px;
	height: 91px;
	background: url('layout/images/AR-logo.jpg') no-repeat left top;
}

#ar_topmenu, #ar_contextmenu {
	color: #ccc;
	font-size: 12px;
}

#ar_contextmenu {
	border-right: 1px solid #ccc;
	width: 220px;
	background: #eee;
}

#ar_contextmenu a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 2px 10px;
}

#ar_contextmenu a:hover {
	background: #ddd;
}

#ar_topmenu .in_path, #ar_contextmenu .in_path {
	font-weight: bold;
}

.design_box_document {
	padding: 10px 5px 0px 5px;
	min-height: 400px;
	height: auto !important; /* Denne og neste linje sørger for min-height for IE6, */
	height: 400px;           /* jf. http://www.dustindiaz.com/min-height-fast-hack/ */
}

.mod_file_image img {
	border: 1px solid black;
}

#element_tickwrapper .mod_file_image img {
	border: none;
}

#ar_bottom {
	padding-left: 70px;
	background: url('layout/images/UIB-emblem.gif') no-repeat left center;
	border-top: 1px solid #ccc;
	line-height: 70px;
	font-size: 10px;
	color: #555;
}
/*** End of file, local.css ***/

