/* 
 * 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;}

A					{ color: #666666; }
A:active,
A:hover				{ color: #F40000; }
A:visited			{ color:#004080; }

UL { }

/** template specific structural selectors **/
.tpl_top_banner		{ background-color: #0A6CCE; border-bottom: solid 1px white; height: 18px;}
.tpl_body			{ }
.tpl_content		{ padding-top: 6px; padding-bottom: 6px;}

/** Article Title **/
.tpl_content_bar	{ height: 30px; width: 100%; background-color: #004080; border-left: solid 1px White; }
.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: #0A6CCE; }

.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: #3366CC;	}
.tpl_left_nav_cell A:hover 	{ color: #F40000; }

.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: #666666; }

.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; }
}								
