﻿/* ========================================================================================================================================================= */
/* COMENTARIO */
/* ========================================================================================================================================================= */

.Comentario_Nome
{
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:  Black;
	font-style: normal;
	text-decoration: none;
}


.Comentario_Titulo
{
    font-family: helvetica, arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    text-transform: none;
}

.Comentario_Titulo_2
{
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #808c62;
    text-decoration: none;
    font-weight: bold;
    text-transform: none;
}

.Comentario_Texto
{
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    color: Black;
    text-decoration: none;
    font-weight: normal;
}

.Comentario_Button
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%); /* Opera */
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}

.Comentario_Button:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%); /* Opera */
    background-color: #dfdfdf;
}

.Comentario_Button:active
{
    position: relative;
    top: 1px;
}
 
 
 
.Comentario_Degrade
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5cf42'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5cf42)); /* webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #f5cf42); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(top, #ffffff, #f5cf42); /* Opera */
}

.Comentario_Degrade_1
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5cf42', endColorstr='#ba6844'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5cf42), to(#ba6844)); /* webkit browsers */
	background: -moz-linear-gradient(top, #f5cf42, #ba6844); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(top, #f5cf42, #ba6844); /* Opera */
}

.Comentario_Separa
{
    background-image: url(../Imagens/Comentario_Separa.png);
    background-repeat: no-repeat;
}


