/*==========
* UNIVERSITY
* ==========
*
* Pantone 2945 C (blue)
* #00528B
*
* Black
* #393938
*
* Pantone Cool Gray (9C)
* 4B4B4C
*
* Pantone Cool Gray (4C)
* #7C7C7D
*
* Pantone 296 C (black/blue)
* #021E2F
*
* =======
* FACULTY
* =======
* Dark Burgandy
* #911C11
*
* Light Pink
* #CFA19C
*
* Lighter Pink (Pale Pink)
* #F4E8E7
*/

/* Print stylesheet */

@page
{
	margin: 10%;
}

#accessibility
{
	display: none;
}

#global-header 
{
	display: none;
}

#section-nav
{
	display: none;
}

#footer, #section-nav-footer
{
	font-size: 10pt;
}

div.noticeboard
{
	padding: 5px;
	border-color: #7C7C7D;
	border-style: solid;
	border-width: 1px;
}

/* Table Styles Section */

table.grid1, table.grid2
{
	border: 1px solid #7C7C7D;
	border-spacing: 0px
}

table.grid1 td, table.grid1 th, table.grid2 td, table.grid2 th
{
	border: 1px solid #7C7C7D;
	border-spacing: 0px
}

table.grid1 th, table.grid1 tf, table.grid1 td
{
	padding: 5px 5px 5px 5px;
}

table.grid1 caption
{
	font-size: 1.1em;
	color: #000;
	text-align: center;
	font-weight: bold;
}

table.grid1 th
{
	text-align: center;
	font-weight: bold;
}

table.grid2
{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1px;
	margin-right: 1px;
	display: table;
}

table.grid2 th, table.grid2 tf, table.grid2 td
{
	padding: 0.2em 0.2em 0.2em 0.2em;
}

table.grid2 caption
{
	font-size: 1.1em;
	color: #000;
	text-align: center;
	font-weight: bold;
}

table.grid2 th
{
	text-align: left;
	font-weight: bold;
	background-color: #4B4B4B;
}

.TblHead1 th, .tbl-head1 th, .TblFoot th, .tbl-foot th
{
    background-color: #4B4B4B;
}

.TblHead2 th, .tbl-head2 th
{
    background-color: #4B4B4B;
}

.TblSlat, .tbl-slat
{
    background-color: #7C7C7D;
}
