div.collection-holder, fieldset {
	margin:5px 0px;
	padding:3px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border: 1px solid #d0d0d0;
	background: url(bg_ver.jpg) #fff 0 -90px repeat-x;
	}
div.collection-holder:hover {
	background-position: 0 -20px;
	}

table.collection-item { width:100%; }
td.hook { width: 20px; 	}
td.image-td { width: 140px; }
td.image { cursor:pointer }
td.dates { width: 200px; }
td.groups { width: 60px; }

div.mode-disabled {	background: url(bg_disabled.jpg) #fff -90px repeat-x; }
div.mode-disabled:hover { }


p { margin: 3px; }

fieldset {
	padding:6px;
	}
legend {
	font-weight:bold;
	}

input.edit-title { width: 350px;}
h3.title { cursor: pointer; }
h3.title:hover { text-decoration: underline; }

table.groups-table {
	border-spacing: 2px;
	}
table.groups-table td, table.groups-table th { 
	background-color:#e0e0e0;
	padding: 1px 3px;
	text-align:center;
	}

#sortable { list-style:none}
#sortable li { list-style:none}

.publish { cursor: pointer; }
.publish:hover { text-decoration:underline; }


