﻿/****************************************************************************************************************/
/*************************************** 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;
}

.targetButton {
    background: #00CED1;
    background: -moz-linear-gradient(top, #00CED1 0%, #008CBF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00CED1), 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;
}

.annualButton {
    background: #E6E6FA;
    background: -moz-linear-gradient(top, #E6E6FA 0%, #008CBF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E6FA), 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;
}

.bothButton {
    background: #20B2AA;
    background: -moz-linear-gradient(top, #FFF0F5 0%, #20B2AA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20B2AA), 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;
}

.ddlContent {
    color: blue;
    font-weight: bold;
}

.SubHead {
    font-size: 14px !important;
}

.popevent {
    cursor:pointer;
    font-weight: bold;
    font-size: 11px;
    color: #003e6b;
    text-decoration: underline;
}

