/* *****************************************************************************************
Globaldefines:
first step is to get only one defaultStyles
second step will be to get the gloabal parameters in seperated define files per portal
***************************************************************************************** */
/* *****************************************************************************************
ONLY VISIBLE WHEN USER IS LOGGED IN GLOBAL LOOK AND FEEL
***************************************************************************************** */
#myBarBGFull {
    font-family: 'trebuchet ms', arial, sans-serif;
    clear: both;
    height: 40px;
    color: #666666;
}

#myBar {
    font-size: 9px;
    height: 40px;
    margin: auto;
    width: 855px;
}

#myBar .user {
    background-color: transparent;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    float: left;
    height: 25px;
    padding: 15px 0 0 0;
    width: auto;
}

.feedbackBox {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    margin: 15px 0px 10px 0px;
}

.feedbackBox.feedbackSuccessBox {
    background: url(feedbackOK.gif) no-repeat 5px 5px;
    border: 1px solid #009900;
}

.feedbackBox.feedbackSuccessBox p {
    color: #009900;
}

.feedbackBox.feedbackErrorBox {
    background: url(feedbackERR.gif) no-repeat 5px 5px;
    border: 1px solid #CC0000;
}

.feedbackBox.feedbackErrorBox p {
    color: #CC0000;
}

.feedbackBox .feedbackInner {
    padding: 8px 8px 8px 30px;
}

.feedbackBox p {
    margin: 0px;
    padding: 0px;
}
