/**************************************************************************************************/
/* 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;
}

.spaceHeightWithLine10px {
    margin: 0;
    padding: 0;
    height: 10px;
    background-image: url("../images/line_dot_1px.gif");
    background-repeat: repeat-x;
    background-position: center;

}

/**************************************************************************************************/
/* TEXT DECORATION                                                                                */
/**************************************************************************************************/

.underlineBorder {
    text-decoration: none;
    border-bottom: 1px #000000 dotted;
}
