/* SHADOW AND WAIT MESSAGE */

/*
div#shadow, div#wait, div#form {
  behavior: url(themes/iepngfix.htc); 
}


div#shadow {
   display: none; 
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 1000px;
   background-image: url(bg_00.png); 
   z-index: 2;
}
*/

* html div#shadow {
  
/*
 position: absolute;
*/
/*
   background-image: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='bg_00.png');
*/

}

div#wait {
    display: none;
    position: fixed;
    top: 60%;
    left: 0;
    width: 100%;
    padding: 20px;  
   background: url(bg_bb.png);
/*
    border-top: 2px solid #97b1b3;
    border-bottom: 2px solid #97b1b3; 
*/
   font-size: 20px;
   font-weight: normal;
   text-align: center;    
   color: #567;
   z-index: 100;
}


* html div#wait { 
   position: absolute;
/*   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bg_cc.png", sizingMethod="scale"); */
}



/* OTHER CSS */


table#folder {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}

table.folderview {
   width: 100%;
}



table.folderview td {
   width: 30%;
   padding-right: 1%;
   vertical-align: top;
   padding-bottom: 10px;
}

table.folderview td div.box {
   width: 90%;
}



div.pack {
   font-size: 10px;
  font-family: verdana;
    margin-left: 20px;
    margin-right: 20px;
}

div.pack a {
   padding-left: 10px;
   padding-right: 10px;
   border-top: 1px solid #dddddd;
   border-right: 1px solid #444444;
   border-left: 1px solid #dddddd;
   background-color: #cccccc;
   color: #000;
}

div.pack a:hover {
   border-top: 1px solid #444444;
   border-right: 1px solid #dddddd;
   border-left: 1px solid #444444;
   background-color: #d0d0d0;
   color: #0000cc;
}


div.folder, table.folder {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #888888;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #888888;
    color: #000000;
    background: #dddddd url(folderbg.png); 
    font-size: 10px;
    font-family: verdana;
    margin-left: 20px;
    margin-right: 20px;
}


table.folder a, table.folder .button, table.folder a:visited, table.folder a:active, div.pack a.folder:visited { 
   color: #000;
}

table.folder a:hover {
   color: #0000cc;
}

table.folder {
   width: 90%;
}

table.folder table td {
   padding: 1px;
}

table.folder div.box_config {
   float: left;
   width: 50%;
   margin-bottom: 10px;
}

div.pack a.folder  {
    position: relative;
    top: 1px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #888888;
    border-top: 1px solid #eeeeee;
    color: #444444;
    background-color: #dddddd;
    font-size: 10px;
}

td.foldertree {
    padding: 5px;
    width: 25%;
    vertical-align: top;
    background-color: #efefef;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
}


td.foldertree ul {
   list-style-image: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}

td.foldertree ul ul {
/*   list-style-image: url(subfold.png); */
   margin-left: 10px;
}

td.foldertree li {
   margin: 0;
   padding: 0;
   margin-left: 5px;
}

td.foldercontent {
    width: 65%;
    background: #efefef url(filebg.png) no-repeat top center;
    vertical-align: top;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
}


tr.explain td {
 text-align: right;
}

tr.explain td div {
   height: 80px;
   margin: 20px;
   text-align: left; 
   border: 1px solid #aaa;
   background-color: #ddd;
   font-size: 9px;
   color: #555555;
}

tr.explain td div ul{
   float: left;
   margin-right: 50px;
   list-style-image: none;
   list-style-type: none;
}


table.listcontent {
   font-size: 10px;
   float: left;
   width: 100%;
}

tr.highlight:hover {
   background-color: #dfe850;
    background-image: none;
}


span.tools { 
   visibility: hidden;
   float: right;
   margin-top: 0;
   width: 100px;
}

tr.yellow td span.tools {
   visibility: visible;
}

tr.yellow {
   background-color: #dfe850;
}

td.list_tools, td.list_modified {
  width: 80px;
  color: #555;
}

td.list_tools a:hover {
   background-color: #ffc830;
}

div.tools {
   padding: 2px;
   background: url(bg_ff.png);
   color: #888;
}

div.tools a {
   color: #444;
}


table.listcontent td.unpub, p.unpub, span.unpub, a.unpub {
   border-left: 5px solid #db8874;
}

table.listcontent td.pub, p.pub, span.pub, a.pub {
   border-left: 5px solid #add8a6;
}


table.listcontent input {
   margin: 0;
   padding: 0;
}

div.conf_header {
   height: 130px;
   margin-top: 10px;
   margin-bottom: 20px;
}

div.conf_header h3 {
  padding-top: 50px;
}

div.conf_header img {
   float: left;
   width: 125px;
   height: 125px;
   margin-right: 30px;
}

div#configthis {
   padding-top: 15px;   
   padding-bottom: 15px;
   color: #999;
   font-size: 10px;
   text-align: right;
}

div#configthis a, div#configthis a:visited  {
   margin-left: 10px;
   padding: 2px;
   color: #555;
}



/*
div.adminbox {
   background-color: #db8874;
   margin-bottom: 10px;
   padding: 10px;
   color: #333;
   font-size: 9px;
    font-family: verdana;
}

div.adminbox a, div.adminbox a:link, div.adminbox a:visited {
   color: #000;
}

div.adminbox a:hover {
   color: #0000ff
}
*/

div#editBox {
   position: absolute;
   font-size: 10px;
   z-index: 2;
   width: 250px;
   background: url(bg_bb.png);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #555;
  border-top: 1px solid #555; 
}

div#editBox div.box {
  color: #444;
  padding: 4px;
}

div#editBox div.box a {
  color: #444;
}

div#editBox div.box h2 {
   color: #444;
   font-size: 12px;
   background: inherit;
   margin-top: 0;
}

div#select {
   font-size: 12px;
   position: absolute;
   left: 20%;
   top: 20%;
/*   width: 50%; */
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #555;
  border-top: 1px solid #555; 
   background: url(bg_bb.png);
   z-index: 4;
   display: none;
   text-align: left;
}

div#select a:hover {
  text-decoration: none;
   color: red; 
}

div#select ul {
  padding: 10px;
  margin: 0;
}

div#select ul ul {
   padding: 0;
   margin-left: 10px;
}


div#form {
  font-size: 12px;  
  position: absolute;
  left: 0;
  top: 0;  
  margin-left: 10%;
  margin-top: 10%;
  width: 80%; 
/*  padding-left: 30px;
  padding-right: 30px; */
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #888;
  border-top: 1px solid #888; 

/*  background: url(bg_ff.png);  */
/*  background: url(bg_bb.png);  */
/*  background-color: #ededed;	*/ 

  background-color: #fafafa; 

/*  background-image: url(bg_paper.png);  */
  z-index: 3;
  display: none;   
  text-align: center;
  /*  border: 4px solid #97b1b3; */
  border: 30px solid #222;
}

div#form div.box {
   width: 400px;
   padding: 20px;
}

div#form div.box h2 {
  font-size: 14px;
  background: none;
}

div#form a, div#select a {
  color: #000;
  font-family: verdana;
}

div#form input, div#form textarea, div#form select {
/*   background-color: #e7e4c3; */
   background-color: #eaeaea;
   border: 1px solid #97b1b3; 
}

div#form input#unpub {
   border-left: 5px solid #db8874;
}

div#form input#pub {
   border-left: 5px solid #add8a6;
}

div#form input.button3, div#form input.button4 {
  background-color: #9ba3a4;
  border: 1px solid #444;
  color: #111;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

div#form input.button4, div#form a.button4 {
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 25px;
  padding: 2px;
  padding-right: 15px;
  padding-left: 15px;
}


img#thumb {
/*
  margin-left: auto;
  margin-right: auto;
*/
  border: 1px solid #97b1b3;
}

div#form td {
   padding: 2px;
   vertical-align: top;
}

div#form table{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

div#form_action  {

  text-align: right;
/* background-color: #333333; */
/* border-right: 1px solid  #999999;
 border-left: 1px solid #555555;
 background-image: url(bg_bl.png);  */
 font-size: 18px;
 font-weight: bold;
 padding-top: 5px;
/* margin-left: auto;
 margin-right: auto;  */
 clear: left;
}

div#select div#form_action {
  font-size: 10px;
}

div#form_action a {
  margin: 5px;
   padding-left: 5px;
   padding-right: 5px;
   color: #9ba3a4;
   border: 2px solid #9ba3a4;
}


div#form_action a:visited {
  color: #9ba3a4;
}

div#form_action a:hover {
  color: red;
  border: 2px solid red;
  text-decoration: none;
}

div#form h3 {
  color: #444;
  font-variant: small-caps;
}


div#form_buttons {
  height: 30px;
}


div#form_buttons a {
  background-color: #9ba3a4;
  border: 1px solid #444;
  color: #111;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 2px;
  padding-right: 15px;
  padding-left: 15px;
}


/*
div#form_buttons, div#selimg_action {
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   background-color: black;
   text-align: center;
   font-variant: small-caps;
   color: white;
}

div#selimg_action a, div#form_buttons a {
   color: white;
   margin-right: 10px;
}

div#form_buttons a, div#form_buttons a:visited, div#form_buttons a:active {
   font-size: 16px;
   color: white;
}

div#selimg_action a, div#selimg_action a:visited, div#selimg_action a:active {
   font-size: 12px;
   color: white;
}

div#form_buttons a:hover, div#selimg_action a:hover {
   color: red;
}


 */

div#selimg_action {
   width: 100%;
}



div#format
{
   display: none;
   background-image: url(bg_bb.png);
   border: 1px solid #555;
   width: 400px;
   position: absolute;
   padding-left: 10px;
   padding-right: 10px;
}

input#pub, input#unpub {
   background-color: transparent;
}



ul#folderlist li ul * ul, ul#selectlist li ul * ul {
	display: none;
}

ul#selectlist ul {
  color: #777;
}


ul#imagelist li ul, ul#sitemaplist li ul * ul {
   display: none;
}

ul#imagelist, ul#imagelist li, ul#imagelist ul {
   list-style-image: none;
   list-style-type: none;
   margin-left: 0;
   padding-left: 0;
}

div.configtab {
   text-align: left;
   margin-top: -20px;
   margin-left: 20px;
   margin-right: 80px;
   border-bottom: 1px solid #999;
}

div.configtab a, div.configtab a:visited {
   color: #999;
}
