﻿@media print {
.oceSidebar, .footer, .skmmenu, .noprint, Copyright .Right, .HideOnPrint, .placemenu, .LCap, .RCap, .headerMenu, .placeMenu, .oceTitleBar, #oceSidebarNav {
display : none;
}
#dContent, #dContent1, .content {
width : 100%;
margin : 5px;
position : static;
float : none;
}
.panHeader 
{
padding: 15;
position : relative;
left : 0;
height : 150px;
width : 100%;
background : #f2f2f2;
z-index : 3;
}
.headerLogo {
top : 50px;
left : 30px;
position : absolute;
}
.headerSchool {
text-align : center;
}
p, td, th, ul, a {
background-color : #fff;
color : #000;
font-family : "Times New Roman", Garamond, serif;
font-size : 12pt;
}
body {
margin : 0;
padding : 0;
line-height : 60%;
font-family : "Times New Roman", Garamond, serif;
font-size : 12pt;
color : black;
background-color : white;
}
.content {
background-color : #fff;
left : 10px;
width : 100%;
border : none;
font-family : "Times New Roman", Garamond, serif;
font-size : 12pt;
position : static;
}
ul, ol, li {
padding : 0;
margin-top : 0.2em;
margin-bottom : 0.2em;
border : 0;
line-height : 40%;
font-family : "Times New Roman", Garamond, serif;
font-size : 12pt;
}
.box {
left : -10px;
font-size : 12pt;
color : #104e8b;
margin : 20px 0 10px 0;
position : relative;
}
h1 {
position : static;
}
.AspNet-GridView {
width : 100%;
border : 1px solid black;
}
.AspNet-GridView table thead tr th {
color : white;
font-weight : bold;
padding : 1px;
font-size : medium;
}
}


