/************Start of hack for Safari 3.0+ and Chrome************/

body:nth-of-type(1) #MainContentSection #ContentTitle
{
   padding:0 0 7px 0;
}
body:nth-of-type(1) #MainContentSection table
{
   width: 99.9999%;
}
/*For RichFX*/
body:nth-of-type(1) #RichFxContentSection #ContentTitle
{
    margin:0 10px 5px 10px;
    padding:0 0 0 0;
}

/************End of hack for Safari 3.0+ and Chrome************/

/************Start of hack for IE 7 only************/

*:first-child+html #MainContentSection #ContentTitle
{
   padding:0 0 0 0;
}

*:first-child+html #RichFxContentSection #ContentTitle
{
   padding:0 0 0 0;
}
   
*:first-child+html #SideMenu li ul.nestedUL-One
{
    display:inline;
    border-bottom-style:none;     
    border-bottom-width: 0px;
}

*:first-child+html #PopUpContentTitle h1 
{	
	padding:0 0 5px 0;	
	font-size: 1.25em;
}

/************End of hack for IE 7 only************/


/************Start of hack for IE 6 only************/
* html #MainContentSection #ContentTitle
{
   padding:0 0 0 0;
}

* html #RichFxContentSection #ContentTitle
{
	margin:0 5px -3px 5px; 
	padding:0 0 0 0;
}

* html #SideMenu li ul.nestedUL-One
{
    display:inline;
    border-bottom-style:none;     
    border-bottom-width: 0px;
}

* html #Container
{
    width: expression(document.body.offsetWidth - 50); 
}


/************End of hack for IE 6 only************/