/* CSS Document */
/* below is an example of negating the background image if you happen to have it specified in the main.css file */
body {
	background-color: #fff;
	padding-bottom: 30pt;
	font-size: 80%;
	margin: 0px 0px 75px 0px;
	background: none;
}
body, td, th {
	/*font: 10pt "Times New Roman", Times, serif;*/
    font: 10pt Arial, Helvetica, sans-serif;
}
/* gets rid of navigation and other items for printing */
#navList, #skipNav, .noPrint, #navLink, #container a.lightButton, #container a.subButton {
	display:none;
}
/* changes link color to black */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
.printOnly {
	display: block;
}
.forReader {
	height: auto;
	width: auto;
	overflow: auto;
	display: block;
}
#header h2, #header h3, #header h4 {
	margin: 2px 0px;
	padding: 0px;
}
#footer {
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
}
.noPrint {
	display: none;
}
.saveButton, .cancelButton {
    background-color:#d3d3d3;
}
div.footerButtons {
	display: none;
}

.gmsContent {
    width: 800px;
}

.deliverableHeader {
    width: 100%;
}

.deliverableHeaderActive {
    width: 100%;
}