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

   Blueprint CSS Framework Screen Styles
   * Version:   0.5 (28/8/2007)
   * Website:   http://code.google.com/p/blueprintcss/

   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.

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

@import 'lib/reset.css';
/*@import 'lib/typography.css';*/
/*@import 'lib/grid.css';*/
/*@import 'lib/buttons.css';*/
@import "../forms.css";
@import "../classes.css";

/* Uncomment the line below to see the grid and baseline.
   (Assuming you've wrapped your columns in a container).

  .container { background: url(lib/img/grid.png); }
  .container { background: url(lib/img/grid.png);}
*/

.windowloader {z-index:9999;position:absolute;border:1px dashed #f2f2f2;padding:5px;background:white}

div.active_crud_menu img {display:block;float:left;padding:2px;border:1px solid #eee;background:white;margin-right:1px}
div.active_crud_menu img:hover {border-color:black}

div#legend {font-size:7pt;margin-top:-45px;color:#eee}
div#referers {margin-top:-40px;color:#eee}
div#referers a{font-size:8pt;text-transform:uppercase;color:#ccc}

div.pagination a,div.pagination b {font-weight:bold;display:block;float:left;width:14px;height:14px;border:1px solid #000;color:black;text-align:center;line-height:140%;margin-right:2px}
div.pagination b {border-bottom:3px solid black}
div.pagination a:hover{background:#333;color:white}

.markername {position:absolute;padding:2px;border:1px solid #f1f1f1;background:#eee}

div.autocomplete {position:absolute;z-index:999;width:250px;background-color:white;margin:0px;padding:0px;}
div.autocomplete ul {border-top:1px dotted #ccc;border-left:1px dotted #ccc;border-right:1px dotted #ccc;list-style-type:none;margin:0px;padding:0px;}
div.autocomplete ul li.selected { background-color: #f1f1f1;color:#999}
div.autocomplete ul li {list-style-type:none;display:block;margin:0;padding:2px;cursor:pointer;border-bottom:1px dotted #ccc}

input#tf_itemsearch {border:1px solid #303030;border-bottom-width:5px;margin-top:10px;margin-bottom:15px;font-family:'courier new',courier, monotype, helvetica;padding:4px;}

div.active_crud_menu img {display:block;float:left;padding:2px;border:1px solid #eee;background:white;margin-right:1px}
div.active_crud_menu img:hover {border-color:black}

div#referers a {text-decoration:none;color:#666;}
div#referers a:hover {color:orange;background:none}

.inplaceupload {position:Absolute;border:1px dashed #ccc;padding:5px;z-index:9999;background:white}
.crudbut {position:absolute;margin-left:-10px;margin-top:-5px;}

h2.structureheader {margin-bottom:30px;}

ul#listrecords li:hover {
    border-color: #333;
    border-style:dotted;
}
ul#listrecords li div.crud {
    visibility:hidden;
}
ul#listrecords li:hover div.crud {
    visibility:visible;
}

ul#fileoverview li {
    float:left;
    border-bottom:1px dotted #ccc;
    width:100px;
    height:100px;
    margin-right:5px;
    margin-bottom:5px;
    overflow:hidden;
}
ul#fileoverview li div.image_mask {
    width:36px;
    height:36px;
    overflow:hidden;
}

ul#fileoverview li:hover {
    border-color: #333;
    border-style:dotted;
}
ul#fileoverview li div.crud {
    visibility:hidden;
}
ul#fileoverview li:hover div.crud {
    visibility:visible;
}
ul#fileoverview li a {
    font-size:8pt;
    font-family:arial;
    color:#666;
}