/*
-----------------------------------------------
support.sas.com template productstyles  
Samples & Notes pages
author:   paul tidball
version:  25Aug2009
----------------------------------------------- */



table.product {
	border: 1px solid gray;	
	
}

tr.product_header  {
	text-align: center;
    background-color: #CCCCCC;
    font-weight: bold;
}


tr.product_row {
	text-align: center;
    background-color: #ffffff;
}

.internalonly { 
        font-size: 110%;
        color: #cc0000; 
        font-weight: bold; }
       
       
.internaldisplay { 
        font-size: 110%;
        color: #888888; 
        font-weight: bold; }
        
.internalonlybox {
	 border: solid 2px red;
     padding: 5px 5px 5px 15px; 
     margin: 40px 0px 0px 0px;
	}
       