﻿/**********************************************************************
 * HACKS
 *********************************************************************/
.floatcontainer:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.floatcontainer
{
    display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
    height: 1%;
}
.floatcontainer
{
    display: block;
}
/* End Hack */

.error
{
    color: Red;
}

a.strong, .strong
{
    font-weight: bold;
}

.numeric
{
    text-align: right;
}
