body, table {
	font-size: 11px;
}
form {
	margin: 0;
	padding: 0;
}
div#overall_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	display:none;
	margin-top: -50px;
	margin-left: -100px;
	height:40px;
	width:250px;
	background:none;
	z-index:100;
	text-align:center;
}
#preloader {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;

}
#preloader span {
	display: block;
	width: 150px;
	margin: 150px auto 0 auto;
	text-transform: uppercase;
}
#options-wrap {
	background: url(../img/options_bg.png) bottom repeat-x;
	height:450px;
	text-align:center;	
	display:none;
	padding:10px 0 0 0;
}
#userForm input {
}
	#options-wrap #userForm {
		float:right;
	}
	#options-wrap ul.usersList {
		float:left;
		clear:left;
		list-style:disc;
		margin:0 0 0 20px;
	}
	#options-wrap .userEditPassInfo {
		width:200px;
	}
	#options-wrap input {
		width:100%;
		border:1em solid #f9f9f9;
	}
	#options-wrap select {
		width:100%;
		border:1em solid #f9f9f9;
	}
	#options-wrap .radio_btn {
		border:0;
		width:14px;
		height:14px;
	}
	#options-wrap h1,h2,h3 {
		font-weight:bold;
		padding:0;
		margin:0 0 10px 0;
		line-height:1;
		height:1em;
	}
	#options-wrap h1 {
		font-size:16px;
	}
	#options-wrap h2 {
		font--size:14px;
	}
	#options-wrap h3 {
		font--size:12px;
	}
	#options-wrap #options-inner-wrap {
		margin:0 auto;
		width:996px;
		text-align:left;
	}
	#options-wrap ul.menu {
		float:left;
		width:200px;
	}
		#options-wrap ul.menu li {
			float:left;
		}
		#options-wrap ul.menu li.save-changes {
			margin-top:12px;
		}
			#options-wrap ul.menu li.save-changes a {
				background:#c6e29e;
				color:#fff;
			}
			#options-wrap ul.menu li.save-changes a:hover {
				background:#bbd595;
			}
			#options-wrap ul.menu li a{
				float:left;
				display:block;
				width:150px;
				background:#f9f9f9;
				height:25px;
				padding:0 0 0 6px;
				font-weight:bold;
				line-height:25px;
				margin:0 0 2px 0;
			}
			#options-wrap ul.menu li a:hover {
				background:#f2f3f3;
			}
	#options-wrap #site-options-pages-wrap div {
		display:none;
		float:right;
		width:780px;
	}
	#site-options-pages-wrap span {
		display:block;
		margin:0 0 10px 0;
	}
	#options-users-wrap {
		display:none;
	}

#site_structure {
	margin: 0 0 10px 0;
}

#site_structure span {
	border: 0px #000 solid;
	margin-left: 20px;
	display: block;
	font-size: 11px;
	line-height: 17px;
}

#site_structure span span {
	border-color: #0f0;
}

#site_structure span span span {
	border-color: #0ff;
}

#site_structure span span span span {
	border-color: #00f;
}

#site_structure span.link_text_real {
	display: none;
}

#site_structure span.new_link_animate {
	background: url(../img/flash_bg.gif) repeat;
}

#site_structure span.d_link_url, #site_structure span.meta_title, #site_structure span.meta_desc, #site_structure span.meta_keywords, #site_structure span.pub_date, #site_structure span.frame_link_url {
	display: none;
}

.task_finish {
	background:#c6e29e;
}

span.ajax_progress {
	background: url(../ajax_activity_indicators/apple_spinner.gif) left center no-repeat;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	display: none;
	text-transform: uppercase;
}

#site_structure span.arrow {
	margin: 0;
	width: 13px;
	padding: 0;
	height: 17px;
	float: left;
	background: url(../img/menu/arrow_blue_right.gif) #fff left center no-repeat;
	display: none;
}

#site_structure span.arrow_down {
	background: url(../img/menu/arrow_blue_down.gif) #fff left center no-repeat;
}

.arrow_push_left {
	margin-left: -10px;
}

div#site_structure span.main {
	margin-left: 20px;
}

#site_structure #root_art {
	margin-left: 0;
	padding-left: 2px;
}
#root_art a {
	text-transform: uppercase;
	color: #00abde;
}

.link a {
	display: block;
	padding: 0 0 0 3px;
}

#site_structure .link_active {
	background: #00abde;
}

#site_structure .link_active, #site_structure .link_active a {
	text-align: left;
	color: #fff;
	font-weight: bold;
}

#link_tools {
	display: block;
	width: 215px;
	margin: 0 0 10px 0;
	background: #d5edf9;
	border: 1px #ccc solid;
	overflow: hidden;
	height: 1%;
}

#link_tools ul {
	list-style-type: none;
	clear: both;
	overflow: hidden;
	height: 1%;
	clear: both;
	padding: 6px 6px 6px 0;
	background: #fff;
	border-bottom: 1px #ccc solid;
}

#link_tools ul li {
	display: block;
	width: 97.5px;
	float: left;
	margin: 0 0 0 6px;
	font-size: 1em;
}

/* icons for the "link tools" */
#link_tools ul #add {
	background: url(../img/icons/plus.gif) left center no-repeat;
}
#link_tools ul #del {
	background: url(../img/icons/x.gif) left center no-repeat;
}
#link_tools ul #up {
	background: url(../img/icons/up.gif) left center no-repeat;
}
#link_tools ul #down {
	background: url(../img/icons/down.gif) left center no-repeat;
}
#link_tools ul #rn {
	background: url(../img/icons/change_name.gif) left center no-repeat;
}
#link_tools ul #dl {
	background: url(../img/icons/direct_link.gif) left center no-repeat;
}
#link_tools ul #meta {
	background: url(../img/icons/meta.gif) left center no-repeat;	
}
#link_tools ul #options {
	background: url(../img/icons/options.gif) left center no-repeat;   
}
#link_tools ul #frameIcon {
	background: url(../img/icons/iframe.png) left center no-repeat;   
}

#link_tools ul li a {
	padding: 0 0 0 20px;
	display: block;
	text-transform: uppercase;
}

#link_tools ul li.divider {
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	clear: both;
	width: 204px;
	margin: 4px 0 4px 6px;
	border-bottom: 1px #ccc solid;
}

#art_add, #art_del, #art_rename, #art_move, #d_link, #art_meta, #art_options, #frame {
	display: none;
	padding: 3px;
	overflow: hidden;
	height: 1%;
	text-transform: uppercase;
}

#link_tools .button {
	margin: 3px 3px 3px 3px;
}

#site_structure .is_d_link {
	background-image: url(../img/icons/direct_link.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#site_structure .is_framed {
	background-image: url(../img/icons/iframe.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#link_tools #current_art {
	background: none;
	font-weight: bold;
	height: 20px;
	font-size: 1.3em;
	margin: 0;
	display: none;
}
#link_tools #current_art_imgs_str, #current_gallery_imgs_str, #current_gallery {
	background: none;
	font-weight: bold;
	height: 20px;
	font-size: 1.3em;
	margin: 0;
	display: none;
}

#art_add span input, #art_del span input, #art_rename span input, #art_move span input, #d_link span input, #art_meta span input, #art_options span input, #frame span input {
	width: 207px;
	font-size: 1em;
	height: 1.5em;
	color: #000;
	border: 1px #ccc solid;
	margin:0 0 6px 3px;
}
.artOptionsWrap {
	padding:15px;
	display:block;
}

#d_link_remove, #frame_link_remove {
	display: none;
}

img {
	border: 0;
}

/*------------global styles------------*/
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_none {
	float: none;
}
/*-------------------------------------*/

#col_space_left {
	width: auto;
	background: url(../img/top_loop_blue.png) #fff 0 -39px repeat-x;
}

#col_space_right {
	width: auto;
	background: url(../img/top_loop_orange.png) #fff 0 -39px repeat-x;
}

#col_left {
	width: 217px;
	background: url(../img/top_loop_blue.png) #fff 0 -39px repeat-x;
}
#col_left h1 {
	background: url(../img/top_sidstruktur.png) 0 0 no-repeat;
}
#col_left .col {
	float: right;
	width: 217px;
	padding: 0 15px 0 0;
}

#col_middle {
	width: 502px;
	margin: 0 5px;
	background: url(../img/top_loop_green.png) #fff 0 -39px repeat-x;
}
#col_middle h1 {
	background: url(../img/top_sidformatering.png) 0 0 no-repeat;
}
#col_middle h6 {
	color: #55942e;
}
#col_middle .col {
	padding: 0 10px 0 15px;
}
#col_middle div {
	clear: both;
}

#col_right {
	width: 250px;
	background: url(../img/top_loop_orange.png) #fff 0 -39px repeat-x;
}
#col_right h1 {
	background: url(../img/top_bilder.png) 0 0 no-repeat;
}
#col_right h6 {
	color: #d88853;
}
#col_right .col {
	padding: 0 0 0 15px;
}

ul#galleries_list {
	clear: both;
}

ul#galleries_list a.del {
	color: #E00303;
}

ul#galleries_list a.del:hover {
	color: #9A1919;
}

.clearfix {
	overflow: hidden;
	height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.content_column {
	clear: both;
	width: 505px;
	height: 357px;
	border: 1px #000 solid;
}

#col_bottom_options {
	overflow: hidden;
	height: 1%;
	width: 508px;
	margin-bottom: 10px;
}

.headline {
/*	border: 1px #000 solid;*/
	background: url(../img/main_rubrik.png) left center no-repeat;
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 65px;
	font-weight: bold;
	height: 30px;
	width: 444px;
}

.art_headline {
	display: block;
	background: url(../img/main_rubrik_dot_loop.png) left bottom repeat-x;
	border: 0;
	width: 440px;
	height: 30px;
	line-height: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "MS Trebuchet", "Trebuchet MS", Helvetica, Arial;
	font-size: 2.3em;
	color: #666;
	margin: 0 0 0 5px;
}

.artDate {
	background: url(../img/main_datum.gif) left top no-repeat;
/*	height: 500px;*/
}
.artDate span.float_right {
/*	border: 1px #000 solid;*/
	margin-top: 3px;
}
.artDate span.float_right a div {
	font-weight: normal;
}

input#artDate {
/*	border: 1px #000 solid;*/
	width: 325px;
	float: left;
}

.art_img {
	padding-left: 7px;
	padding-bottom: 7px;
	border-bottom: 1px #c96 solid;
}
.art_img span {
	width: 80px;
	float: left;
	margin: 7px 0 0 7px;
}
.art_img span span {
	margin-left: 0;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}
.art_img span .up {
	background: url(../img/icons/up.gif) left center no-repeat;
}
.art_img span .down {
	background: url(../img/icons/down.gif) left center no-repeat;
}
.art_img span .erase {
	background: url(../img/icons/erase.gif) left center no-repeat;
}

.col_options {
	margin: 0;
	padding: 0 0 2px 0;
}

.col_options span {
	font-weight: bold;
	text-transform: uppercase;
}

.col_divider {
	margin: 10px 0 5px 0;
	padding: 0;
	height: 1px;
	width: 508px;
	clear: both;
	background: 0;
	color: #ccc;
}

#img_archive_bg, #gallery_new_bg {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#img_archive, #gallery_new {
	display: none;
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 0;
	width: 700px;
	height: 496px;
	margin: 5% 0 0 -360px;
	padding: 0 0 10px 0;
	background: url(../img/green_bar_loop.png) #fff left bottom repeat-x;
}

#gallery_new {
	height: 350px;
}

#gallery_new p {
   margin: 10px 0;
}

#imgs_archive_search {
	float:right;
	margin-bottom:5px;
	height:25px;
}
#img_archive_search_input {
	width: 188px;
	font-size: 1em;
	height: 1.3em;
	color: #000;
	padding: 2px;
	border: 1px #ccc solid;
}
#img_archive .green_bar, #gallery_new .green_bar {
	padding: 0 15px;
	font-size: 11px;
	line-height: 39px;
	color: #fff;
}
#img_archive input, #img_archive select {
	width: auto;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "MS Trebuchet", "Trebuchet MS", Helvetica, Arial;
	background: none;
}
#img_archive #img_upload {
	width: 220px;
	color: #000;
	font-size: 11px;
}
#img_archive #img_descr {
	width: 110px;
	font-size: 11px;
	color: #ff6;
	border: 1px #fff solid;
}
#img_archive #img_scale {
	border: 0;
	background: none;
}
#img_archive .content, #gallery_new .content {
	padding: 0 15px;
	background: url(../img/top_loop_orange.png) 0 -39px repeat-x;
}
#img_archive .content .upper, #gallery_new .content .upper {
	clear: both;
	height: 91px;
}
#img_archive .content .upper h1 {
	background: url(../img/top_bildarkiv.png) 0 4px no-repeat;
	width: 160px;
	float: left;
}

#img_archive .content .upper h1.gallery, #gallery_new .content .upper h1.gallery {
	background: url(../img/top_gallery.png) 0 4px no-repeat;
	width: 160px;
	float: left;
}

#img_archive .content .upper h2 {
	background: url(../img/top_folder.gif) 0 6px no-repeat;
	width: 180px;
	font-size: 14px;
	color: #d88853;
	line-height: 55px;
	padding: 0 0 0 59px;
	float: left;
}

#dirs_label, #create_dir_label {
	float: left;
	height: 50px;
	line-height: 50px;
}

#dirs_label {
	display: block;
	background: url(../img/mappar_label.gif) left center no-repeat;
}
#dirs_label select {
	margin: 0 0 0 61px;
	font-size: 12px;
	border: 1px #d88853 solid;
	outline: none;
}

#create_dir_label {
	display: none;
	margin: 0 0 0 10px;
	background: url(../img/skapa_mapp_label.gif) left center no-repeat;
}
#create_dir_label input {
	width: 140px;
	font-size: 12px;
	margin: 0 0 -1px 88px;
	padding: 2px 1px;
	border: 1px #d88853 solid;
}

#img_archive .content .upper #dirs_label #ch_dir {
	border: 1px #d88853 solid;
	background: #fff;
}

#create_dir {
	border: 1px #d88853 solid;
	background: none;
}

#create_dir_btn, #del_dir_btn {
	display: none;
	float: right;
	width: 52px;
	height: 39px;
	margin: 6px 0 0 0;
	background: url(../img/buttons/create_dir_btn.png);
	cursor:pointer;
	cursor:hand;
}

#del_dir_btn {
	background: url(../img/buttons/del_dir_btn.png);
}

#imgs {
	width: 100%;
	clear:both;
	height: 305px;
	overflow: scroll;
}

.img {
	display: block;
	width: 210px;
	height: 128px;
	float: left;
	margin-right: 7px;
	padding: 0 0 7px 0;
	border-bottom: 1px #d88853 solid;
}

.img ul {
	list-style-type: none;
	display: block;
	float: right;
	width: 100px;
	height: 128px;
	margin: 7px 0 0 0;
	padding: 0;
}

.img ul li {
	display: block;
	clear: both;
}

.img_tn {
	width: 92px;
	height: 92px;
	float: left;
	background: #f4f4f4 no-repeat 7px 0;
	border: 1px #999 solid;
	margin: 7px 0 0 0;
}

.img_info {
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 0 0 15px;
}

.del {
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
.del a {
	color: #666;
	text-decoration: none;
	padding: 0 0 1px 19px;
	background: url(../img/menu/button_delete.png) no-repeat;
}
a.img_remove_right  {
	color: #666;
	text-decoration: none;
	padding: 0 0 0 19px;
	width:100px;
	margin-top:10px;
	background: url(../img/menu/button_delete.png) no-repeat;
	line-height:30px;
	height:30px;
}

.de {
	font-weight: bold;
	padding: 0;
	height: auto;
}
#img_archive .de_real {
	display: none;
}
.fn {
	background: url(../img/icons/filename.png) left center no-repeat;
	height: auto;
	cursor: pointer;
}
#img_archive .fn_real {
	display: none;
}
.wh {
	background: url(../img/icons/width_height.png) left center no-repeat;
}

.fs {
	background: url(../img/icons/filesize.png) left center no-repeat;
}

.use {
	margin: 0 0 5px 0;
	height: 25px;
	padding: 0;
}
.use .button {
	margin: 0;
}
#img_archive .use input {
	float: left;
	margin: 5px 8px 0 0;
}

#news_listing {
	max-height: 170px;
	display: none;
	margin: 0 0 20px 0;
}
#news_listing div {
	max-height: 150px;
	overflow: auto;
}
#news_listing a {
	display: block;
	background: #cccccc;
	padding: 0 3px;
	clear: both;
}
#news_listing a span.float_right {
	padding: 0;
}
#news_listing a.color_me {
	background: #f4f4f4;
}
#news_listing span {
/*	border: 1px #000 solid;*/
	padding: 0;
}
#news_listing span.float_right {
	text-align: right;
	padding-right: 3px;
}

#del_news_btn, #add_news_btn {
	display: none;
	margin-bottom: 15px;
}

.green_bar {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #ff6;
	clear: both;
	background: url(../img/green_bar_loop.png) repeat-x;
}
.green_bar .content {
	display: block;
	width: 974px;
	height: 40px;
	margin: 0 auto;
	padding: 0 25px;
	overflow: hidden;
}
.green_bar .float_left, .green_bar .float_right {
	margin: 8px 0 0 5px;
}
.green_bar span, .green_bar a {
	color: #fff;
	text-transform: uppercase;
}
.green_bar .divider {
	padding: 2px 6px;
	background: url(../img/top_green_divider.png) center top no-repeat;
}

#footer .content {
	text-align: right;
}
