/* ********************user items style ***********************/


/* *** pop up layer ************* */

#show_layer{
top:300px;
left:150px;
padding:0px;
margin:0px;
position:absolute;
overflow:visible; 
display:none;
width:681px;
z-index:1000;
}

#content{
display:inherit;
background-color:#FFFFFF;
display:block;
width:672px;
border:1px solid #666666; 
}
#content p{
margin:0px;
padding:25px;
}

#shadow_bottom{
display:inherit;
clear:both;
width:681px;
height:10px;
background-image:url(images/shadow_bottom.png);
background-repeat:no-repeat;
}

#content_container{
display:inherit;
width:681px;
background-image:url(images/shadow_right.png);
background-repeat:no-repeat;
background-position:right top;

}

#handle{
display:inherit;
background-color:#cccccc;
padding:2px;
width:668px;
cursor:move;
}


#close_top{
display:inherit;
/*
background-color:#666666;
padding:2px; */
float:right;
vertical-align:middle;
}
#close_top img{
padding:0px;
margin:2px;
}

#close_bottom{
display:inherit;
background-color:#cccccc;
padding:2px;
width:100%;
margin:auto;
}
#show_layer a:link{
font-size:10px;
color:#666666;
font-weight:bold;
text-decoration:none;
}
#show_layer a:hover{
font-size:10px;
color:#333333;
font-weight:bold;
text-decoration:none;
}
#show_layer a:visited{
font-size:10px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

/* *** end popup layer ************* */


.user_item_list{
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
margin-top:2px;
padding:0px;
}


#add_new_user_item{
float:right;
}
.pale_grey{
color:#999999;
}
/* ******************** end user items style ***********************/

