.containermaster {
    width: 100%;
    background-color: transparent;
    padding: 0px 0px 10px 0px;
}

.containerheader, .containerheader2 {
    padding: 0px 0px 3px 0px;
    height: 20px;
    line-height: .9em;
}

.containerheader {
    display: none;
}

.containerheader2 {
    padding: 0px 0px 0px 0px;
}

.containerheader3 {
    display: block;
}

.containercontent, .containercontent2, .containercontent3 {
    padding: 2px 0px 5px 0px;
    display: inline-block; /* prevents leading CR when using <p>, <h1> etc */
}

.containercontent {
    border-top: dotted 1px #555;
    width: 100%;
}

.containercontent2 {
    padding: 0px 0px 5px 0px;
}

.iconbar {
}

.co1_title, .co2_title {
    font-family: verdana, helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
}

.co2_title {
    color: #555;
}

.co3_title {
    font-family: verdana, helvetica, sans-serif;
    font-size: 0.7em;
    color: #555;
    font-weight: normal;
    border-top: 1px dotted #555;
    display: block;
    padding: 4px 0 3px 0;
}


