#outer-container
{
    width: 990px;
    height: auto;
    margin: 0px 0px 0px 0px;
    
}
/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
/* it is the right side column */
/* in this 2 columns div layout */
#content-containerHR {
    width: 730px;
    height: 600px;
    background-color: #F8F8FF;
    margin: 2px 0px 2px 0px;
    padding-top:0px;
    float: left;
}

/* left side navigation that is the left side column of */
/* 2 columns div layout */
#left-navHR-Pad {
    width: 160px;
    height: 425px;
    margin: 0px 4px 0px 0px;
    padding-top: 8px;
    float: left;
}
#left-navHR {
    width: 160px;
    height: 4250px;
    background-color: silver;
    margin: 2px 0px 2px 0px;
    float: left;
}
/* Top navigation CSS Style Rule */
#top-NavHR {
    width: 940px;
    background-color: silver;
    margin: 0px 0px 0px 0px;
    text-align:center;
    color:Black;
}
.SPSRadioButton 
{
    display: inline;
}

/* TPO Begin SEN195 Add Language links & Flags for spanish and English*/  
.ImageButtonUSFlagColor
{
    background-image: url('https://na.dmecompany.com/Style/img/americanflag.jpg');
    background-position:100% 100%;
    margin-right: 2%;
    background-repeat:no-repeat;
    cursor:hand;
    padding-right: 27px;
    color:White;
    font-size:94%;
}

.ImageButtonUSFlagBW
{
    background-image: url('https://na.dmecompany.com/Style/img/americanflag.jpg');
    background-position:100% 0;
    margin-right: 2%;
    background-repeat:no-repeat;
    cursor:hand;
    padding-right: 27px;
    font-size:94%;
}
.ImageButtonMexicanFlagColor
{
    background-image: url('https://na.dmecompany.com/Style/img/mexicanflag.jpg');
    background-position:100% 100%;
    background-repeat:no-repeat;
    cursor:hand;
    padding-right: 27px;
    color:White;
    font-size:94%;
}

.ImageButtonMexicanFlagBW
{
    background-image: url('https://na.dmecompany.com/Style/img/mexicanflag.jpg');
    background-position:100% 0;
    background-repeat:no-repeat;
    cursor:hand;
    padding-right: 27px;
    font-size:94%;
}
#languagesSmall
{
    font-size:94%;
}
/* TPO Begin SEN195 Add Language links & Flags for spanish and English*/ 
/* TPO Begin SEN198 Change color of Shipping info message on Order Review Page */
.alert-mini
{
    background-color:#d9edf7; 
    border-color:#bce8f1;
    color:#000000;
    font-weight:bold;
 } 
/* TPO End SEN198 Change color of Shipping info message on Order Review Page */
