.noMargin
{
    margin: 0px;
}
.noPadding
{
    margin: 0px;
}

.centerBlock
{
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.br
{
    width: 1px;
    height: 15px;
    clear: both;
}
.brTop
{
    padding-top: 10px;
    clear: both;
}
.brTop
{
    padding-top: 10px;
    clear: both;
}
.brBottom
{
    padding-bottom: 10px;
    clear: both;
}
.clr
{
    clear: both;
}
.close
{
    float: left;
}
.bold
{
    font-weight: bold;
}

.integer, .float
{
    width: 100px;
    text-align: center;
}
.center
{
    text-align: center;
}


.hr
{
    border-bottom: 1px solid #ccc;
    height: 10px;   
    clear: both;
    padding: 10px 0 0 0;
    margin: 0 -10px 10px -10px;    
}
.block
{
    display: block;
}



.ltr
{
    direction: ltr;
}

.left
{
    margin-left: 10px;
    margin-right: auto;
    display: block;
}
.block-left
{
    float: left;
    display: block;
}

.page-header
{
    margin: 5px;    
}
.normal
{
    font-size: 13px;
}
.big
{
    font-size: 20px;
}
.extraBig
{
    font-size: 24px;
}

.date
{
    color: red;
    display: block;
}

.text
{
    text-align: justify;
}
.overText
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pointer
{
    cursor: pointer;
}

#stcpDiv
{
     display: none;
}

#test
{
    background-color: #fff;
    padding: 10px;
    position: fixed;
    z-index: 10000;
    bottom: 0px;
}

.zoom
{
    cursor: zoom-in;
}

.rounded
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.roundedTop
{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
