/*This file is part of UC.
*
*UC 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.
*
*UC 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 UC; if not, write to the Free Software
*Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*
*Author: Francois-Xaver Aeberhard
*Contact: fx_aeb@yahoo.fr
*/

/*IMPORTANT pour refaire les paramêtre des reset-font-grid.css*/
em{
     font-style:italic;
}
strong{
     font-weight:bold;
}
#ucMainContent ul {
 	padding:0 0 0 20px;
     list-style-type: disc;
}
/* bypass des paramêtre de yui */
.yuibutton , .yuibutton button{
     font-size:9px;
     vertical-align:middle;
     margin:0;
}
/*.uc_content ul
{
     padding:5px;
     margin:5px;
     list-style-type: disc;
}*/

.resizepanel .resizehandle {
position:absolute; width:25px; height:4px; right:0; bottom:0; margin:0; padding:0; z-index:1; background:#666;  cursor:se-resize; font-size:2px; }
div.adminText {
     font-size: 10px;
     letter-spacing: -.3px;
     text-align: left;
}
.adminBlock, .adminBlockHead{
     text-align:justify;
     border:2px groove #ccc;
     margin:.5em;
     padding:.5em;
}
div.adminBlockHead{
     background-color:#3D77CB;
     color:#ffffff;
}
.adminBlockElem{
     border:2px groove #ccc;
     padding:.5em;
}
div.horizontalalign{
     float:left;
}
/*
* ANCIENS STYLE IMPORTES DE UCSTD.CSS
*/
.titre1{
     font-weight:bolder;
     font-size:18px;
     color:#31080E;
}
.titre2{
     font-weight:bold;
     font-size:15px;
     color:#820909;
}
.titre3{
     font-weight:bold;
     font-size:14px;
     color:#820909;
}
.colored{
     color:#820909;
}
.normal{
     font-size:12px;
     text-align:justify;
}
.wiki{
     color:#BF580D;
}
.petit{
     font-weight:bold;
     font-size:11px;
}
img.stdrd{
     border-color:#820909;
     border-width:3px;
     border-style:solid;
}
div.adminDiv{
     font-size:10px;
}
.uc_message{
 	font-weight:bold;
	font-style:italic;
}
/*
SERT POUR CENTRER UN DIV
*/
.centerer{
     width:100%;
     text-align:center;
     margin-left:auto;
     margin-right:auto;
}
/*LES STYLES DES FORMULAIRES*/
.uc_form_label{
     width:90px;
     padding-right:5px;
     vertical-align:top;
}
.uc_form_input textarea{
     width:300px;
     height:150px;
     overflow:auto;
}
.uc_form_input .textinput{
     width:225px;
}

.uc_form_button{
     padding-left:94px;padding-top:4px
}
.uc_form_input .textinput{
}
LABEL { 
     DISPLAY: inline ; FLOAT: left ; WIDTH: 170px ; font-weight: bold ; margin-left: 75px ; 
}
.INPUT{
     font-family: Arial, Helvetica, sans-serif ; color: red ;
}
.OPTION {
}
/*LES STYLES POUR XINHA*/
.toolbarRow{
     border:0px;
}