/* 
    Document   : print
    Created on : Apr 9, 2012, 2:06:31 PM
    Author     : Towles
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin:0; 
    padding:0; 
    line-height: 1.4em; 
    word-spacing:1px; 
    letter-spacing:0.2px; 
    font: 14px "Times New Roman", Times, serif; 
    color: #000;
    text-shadow: none;
}

.siteContent {
	padding: 0px;
}

.ui-dt-c{
    line-height: 1.4em; 
    word-spacing:1px; 
    letter-spacing:0.2px; 
    font: 16px "Times New Roman", Times, serif; 
    font-weight: bold;
    color: #000;
    text-shadow: none;
}

.ui-widget-header{
    font: 20px "Times New Roman", Times, serif; 
    font-weight: bold;
    color: #000;
    text-shadow: none;
}

.ui-datatable-header{
    font: 20px "Times New Roman", Times, serif; 
    font-weight: bold;
    color: #000;
    text-shadow: none;
}

.ui-panel-content{
    font: 16px "Times New Roman", Times, serif; 
    color: #000;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
}

body .ui-panelgrid .ui-panelgrid-cell.ui-widget-header{
	color: #000000;
}


a{
    text-decoration: none;
}

/*Remove Element*/

.DoNotPrint {display:none;}

.doNotPrint {display:none;}

.do-not-print {display:none;}

.noBreakTable{
	page-break-inside:avoid; 
	page-break-after:auto 
}

