/*=========================================================*/
/* TCG 2007 Containers Style							   */
/* Last Updated: 03-14-07                                  */
/*=========================================================*/


		
/* note: Overwrite Head*/
.ContentPane .cnt_Title .Head			
{	
	font-family: Trebuchet MS, Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #556B2F;	
	white-space: nowrap;					
}				

/* Background image line on the top of the container*/										
.ContentPane .cnt_Line 
{
	background-image: url('images/at_line.gif');
	background-position: right;
	background-repeat: no-repeat;
}
					
.LeftPane .cnt_Title .Head
{	
	font-family: Trebuchet MS, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #fc960a;	
	white-space: nowrap;					
}		
					
/* Background image line on the top of the container*/										
/*.LeftPane .cnt_Line 
{
	background-image: url('images/tcrm_line.gif');
	background-position: right;
	background-repeat: no-repeat;
}	*/




