﻿div.coepButton_Main
{
    background-image: url(/WebSite/Imagem/Common/btnBg.png);
    float: left;
    height: 20px;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-repeat:repeat-x;
    position: relative;
}

div.coepButton_Border
{
    float: left;
    height: 24px;
}

a.coepButton_Link:link, a.coepButton_Link:visited, a.coepButton_Link:active
{
    font-weight: bolder;
    color: #D37246;
    text-decoration: none;
    background-image: none;
}

a.coepButton_Link:hover
{
    color: #F38256;
    border-bottom-width: 0px;
    text-decoration: none;
    font-weight: bolder;
}

a.coepButton_disabled
{
    font-weight: bolder;
    color: #333333;
    text-decoration: none;
    background-image: none;
}

div.coepButton_disabled
{
    width: 100%;
    height: 100%;
    z-index:2;
    position: absolute;
    top:0px;
    left:0px;
    background-image: url(/WebSite/Imagem/Common/btnBg_disabled.png);
    background-repeat: repeat-x;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

div.coepButton_disabled_total
{
    width: 100%;
    height: 100%;
    z-index:3;
    position: absolute;
    top:0px;
    left:0px;
}

.coepButton_div
{
float:left;
height:auto;
width:auto;
}

.coepButton_
{
float:left;
height:auto;
padding-left:2px;
padding-right:2px;
width:auto;
}
