.outer_panel_01 {
	width: 100%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}
.outer_panel_01_header {
	background: url(/images/oxygen/panel_01_top.gif) no-repeat top left #9480b5;
	height: 30px;
	color: #fff;
	text-shadow: #422e67 1px 1px 0px;
	filter: Shadow(Color=#422e67, Direction=135, Strength=5);
}
.outer_panel_01_header h2 {
	margin: 0;
	padding: 8px 0px 0px 10px;
	font-size: 1em;
	float: left;
	color: #fff;
	text-align: center;
	border: 0px;
	background: none;
}
.outer_panel_01_header h2 a {
	color: #FFFFFF;
}
.outer_panel_01_tr {
	background: url(/images/oxygen/panel_01_tr.gif) no-repeat;
	width: 11px;
	height: 30px;
	float: right;
}
.outer_panel_01_br {
	background: url(/images/oxygen/panel_01_br.gif) no-repeat top left;
	width: 11px;
	height: 10px;
	float: right;
}
.outer_panel_01_content {
	background: #9480b5;
	border-left: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
	padding: 5px 5px 0px 5px;
}
.outer_panel_01_footer {
	background: url(/images/oxygen/panel_01_bl.gif) no-repeat bottom left #9480b5;
	height: 7px;
	width: 100%;
}
.inner_panel_01_header {
	background: url(/images/oxygen/panel_02_tl.gif) no-repeat left;
	height: 4px;
	color: #422e67;
}
.inner_panel_01_content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	padding: 10px 5px;
}
.inner_panel_01_tr {
	background: url(/images/oxygen/panel_02_tr.gif) no-repeat;
	width: 4px;
	height: 4px;
	float: right;
}
.inner_panel_01_br {
	background: url("/images/oxygen/panel_02_br.gif") no-repeat scroll left top transparent;
	float: right;
	height: 5px;
	width: 4px;
}
.inner_panel_01_footer {
	background: url("/images/oxygen/panel_02_bl.gif") no-repeat scroll left top transparent;
	height: 5px;
	width: 100%;
	clear:both;
}
.inner_panel_02_header {
	background: url(/images/oxygen/panel_03_top.gif) no-repeat left;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
	margin: 0px;
}
.inner_panel_02_header h2 {
	margin: 0px;
	padding: 3px 0px;
	font-size: 12px;
	text-align: center;
	color: #4f4e5e;
}
.inner_panel_02_tr {
	background: url(/images/oxygen/panel_03_tr.gif) no-repeat;
	width: 5px;
	height: 26px;
	float: right;
	margin-top: -4px;
}
.inner_panel_02_br {
	background: url(/images/oxygen/panel_03_br.gif) no-repeat top left;
	width: 5px;
	height: 4px;
	float: right;
}
.inner_panel_02_content {
	background: #fff;
	border-left: solid 1px #b9b9b9;
	border-right: solid 1px #b9b9b9;
	padding: 5px;
	margin: 0px;
}
.inner_panel_02_footer {
	background: url(/images/oxygen/panel_03_bottom.gif) no-repeat top left;
	height: 4px;
	width: 100%;
	clear:both;
}

/*CUSTOM STYLE DECLARATION*/
#functional_buttons{
padding:5px 0 0 10px;
float:right;
	}
	
/*Custom Panels*/
#lhs{
	float:left;
	width:234px;
	}
	
#lhs .inner_panel_02_content, #rhs .inner_panel_02_content{
	min-height:300px;
	}
	
#rhs{
	float:left;
	width:748px;
	margin-left:5px;
	}
	
/*List Items*/


ul.sidemenu li {
font-size:11px;
font-weight:bold;
line-height:29px;
}

	

.content_section_active{
	display:block;
	background:#fef5a6 url(/images/oxygen/icon_section-open.gif) 8px 10px no-repeat;
	padding:5px;
	border:solid 1px #e5e1cc;
	padding-left:25px;
	height:15px;
	font-size:11px;
	}
	
.content_section_active h2{
	color:#000;
	font-weight:bold;
	font-size:11px;
	display:inline;
	float:left;
    margin: 0;
	}

.content_section_active a{
	font-size:11px;
	font-weight:normal;
	text-decoration:underline!important;
	color:#000!important;
	}
	
