﻿/* Botao de Mail */
.MailButton
{
 position: relative;
 background-image: url(Images/Botoes/mail02.jpg);
 background-repeat: no-repeat;
 width: 21px;
 height: 21px;
 margin: 0;
 padding: 0;
}

.MailButton a
{
 display: block;
 color: #000000;
 font-size: 11px;
 width: 21px;
 height: 21px;
 display: block;
 float: left;
 color: black;
 text-decoration: none;
}

.MailButton img
{
 width: 21px;
 height: 21px;
 border: 0;
}

* html a:hover
{
 visibility:visible
}

.MailButton a:hover img
{
 visibility:hidden
}

.MailButton span
{
 padding-right: 0px;
 padding-left: 0px;
 left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 cursor: pointer;
 padding-top: 0px;
 position: absolute;
 width: 21px;
 height: 21px;

 color: DarkBlue;
}


/* Botao de BACK */
.SmallButton
{
 position: relative;
 background-image: url(Images/Botoes/back02.jpg);
 background-repeat: no-repeat;
 white-space: nowrap;
 display: block;
 width: 31px;
 height: 34px;
 margin: 0;
 padding: 0;
}

.SmallButton a
{
 display: block;
 color: #000000;
 font-size: 11px;
 width: 31px;
 height: 34px;
 display: block;
 float: left;
 color: black;
 text-decoration: none;
}

.SmallButton img
{
 width: 31px;
 height: 34px;
 border: 0;
}

* html a:hover
{
 visibility:visible
}

.SmallButton a:hover img
{
 visibility:hidden
}

.SmallButton span
{
 padding-right: 0px;
 padding-left: 0px;
 left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 cursor: pointer;
 padding-top: 0px;
 position: absolute;
 width: 31px;
 height: 34px;
 text-align: center;
 color: DarkBlue;
}