
.CommandBox
{
	width:90%;
}

.Panel
{
	width:192px;
		background-image:url(../images/panels/panel_mid.jpg); 

}

.PanelTop
{
	background-image:url(../images/panels/panel_top_highlight.jpg); 
	height:15px;
	font-size:1px;
}

.PanelTitle
{
	background-image:url(../images/panels/panel_mid_highlight.jpg); 
	height:24px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.PanelHighlight
{
	padding-left:10px;
}

.PanelHighlight, .AlbumCmd, .TreeRoot, .PanelHighlightCompact
{
	background-repeat:repeat-y;
	color:#666;
	font-family:Arial;

}

.TreeRoot
{
	font-weight:bold;
}

.PanelHighlight
{
	background-color:#FBFBFB; 
	border:1px solid #DDD; 
	width:155px;
	margin-left:10px;
	margin-top:3px;
	overflow-x:auto;
	font-size:8pt;
	padding-top:7px;
	padding-bottom:7px;
}

.PanelHighlightCompact
{
	background-color:#FBFBFB; 
	width:168px;
	margin-left:10px;
	overflow-x:auto;
	font-size:8pt;
	padding-top:2px;	
}

.AlbumCmd
{
	font-family:Arial;
	font-size:7pt;
	padding-left:20px;
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}

.AlbumCmd a
{
	color:#333;
}

.PanelBottom
{
	background-image:url(../images/panels/panel_bottom.jpg); 
	height:15px;

}

.Album
{
	font-size:7pt;
	padding-left:15px;
	background-repeat:no-repeat;
	vertical-align:bottom;
	white-space:nowrap;
}

.Album a
{
	text-decoration:none;
	color:#666;
	border:solid 0px black;
}

.Album img
{
	vertical-align:middle;
}

.plus
{
	cursor:pointer;
}

.NewAlbum
{
	position:absolute;
	left:50%;
	top:50%;
	display:none;
	width:190px;
	height:90px;
	border-style:ridge;
	border-width:4px;
	background-color:#79A;
	text-align:center;
	color:#333;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	
	margin-top:-45px;
	margin-left:-95px;
	z-index:999;
}

.NewAlbum input
{
	margin-top:10px;
}

.toggle
{
	margin-top:7px;
	color:#333;
	font-size:8pt;
	border:dotted 1px #333;
	background-color:White;
	width:145px;
	background-image:url(../images/panels/plusIcon.gif); 
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:13px;
	background-position:2px 2px;
	cursor:pointer;
}
