@media screen {
 
	
	 body {
        overflow: hidden;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
	
	.contextdisplayheadingtable {      
        table-layout: auto;
    }
	
	 H2 {
        font-size: 0pt !important;
        padding: 0px;
        margin: 0px;
        -webkit-margin-before: 0em !important;
        -webkit-margin-after: 0em !important;
        font-weight: normal !important;
    }
	
	H3 {
        font-size: 0pt !important;
        -webkit-margin-before: 0em !important;
        -webkit-margin-after: 0em !important;
        font-weight: normal !important;
    }
	
	 table {
        font-size: 9.5pt;        
    }
	
	.RadGridColumnWrap {
        height: 23px;
        font-family: Verdana !important;
        font-size: 9.5pt !important;
    }
	
	.RadPanelBar .rpText {
		font-size: 9.5pt !important;
	}
	
	.RadTabStrip .rtsLink {
	max-width: 305px !important;	 
		}
		
	div.RadTile h6.rtileTitle {      
        font-weight: bold;
    }
}

 @media print {
	 
	 body {
        margin: 0px !important;     
        overflow: visible !important;
        display: block !important;
        width: 100% !important;
    } 
	 
	  form {
        margin: 0px !important;
        background-color: white;
        overflow: visible !important;
        display: block !important;
        width: 100% !important;
    }
	
	TABLE {       
        background-color: white;      
    }
	
	 .divOverflowAuto {
        overflow: visible !important;
        height: auto !important;
        display: table !important;
        background-color: #FFFFFF !important;
    }
	
	 div.content {
        margin-top: 0px;
        top: 100px;
        position: absolute;
        height: auto !important;
        overflow: visible !important;
        width: 100%;
        display: table !important;
    }
	
	 div.container {
        margin-top: 0px;
        position: absolute;
        height: auto !important;
        overflow: visible !important;
        width: 100%;
        display: table !important;
    }

    div.nav {
        display: none !important;
    }

    div.headerBannerContent {
        width: 400px !important;
        top: 2px !important;
        right: 0px !important;
        position: absolute !important;
    }

    div.buttonBar {
        display: none !important;
    }
	
	
    .verticalStretchWithOverflow {
        width: 100%;
        height: auto !important;
        overflow: visible !important;
        display: block !important;
    }

    .RadGrid {
        display: table !important;
        height: auto !important;
        overflow: visible !important;
    }

    .rgDataDiv {
        height: auto !important;
        overflow: visible !important;
        display: table !important;
    }
	 
 }