.Traduction
{
    font-weight:bold;
    color:#009900;
}

a,a:link,a:visited
{
    color:#000000;
}

td
{
    font-size: 10px;
}

th
{
    font-size: 10px;
    font-weight:bold;
    text-align: left;
}

.rowclear
{
    background-color : #FFFFFF;
    height:20px;
}

.rowlight
{
    background-color : #EEEEEE;
    height:20px;
}

.rowdark
{
    background-color : #CCCCCC;    
}

.error
{
    color:#EE0000;
    font-size:14;
    font-family:georgia;
}

li
{
    margin-top:9px;
}

.bodybg
{
    color: #000000;
    background-color: #FFFFFF;        
    font-family: verdana,arial,helvetica,ms sans serif; 
    font-size: 11px; 
    text-align:center; /*ie workaround*/
    background: #EEEEEE;
    background-attachment:fixed;
}    

.updatemsgok
{  
    font-size:11px; font-weight: bold;  padding: 3px; margin: 3px; border:2px #66AA66 dashed; text-align:center;
}

.updatemsgfail 
{
    font-size:11px; font-weight: bold;  padding: 3px; margin: 3px; border:2px #EE0000 dashed; text-align:center;
}


.formelmultiselect
{    
    font-family: arial,helvetica,ms sans serif;     
    font-size: 11px;
    margin-top:5px;
    margin-bottom:5px;
}

.formel
{    
    font-family: arial,helvetica,ms sans serif;     
    font-size: 11px;
    margin-top:5px;
    margin-bottom:5px;
}

.dropdown
{
    font-family: arial,helvetica,ms sans serif;     
    font-size: 11px;
}

/* trigger button */
.tooltip_anchor {
    display:block;
    overflow:hidden;
    text-indent:-999em;
    cursor:pointer;
}

/* mouseover state */
.tooltip_anchor:hover {
    background-position:0 -44px ;        
}

/* clicked state */
.tooltip_anchor:focus {
    background-position:0 -88px;
}

/* tooltip styling */
.tooltip {
    display:none;
    background:url(/img/uix/black_arrow_big.png);
    height:216px;
    width:370px;
    font-size:11px;
    color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
    color:yellow;
    width:35px;
}

.tooltip a {
    color:#ad4;
    font-size:11px;
    font-weight:bold;
}

.gridsquare
{
    color:#FFFFFF;
}