﻿/*
this css will be used for printing style only.
- set the following items invisible
    - left navigation
*/

body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background: white;
}
#COESearch
{
    display: none;
    visibility: hidden;
}
a.COESearch
{
    display: none;
    visibility: hidden;
}
/*#MainFAULogo
{
    visibility: hidden;
    display: none;
}*/
#SchoolNameHeader
{
    display: none;
    visibility: hidden;
}
#BreadCrumb
{
    width: 100%;
    font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    background-color: #CCCCCC;
    color: #000000;
    border-spacing: 0px;
    border-width: 0px;
}
img
{
    border-style:none;
    border:0;
    border-spacing:0;
    border-width:0;
}
td.LeftNavigation
{
    width: 1px;
    visibility: hidden;
    display: none;
}
.MainContent
{
    width: 100%;
    text-align: justify;
}
a:link, a:visited 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#TableFooter
{
    display: none;
    visibility: hidden;
}