
#container 
    {
    margin:0 0 0 0;
    }
#bottom_container 
    {
    clear: both;
    }
h3.accordion_toggle, h3.accordion_toggle_active
    {
    cursor: hand;
    display: block;
    padding:0 0 0 10px;
    height:29px;
    margin: 0;
    font-weight:normal;
    font-size:12px;
	line-height:30px;
    color:#666;
    font-family:"Trebuchet MS",  verdana, sans-serif;
    }
h3.accordion_toggle_active
	{
    color:#ffffff;
    }
.accordion_toggle
    {
    background: url(images/accordHdrClosed.gif) no-repeat;
	border-top:1px solid #f1f2f4;
    }
	#bottom_container #first
		{
		border-top-style:none;
		}
.accordion_toggle_active
    {
    background: url(images/accordHdrOpen.gif) no-repeat;
    }
.accordion_toggle[id="first"]
	{
    background: url(images/accordHdrClosed_first.gif) no-repeat !important;
	}
.accordion_toggle_active[id="first"]
	{
    background: url(images/accordHdrOpen_first.gif) no-repeat !important;
	}
/*.accordion_toggle[acc="last"]
	{
    background: url(images/accordHdrClosed_last.gif) no-repeat;
	height:34px !important;
	margin-bottom:-5px !important;
	}
.accordion_toggle_active[acc="last"]
	{
    background: url(images/accordHdrOpen.gif) no-repeat !important;
	}*/
.accordion_content 
    {
	background:#ffffff url(images/leftNavBG.gif) repeat-x bottom;
    color: #999999;
    margin:0;
    border: 1px solid #d9dae1;
	border-top-style:none;
    overflow: hidden;
    }
.accordBtm
	{vertical-align:bottom;
	clear:both;
	display:block !important;
	height:20px;
	background: url(images/accordBtm.gif) no-repeat bottom;
	}
/*.accordion_content[concon="last"]
	{
	border-bottom-style: none !important;
	}

.accordion_toggle[acc="last"] + .accordion_content[concon="last"] +  .accordBtm
	{
	display:none;
	}*/
.accordion_content
    {
    color: #666666;
    line-height: 110%;
    }
.accordion_content p, .accordion_content table td
	{
	padding-bottom:2px;
	font-size:11px;
	color: #666666;
    line-height: 135%;
	}
table.accordFormTbl
	{
	}
table.accordFormTbl td
	{
	padding:5px 0 8px 0;
	}
.insideAccord
	{
	padding:12px 5px 15px 5px;
	color: #666666;
    line-height: 110%;
	min-height:200px;
	}
	html*.insideAccord
		{/*IE ONLY HACK*/
		min-height:236px !important;
		}/*IE ONLY HACK*/
		
.whatsnew 
	{ padding: 0px 5px 15px 15px;

	}
.whatsnewtext
	{ padding: 0px 15px 10px 15px;
	}

/* TinyMCE specific rules */
body.mceContentBody {
   background: red;
}