/**
* Ce fichier fait parti d'un package, toute modification doit entrainer la génération
* d'un nouveau package pour être pris en compte.
* voir l'objet ObjFichierPackage pour connaitre la marche à suivre pour regénérer un package
* @since 20/05/2009 Olivier REYT <reyt@benchmark.fr> 
*/

/* bloc de saisie d'une note */
.objnote {font-family:arial;font-size:12px;clear:both;padding:5px 0;}
.objnote p {margin:0;padding:0;}
.objnote p.libelle {font-weight:normal;}
.objnote .spacer {clear:both;font-size:1px;line-height:1px;height:1px;}
.objnote p.standard span.note {display:block;float:left;width:15px;height:15px;border:1px solid #000;margin:0 1px 0 0;}
.objnote p.standard span.clicked {border:2px solid #FF6600;width:13px;height:13px;}
.objnote p.etoile span.note {display:block;float:left;width:15px;height:15px;background:url(/framework/lib/objnote/image/etoile.gif) center center no-repeat;margin:0 1px 0 0;}
.objnote_visualisation .liste_notes span.note, .objnote_saisie .liste_notes span.note {cursor:default;}
.objnote_saisie .liste_notes,.objnote_visualisation .liste_notes {display:block;float:left;}
.objnote span.commentaire {float:right;display:block;width:200px;overflow:hidden:background:red;}
.objnote span.actions {font-weight:bold;padding-left:2px;height: 11px;display: block;width:60px;float:right;padding-right:5px;}
.objnote span.actions a.supprimer_note img {float: right;margin-top:2px;}

/* Saisie */
.objnote_saisie span.commentaire textarea {border:1px solid #7F9DB9;width:170px;height:35px;}
.objnote_saisie input.libelle_appel_ajax{width:100px;height:14px;padding:0 2px;border:1px solid #000;}

/* Visualisation */
.objnote span.precision {font-size:11px;font-weight:normal;}
.objnote span.precision_clicked {color:#FF6600;font-weight:normal;}