	#body_container
	{
		position            :   fixed;
		top                 :   27px;
		left                :   0px;
		width               :   100%;
		height              :   1px;
		overflow            :   auto;
	}
	
	#edit_bar
	{
		position			:	fixed;
		top					:	0px;
		left				:	0px;
		height				:	27px;
		width				:	100%;	
		padding				:	0px; //4px 10px 5px 10px;
		background			:	url('../images/flick_bar_background_slide.png');
		z-index				:	3000;
	}
	
	#edit_bar.dirty
	{
		background			:	url('../images/flick_bar_background_slide.png');
		background-position	:	0px -27px;
	}
	
	#edit_bar.clean
	{
		background			:	url('../images/flick_bar_background_slide.png');		
		background-position	:	0px 0px;
	}
	
	#edit_bar .button
	{
		margin				:	4px 8px 5px 8px;
	}

	.float_left
	{
		float				:	left;
	}

	.float_right
	{
		float				:	right;
	}
	
	#edit_bar_left .button {
		float				:	left;
		margin				:	4px 0px 5px 8px;
	}
	
	#edit_bar_right .button {
		float				:	right;	
	}
	
	#my_editor_holder .button
	{
		margin				:	0px 3px 0px 3px;	
	}
	
	.separator
	{
		background			:	url('../images/separator.png');
		width				:	2px;
		height				:	27px;
		float				:	right;
	}
	
	.ed_sep
	{
		width				:	25px;
		height				:	2px;
		background			:	url('../images/eb/separator_ed.png');	
		float				:	left;
		margin				:	3px 0px 0px 0px;
	}
	
	.button
	{
		cursor				:	pointer;
		overflow			:	hidden;
		-moz-user-select	:	none;
	}
	
	.button_middle a
	{
		-moz-user-select	:	none;
	}
	
	.button_left
	{
		height				:	19px;
		width				:	5px;
		background			:	url('../images/button_sliding.png');
		float				:	left;
	}
	
	.button_middle
	{
		height				:	13px;
		background			:	url('../images/button_sliding.png');
		background-position	:	-5px 0px;
		padding				:	3px;
		font-family			:	verdana, helvetica, sans-serif;
		font-size			:	9px;
		text-align			:	center;
		float				:	left;
		vertical-align  	:	top;
		-moz-user-select	:	none;
	}
	
	.button_right
	{
		height				:	19px;
		width				:	5px;
		background			:	url('../images/button_sliding.png');
		background-position	:	100% 0px;
		float				:	left;
	}
	
	.button.disabled
	{
		color				:	#888;
		cursor				:	default;
		opacity             :   0.5;
	}
	
	.hover .button_left
	{
		background-position	:	0px -19px;
	}
	
	.hover .button_middle
	{
		background-position	:	-5px -19px;
	}
	
	.hover .button_right
	{
		background-position	:	100% -19px;
	}
	
	.pressed .button_left
	{
		background-position	:	0px -38px;
	}
	
	.pressed .button_middle
	{
		background-position	:	-5px -38px;
	}
	
	.pressed .button_right
	{
		background-position	:	100% -38px;
	}
	
	.disabled .button_left
	{
		background-position	:	0px 0px;
	}
	
	.disabled .button_middle
	{
		background-position	:	-5px 0px;
	}
	
	.disabled .button_right
	{
		background-position	:	100% 0px;
	}
	
	.active .button_left
	{
		background-position	:	0px -57px;
	}
	
	.active .button_middle
	{
		background-position	:	-5px -57px;
	}
	
	.active .button_right
	{
		background-position	:	100% -57px;
	}
	
	.active .pressed .button_left
	{
		background-position	:	0px -76px;
	}
	
	 .button_middle .active .hover .pressed
	{
		background-position	:	-5px -76px;
	}
	
	.active .pressed .button_right
	{
		background-position	:	100% -76px;
	}

	.active .hover .button_left
	{
		background-position	:	0px -38px;
	}

	.active .hover .button_middle
	{
		background-position	:	-3px -38px;
	}

	.active .hover .button_right
	{
		background-position	:	100% -38px;
	}

	/* Mere button shit */
	.ebutton
	{
		width				:	18px;
		height				:	18px;
		float				:	left;
		background			:	url('../images/eb/format.png');
		margin				:	3px 3px 0px 4px;
		cursor				:	pointer;
	}

	#my_ok_button
	{
		background-position	:	-198px 0px;		
	}

	#my_ok_button:hover
	{
		background-position	:	-198px -18px;		
	}

	#my_cancel_button
	{
		background-position	:	-216px 0px;		
	}

	#my_cancel_button:hover
	{
		background-position	:	-216px -18px;		
	}

	#my_bold_button
	{
		background-position	:	0px 0px;		
	}

	#my_bold_button:hover
	{
		background-position	:	0px -18px;		
	}
	
	#my_italic_button
	{
		background-position	:	-18px 0px;
	}

	#my_italic_button:hover
	{
		background-position	:	-18px -18px;
	}

	#my_underline_button
	{
		background-position	:	-36px 0px;
	}

	#my_underline_button:hover
	{
		background-position	:	-36px -18px;
	}

	#my_strike_button
	{
		background-position	:	-54px 0px;
	}

	#my_strike_button:hover
	{
		background-position	:	-54px -18px;
	}
	
	#my_link_button
	{
		background-position	:	-72px 0px;
	}

	#my_link_button:hover
	{
		background-position	:	-72px -18px;
	}

	#my_ulist_button
	{
		background-position	:	-90px 0px;
	}

	#my_ulist_button:hover
	{
		background-position	:	-90px -18px;
	}

	#my_olist_button
	{
		background-position	:	-108px 0px;
	}

	#my_olist_button:hover
	{
		background-position	:	-108px -18px;
	}

	#my_image_button
	{
		background-position	:	-180px 0px;
	}

	#my_image_button:hover
	{
		background-position	:	-180px -18px;
	}

	#my_left_button
	{
		background-position	:	-126px 0px;
	}

	#my_left_button:hover
	{
		background-position	:	-126px -18px;
	}

	#my_center_button
	{
		background-position	:	-144px 0px;
	}

	#my_center_button:hover
	{
		background-position	:	-144px -18px;
	}

	#my_right_button
	{
		background-position	:	-162px 0px;
	}

	#my_right_button:hover
	{
		background-position	:	-162px -18px;
	}

//	.right_margin_10
//	{
//		margin-right		:	10px;
//	}
//
//	.right_margin_25
//	{
//		margin-right		:	20px;
//	}

	#my_editor_holder
	{
		z-index				:	2000;
		position			:	absolute;
		display				:	none;
		overflow      		: 	hidden;
	}

	#my_editor_holder.visible
	{
		display				:	block;	
	}
	
	#my_button_holder
	{
//		height				:	18px;
		width				:	25px;
		border				:	0px;
//		padding				:	4px 4px 5px 4px;
		background			:	url('../images/editor_holder_background.png');
		overflow			:	hidden;
		margin				:	0px;
		padding				:	0px 0px 3px 0px;
	}
	
	#edit_iframe
	{
		border				:	0px;
		margin				:	0px;
		padding				:	0px;
		position			:	absolute;
		display				:	none;
		overflow			:	hidden;
	}
	
	.new_edit_button
	{
		height				:	16px;
		padding				:	1px 3px;
		background			:	#FCF1A6;
		color				:	#644;
		width				:	45px;
		float				:	right;
		position			:	absolute;
		cursor				:	pointer;
		font-family			: Helvetica, Arial, sans-serif;
		font-size			: 10px;
		text-align			: center;
		border-top			: 2px #FCF1A6 solid;
	}
	
	.new_edit_button:hover
	{
		color				:	#111;
		border-top			: 2px #221 solid;
	}
	
	.activeState
	{
//		background-image	:	url('../images/editable_background.png');
//		background-repeat	:	repeat-x;
//		border				:	5px #ee8 solid;
//		padding				:	5px;
		background			:	#fdfde0;
	}
	
	.activeState:hover
	{
		cursor				:	text;
	}
	
	.last_saved 
	{
		font-family			:	verdana;
		font-size			:	9px;
		opacity				:	0.6;
		cursor				:	default;
		-moz-user-select	:	none;
		display       		:	none;
		margin				:	7px 0px 0px 0px;
	}
	
	.last_saved:before
	{
		content				:	"Sidst gemt: ";	
	}
	
	// ALt mulig med link funktionen i editoren
	#link_creator_holder
	{
		height				:	18px;
		border				:	0px;
		padding				:	5px 4px 4px 4px;
		background			:	url('../images/flick_bar_background.png');
		overflow			:	hidden;
		margin				:	0px;
		display				:	none;
	}	
	
	#link_form
	{
		margin         		:	0px;
		padding        		:	0px;
		float				:	left;
		position       : relative;
		top            : -2px;
	}
	
	#link_textbox
	{
		border				:	1px #777 solid;
		font-size			:	11px;
		width				:	300px;
		margin				:	2px 5px 0px 0px;
		background			:	#efefef;
	}
	
	#link_select
	{
	border				:	1px #777 solid;
	font-size			:	11px;
	margin-right	:	5px;
	background    : #efefef;
	}
	
	#link_resultbox
	{
	position			:	relative;
	background		:	#ddd;
	left				  :	104px;
	border				:	2px #777 solid;
	font-size			:	11px;
	width				  :	537px;
	overflow			:	hidden;
	margin				:	5px 0px 0px 0px;
	display				:	none;
	clear				  :	both;
	font-family		:	verdana;
	font-size			:	10px;
	}
	
	#link_resultbox .row
	{
	padding				:	5px;
	cursor				:	pointer;
	cursor				:	hand;
	}
	
	#link_resultbox .row.col
	{
	background			:	#ededed;
	}
	
	#link_resultbox .row:hover
	{
	background			:	#fff;	
	}
	
	#link_resultbox .row .search_page_title
	{
	font-weight			:	bold;
	color				:	#353535;
	}
	
	#link_resultbox .row .search_human_path
	{
	font-size			:	9px;
	font-weight			:	normal;
	color				:	#222;
	}
	
	