
/* 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 */
.default .ui_header_right .ContentBlock_Wrapper {
	display: block;
	border: solid 1px #083266;
	padding: 0;
	margin: 0;
}

.ui_copyright_tagline .ContentBlock_Wrapper {
	display: block;
	border: none;
}

/* this class is for defining the style for content blocks in a specific category */
/* html example: <div class="ContentBlock_Wrapper ContentBlockCategory1 ContentBlock1"> */
/** overrides .ContentBlock_Wrapper **/
/** the # represents the Content Block Category ID **/
.ContentBlock158 {
	border: none;
	float: right;
} 

/* 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"> */
.default .ui_header_right .ContentBlock {
	display: block;
	width: 468px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.ContentBlock158 .ContentBlock {
	border: none;
	width: 173px;
	height: auto;
} 
