﻿
/*.borderedBox{
	background-color:#f2c0c0;
	border-radius:10px;
}*/

.Button {
    background-color: #AE1B1B;
    padding: 4px 10px;
    border-radius: 20px;
    border: 2px solid #fff;
}

.Button:hover {
    color: #fff;
    background-color: #7D1111;
}

.Button:disabled {
	background: #c0c0c0;
	text-decoration: none;
	cursor: not-allowed;
}

.Button.aspNetDisabled {
	background: #b79494;
	color: #e4e4e4;
	cursor: not-allowed;
	text-decoration: none;
}

#ContractSearch {
    background-color: #f0c8c8;
    border-radius: 10px;
    cursor: default;
    text-decoration: none;
}

    #ContractSearch h2 {
        margin-top: 0;
        font-size: 1.5em;
        margin: 10px 0;
    }

    #ContractSearch h3 {
        font-size: 1.2em;
    }

    #ContractSearch .borderedBox {
        width: 45.25550660%;
        margin-top: 1em;
        min-height: 15em;
        border-radius: 10px;
        float: left;
        background-color: #fcdbdb;
        margin: 10px;
    }


.ContentBox {
    border-radius: 10px;
}

.ContentBox_Inner {
    border-radius: 10px;
}

    .ContentBox_Inner ul {
        margin: 0 6px;
    }

    .ContentBox_Inner li {
        list-style-type: none;
    }

hr {
    background-color: #999;
    height: 1px;
}

/* Change shade of red for ablitynet contrast test */
.PortalMessage p, .Content .PortalMessage a, .PortalMessage h2 {
    color: #D10107;
}

/* Override Windows High Contrast mode */
@media screen and (-ms-high-contrast: active) {
    #Header #Header-Content .Header-Links .BlackLink a {
        margin-left: 1em;
        padding-right: 3em;
        font-weight: bold;
        background-image: url('/Images/Account.png');
        background-repeat: no-repeat;
        background-position: 90% 0.5em, left top;
        max-width: 15em;
    }

    a.LinkArrow {
        background: transparent url("/Images/Link_Arrow.png") no-repeat scroll 100% 0;
        padding-right: 1em;
    }

    :focus {
        border: 2pt dashed #ff0000 !important;
    }
}

a.SkipTo:focus {
    border: 2pt dashed #000000 !important;
}

.Menu a:focus, .InfoPanelMenu a:focus {
    border: 2pt dashed #000000 !important;
}

input:focus, a:focus, button:focus {
    border: 2pt dashed #000000 !important;
}
