﻿


/* ================================================== */
/* ---------------------- PRINT ---------------------- */
/* .................................................. */



body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#searchResult, #sideBarLeft, #header, #topMenu, #searchResult, #rightContent, #sideBarRight
{
    display:none !important;
}

#btnMobileMenu, #header, .resultPageSearchField {
       display:none !important;
}

#page {
    background-image: none !important;
}

.sideBarNewsItem {
    display: block;
    margin-bottom: 10px;
}
/* ====================== FONTS & HEADINGS & IMG ====================== */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 0 0 7px 0;
}

h2 
{
    font-size: 1.0em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 5px 0 0;
}

h3 
{
    font-size: 0.8em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 5px 0 0;
}

.introduction
{
	font-weight: bold;
	color: #333;
}

p {
	font-size:0.75em;
	color: #717171;
	line-height: 17px;
	padding: 0 0 5px 0;
}


a, a:link, a:hover, a:active, a:visited {
	color:#000;
	text-decoration: none;
	border: none;
	outline: none;
	cursor:pointer;
}

.cb {
	clear: both;
	width: auto;
	height: 0;
	line-height: 0;
}

#footer
{
    /*width:100%;
    font-size:10px;
    text-align:center;
    padding:20px 0 0 0;
    clear:both;*/

    display: none !important;
}

.MainBodyFooter {
    border-top: 0px solid #cccccc;
    padding-top: 5px;
    color: #999999;
    font-size: 11px;

}

    .MainBodyFooter ul {
        width: 33%;
        font-size: 11px !important;
        color: #aaa !important;
    }

    .MainBodyFooter ul li {
        /*list-style: none !important;*/
        display: block;
        list-style-type: none !important;
        
        padding: 0px !important;
        margin: 0px 0px 10px 0px !important;
    }

.lblMainBodyFooter a
{
        font-size: 11px !important;
        color: #aaa !important;
}
.lblMainBodyFooter {
    line-height: 14px;
    display: block;
}

.lblMainBodyFooterHeader {
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

#footer a, #footer span
{
    display:none !important;
}
#footer span.legalText
{
    display:block !important;
}

#contentArea {
    width: 678px !Important;
}

.textBlock table.classic {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

.textBlock table.classic tr {
}

.textBlock table.classic td, .textBlock table.classic td 
{
    width: auto !Important;
    border-width: 1px;
	padding: 5px 5px 5px 10px;
	background-color: white;
}

.textBlock table.classic td p {
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
}


.pagebreak
{
    margin:0;
    padding:0;
    page-break-after:always;
}

.unilabsSiteLink {
	display: none;
}


#startBlock {
    margin-left: 50px;
    margin-top: 30px;
    border-top: 1px solid #E53517;
    padding-top: 50px;
    padding-bottom: 10px;
    display: inline-block;
}

#startBlock .startBlockHeader {
    width: 100%;
     text-align: center;
    display: block;
    font-size: 0.74em;
    margin-bottom: 30px;
}

#startBlock .startBlockHeader span {
       margin-right: 10px;
}

#startBlock .startBlock {
    float: left;
    width: 31%;
    border: 1px solid #cacaca;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;

    margin-right: 17px;
    margin-bottom: 10px;

    box-shadow: 4px 5px 12px #666666;
    -moz-box-shadow: 4px 5px 12px #666666;
    -webkit-box-shadow: 4px 5px 12px #666666;
    
    overflow: hidden;

}

    #startBlock .lastStartBlock {
        margin-right: 0px;
    }

    #startBlock img.startBlockImg {
        width: 100%;        
        
        overflow: hidden;
        border-bottom: 1px solid #E53517 !important;
        display: block;
    }

    #startBlock span.startBlockText {
        display: block;
        width: 90%;
        padding: 15px 10px 10px 10px;
        font-size: 1em;
    }

    #startBlock a {
        border: 0px;
        text-decoration: none;
        color: #666;
        font-size: 0.8em;
        display: block;
        height: auto;
    }