/* Default styles for corporate container  => container.css */
div.container_head {clear:both;}
div.container_actions_btn {float:left;}
div.container_actions_btn img {border-width:0px; margin:0px; outline-width:0px;}

/* repeated styles for types in order to give flexibility (putting some content formating ones like a or img that can be overwritten from portal.css) */
/* begin empty container style */
div.container_empty {clear:both; margin-bottom:8px; padding:8px; -margin-bottom:4px;} /* ie6 hack with - against double float */
div.container_empty_title {margin:0px; float:left; width:100%;}
div.container_empty_title h1 {margin:0px 0px 18px 0px;} /* for page title */
div.container_empty_title h2 {margin:0px 0px 16px 0px;} /* for section title */
div.container_empty_title h3 {margin:0px 0px 12px 0px;} /* for text header */
div.container_empty_title h1 span {line-height:normal;}
div.container_empty_title h2 span {line-height:normal;}
div.container_empty_title h3 span {line-height:normal;}
div.container_empty_body {clear:both;}
div.container_empty_body img {border-width:0px; margin:0px 8px 0px 8px; -margin:0px 4px 0px 4px;} /* ie6 hack with - against double float */

/* with min icon */
div.container_withMinIcon {margin:0px 0px 8px 0px; -margin:0px 0px 4px 0px;} /* ie 6 hack with - to avoid double margin */
div.container_minIcon {float:left; width:20px; position:relative; top:7px; left:4px;} /* the icon container */
div.container_withMinIcon div.container_head {background-color:#EBE8E8; margin:0px; height:24px; min-width:100%;} /* min width to resolve bug in IE7 */
div.container_empty_title_minIcon h1 {margin:0px; line-height:24px;}
div.container_empty_title_minIcon h2 {font-size:16px; font-weight:bold; line-height:24px;}
div.container_empty_title_minIcon h1 span {line-height:24px;}
div.container_empty_title_minIcon h2 span {line-height:24px;}
div.container_empty_body_minIcon {background-color:#EBE8E8; border-top:1px solid #9E9B9C; padding:8px;}
div.container_empty_body_minIcon img {border-width:0px; margin-left:5px; margin-right:5px;}

/* with bar below */
div.container_empty_titleWithBar {padding:20px 10px 0px 0px; margin:0px; float:left; border-bottom:1px solid #666666; width:90%;}
div.container_empty_titleWithBar h1 {margin:0px 0px 0px 0px;} /* for page title */
div.container_empty_titleWithBar h2 {margin:0px 0px 0px 0px;} /* for section title */
div.container_empty_titleWithBar h1 span {line-height:normal; color:#003399; font-size:22px; /*font-family:Garamond;*/}
div.container_empty_titleWithBar h2 span {line-height:normal; color:#003399; font-size:18px;}

/* specific behavior on home page (use content background) */
#home_leftColumn div.container_empty, #home_leftColumn div.container_withMinIcon {background-color:#EBE8E8; margin:0px 0px -14px 4px; -margin:0px 0px -7px 2px;}


/* fix for live content gallery in sc */
div.container_empty_body .highslide img {border-width:2px; border-style:solid;}
/* when img has a copyright*/
div.container_empty_body .image_with_copyright img {margin: 0px 0px 3px 0px; padding:3px; float:left;}
div.container_empty_body .image_with_copyright_full img {margin: 0px 0px 0px 0px; padding:3px; float:none; width:99%;}




