/* RoundedButton component styles */

img.button {
    cursor: pointer;
}

#tourButtons .button {
    cursor: pointer;
}

.pointerTable {
    cursor: pointer;
}

.blueButtonCssClass {
    background: #2692D3;
    white-space:nowrap;
    text-decoration: none;
}

.orangeButtonCssClass {
    background: #FF9900;
    white-space:nowrap;
    text-decoration: none;
}

.buttonCaptionCssClass {
    font-size: 13pt;
    font-weight: bold;
    color: white;
}

.btn-padding, .blueButtonCssClass, .orangeButtonCssClass {
    padding: 0px 20px;
}

.oneRowClass {
    display:inline;
}

.btn-blue a, .btn-orange a, .btn-grey a {
    color: #fff;
}

.btn-aqua a {
    color: #1d92d8;
}

.btn-blue a, .btn-orange a, .btn-grey a, .btn-aqua a {
    _display: inline;
    font-weight: bold;
    text-align: center;
    padding:0px !important;
    margin: 0px !important;
}

.btn-blue a:hover, .btn-orange a:hover, .btn-grey a:hover {
    color: #FFF;
}

.btn-aqua a:hover {
    color: #1d92d8;
}

.btn-orange .btn-content, .btn-blue .btn-content, .btn-grey .btn-content{
    color: #FFF;
}

.btn-aqua .btn-content{
    color: #1d92d8;
}

.btn-orange .btn-content, .btn-blue .btn-content, .btn-grey .btn-content, .btn-aqua .btn-content{
    white-space:nowrap;
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    padding: 2px 2px 0px  2px;
}

.additionalPadding {
    line-height: 19px !important;
    color: white !important;
    font-weight:900 !important;
}

.btn-height {
    height: 19px;
    vertical-align: middle;
}

.btn-orange .left-image, .btn-blue .left-image, .btn-orange .right-image, .btn-blue .right-image, .btn-grey .left-image, .btn-grey .right-image, .btn-aqua .left-image, .btn-aqua .right-image{
    height: 21px;
    width: 2px;
    font-size: 1px;
    padding: 0px;
    cursor:pointer;
}

.btn-blue .btn-content {
    background-color: #2692D3;
}

.btn-blue .left-image {
    background: url( /images/btn-left-blue.gif) no-repeat left;
}

.btn-blue .right-image {
    background: url( /images/btn-right-blue.gif) no-repeat right;
}

.btn-orange .btn-content {
    background-color: #F88015;
}

.btn-orange .left-image {
    background: url( /images/btn-left-orange.gif) no-repeat left;
}

.btn-orange .right-image {
    background: url( /images/btn-right-orange.gif) no-repeat right;
}

.btn-grey .btn-content {
    background-color: #B9B9B9;
}

.btn-grey .left-image {
    background: url( /images/btn-left-grey.gif) no-repeat left;
}

.btn-grey .right-image {
    background: url( /images/btn-right-grey.gif) no-repeat right;
}

.btn-aqua .btn-content {
    background-color: #e8f2fb;
}

.btn-aqua .left-image {
    background: url( /images/btn-left-aqua.gif) no-repeat left;
}

.btn-aqua .right-image {
    background: url( /images/btn-right-aqua.gif) no-repeat right;
}

.btn-margin {
    margin-left:5px;
    _margin-left:10px;
}
/* END */





