/* Main Panel Container */

.ddajaxsidepanel{ 
	position: fixed; /* keep this value as is */
	top: 0; /* keep this value as is */
	visibility: hidden; /* keep this value as is */
	background: #FFF;
	/*border-color: white;
	border-left: 1px ridge #eee;
	-moz-box-shadow: -10px 0 10px rgba(137,137,137, 0.8); /* CSS 3 box shadow */
	/*-webkit-box-shadow: -10px 0 10px rgba(137,137,137, 0.8);
	box-shadow: -10px 0 10px rgba(137,137,137, 0.8);
	-webkit-box-sizing: border-box; /* Set .ddajaxsidepanel width so that any padding or borders are added inside this width, not in addition to */
	/*-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	z-index: 90000;

}



.ddajaxsidepanel .panelhandle{ /* CSS for Panel Handle DIV */
	width: 100px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	cursor: pointer; /* path to "handle" gif */
	background-color: #000;

}

.panelhandle{
	background-image: url(../slide_panel_images/slide_panel_tab_close_btn.jpg);
	background-repeat: no-repeat;
	background-position: left 270px;
}

.ddajaxsidepanel .contentarea{ /* CSS for main content area DIV */
	height: 100%;
	width: 100%;
	z-index: 1000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom:0px;
	padding-left: 10px;
	overflow: hidden;
}


/* CSS for Panel tab */

#tab {
	width:54px;
	height:200px;
	position:fixed;
	right:0px;
	top:285px;
	display:block;
	cursor:pointer;
	background-color: transparent;
	z-index: 90000;
}


#tab_border{
	width:6px;
	height:100%;
	position:fixed;
	right:0px;
	top:0px;
	display:block;
	background-color: #000;
	z-index: 90000;
}


.ddajaxsidepanel .top-bar{
	width: 100%;
	height: 142px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F00;
	cursor: pointer; /* path to "handle" gif */
}



.top-bar{
	background-image: url(../news_images/close_btn_news.png);

	background-repeat: no-repeat;
	background-position: 50%;

}


.top-bar-projects{
	width: 100%;
	height: 142px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F00;
	cursor: pointer; /* path to "handle" gif */
	background-image: url(../news_images/close_btn_news.png);
	background-repeat: no-repeat;
	background-position: 50%;

}






