/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
@import "screen.css";
@import "general.css";
@import "content.css";

/* print.css */
body {font-size:1.2em;color:#222;background:#fff;font-family:Arial, Verdana, Helvetica, sans-serif; margin:2.50cm}
h1 {font-size:1.773em;}
h2 {font-size:1.227em;}
h3 {font-size:1.2em;}
h4 {font-size:0.885em;}
h5,h6 {font-size:0.75em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
a {color:#222;text-decoration:underline;outline:none;}

.printHide { display:none; }


span.textImage:after {
	content: attr(title);
}


/** HEADER START **/
#headerTopBar, 
#headerMiddleBarMenu, 
#headerBottomBar, 
#contentTopPageSearch, 
#carrouselContainer, 
#leftContainer, 
#rightContainer, 
#footerContainer {
	display: none;
}

#headerMiddleBarLogo a:link {
	text-decoration: none;
}

#headerTopBarMenu {
	height: 20px;
}
#headerContainer .container {
	border-bottom: 2px solid #222;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/** HEADER END **/



/** TWO COLUMNS START **/
.contentTwoColumns .left {
    float:  left;
    margin: 0;
}

.contentTwoColumns .right {
    float:  right;
    margin: 0;
}

.contentTwoColumns .column {
    width: 45%;
}
/** TWO COLUMNS END **/

/** BREADCRUMB START **/
#contentBreadcrumbs {
    margin-bottom: 16px;
}

#contentBreadcrumbs li {
    float:      left;
    background: url(/images/icons/arrow_small_red.png) no-repeat right 12px;
    padding:    0 12px 0 7px;
}

#contentBreadcrumbs li.first {
    padding-left: 0;
}

#contentBreadcrumbs li.last {
    padding-right:    0;
    background-image: none;
}

#contentBreadcrumbs a {
    color: #222;
}
/** BREADCRUMB END **/


/** HIGHLIGHT START **/
.contentHighlightItem.right {
    float: right;
}

body#blockPreview .contentHighlightItem.right {
    float: right;
}

.contentHighlightItem.bottom {
    margin-bottom: 0;
}

.contentHighlightItem .highlightItemText {
    float:       right;
    margin:      0 10px 0px 0;
    line-height: 1.72;
}

.contentHighlightItem .highlightItemImage {
    display: none;
}

.contentHighlightItem .highlightItemBar {
	clear:         both;
	margin-bottom: 15px;
}

.contentHighlightItem .highlightItemBar a {
    text-decoration: none;
}

.contentHighlightItem .highlightItemBar span {
    font-size: 1.3em;
    color:     #222;
}

.contentHighlightItem .highlightItemBar img {
	 display: none;
}
/** HIGHLIGHT END **/

