div.element {
	padding: 1px;
/*	border: 1px solid #999; /**/
}


#navbar_id div.element {
/*	border-color: #666; /**/
}


div.droptarget_off {
	height: 4px;
/*	border: 1px solid #fcc; /**/
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 0pt;
}


div.droptarget_on {
	height: 4px;
	background-color: #000;
/*	border: 2px solid #f00; /**/
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 0pt;
}


.drag_handle {
/*	height: 15px;
	width: 15px;
	border: solid black 1px;
/*	background-image: url(/img/move_arrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
*/	cursor: move;
}


div.droptarget_dropped {
	border: 2px solid #0f0;
	margin-top: 1px;
	margin-bottom: 1px;
}


#trash_contents_div {
	width: 400px;
	height: 250px;
	z-index: 10;
	background: #fff;
	border: solid 1px black;
	padding: 2px;
}


#trash_contents_header_div {
	background: #666;
}

#trash_contents_header_div td {
	font-size: 10pt;
	color: #fff;
}

#trash_contents_header_div a:link {
	color: #fff;
}

#trash_contents_header_div a:visited {
	color: #fff;
}

#trash_contents_inner_div {
	margin: 2px;
	height: 230px;
	overflow: auto;
}
