@CHARSET "ISO-8859-1";

.sidepanel ul {
	margin:0px;padding:0px;
}
.sidepanel {
	margin-bottom: 5px;
}
/* TITLE ============================================================================== */
.sidepanel-tl {
	background: url(../ext/resources/images/default/panel/corners-sprite.gif) no-repeat;
	padding-left: 6px;
	border-bottom:1px solid #99BBE8;
}
.sidepanel-tr {
	background: url(../ext/resources/images/default/panel/corners-sprite.gif) right 0 no-repeat;
	padding-right: 6px;
}
.sidepanel-tc {
	background: url(../ext/resources/images/default/panel/top-bottom.gif) repeat-x;
	overflow: hidden;
	-x-system-font:none;
	border:0 none;
	color:#15428B;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:4px 0 4px;
}
.sidepanel-tl .sidepanel-theader {
	padding:2px;
}

.sidepanel-theader span{
	position:relative;
	top: -1px;
}
.sidepanel-icon{
	padding-left: 20px !important;
	background-repeat: no-repeat;
}

.tool-icon {
	background:transparent url(../ext/resources/images/default/panel/tool-sprites.gif) no-repeat scroll 0 0;
	background-position:0 -60px;
	cursor:pointer;
	float:right;
	height:16px;
	margin-left:2px;
	margin-top:0px;
	overflow:hidden;
	width:15px;
}
/* CONTENT ============================================================================== */
.sidepanel-content {
	overflow: hidden;
}
.sidepanel-cl {
	background: #FFFFFF url(../ext/resources/images/default/panel/left-right.gif) repeat-y scroll 0 0;
	padding-left:6px;
}
.sidepanel-cr {
	background: #FFFFFF url(../ext/resources/images/default/panel/left-right.gif) repeat-y scroll right  0;
	padding-right:6px;
}
.sidepanel-cc {
	-x-system-font:none;
	background:#DFE8F6 none repeat scroll 0 0;
	border:0 none;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:6px 0 0;
		
}
.sidepanel-body {
	/*background:white none repeat scroll 0 0;
	border-color:-moz-use-text-color #99BBE8 #99BBE8;
	border-style:none solid solid;
	border-width:0 1px 1px;*/
	overflow:hidden;
	position:relative;
	*height: 85%;
}
/* FOOTER ============================================================================== */
.sidepanel-fl {
	background: url(../ext/resources/images/default/panel/corners-sprite.gif) no-repeat 0 bottom;
	padding-left: 6px;
}
.sidepanel-fr {
	background: url(../ext/resources/images/default/panel/corners-sprite.gif) right bottom no-repeat;
	padding-right: 6px;
}
.sidepanel-fc {
	font-size:0;
	height:10px;
	line-height:0;
	background: transparent url(../ext/resources/images/default/panel/top-bottom.gif) repeat-x scroll 0 bottom;
}