/* ====================================================================
// Search Stylesheet
// by Nicholas C. Zakas
// ==================================================================== */

/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

/* Background Appearance */
body { background-color: #DDDECB; }

/* --------------------------------------------------------------------
// Search Settings 
// -------------------------------------------------------------------- */

/* Content Background Appearance */
body.content { background-color: white; }

/* Search List Background Appearance */
body.list { background-color: #fffff0; }
    
body.save {
	background-color: White;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

#divPageHead {
        background-color: #DDDECB;
        left: 0px;

        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 1;
}

#divPageBody {
	height: 220px;
	top: 65px;
	left: -3px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	width: 100%;
	z-index: 0;
	overflow : auto;
}

#divPageFoot {
	background-color: #DDDECB;
	bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 16px;
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0px;
	
}


#divPageTitle {
        color:#990000; 
        font-family: Arial, Helvetica, Sans-Serif; 
        font-weight: bold; 
        font-size: 12pt; 
        letter-spacing: 0pt; 
        line-height: 22px; 
        margin: 10px 10px 10px 8px;
		border-top: 1px solid black; 
		border-bottom: 1px solid black;
		padding-top: 0px;
        padding-bottom: 10px;
		padding-left: 0px;
        padding-right: 0px; 
}


#divPageTitleWithToolbar {
        color:#990000; 
        font-family: Arial, Helvetica, Sans-Serif; 
        font-weight: bold; 
        font-size: 12pt; 
        letter-spacing: 0pt; 
        line-height: 22px; 
        margin: 10px 10px 10px 8px;
		border-top: 1px solid black; 
		padding-top: 0px;
		padding-left: 0px;
        padding-right: 0px; 
}

div.listing {
        background-color: white;
        border: 1px solid black;
        height: 100%;
        padding: 10px;
        overflow: scroll;
        width: 100%;
}

#divDialogButtons {
        float:right;
}
