.flashLink {
    font-size: 20px;
}

/* contains all breadcrumb elements */
.breadcrumb {
    font-size: 24px;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb .currentLocation {
    font-weight: bold;
}


/* contains all location menu elements */

.locationMenu {
    float: left;
    width: 300px;
}

.locationMenu ul {
}

.locationMenu li {
}

.locationMenu a {
    text-decoration: none;
}

.locationMenu .currentLocation {
    font-weight: bold;
}

.content {
    padding-top: 20px;
}

/*
 * styles describing properties of component types: .components .COMPONENT-NAME .PROPERTY-NAME { ... }
 */

.components .text .text {
    color: #FF0000;
}

.components .label .text {
    color: #0000FF;
}
