/* 
 * top level css
 * for template page based rendering
 */

/* apply to all elements */
*					{ font-family: Tahoma,Verdana,Arial,Helvetica; font-size: 100%; line-height: 1.25em;}
BODY				{ background-color: white; margin: 0px; font-size:70%;}

P {font: inherit;}

/* controls colors in head1 section only */
A					{
	color: none;
}
A:active				{
	color: none;
}
A:hover				{
	color: none;
}
A:visited 			{
	color: none;
}

UL { }

/** template specific structural selectors **/
.tpl_top_banner		{
	background-color: #000000;
	border-bottom: solid 1px white;
	height: 18px;
}
.tpl_body			{ }
.tpl_content		{ padding-top: 6px; padding-bottom: 6px;}

/** Article Title background **/
.tpl_content_bar	{ height: 30px; width: 100%; background-color: #004080; border-left: solid 1px White; }
/** Article Title in white color - change font-size to adjust**/
.tpl_content_title  { font-family: tahoma, verdana, arial, helvetica; font-size: 20px; font-weight:bold; padding: 5px 5px 5px 10px; 
					color: White; width: 90%; }
.subBannerGif		{ height:30px; } 

.tpl_footer			{ background-color: #0A6CCE; height: 48px; }
.tpl_footer_row1	{ color: White;}
.tpl_footer_row2	{ color: White; padding-left:5px; font-size: 10px; margin-bottom: 6px;background-color: ; }

.tpl_left_nav_cell	{ font-family: inherit; font-size: 12px; background-color: #f1f1f1;  padding-bottom: 6px; border-right: solid 1px #999999; }
.tpl_left_nav_cell A,
.tpl_left_nav_cell A:visited,
.tpl_left_nav_cell A:active	{
	color: #214ECD;
}
.tpl_left_nav_cell A:hover 	{
	color: #6495ED;
}

.tpl_search_container	{	width: 180px; padding:4px 0px 4px 0px; background-color: #0A6CCE; }
.tpl_flyout_container	{ 	width: 180px; padding-bottom: 5px; border-bottom: solid 1px #999999; }
.tpl_feedback_container	{   display: none; width: 180px; text-align: left;}
.tpl_feedback_container A:visited {
	color: #214ECD;
}

.tpl_leftad_container	{   width: 180px; margin-top: 12px; text-align: center; font-size: 12px;font-weight: bold;}

#TopPanel { margin: 0px; padding: 0px;  }
#idToolbar { background-color: #3366cc; }

@media print 
{
	.ftr_copyright_text{font-size: 12px; font-family:Tahoma,Verdana,Arial,Helvetica; color: black;}
	.tpl_left_nav_cell { display: none; }
	.tpl_top_banner  { display: none; }
	.kbRightNav      { display: none; }
	.fhRightNav      { display: none; }
	.subBannerGif      { display: none; }
	.GetHelpHori       { display: none; }
	.GetHelpVert       { display: none; }
	#idToolbar   { display: none; }
	#idICPBanner { display: none; }
	.noprint     { display: none; }
}								

