/* Start of CMSMS style sheet 'cataloger' */
div.catalog_item h1 {
  font-size: 120%;
}

div.catalog_item .item_attribute_name {
  font-weight: bold;
  display: inline;
}

div.catalog_item .item_attribute_value {
  display: inline;
}


.category_items {
 padding-top: 25px;
}

.category_items a.classTitle {
  font-size:120%;
  font-weight: bold;
}
.category_items img {
  border: 0;
  margin: 5px ;
}

td.category_iteminfocell {
  padding-right: 10px;
  font-size: 80%;
}

.category_items .smalldesc {
  font-size: 80%;
  color: rgb(100, 85, 80);
  font-face: san-serif;
}

table.weekchart {
 border: 1px solid black;
 font-size: 80%;
}
table.weekchart td {
  border: 1px solid black;
}
table.weekchart td.classday {
  background-color: rgb(20, 60, 20);
  color: white;
  border: 1px solid rgb(20, 120, 20);
}



/* End of 'cataloger' */

