/* ==================================================================
 *  blainroe__print.css
 * ==================================================================
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */

BODY {
	color				: black;
}

TD, INPUT, TEXTAREA {
	color				: black;
}


/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divBody {
	background-color	: white !important;
	background-image	: none !important;
}

#divPageInner {
	display				: block;
	border				: 0;
	width				: auto;
}

#divPageOuter {
	display				: block;
	border				: 0;
	width				: auto;
}



/* -------------------------------
 *  Top region
 * -------------------------------
 */

/* region container */

#divRegionTop {
	height				: auto;
	position			: static;
	overflow			: hidden;	/* IE7 bug */
	padding				: 0;
	margin				: 0;
	background-image	: none !important;
	background-color	: transparent !important;
}

.ie6 #divRegionTop {			/* else IE6 will eat the contents */
	height				: 1%;
	overflow			: visible;
}

/* subsections */

#divSectionLogo {
	position			: static;
	float				: left;
	display				: inline;
}

#divSectionHeader {
	position			: static;
	display				: inline;
	width				: auto;
	height				: auto;
	overflow			: hidden;
	border				: 0;
	background-image	: none !important;
}

#divSectionTopNav {
	display				: none;
}

#divSectionTopSecondaryNav {
	display				: none;
}

#divSectionHeaderTitle {
	position			: static;
	color				: black !important;
	background-color	: transparent !important;
	border				: 2px solid black !important;
	width				: auto;
	height				: auto;
	padding-top			: 10px;
	padding-bottom		: 10px;
	padding-left		: 20px;
	padding-right		: 20px;
	font-size			: 8pt;
	font-weight			: bold;
}






/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	overflow			: visible;
	text-align			: center;
	background-image	: none !important;
	width				: auto;
}


/* columns */

#divColumn99 {
	display				: block;
	float				: none;
	margin				: auto;
	padding				: 0 0 20px;
	width				: auto;
	font-size			: 10pt;
	color				: #333333;
	text-align			: left;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-size			: 10pt;
}

#divColumn1 {
	display				: none;
}

#divColumn2 {
	display				: none;
}

.ie6 #divColumn99 {
	margin				: auto;
}




/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	display				: block;
	position			: static !important;
	clear				: both;
	width				: auto;
	background-color	: white !important;
	color				: #333333;
	border-top			: 1px solid #DDDDDD;
	padding-top			: 12px;
	margin-top			: 0px;
}

#divRegionBottom A {
	color				: #666666;
}

/* subsections */

#divSectionCopyright {
}

#divSectionBottomNav {
	display				: none;
}



/* -------------------------------
 *  Images
 * -------------------------------
 */

#divSectionHeader IMG {
	display				: inline;
}


/* -------------------------------
 *  Tables
 * -------------------------------
 */

TABLE.contentTable * {
	background-color	: white !important;
}

TABLE.contentTable TH {
	color				: #666666;
}
