﻿.divToolBar
{
	width: 100%;
    background-color: #E1E1E1;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: table;
}

.divBotao
{
    float: left; /* à esquerda */
	margin-left: 5px;
	height:30px;
}

.divBotao a span
{
	margin-bottom: auto;
	margin-right: 5px;
	margin-left: 5px;
}

.divBotao a img
{
	margin-top: 5px;
	margin-left: 5px;
	border-width: 0px;
}

.divBotao a
{
	background-image: url('../img/background_barra_botao.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	border-width: 1px;
	border-style: solid;
	border-color: #D1D1D1;
	display:block;
	color: Black;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	height:30px;
}

.divBotao a:hover
{
	text-decoration: underline;
}

a
{
	color:Blue;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.linkbuton
{
	color:Black;
	padding: 5px;
	background-color: White;
	border-width: 1px;
	border-style: solid;
	border-color: #D1D1D1;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}