.MyReorderList ul
{
	 list-style:none;
	 margin-left:0; 
	 padding: 0px; 
	 margin: 0px; 
}

.ItemList ul
{
	 list-style-type:disc; 
	 padding-left: 0px; 
	 margin-left: 15px;
}

.ItemList ol
{
	 list-style-type:decimal; 
	 padding-left: 0px; 
	 margin-left: 20px;
}

.MyReorderList
{
   
}

.MyPrivateDragHandle {
	width:15px;
	height:15px;
	background-color:Blue;
	cursor:move;
	border:outset thin white;
	margin-right:5px;
}

.MyPrivateBetterDragHandle {
	width:12px;
	height:24px;
	background-image:url(ucDragHandle.gif);
	cursor:move;
	border:outset thin white;
	margin-right:5px;
}

.MyPrivateTextCssClass
{
    font-size:small;
}

.MyPrivateTitleCssClass
{
    font-size:large;
}


.MyReorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.MyPrivateImage
{
    margin-right:5px;
    margin-bottom:5px;    
}

.MyPrivateModalBackground 
{
	background-color:Gray;	
	filter: alpha(opacity=80);
	opacity:0.7;
}

.MyPrivateListPanel
{
    float:left;
    text-align:center;
}

.MyPrivateModalPopup {
	background-color: #FAF8F1;
	border-width:3px;
	border-style:solid;
	border-color:#013668;
	padding:20px;
	text-align: left;
}

.MyPrivateEditPanel
{
    background:#eeeeee;
    color:Black;
}

.MyPrivateButtons
{
   padding:2px;
}

img
{
    cursor:pointer;
}
