/******************************************************************************
 * userBar
 ******************************************************************************/

.m-userbar
{
 background: white;
 width: 750px;
 margin-top: 10px;
 border-top: 1px solid threedshadow;
 border-bottom: 1px solid threedshadow;
}

.m-userbar li
{
 background: white;
 text-align: center;
 margin: 3px 1px 3px 1px;
 padding: 0px 6px 2px 6px;
}

.m-userbar ul 
{ 
 list-style: none; 
 padding: 1px;
 margin-top: 2px;
 margin-left: 2px;
 margin-bottom: 4px;
 text-align: left;
}

.m-userbar ul li
{ 
 display: inline;
}

.m-text-label
{
    font-size:                  11px;
    font-weight:                normal;
    margin:                     2px;
	background: #ededed;
	border: 0 none;
 }

 /******************************************************************************
 * Icons
 ******************************************************************************/
.icon-led-verde
{
    background-image: url(images/led_verde.png);
	width: 15px;
}

.icon-led-amarelo
{
    background-image: url(images/led_amarelo.png);
	width: 15px;
}

.icon-led-vermelho
{
    background-image: url(images/led_vermelho.png);
	width: 15px;
}

.icon-led-laranja
{
    background-image: url(images/led_laranja.png);
	width: 15px;
}

.icon-led-verde-t
{
    background-image: url(images/led_verde_t.png);
	width: 15px;
}

.icon-led-vermelho-t
{
    background-image: url(images/led_vermelho_t.png);
	width: 15px;
}

.divData
{
	padding-left: 15px;
}

/******************************************************************************
 * Customizing
 ******************************************************************************/

.webhorus3 .dijitButtonText {
    padding: 0px;
    text-align: center;
}