/* css for lists */

.tree{
	margin:0;
	padding:0;
	width:95%;
	list-style:none;	
}

.noselect{
 	-moz-user-select: none;
	 -khtml-user-select: none;
	user-select: none;
}

.tree li a, .tree li span{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.tree li input, .tree li span input{
	-moz-user-select: normal;
	-khtml-user-select: normal;
	user-select: normal;
}

.tree li{
	position:relative;
	width:99%;
	clear:both;
	border:1px solid #CCC;
	border-width:1px 1px 1px 6px;
	margin:0 0 1px 0;
	overflow:visible;
	background-color:#FFF;
}

.tree li span{
	display:block;
	margin:5px; 
	font-size:12px;
}

.tree li span.pages{
	padding-left:20px;
}
.tree li .titleeidit{
	float:left;
	display:block;
	margin:5px; 
	font-size:12px;
}
.tree .inactive {
	background-color:#EEE;
	color:#777;
	border:1px solid #DDD;
	border-width:1px 1px 1px 6px;
	
}
.tree .active{
	color:#000;
	
}
.tree .selected{
	background-color:#FFFFCC;
}
.tree .selected span{
	font-weight:bold;
}
.tree .selected ul li span{
	font-weight:normal;
}
.tree .element{
	background-color:#DCF1FA;
}
.tree li span.locked{
	color:#777;
}
.tree li.hoverTop{
	border:1px solid #FF9900;
	border-width:20px 1px 1px 6px;
	z-index:10;
	
}
.tree li.hoverBottom{
	border:1px solid #FF9900;
	border-width:1px 1px 20px 6px;
	z-index:10;
}
.tree li.hoverInside{
	border:1px solid #FF9900;
	border-width:1px 1px 1px 6px;
	z-index:10;
}
.tree li.addtolist{
	color:#999;
}
.tree li ul{
	list-style:none;
	margin:2px 5px 0 5px;
	padding:3px 0 0 10px;
}
.tree li ul.pages{
	display:none;
}
.tree li a{
	display:block;
	float:right;
	margin:5px 7px 0 2px;
	font-size:11px;
}
.tree .photo{
	position:relative;
	padding:0;
	height:35px;
}
.tree .edit-photo{
	position:relative;
	padding:0 0  -15px 0;
	height:auto;
}
.tree .edit-photo .title{
	display:none;
}
.tree li img{
	position:absolute;
	top:0;
	width:35px; height:35px;
	z-index:4;
}
.tree .edit-photo img{
	width:65px;
	height:65px;
}
.tree li img.arrow{
	position:absolute;
	float:left;
	top:7px; left:4px;
	width:15px; height:15px;
	border:0;
}

.tree li .cover{
	position:absolute; top:0; left:0; margin:0;
	width:35px;
	height:35px;
	overflow:hidden;
	z-index:5;
	background:transparent;
}
.tree .photo p{
	margin:0; top:0;
	padding:0 0  0 40px;
}
.tree .edit-photo .phototitle{
	position:absolute;
	top:7px;
	left:75px;
	width:70%;
	font-size:15px;
	height:18px;
	font-weight:bold;
}
.tree .edit-photo a.preview{
	position:absolute;
	top:35px;
	left:75px;	
	font-weight:bold;
	text-align:left;
}
.tree .edit-photo a.advanced{
	position:absolute;
	bottom:5px;
	left:8px;	
	
	float:none;
	font-weight:bold;
	text-align:left;
	display:inline;
}
.tree .page-icon{
	width:17px;
	height:18px;
	border:0;
}

.tree .icon-link:link,
.tree .icon-link:visited{
	margin:5px 2px;
	width:17px;
	
}

.tree .icon-link:hover{
	
	background:transparent;
}
.tree .icon-link img{
	float:none;
	position:relative;
}
#models{
	margin:0;
	padding:0;
	width:230px;
	list-style:none;
}

#models li{
	height:20px;
	border:1px solid #222;
	background-color:#CCC;
}
#models li p{
	float:left;
	width:170px; height:15px;
	margin:3px 5px;
	font-size:11px;
	text-overflow:ellipsis;
}
#models li a{
	float:right;
	margin:3px 5px;
	font-size:11px;
}
#fields p{ 
	position:relative;
	height:22px;
	margin:1px 0 1px -25px;
	padding:2px 0 2px 28px;
	border:2px solid #FFF;
	border-width:2px 0;
}

#fields p .sort{
	display:none;
	position:absolute;
	top:-1px; left:0;
	width:23px; height:24px;
	background:url('/mvcui/images/icons/sort.gif') no-repeat;
}
#fields .hoverTop{
	border-top:2px solid #000;
	border-bottom:2px solid #FFF;
}

#fields .hoverBottom{
	border-bottom:2px solid #000;
	border-top:2px solid #FFF;
}

.gallerycol{
	float:left;
	margin:5px;
}

.gallerycol ul{
	margin:0;
}

#media_page_target{
	padding:25px;
	text-align:center;
	color:#444;
}

.pg_target_off{
	background-color:#EEE;
}

.pg_target_on{
	background-color:#FFF;
}