.mod_piclink_content{
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    min-height: 35px;
}
.mod_piclink_toolbar_btn{
  text-align: center; 
  line-height: 40px;
  border: 1px solid #cecce;
}

.mod_piclink_fl{ float: left; }
.mod_piclink_fr{ float: right }
.mod_piclink_cl{ clear:both; }

.mod_piclink_toolbar{
  height: 40px; 
  margin-top: 15px; 
  background-color: #eee; 
  margin-left: 5px; 
  margin-right: 5px; 
  border: 1px solid #cecece;
}

.mod_piclink_content a{
    text-decoration: none;
    color: white;
}


/* Instance editor */

#mod_piclink_content_selection_cont{
    width: 505px;
    margin-bottom: 10px;
}

#mod_piclink_content_selection_list{
    width: 200px;
    float: left;
    border: 1px solid #cecece;
    height: 350px;
    overflow: auto;
}

#mod_piclink_content_selection_preview{
   width: 300px;
   float: right;
   border: 1px solid #cecece;
   height: 350px;
   overflow: auto;
}

.mod_piclink_content_selected { background-color: #b05252; color: white}

/* ----- Content editor -----*/
.mod_text_ce_picture_cont{
    margin-top: 10px;
}

.mod_piclink_link_site{
    margin-left: 10px;
}

.mod_piclink_link_disk{
    float: left;    
}

.mod_piclink_ce_picture_cont{ margin-top: 10px;}
.mod_piclink_picture_preview{
    clear: both;
    height: 380px;
    width: 380px;
    border: 1px solid #cecece;
    margin-top: 5px;
    overflow: auto;
}

.mod_piclink_linktext_cont{
    margin-top: 10px;
}
.mod_piclink_linktext_cont input{
    width: 300px;
}

.mod_piclink_linkhref_cont input{
    width: 220px;
}

.pic_link_add_site_cont{ 
    display: none;
}

.pic_link_add_disk_cont{ 
    display: none;
}



/* intranet */
 
.mod_piclink_intra_head_cont #divFileList{
    float: right;
    width: 450px;
    height: 355px;
    overflow: auto;
}


.mod_piclink_intra_head_cont #divFolders{
    width: 225px;
    height: 355px;;
    float: left;
}

.mod_piclink_intra_head_cont #divFiles{
    width: 65.5%;
    float: right;
}


.mod_piclink_intra_head_cont .fileEntry{
    margin: 0;
    padding: 5px;
    clear:both;
    height: 25px;
    line-height: 25px;
}
.mod_piclink_intra_head_cont .fileEntry a{
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
}
.mod_piclink_intra_head_cont .fileEntry img{
    vertical-align: middle;
    padding: 5px;
}
.mod_piclink_intra_head_cont .fileEntry a:hover{
    text-decoration: underline;
}
.mod_piclink_intra_head_cont .feItem{
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.mod_piclink_intra_head_cont .odd{ background-color: #dedede; }
.mod_piclink_intra_head_cont .even{ }
.mod_piclink_intra_head_cont .selected { background-color: #cecece;  border: 1px solid black;}

.mod_piclink_intra_head_cont .feDefined{
    cursor: pointer;
}
.mod_piclink_intra_head_cont .feDefined:hover{
    padding-left: 3px;
    padding-right: 7px;
}

.mod_piclink_intra_head_cont .feEdit{
    float: right;
}
.mod_piclink_intra_head_cont .feEdit img:hover{
    border: 1px solid #CECECE;
}


.mod_piclink_intra_head_cont{
    height: 40px;
    background-color: #ddd;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    font-size: 14px;
}

.mod_piclink_intra_folders_head{
    float: left;
    width: 225px;
}

.mod_piclink_intra_files_head{
    float: right;
    width: 450px;
    border-left: 1px solid #cecece;
    height: 40px;
}
.mod_piclink_intra_files_head span{
    cursor: pointer;
    color: blue;
    margin-left: 5px;
    font-size: 12px;   
}
     
.mod_piclink_intra_head_cont .intra_directory{
    list-style-type: none;
    padding: 0px;
    margin: 0px; 
}

.mod_piclink_intra_head_cont .intra_directory a{
    text-decoration: none;
}

.mod_piclink_intra_head_cont .intra_directory li{
    margin: 5px;
    background-image: url('img/folder.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 20px;
    min-height: 18px;
}

.mod_piclink_intra_head_cont .intra_directory li.open{
    background-image: url('img/folder-open.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;    
}

.mod_piclink_intra_head_cont .intra_directory li .selected{
    background: none;
    font-weight: bold;
    text-decoration: underline;
    border: none
}

.mod_piclink_intra_toolbar{
    background-color: #EEEEEE;
    border: 1px solid #CECECE;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
}

/* ---------- site ----------------*/
.mod_piclink_content_text{
    /*min-height: 90px;*/
    color: white;
    padding: 7px 12px;
    font-family: Georgia, serif;    
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.mod_piclink.edit_module_content{
    width: 20px;
    height: 20px;
    background-image: url('img/newspaper_pencil.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.mod_piclink.edit_module_content:hover{
    background-color: #9FA4A6;    
}

/* ------------------------------ */





/*









#mod_piclink_picture_list{
    height: 400px;
    overflow: auto;
}


.mod_piclink_picture_item_section{
    margin-left: 5px;
    margin-right: 5px;
}

.mod_piclink_picture_item{
    height: 75px;
    border: 1px solid #cecece;
    background-color: #ddd;
    color: blue;
    margin-bottom: 15px;
    margin-right: 30px;
}
.mod_piclink_picture_item img{
    vertical-align: top;
}

.mod_piclink_picture_desc{
    height: 45px; 
    width: 400px; 
}

.mod_piclink_picture_item_first{}
.mod_piclink_picture_item_last{}

#uploader_count{
    float: right;
}

#mod_piclink_addImgArea{
    clear: both;
}

.mod_piclink_move_item_up{
    cursor: pointer;
    background-image: url('img/img-up.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
}
.mod_piclink_picture_item_first .mod_piclink_move_item_up{
    background-image: url('img/img-up-disabled.png');
    cursor: default; 
}

.mod_piclink_move_item_down{
    cursor: pointer;
    background-image: url('img/img-down.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
}
.mod_piclink_picture_item_last .mod_piclink_move_item_down{
    background-image: url('img/img-down-disabled.png');
    cursor: default; 
}
.mod_piclink_pic{ margin: 5px;}



.mod_piclink_placement_cont{
    height: 400px;
    overflow: auto;
}

.mod_piclink_placement_preview{
    width: 250px;
    float: left;
}

.mod_piclink_placement_config fieldset{
    margin-left: 15px;
}

.mod_piclink_placement_config{
    width: 425px;
    float: left;
}

.mod_piclink_placement_preview h2{ font-size: 12px}
.mod_piclink_placement_preview h3{ font-size: 10px}
.mod_piclink_placement_preview p{ font-size: 8px; text-align: justify; margin: 5px; }
 


#mod_piclink_files_all{}

#mod_piclink_files_none{}

#mod_piclink_files_invert{}

.mod_piclink_intra_toolbar{
    border: 1px solid #CECECE;
    height: 45px;
    margin-top: 10px
}

#mod_piclink_content_selection_cont{
    width: 505px;
    margin-bottom: 10px;
}

#mod_piclink_content_selection_list{
    width: 200px;
    float: left;
    border: 1px solid #cecece;
    height: 350px;
}

#mod_piclink_content_selection_preview{
   width: 300px;
   float: right;
   border: 1px solid #cecece;
   height: 350px;
   overflow: auto;
}
      
.intra_directory{
    list-style-type: none;
    padding: 0px;
    margin: 0px; 
}

.intra_directory a{
    text-decoration: none;
}

.intra_directory li{
    margin: 5px;
    background-image: url('img/folder.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 20px;
    min-height: 18px;
}

.intra_directory li.open{
    background-image: url('img/folder-open.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;    
}

.intra_directory li .selected{
    background: none;
    font-weight: bold;
    text-decoration: underline;
    border: none
}    


.mod_piclink_select_content{
    cursor: pointer;
    margin: 0; 
    padding: 0 5px;
}

        
      */

