/*=========================================================*/
/* TCG 2008 Containers Style							   */
/* Last Updated: 07-10-08                                  */
/*=========================================================*/

.cnt_Title	{ height: 15px; 
			  padding-right: 5px;
			}
	.ContentPane .cnt_Title h1, 			
	.ContentPane .cnt_Title h1 .Head, /*Fixed View Mode*/
	.BottomContentPane .cnt_Title h1, 			
	.BottomContentPane .cnt_Title h1 .Head
				{ font: normal bold 17px Trebuchet MS, Verdana;
				  color: #556B2F;	
				  white-space: nowrap;	
				}
	
	.LeftContentPane .cnt_Title h1, 			
	.LeftContentPane .cnt_Title h1 .Head, /*Fixed View Mode*/
	.RightContentPane .cnt_Title h1, 			
	.RightContentPane .cnt_Title h1 .Head /*Fixed View Mode*/
				{ font: normal bold 17px Trebuchet MS, Verdana;
				  color: #FC960A;
				  
				}
					
	.LeftContentPane .cnt_ContentPane,
	.RightContentPane .cnt_ContentPane  
				{ border-top: solid 1px #CDCFBA; }
			
	.LeftPane .cnt_Title h1, 
	.LeftPane .cnt_Title h1 .Head /*Fixed View Mode*/
				{ font: normal bold 15px Trebuchet MS, Verdana;
				  color: #e76700;	
				  width: auto;
				  padding: 0px;
				  margin: 0px;
				}
	.LeftPane .cnt_Line,
	.LeftContentPane .cnt_Line,
	.RightContentPane .cnt_Line
				{ display: none;} 
	
	.ContentPane .cnt_Title h1, 
	.LeftContentPane .cnt_Title h1, 
	.RightContentPane .cnt_Title h1, 
	.BottomContentPane .cnt_Title h1
				{ padding: 0px;
				  margin: 0px;
				}
	/* Background image line on the top of the container*/										
	.ContentPane .cnt_Line,
	.BottomContentPane .cnt_Line	  
				{ /*background-image: url('images/at_line.gif');*/
				  background-image: url('images/ti_line.gif'); /*For TI site  */
				  background-position: right;
				  background-repeat: no-repeat;
				}

.cnt_Line	{ height: 15; 
			  width: 100%;
			}

.cnt_ContentPane 
			{ padding-top: 10px; 
			  padding-bottom: 10px;			
			}			

.TransparentPadding {padding-bottom: 10px;}
