﻿
input[type=submit], input[type=button]
{
    background-color: #C7C7C7 !important;
    border: 1px solid gray !important;
    padding: 0.4em 1em 0.4em 1em !important;
    color: Black !important;
    font-size: 1.1em !important;
    outline: none !important;
    font-weight: bold;
    cursor: hand !important;
    background: -moz-linear-gradient(top, #e3e3e3, #999999);
    background: -ms-linear-gradient(top, #e3e3e3, #999999);
    background: -o-linear-gradient(top, #e3e3e3, #999999);
    background: -webkit-linear-gradient(top, #999999, #e3e3e3);
    background: linear-gradient(top, #999999, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#999999');

}

/*Main text colour*/
body, input, textarea, select, A:link, A:visited, A:active, A:hover, .normalColour
{
    color: #001E5B;
}

A:link, A:visited, A:active, A:hover
{
    text-decoration: none;
}


body, #busyDiv, #StatementHeadingRight, .accordionActionAccess, textarea, select, .textBoxDdl, .textBox, .textBoxReadOnly, .checkButton, .textWideReadOnly, .textDdlSmall, .textBoxSmall, .textBoxSmallReadOnly, .textBoxDate, .textBoxMini, .textBoxNotes, .textBoxMiniReadOnly, .textDdl li, textDdl ul.li, .textDdlSmall ul.li, #AdminHelp, textBoxSmallerReadOnly
{
    font-size: 11px;
}