div.boxLime, div.boxMaroon, div.boxOlive, div.boxOrange, div.boxPurple, div.boxRed, div.boxTeal {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 99%;
}
div.boxLime {
    background-color: lime;
    border: 1px solid lime;    
}
div.boxMaroon {
    background-color: maroon;
    border: 1px solid maroon;    
}
div.boxOlive {
    background-color: olive;
    border: 1px solid olive;    
}
div.boxOrange {
    background-color: orange;
    border: 1px solid orange;    
}
div.boxPurple {
    background-color: purple;
    border: 1px solid purple;    
}
div.boxRed {
    background-color: red;
    border: 1px solid red;    
}
div.boxTeal {
    background-color: teal;
    border: 1px solid teal;    
}
div.boxHeader {
    height: 18px;
    background-image: url(/images/icon_new.gif);
    background-repeat: no-repeat;
    color: white;
    padding-left: 22px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
div.boxContent {
    border: inherit;
    background-color: white;
    padding: 5px;
}

div.spacer, div.clearBoth {
    clear: both;
}

.error {
    font-weight: bold;
    color: red;
}

div.profile {
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-bottom: 1px solid orange;
    width: 523px;
    padding: 15px;
    margin-top: -1px;
}

table.manage {
    border: 1px solid #6FB4CE; 
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
}


