﻿/* Start Button Orange */

a.Button_Orange {
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffa600), color-stop(1, #e69200) );
    background:-moz-linear-gradient( center top, #ffa600 5%, #e69200 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa600', endColorstr='#e69200');
    background-color:#ffa600;
    border:1px solid #eeb44f;
    display:inline-block;
    color:#ffffff;
    font-size:13px;
    font-weight:bold;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 29px;
    text-decoration: none;
    text-align: center;
}
a.Button_Orange:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e69200), color-stop(1, #ffa600) );
    background:-moz-linear-gradient( center top, #e69200 5%, #ffa600 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e69200', endColorstr='#ffa600');
    background-color:#e69200;
}
a.Button_Orange:active {
    position:relative;
    top:1px;
}

a.Button_Orange:hover,
.TableRecords_OddLine a.Button_Orange:hover,
.TableRecords_EvenLine a.Button_Orange:hover,
div.Actions a.Button_Orange:hover {
    text-decoration: none;
}

/* End Button Orange */