.imageLeft, .imageleft
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.imageRight, .imageright
{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

.imageBorder, .imageborder
{
    padding:5px;
    border:1px solid #DDDDDD;
}

.imageBorderLeft, .imageborderleft
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px;
    border:1px solid #DDDDDD;
}
.imageBorderRight, .imageborderright
{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
    padding:5px;
    border:1px solid #DDDDDD;
}
.imageBorder:hover, .imageBorderLeft:hover, .imageBorderRight:hover, .imageborder:hover, .imageborderleft:hover, .imageborderright:hover
{
    border-color:#AAAAAA;
}

.FontSizeXS
{
    font-size:60%;
}
.FontSizeS
{
    font-size:80%;
}
.FontSizeM
{
    font-size:100%;
}
.FontSizeL
{
    font-size:120%;
}
.FontSizeXL
{
    font-size:150%;
}
.FontSizeXXL
{
    font-size:200%;
}
.FontSizeXXXL
{
    font-size:300%;
}

.popup
{

}

.customScrollbar
{
    
}

.arrowRed, .arrowred
{
    color: #ab292b;
    padding-left: 14px;
    background-image: url(icons/arrow-red.png);
    background-position: left;
    background-repeat: no-repeat;
}
    .arrowRed:hover, .arrowred:hover
    {
        color: #880000;
    }
.arrowGreen, .arrowgreen
{
    color: #128937;
    padding-left: 14px;
    background-image: url(icons/arrow-green.png);
    background-position: left;
    background-repeat: no-repeat;
}
    .arrowGreen:hover, .arrowgreen:hover
    {
        color: #006711;
    }
.arrowBlue, .arrowblue
{
    color: #1a7391;
    padding-left: 14px;
    background-image: url(icons/arrow-blue.png);
    background-position: left;
    background-repeat: no-repeat;
}
    .arrowBlue:hover, .arrowblue:hover
    {
        color: #004171;
    }

.arrowGray, .arrowgray
{
    color: #888888;
    padding-left: 14px;
    background-image: url(icons/arrow-gray.png);
    background-position: left;
    background-repeat: no-repeat;
}
    .arrowGray:hover, .arrowgray:hover
    {
        color: #333333;
    }
.styleButtonBlue {}
.whiteButton {display: block;}

html
{
    background-color:#C8C8C8;
}

body
{
    width:700px;
    overflow: visible;
}

div
{
    border:1px solid #AAAAAA;
}
