/* 
 * top level css
 * for template page based rendering
 */

/* apply to all elements */
*					{ font-family: Arial,Tahoma,Verdana,Helvetica; font-size: 100%; line-height: 1.25em;}
						
P {font: inherit;}

UL { }

/** template specific structural selectors **/
.tpl_top_banner		{ background-color: #003399;	border: #003399 2px solid; height: 20px;}
.tpl_body			{ }
.tpl_content		{ background-image: url(/common/resources/leftblueclip.gif);  background-position: left top; background-repeat: no-repeat; padding-top: 6px; padding-bottom: 6px;}
.tpl_content_title  { background: transparent; position:relative; z-index: 3; font-size:100%; width: 90%; }

.tpl_content_bar	{ font-size: 140%; background-color: #3366cc; height: 24px; width: 100%; padding-top:12px; padding-bottom: 6px; padding-left: 12px; font-family: Tahoma, Arial, Helvetica; font-weight: bold; color: White; text-align: left; }
.tpl_content_bar_bottom { height: 8px;  }


.tpl_footer			{ background-color: #003399; height: 48px; }
.tpl_footer_row1	{ padding-top: 3px; color: White; margin-right: 12px;}
.tpl_footer_row1 TD { color: White; }
.tpl_footer_row1 DIV { color: White; font-size: 11px; }
.tpl_footer_row2	{ color: White; padding: 6px; font-size: 10px; margin-bottom: 6px; }

.tpl_left_nav_cell	{ font-family: inherit; font-size: 12px; background-color: #3366cc;  padding-bottom: 6px;}
.tpl_left_nav_cell A,
.tpl_left_nav_cell A:visited,
.tpl_left_nav_cell A:active	{ color: White;	}
.tpl_left_nav_cell A:hover 	{ color: #FF8000;	}

.tpl_search_container	{	width: 200px; margin-right: 12px; margin-left: 6px;margin-top: 6px; margin-bottom: 6px; }
.tpl_flyout_container	{ 	width: 110px; margin-right: 12px; margin-left: 6px; }
.tpl_feedback_container	{   display: none; width: 200px; margin-top: 6px; margin-right: 6px; margin-left: 6px;  text-align: left;}
.tpl_feedback_container A:visited { color: #9999FF; }

.tpl_leftad_container	{   width: 110px; margin-top: 12px; margin-right: 6px; margin-left: 6px; text-align: center; font-weight: bold;}

.tpl_right_nav_cell			{}
.tpl_right_nav_container	{}

.tpl_header_icon
{	

	float: right; position: relative;  top: -41px;
	margin-bottom: -72px; margin-right: 2px; z-index: 1; 
}

/*
.faqHeaderIcon
{	
	position: absolute; top: 89px; left: 90%;  text-align: right;
}

.faqHeaderIcon
{	
	position: relative; left: 6px; top: -41px;
	margin-bottom: -72px; margin-right: 18px; z-index: 1; 
}

/*
.tpl_header_icon
{
	position: relative; left: 6px; top: -35px; 
	margin-bottom: -72px; margin-right: 12px; z-index: 1; 
}
.faqHeaderIcon
{ 
	position: absolute; top: 87px; left: 90%;  text-align: right;
}
*/
#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; }
	.tpl_header_icon { display: none; }
	#idToolbar { display: none; }
	#idICPBanner { display: none; }
	.noprint { display: none; }
}								
