﻿/****************************************************************************************************************/
/*************************************** Common Button **********************************************************/
/****************************************************************************************************************/


.menuButton {
    background: #00AEEF;
    background: -moz-linear-gradient(top, #00AEEF 0%, #008CBF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00AEEF), color-stop(100%,#008CBF));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#008cbf',GradientType=0 );
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #00488F;
    text-transform: uppercase;
    font-size: 11px;
    border-image: initial;
}

.actionButton {
    background: ##FFFF99;
    background: -moz-linear-gradient(top, #FFFF99 0%, #008CBF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFF99), color-stop(100%,#008CBF));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#008cbf',GradientType=0 );
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: black;
    text-decoration: none;
    /*font-weight: bold;*/
    border: 1px solid #00488F;
    text-transform: uppercase;
    font-size: 11px;
    border-image: initial;
}

.searchButton {
    background: #FF99FF;
    background: -moz-linear-gradient(top, #FF99FF 0%, #008CBF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF99FF), color-stop(100%,#008CBF));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#008cbf',GradientType=0 );
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #00488F;
    text-transform: uppercase;
    font-size: 11px;
    border-image: initial;
}