/* Slide Panel */
        .cb_slide_panel {
            background-color: rgba(0,0,0,0.8);
            border-right: 1px solid #333;
            box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5) inset;
            position: fixed;
            z-index: 101;
            display: none;
			left: 0;
			top: 0;
            width: 290px;
            height: 100%;
            overflow:auto;
        }
        .cb_slide_panel.panel_left, .cb_slide_panel.panel_right {
            width: 290px;
            height: 100%;
            overflow:auto;
        }
        .cb_slide_panel.panel_right {
            box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.17), 1px 1px 0 rgba(255, 255, 255, 0.85) inset;
        }
        .cb_slide_panel.panel_top, .cb_slide_panel.panel_bottom {
            height: 278px;
            width: 100%;
        }
        .cb_slide_panel.panel_top {
            box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.17), -1px -1px 0 rgba(255, 255, 255, 0.85) inset;
        }
        .cb_slide_panel.panel_bottom {
            box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.17), 1px 1px 0 rgba(255, 255, 255, 0.85) inset;
        }
        .cb_slide_panel a.close {
            background: url(/images/icons/cross.png) no-repeat;
            position: absolute;
            text-indent: -9999em;
            height: 16px;
            width: 16px;
            /*display: none;*/
        }
        a.lower_close {
        	background: url(/images/icons/cross.png) no-repeat;
        	text-indent: -9999em;
        	height: 16px;
        	width: 16px;
        	float: right;
        }
        .cb_slide_panel.panel_left a.close {
            right: 16px;
            top: 20px;
        }
        .cb_slide_panel.panel_right a.close {
            left: -42px;
            top: 20px;
        }
        .cb_slide_panel.panel_top a.close {
            bottom: -41px;
            left: 20px;
        }
        .cb_slide_panel.panel_bottom a.close {
            top: -41px;
            left: 20px;
        }
        
        .cb_slide_panel h3 {
	        color: #FFF;
	        margin: -5px 0 0 10px;
        }
        
        .cb_slide_panel .inner {
            padding: 20px 0 0 0;
            width: 248px;
        }
        .cb_slide_panel.loading .inner {
            min-height: 300px;
            background: url(/images/icons/ajax_loader_circle.gif) no-repeat scroll 50% 50% transparent
        }
        .cb_slide_panel ul {
            list-style-type: none;
			margin: 0;
			padding: 0;
        }
        .cb_slide_panel ul li a {
            text-decoration: none;
        }
        .cb_slide_panel li.help_item {
            border: 1px solid #999;
		    border-radius: 5px;
		    color: #EEE;
		    margin: 10px;
		    padding: 10px;
		    background: rgba(0,0,0,0.5);
	    }
	    .cb_slide_panel .handle {
	    	visibility: hidden;
	    }
	    .cb_slide_panel li:hover .handle {
			visibility: visible;
		}
		#show_archive,
		#help_show_all_icon {
			color: #FFF;
			margin: 0 0 0 10px;
		}
		#help_form_container {
			margin: 10px;	
		}
		.help_add {
			color: #FFF;
			margin: 5px 0 0 10px;
		}
		.cb_slide_panel #help_form_container h3 {
			margin: -5px 0 0 0;
		}
		.cb_slide_panel .banner{
			background: rgba(0,0,0,0.5); 
			color: #FFF; 
			width: 193px; 
			left: -20px; 
			position: relative; 
			padding: 2px;
		}
		.sidepanel_white {
			color: #FFF;
		}