/*
    Document   : listLotsEntFromMarche
    Created on : Sep 11, 2009, 9:47:50 AM
    Author     : web3
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.inputCant
{
    margin-left:20px;
    height:14px;
    width:21px;
    visibility:hidden;

}
.buble
{
   background-image:url(images/new.png) ;
   background-repeat:no-repeat;
   background-position:10px 50%;
   padding:5px;
   padding-left: 35px;
   text-decoration:none;
}
.span_link
{
    visibility:hidden;
    margin-left:20px;
}
.input_long
{
    width:350px;
}
.div_info
{
   background-color:#fbfbfb;
   background-image:url(images/info.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   margin:5px;
   padding:5px;
   padding-left: 25px;
   border-bottom:1px solid #ccc;
   border-top:1px solid #ccc;
   display:none;
   color:#03F;
   font-weight:600;
}

.help
{
   background-color:#fbfbfb;
   background-image:url(images/help.jpg) ;
   background-repeat:no-repeat;
   background-position:10px 50%;
   padding:5px;
   padding-left: 35px;
   border:1px solid #eee;
   display:block;
   text-decoration:none;
   /*width:90%; */
}
.help:hover
{
 background-color:#fff;
 text-decoration:none;
 border:1px solid #ddd;
}

.div_tree
 {
   padding-left: 1em;
}
.div_folder a.icon_folder
 {
   background-image:url(images/folder.gif) ;
   background-repeat:no-repeat;
   background-position:left center;
   margin:5px;
   padding:3px;
   padding-left: 18px;
   text-decoration:none;

}
div_folder
{
  background-color:#fcfcfc;
  border:1px solid #ccc;
}

.div_tree a {
	text-decoration : none;
}

.div_file a.icon_file
 {
   background-image:url(images/file.gif) ;
   background-repeat:no-repeat;
   background-position:left center;
   margin:5px;
   padding:3px;
   padding-left: 18px;
   text-decoration:none;
}
.no_decoration {
	text-decoration:none;
}
span .a_download
{
  background-image:url(images/download.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   padding:3px;
   padding-left: 20px;
}
span .a_upload
{
  background-image:url(images/upload.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   padding:3px;
   padding-left: 20px;
}
span .a_access
{
  background-image:url(images/access.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   padding:3px;
   padding-left: 20px;
}
span .a_delete
{
   background-image:url(images/delete.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   padding:3px;
   padding-left: 20px;
}
span .a_rename
{
   background-image:url(images/rename.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   padding:3px;
   padding-left: 20px;
}

.a_select
{
   margin-right:21px;
   background-image:url(images/new.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   padding:3px;
   padding-left: 20px;
}

.a_tirage
{
   margin-right:21px;
   background-image:url(images/tirage.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   padding:3px;
   padding-left: 20px;
}

span .a_new
{
   background-image:url(images/new.png) ;
   background-repeat:no-repeat;
   background-position:left center;
   padding:3px;
   padding-left: 20px;
}

.msg_content
{
    border: 1px solid rgb(221, 221, 221);
    margin: 2px; padding: 10px;
    background-color: white;
    color: black;
}

tr.tr1
{
    background-color:#f1f1f1;
}
tr.tr0
{
  background-color:#F9F9F9;
}
tr.tr0:hover
{
    background-color:#eee;
}
tr.tr1:hover
{
    background-color:#f3f3f3;
}
tr.tr0 td
{
  border-bottom:1px solid #E5E5E5;
  border-top:1px solid #E5E5E5;
  padding:4px;
}
tr.tr1 td
{
  border-bottom:1px solid #E5E5E5;
  border-top:1px solid #E5E5E5;
  padding:4px;
}

.div_header
{
    padding:10px 20px 10px 20px ;
    /*
    width:920px;
    position:fixed;
        */
    background-color:white;
    border-bottom:1px solid #999;
    text-align:right;
    margin-top:-7px;
}
.div_msg_box
{
    position:fixed;
    z-index:60;
    border:3px solid #333;
    background-color:white;
    top:0px;left:0px;
    display:none;
    min-width:800px;
    max-width:1000px;
    overflow:auto;
    padding:10px;
    max-height:550px;
}
.div_msg_box_flex
{
    position:fixed;
    z-index:61;
    border:3px solid #333;
    background-color:white;
    top:0px;left:0px;
    display:none;
    padding:10px;
}
.div_content
{
    margin-top:15px;
}
.btn
{
    height:20px;
    font-size:10px;
}
#div_flash
{
    display:none;
}
.desc a
{
    background-image:url(images/downTable.gif);
    background-position:right center;
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
    width:100%;
    text-decoration:none;
}
.asc a
{
    background-image:url(images/upTable.gif);
    background-position:right center;
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
    width:100%;
    text-decoration:none;
}
#div_loading
{
    display:none;
    padding:15px 10px;
    font-weight:bold;
}
.ifrmUpload
{
    border:none;
    height:0px;
    width:0px;
    display:none;
}
#div_form_ajouter_fichier{
	position:absolute;
	height:180px;
	width:400px;
	background:#CCCCCC;
	border:#BE4C34;
	border-style:solid;
	top:100px;
	left:31.65%;
}
#formulaire_Upload{
	text-align:left;
	margin-left:15px;
}
#div_Nom_fichier{
	width:295px;
}
