﻿@charset "UTF-8";
/* CSS Document */

body {
   background: white;
   font-size: 16px;
   overflow:visible;
   }
#pageContainer{margin:0; padding:0;
	background: transparent; width: auto; 
	position: static !important; 
	width:7.5in;
}
p.hide{display: none;}

#page{margin:0; padding:0; position:static !important;}

#leftNav {display: none; float: none !important;}

#globalNav, #ctl00_LoggedDiv, #dialog-confirm, ul.breadcrumbs, #nav {display: none; position:static !important;}   

#branding {position:static !important; float: none !important;} 

#contentContainer{
	width:670px; 
	margin:0 10px 0 30px;
	padding: 0; 
	border: 0;
	color: black; 
	background: transparent;
	float: none !important;
	position:static !important;
	} 
h1 {font-size: 22px;
	color:#000000;
	}  
h2{font-size: 18px;
	color:#000000;
	}
   
input {display: none;}

input.remove, input.add, input.again, input.button, input.cancel, p.print, .pdfprint {display: none;}

.csvButton, .new, .again, .search, .remove, .add, .print, 
	a.new, a.again a.remove, a.add, a.print{display: none;} 
	
.label{display: none;}

#bannerBtns {
    display: none;
}

#printBanner {
    display: block;
}

table {border: 1px solid #000; float: none !important; position: static; clear: both; font-size: 16px;}
caption {text-align: left; padding: 1em 0 .5em 0; font-size: 16px; font-weight: bold;
border-bottom: 2px solid #333;
}
th {
	font-size: 16px;
	text-align: left; /**** Changed by Natalie April 16 ****/
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px;
	margin: 0;
}
	
td {
	font-size: 16px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	min-width: 80px;
	padding: 5px;
	margin: 0;
}
/******* This added April 16 by Natalie ******************************/
tr.pages {
	display: none;
}
.resultsTable td, .resultsTable th {
	border: 1px solid #000000;
}
/************* End of styles added April 16 by Natalie *********************/
.success, .info, .caution, .errorSummary {
	font-weight: bold;
	font-size: 15px;
	padding: .5em .2em;
	margin-bottom: 1em;
	border: 2px solid black;
	}	

.noprint{display: none;}

.onlyPrint {display:inline;}

.break { page-break-after: always;}

#agencyFooter{display: none;}

#footer {display: none;}

.footer {display: none;}

a.footer {display: none;}


/*** Rejection Letters ***/
/**** Natalie made changes to this section as noted below ********/
div.rejectionLetter {
line-height: 130%;
font-size: 20px;
font-family: Georgia, 'Times New Roman', serif;
margin-top: 6em;
color: #000000; /*** Natalie added this line ***/
}
div.rejectionLetter img { /*** Natalie added this line ***/
	display: block; /*** Natalie added this line ***/
} /*** Natalie added this line ***/
div.rejectionLetter p {margin: 3px 0 8px 0;} /**** Natalie changed this ****/
div.rejectionLetter ol { /**** Natalie changed this group of styles ****/
	margin: 0; 
	padding: 3px 0 8px 2px;
	list-style-position: inside;
} 
div.rejectionLetter h3 {font-size: 16px; text-align: left; margin: 4em 0 0 0; color: #000000;} /*** Natalie added the color to this line ***/
/*** The following styles were added by Natalie ***/
div.rejectionLetter h1 { 
	font-size: 22px; 
	margin-top: 10px; 
} 
div.rejectionLetter .rejectionLetterBody {
	width: 830px;
	padding: 0 0 0 20px;
	margin: 0;
}