/* 
    Document   : Gnr
    Created on : 5 mars 2013, 16:37:41
    Author     : setti
    Description:
        Purpose of the stylesheet follows.
*/

.TblGnrWdt {
    width: 1000px;
    
}

.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 0.8em;
}

.minHeight500 {
	min-height: 500px;
}

.buttons a, .buttons button{
    display:block;
    margin:5px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 ;
    padding:0;
    border:none;
    /* width:22px;
    height:16px; */
}


/* STANDARD */

.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
	vertical-align:middle;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.loading {
    /*background:url(../Img/load.gif) no-repeat top left;*/
    background:url(../Img/load.gif) no-repeat top left;
    /*width: 36px;*/
    height: 36px;
	/*float:right;*/
}

input[type=text], input[type=password], input[type=email]
{
    border: 1px solid #A6A6A6;
    background:  white url(../Img/field-background.gif) repeat-x left top;
    padding:     0px 0px;
    color:       #000000;
    /*font-size: 14px !important;
    /*font-family: Garamond,Verdana,Arial, Helvetica, sans-serif !important;
    /*font-size:   14px;*/
}
input:focus,textarea:focus,select:focus{
    border-color:rgba(82, 168, 236, 0.8);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
    outline:0;
    outline:thin dotted \9;
}

input[type=text][disabled], select[disabled='disabled'], textarea[disabled='disabled'],input[type=email][disabled]
 {
    border: 1.5px dotted #000000;
    border: 1px solid #A6A6A6;
    background:  white url(../images/field-background.gif) repeat-x left top;
    background-color: #E9E9E9;
    padding:     0px 3px;
    color:       #000000;
    font-size: 14px !important;
    font-family: Garamond,Verdana,Arial, Helvetica, sans-serif !important;
    cursor:not-allowed;
}

.textbleufonce { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #003366;
}
.textbleufoncegras { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	color: #003366;
}
.CellCaption {
    color: #800080;
}

.MnuCddWait {
    background: url(Img/wait.gif) no-repeat top left  ;
    height: 36px;
}