body, table {
    font-size: 11px;
}

form {
    margin: 0;
    padding: 0;
}

#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;
}

#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 {
    display: none;
}

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: #f0f0ee;
    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 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 {
    display: none;
    padding: 6px;
    overflow: hidden;
    height: 1%;
    text-transform: uppercase;
}

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

#site_structure .is_d_link {
    background-image: url(../img/icons/direct_link.gif);
    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;
}

#art_add input, #d_link span input, #art_rename span input {
    width: 188px;
    font-size: 1em;
    height: 1.2em;
    color: #000;
    padding: 2px;
    border: 1px #ccc solid;
}

#d_link span input {
    width: 170px;
}

#d_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;
}

.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 {
    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;
    overflow: hidden;
    height: 1%;
    width: 100%;
}

.headline span {
    display: none;
}

.art_headline {
    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;
}

.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;
}

.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 {
    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 {
    display: none;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 0;
    width: 700px;
    height: 496px;
    margin: 0 0 0 -360px;
    padding: 0 0 10px 0;
    background: url(../img/green_bar_loop.png) #fff left bottom repeat-x;
}
#img_archive .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: #ff6;
    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 {
    padding: 0 15px;
    background: url(../img/top_loop_orange.png) 0 -39px repeat-x;
}
#img_archive .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 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);
}

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

#imgs {
    width: 100%;
    height: 320px;
    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;
}
.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;
}
#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.color_me {
    background: #f4f4f4;
}
#news_listing span {
    width: 145px;
    padding: 0;
}
#news_listing div a span {
    padding: 0 6px 0 0;
    float: right;
    text-align: right;
}

#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;
}