﻿@import url(intranet.css);

body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

#top_menu
{
	display: none;
}

#breadcrumb
{
	display: none;
}

#subheader
{
	display: none;
}

.AspNet-Menu-Vertical
{
	display: none;
}

#header
{
	width: 100%;
	display: block;
	float: none;
}

#main_content
{	
	width: 100%;
	display: block;
	float: none;
	page-break-after: avoid;
}

h3
{
	page-break-before: always;
}


table tr, table tr td
{
	page-break-inside: avoid;
}

#main_header
{
	display: block;
	float: none;
	width: 100%;
}

#logo
{
	display: block;
	float: none;
	width: 100%;
	height: 75px;
}

#logo a {
	display: block;
	padding: 61px 0 0 0;
	width: 500px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(../images/logo.gif) no-repeat;
	float: none;
}

#footer
{
	display: none;
}