/*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;
}
blockquote {
     padding:3px 3px 3px 18px;
}
p {
  padding-top:7px;
  padding-bottom:7px;
}
#uc_content ul {
     padding:0 0 0 20px;
     list-style-type: disc;
}
/* bypass des paramêtre de yui */
.yui-button button {
     font-size:9px;
     margin:0;
}
.bd {
     text-align:left;
}

/*
STYLES FOR THE RESIZE panel
*//* Resize Panel CSS */
.yui-panel-container .yui-resizepanel > .bd {
     overflow: auto;
     background-color: #fff;
}
/*
PLEASE NOTE: It is necessary to toggle the "overflow" property 
of the body element between "hidden" and "auto" in order to 
prevent the scrollbars from
ResizePanel is hidden.  For more information on this issue, 
read the comments in the "container-core.css" file.
*/

.yui-panel-container.hide-scrollbars .yui-resizepanel >  .bd {
     overflow: hidden;
}
.yui-panel-container.show-scrollbars .yui-resizepanel >  .bd {
     overflow: auto;
}		
.yui-panel-container.show-scrollbars .underlay {
     overflow: visible;
}
.yui-resizepanel .resizehandle { 
     position: absolute; 
     width: 10px; 
     height: 10px; 
     right: 0;
     bottom: 0; 
     margin: 0; 
     padding: 0; 
     z-index: 1; 
     background: url(uc_panel_corner_resize.gif) left bottom no-repeat;
     cursor: se-resize;
}
/*
STYLES FOR THE VISUALS OF THE ADMINISTRATION'S FRAME
*/
#overlay2 {
     position:fixed;
}
#uc_debug_win .bd {
     padding:0px;
}
#uc_debug_win .uc_debug_bd {
     height: 500px;
}
#uc_debug_win .yuimenuitem {
     text-align: left;
}
#uc_debug_win .uc_debug_win_content {
     padding:8px;    
}
#uc_debug_win .yuimenuitemlabel {
     padding:0pt 25px 0pt 10px;
}
#uc_debug_win_content{
     padding:10px;
}
/*
STYLES FOR THE VISUALS OF THE ADMINISTRATION'S BLOCKS
*/
div.adminText {
     font-size: 10px;
     letter-spacing: -.3px;
     text-align: left;
}
.adminBlock, .adminBlockHead{
     text-align:justify;
     border:2px groove #ccc;
     margin:.5em;
     padding:.5em;
}
.adminBlockHead{
     background-color:#3D77CB;
     color:#ffffff;
}
.adminBlockElem{
     border:2px groove #ccc;
     padding:.5em;
}
div.horizontalalign{
     float:left;
}
div.adminDiv{
     font-size:10px;
}
/*
* ANCIENS STYLE IMPORTES DE UCSTD.CSS
*/
.uc_message{
     border:2px groove #CCCCCC;
     font-style:italic;
     font-weight:bold;
     margin:5px;
     padding:5px;
}
/*SERT POUR CENTRER UN DIV*/
.centerer {
     width:100%;
     text-align:center;
     margin-left:auto;
     margin-right:auto;
}
.nodisplay {
	display:none;

	}
/*LES STYLES DES FORMULAIRES*/
.uc_form_label{
     width:110px;
     padding-right:5px;
     vertical-align:top;
}
.uc_form_input textarea{
     width:300px;
     height:150px;
     overflow:auto;
}
.uc_form_input, .uc_form_label{
     vertical-align:top;
}
.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;
}