/**
 * Dragon - SOA Governance Platform.
 * Copyright (c) 2009 EBM Websourcing, http://www.ebmwebsourcing.com/
 * 
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 **************************************/
 
/* This styleSheet Defines the look of the Sliding markup */
/* Added by TIAR Abderrahmane */
	
.div_contentBox{
	background-color:#F7F5F7;
	border:1px solid #CECECE;		
	height:0px;
	visibility:hidden;
	/*position:absolute;*/
	overflow:hidden;
	padding:2px;
	width:315px;
	margin: 2px 0pt -17px;
}
.div_content{
	position:relative;		
	width:100%;
	top:-10px;
	margin-top:-3px ;
	height:15px;
}

#List {
	margin: -8px 0pt;
	width: 300px
}

#SlideButton {
	border: 1px solid rgb(89, 6, 166);
	font-weight: bold; 
	color: black; 
	background-color: rgb(248, 248, 248);
}

#controler{
	margin: -7px 0pt -10px;
}

#SlidingDiv{
	margin: -8px 0pt;
	width: 300px ;
}
	