div.print-button, div.activity, div.buttonblock
{
	display: none;
}

/* Don't wrap audit labels in print mode */
div.indicator-object div.block label
{
	white-space: normal;
}

/* Audits */
span.pi
{
	font-size: 10px;
	ddcolor: #47688f;
}


/* QI Projects print view */

table.project_line
{
	width: 100%;
}

div.class-project
{
   border-left: 4px solid #739269;
}

div.attribute-long p, div.attribute-project
{
   padding-left: 3px;
   color: #5B5B5B;
}

div.attribute-long h3
{
   font-style: italic;
   padding-left: 3px;
   color: #304F26;
}

div#maincontent-design div.content-view-full div.class-article div.attribute-long p, div.attribute-long ul, div.project-fb em, div.event-fb td, div.attribute-long table
{
   color: #5B5B5B;
}

span.project-title
{
   padding-left: 3px;
   font-size: 2.0em;
   color: #336600;
}

div.project-fb
{
    border-top: solid 4px;
    border-color: #729402;
    width: 55%;
}

div.project-fb div.print-button
{
	margin: 10px 0 0 10px;
}

div.project-fb a
{
    padding-left: 5px;
}

div.project-fb-element
{
    padding: 0 20px 3px 0;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    color: #fff;
    background-color: #82A412;
    width: 60%;
}

div.project-sub-topic
{
    padding-left: 3px;
    color: #205300;
    width: 120px;
    float: left;
}

div.project-pre-topic
{
    padding-left: 3px;
    color: #205300;
    width: 200px;
    float: left;
}

div.project-sub-content 
{
    color: #808080;
    padding-top: 10px;
}

div.project-sub-content table
{
    padding-left: 3px;
}

div.project-sub-content span.project-title
{
    padding-left: 3px;
    font-size:1.3em;
    font-weight: bold;
    color: #336600;
}

.sub-description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9f9f9f;
	font-weight: 600;
	font-style: italic;
	width: 350px;
	margin: -13px 0 10px 0;
}

/* Performance Indicator Listing */
table.perfindicators
{
    border: 0;
}

table.perfindicators th
{
    border-bottom: 4px solid #B7C4D4;
    padding: 2px;
}

table.perfindicators td
{
    border-bottom: 1px solid #d9e5f2;
    padding: 2px;
    white-space: nowrap;
    width: 400px;
}

table.perfindicators td.pi
{
    text-align: center;
}


