﻿.divSeperatorW5
{
    width: 5px;
}
.divSeperatorW10
{
    width: 10px;
}

.divSeperatorW20
{
    width: 20px;
}
.divSeperatorW40
{
    width: 40px;
}
.divSeperatorH5
{
    height: 5px;
}
.divSeperatorH10
{
    height: 10px;
}
.divSeperatorH20
{
    height: 20px;
}

.divSeperatorH40
{
    height: 40px;
}

.divSeperatorHLine10 {
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #aaa;
    height: 10px;
}


.divHidden
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.divDisappear
{
    display: none;
}