/*****************************************************************

	ActiveWidgets 2.0 Standard Edition
	Copyright (C) 2003-2005 ActiveWidgets Ltd. All Rights Reserved. 
	http://www.activewidgets.com/

	WARNING: This software program is protected by copyright law 
	and international treaties. Unauthorized reproduction or
	distribution of this program, or any portion of it, may result
	in severe civil and criminal penalties, and will be prosecuted
	to the maximum extent possible under the law.

*****************************************************************/
.aw-gecko .aw-item-ruler {
	display: inline-block;
	overflow: hidden;
	height: auto;
	width: 0px;
	vertical-align: middle;
}

.aw-sidebar-sign {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width : 20px;
	height: 20px;
	margin: -6px 0px;
	cursor: pointer;
	vertical-align: middle;
	top: 1px;
}

.aw-gecko .aw-sidebar-sign {
	display: -moz-inline-box;
}

.aw-sidebar-view .aw-list-template {
	height: auto;
}

.aw-sidebar-box {
	display    : block;
	width      : 210px;
	height     : 100% ;
	background : #6C86DC;
	border-left : solid white 1px;
	border-bottom : solid white 1px;
	padding-right : 12px ;
	padding-left  : 12px ;
}


.aw-sidebar-view  .aw-sidebar-view  .aw-sidebar-view .aw-sidebar-sign {
	margin-left: -20px
}

.aw-expanded-true .aw-sidebar-signblank {
	background: url(sidebar.png) -4px 50%;

}

.aw-expanded-true .aw-sidebar-sign {
	background: url(sidebar.png) -44px 50%;

}

.aw-expanded-false .aw-sidebar-sign {
	background: url(sidebar.png) -84px 50%;

}

.aw-sidebar-folder {
	height : 25px;
	width  : 185px;
	background : url(sidebar_bg.gif) ;
	background-repeat : no-repeat ;
	margin-top : 15px;
	margin-bottom : 0px;
	font-family : arial;
	font-size : 11px ;
	font-weight : bolder ;
	color : #3366AA;

}

.aw-sidebar-leaf {
	height : 22px;
	width  : 185px;
	background-color : #D6DFF7 ;
	margin-top : 0px;	
	margin-bottom : 0px;
	border-left : solid white 1px;
	border-right : solid white 1px;
	font-family : arial;
	font-size : 11px ;
	font-weight : 100 ;
	color : #3366cc;	
}

.aw-textonly-true {
	width  : 185px;
	height : auto ;
	max-height:88px;
	line-height : 14px;
	text-align : left;
	margin-top : 0px;	
	margin-bottom : 0px;
	border-left : solid white 1px;
	border-right : solid white 1px;
	font-family : arial;
	font-size : 11px ;
	color : black;	
}


