
/* content block */

/**************************************************************************************
/* update the following classes to change the appearance of the content block
/* drop-in application or designer control
/*************************************************************************************/

/* 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 {}

.ShowHideContents{padding: 10px 0;}

a:link.ShowHideLink, 
a:visited.ShowHideLink, 
a:hover.ShowHideLink, 
a:active.ShowHideLink {text-decoration: underline; padding: 3px 0;}

/* this class is for defining the style for content blocks in a specific category */
/* html example: <div class="ContentBlock_Wrapper ContentBlockCategory1"> */
/** overrides .ContentBlock_Wrapper **/
/** the # represents the Content Block Category ID **/
/* .ContentBlockCategory# {} */

/* this class is for defining the style for a specific content block */
/* html example: <div class="ContentBlock_Wrapper ContentBlockCategory1 ContentBlock1"> */
/** overrides .ContentBlock_Wrapper and .ContentBlockCategory# **/
/** the # represents the Content Block ID **/
/* .ContentBlock# {} */

/* this is the class used on the inside container element for the content content */
/* html example: <div class="ContentBlock_Wrapper"><div class="ContentBlock"> */
.ContentBlock {}

.ContentBlockCategory8233 {width: 220px; padding: 5px; margin: 0 0 10px 0; display: block; border: 1px solid #BCBCBC;}
.ContentBlockCategory8234 {width: 318px; padding: 5px; display: block; border: 1px solid #BCBCBC;}
.ContentBlockCategory8234 h2, 
.ContentBlockCategory8233 h2 {width: 90%; padding: 1px 10px; border-bottom: 1px solid #BCBCBC; }

.ContentBlock1916 {display: block; padding: 10px;}
.ContentBlock1916,
.ContentBlock1916 td,
.ContentBlock1916 p,
.ContentBlock1916 li{color: #939598!important;}


