.hidden{}

.quick-info{
  padding-right:17px;
  text-decoration:none;
  background:url("/media/css/img/webct_info.gif") right center no-repeat;
}

ol.decimal{
  list-style-type: decimal;
}
ol.lowercase-alpha{
  list-style-type: lower-alpha;
}
ol.uppercase-alpha{
  list-style-type: upper-alpha;
}
ol.roman{
	list-style-type:upper-roman;
}
ol.lowercase-roman{
	list-style-type:lower-roman;
}
/*
 * Mashup Menu
 */
.mashup-menu{
  border:solid 1px #02456F;
  border-top-width:5px;
  border-bottom-width:5px;
  margin:0 0 35px 0;
  padding: 10px 0;
  border-radius:5px;
  max-width: 463px;
}
.float-left{
float:left;
}
.float-right{
float:right;
}

/*
 * Figures
 */
.figure{
  
}

/*
 * Clearfix
 */
.clearfix{}
