
/* content block */

/**************************************************************************************
/* update the following classes to change the appearance of the content block
/* drop-in application
/*************************************************************************************/

/* this is the class used on the outside container element for the content block */
/* html example: <div class="SummaryContent_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.ContentBlock_Wrapper {}

/* this is the class used on the inside container element for the content content */
/* html example: <div class="ContentBlock_Wrapper"><div class="ContentBlock"> */
.ContentBlock {}

/* this class is for defining the style for content blocks in a specific category */
/* html example: <div class="SummaryContent_Wrapper ContentBlockCategory1"> */
/* format: .ContentBlockCategory[CATEGORYID] {} */
/* [CATEGORYID] can be retrieved from the SiteCM Manager when updating content block categories */
.ContentBlockCategory1 {}

/* this class is for defining the style for content blocks in a specific category */
/* html example: <div class="SummaryContent_Wrapper ContentBlockCategory1 ContentBlock1"> */
/* format: .ContentBlock[CONTENTBLOCKID] {} */
/* [CONTENTBLOCKID] can be retrieved from the SiteCM Manager when updating content blocks */
.ContentBlock1 {}
