a img, :link img, :visited img { border: none; }
.colorOfA {
    color: #fda72e !important;
}
a {
    color: #fda72e;
    text-decoration: none;
}
a:focus {
    color: #fcb858;
    text-decoration: none;
    outline: 1px #999 dotted;
}
a:hover {
    color: #fcb858;
    text-decoration: none;
}
.noHover, .noHover:hover {
    text-decoration: none;
    color: #fff;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: #052868; /*#0e365a;*/
    height: 100%;
    min-width: 825px;
    min-height: 500px;
}
h6 {
    font-weight: bold;
}
strong {
    font-size: 13pt;
    color: #b2c8e0;
}
textarea {
    height: 6em;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #444;
    padding: 2px;
}
input {
    font-family: inherit;
    /*font-size: 11pt;*/
    color: #444;
    padding: 2px;
}
input[type=radio], input[type=checkbox] {
    vertical-align: text-top;
}
select, option {
    font-size: small;
    font-family: inherit;
    color: #444;
}
hr {
    border: 0 none;
    height: 0px;
}
.smText {
    font-size: small;
}
.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/* errorMarker only used in CustomSearchSuccess */
.errorMarker {
    color:#CC3300 !important;
    font-size:xx-large;
    font-weight:bold;
    line-height:10px;
    position:relative;
    top:12px;
}

optgroup {
    margin: 0px;
    font-family: inherit;
    font-size: small;
    font-style: normal;
    font-weight: bold;
    color: #000;
    background: #ccc;
}

optgroup option {
    color: #000;
    background: #fff;
}

/* ONLY USED ON welcome (menuSuccess) page */
#green_bar_promo {
    width: 100%;
    height: 42px;
    margin: 0px 0px 0px -2px;
    text-align: center;
    background-image: url("../images/green_bar_promo/bg-left.png");
    background-repeat: no-repeat;
    background-position: top left;
}
#green_bar_promo a {
    width: 99.30%;
    height: 42px;
    display: block;
    background-image: url("../images/green_bar_promo/bg-right.png");
    background-repeat: no-repeat;
    background-position: top right;
}
/* ONLY USED ON welcome (menuSuccess) page */
#non_sale_promo {
    width: 100%;
    height: 65px;
    margin: 0px 0px 0px -2px;
    text-align: center;
    background-image: url("../images/non_sale/bg-left.png");
    background-repeat: no-repeat;
    background-position: top left;
}
#non_sale_promo a {
    width: 99.30%;
    height: 65px;
    display: block;
    background-image: url("../images/non_sale/bg-right.png");
    background-repeat: no-repeat;
    background-position: top right;
}
/* a.ButtonSmall ONLY USED in _buildMainMenu (topNav).  Should go into topMenu.css instead. */
a.ButtonSmall span {
    background: transparent url('../images/ui/ButtonSmall_left.png') no-repeat 0 0;
    display: inherit;
    line-height: 12px;
    padding: 4px 0 3px 14px;
    color: #222;
    white-space: nowrap;
}

a.ButtonSmall {
    background: transparent url('../images/ui/ButtonSmall_right.png') no-repeat top right;
    display: inline-block;
    margin-right: 6px;
    padding-right: 11px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

a.ButtonSmall:hover span {
    background-position: 0 -20px;
    color: #333;
    white-space: nowrap;
}

a.ButtonSmall:hover {
    display: inline-block;
    background-position: right -20px;
    cursor:pointer;
}

body.noTopMenu input {
    font-family: Arial, sans-serif;
    font-size: 11pt;   
    margin: 3px 0.5ex;
}

body.noTopMenu form {
    margin: 0;
    padding: 0;
}

