/*
 UWiKiCMS is a lightweight web content management system.
 Copyright (C) 2005, 2006, 2007 Christian Mauduit <ufoot@ufoot.org>

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 2 of
 the License, or (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public
 License along with this program; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 MA  02110-1301  USA
*/

#title { 
  text-align: left;
  width: 66%;
} 

#control { 
           margin: 10px;
           position: absolute;
           width: 25%;
           right: 0px;
           top: 0px;
           z-index: 0;
}

#logoqqx { 
           margin-left: auto;
           margin-right: auto;
           margin-top: auto;
           margin-bottom: auto;
           width: 175px;
           height: 75px;
           text-align: center;
 }

#logoqqx img { 
               border-width: 0px;
               border-style: none;
 }

#controlfocus {  
                text-align: center;
                margin-bottom: 1em;
         } 

#parents {  
           margin-bottom: 1em;
           } 

#nav { 
           margin-bottom: 1em;
       }  

#langs { 
           text-align: center;
           margin-bottom: 1em;
         } 

#children { 
           margin-bottom: 1em;
            } 

#google { 
         text-align: center;
           margin-bottom: 5em;
         } 

#message { 
           /* clear: both; */
           text-align: center;
           padding: 2px;
           width: 66%;
           }
#content { 
           text-align: justify;
           padding: 2px;
           width: 66%;
           }
#edit { 
        padding: 2px;
        width: 66%;
        }

#tree { 
        padding: 2px;
        width: 66%;
        }


#actions { 
           margin: 10px;
           position: fixed;
           width: 25%;
           right: 0px;
           bottom: 0px;
           z-index: 1;
           /* opacity: 0.5; */
           }

#actionsfocus { 
                text-align: center;
 }

#actionslist { 
 }

#infos {  
         clear: both;
         text-align: right;
         padding: 2px;
         width: 66%;
         margin-top: 10em;
}

#absoluteurl { 
               display: inline;
               }

#rights { 
          display: inline;
          }

#lastupdate { 
              display: inline;
              }

#credits { 
           display: inline;
           }
