.nav, .sub-nav, .messages, .footer, #breadcrumbs, .sidebar
{ display: none; }


body
{
	margin: -20px 0px 0px ;
	padding-bottom: 0;
	font: Georgia, serif;
    line-height: initial;
}

a 
{
	color: #006ea0;
}

h1, h2, h3, h4 
{
	font-family: Georgia, serif;
}

h1 {font-weight: normal; font-size: 1.7em; padding: 0; margin: 0; }
h2 {font-weight: normal; font-style: italic; font-size: 1.5em; padding: 0;}
h3 {font-weight: bold; font-size: 1em; padding: 0;}

p {margin: 0 0 1em 0; padding: 0; }

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background:#d7d7d7;
	color: #d7d7d7;
	border:0;
}

label 
{
	width: 40%;
	float: left;
}

input, textbox 
{
	margin: 0 0 1em 0;
}

fieldset 
{
	margin: 2em 0;
	padding: 1em;
}

.hidden {display: none;}

 .alert, .alert p, .alert strong{
    text-align:center;
    color:red;
}

.error
{
    color: Red;
}

/************************/
/* AREAS                */
/************************/
#HeaderArea
{
	display: none;
}
#MainMenuArea
{
	display: none;
}
#FooterArea
{
	display: none;
}

.DoNotPrint
{
	display: none;
}

/************************/
/* Recalls              */
/************************/
.grp { /*Hide redundant headers.*/
    display: none;
}

/*Style Recall Date & Recall Number*/
.gist { 
    font-style: italic;
    font-size: 1.25em;
    margin: 0 0 5px 0;
}
.gist .date{ float: left;}
.gist .num { float: right;}

/*Recall Summary*/
.psummary {
    display: block;
    float: left;
    margin: 5px 0px 0 15px;
    font-size: 1.4em;
    width: 74%;
}
.psummary > span {
    margin-left: -15px;
}
.psummary > h3:first-of-type {
    display: none;
}
.psummary .lbl{
    font-weight: bold;
}

/*Recall Details*/
#details_section {
    margin-top: 10px;
    font-size: 1.2em;
    display: block;
    float: left;
}
#details_section > h3:first-of-type {
    display: none;
}
#details_section > h5:first-of-type {
    font-size: 1.2em;
    margin: 0px;
}
.legal {
    font-size: .85em;
    display: block;
    float: left;
}
.DoNotDisplayOnScreen {
    display: block;
    float: left;
}
.PrintImageCell span{
    font-size: 1em !important;
}

#ctl00_MainContent_lblImageHeader {
    display: none;
}

/*.DoNotDisplayOnScreen .PrintImageCell:first-of-type {
    float: right;
    display: block;
}*/

/* Image Grid */
#imageGrid { clear: both; }
#imageGrid li { list-style-type: none; width: 200px; float: left; text-align: center; }
#imageGrid li.first { clear: both; }
#imageGrid table { height: 200px; width: 200px; }
#imageGrid tr { text-align: center; vertical-align: middle; }
#imageGrid img { max-height: 200px; max-width: 200px; border: none !important; margin: 0px; padding: 0px; }
