/*
This is the common stylesheet for public and administrative area of portal.
Should me included in all template files.
*/

/**************************************************************************************************/
/* SPACING CLASSES                                                                                */
/**************************************************************************************************/

.spaceWidth1px {
    margin: 0;
    padding: 0;
    width: 1px;
}

.spaceHeight1px {
    margin: 0;
    padding: 0;
    height: 1px;
}

.spaceWidth5px {
    margin: 0;
    padding: 0;
    width: 5px;
}

.spaceWidth10px {
    margin: 0;
    padding: 0;
    width: 10px;
}

.spaceHeight10px {
    margin: 0;
    padding: 0;
    height: 10px;
}

/**************************************************************************************************/
/* TEXT DECORATION                                                                                */
/**************************************************************************************************/

.underlineBorder {
    text-decoration: none;
    border-bottom: 1px #000000 dotted;
}

/**************************************************************************************************/
/* FLOATING CLASSES                                                                               */
/**************************************************************************************************/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}