﻿.noprint
{
    display: none;
}
#PageContainer
{
	width: 100%;
	margin: auto;
	border: solid 2px #ccc;
}

#HeaderContainer #HeaderLoginContainer
{
    display: none;
}
#HeaderContainer #HeaderMenuItems  
{
    display: none;
}
.InnerPageMask {
    display: none;
    /* Moved into Questionnaire.Print.css as well */
}
.InnerPageContainer 
{ 
    margin-left:  0; 
    position: relative; /* Move it relative to the Logo */
    top: -42px;
}
#ContentContainer .ContentTitle H2 { 
    text-align: center;
    background-color: transparent; 
    color: #000; 
    padding: 2px 5px 5px; 
    margin: 0; 
    margin-left: 87px; /* And the shunt it over to be aligned to the Logo */
    border-style: none;
    background-image: url(../Images/MenuBottomBg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
#ContentContainer .ContentPageContainer { 
    margin-top: 5px; /* same as #ContentContainer's */
    border-top-width: 2px; 
}

#ContentContainer .ContentSubContainer .ContentTitle H2 { 
    background-color: #0088E0; 
    color: #FFF; 
    padding: 2px 5px; 
    margin: 0; 
    border-style: solid;
    background-image: none;
}
.recordButtons { 
    display: none;
}

#ContentContainer .ContentSubContainer .ContentPageContainer { 
    margin-top: 0; 
    border-top-width: 0; 
}

#ContentOptionsContainer {
    display: none;
}

.raCertificate {
    border: solid 2px #ccc;
}