
/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/
	/*>*>*>*>*>     My Stuff     <*<*<*<*<*/
/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/


#myTabs {
	clear: both;
	margin: 25px 0 0;
	border-bottom: 1px solid #dadbdc; /* CR */
	padding-left: 15px;
	line-height: 25px;
	height: 25px;
}
	#myTabs li {
		position: relative;
		background-image: none;
		list-style: none;
		margin: 0 6px -1px 0;
		padding: 0;
		float: left;
		line-height: 25px;/* CR */
		z-index: 1;
	}
		#myTabs a {
			position: relative;
			border: 1px solid #dadbdc;/* CR */
			display:block;
			line-height: 24px;/* CR */
			padding:0 14px;
			z-index: 2;
		}
		#myTabs li.active a {
			color: #383838;/* CR */
			border-bottom: 1px solid white; /* CR */
		}


.myStuff #resultStatsTop, 
.myStuff #resultStatsBottom	{ clear: both;}



table#stuffTable {
	width: 100%;
	border: 0 none;
	clear:both;
}
	#stuffTable col.type {
		min-width:95px;
	}
			#stuffTable th,
			#stuffTable td {
				padding:3px 10px;
				border-color: #efefef;/* CR */
				vertical-align: middle;
			}
			#stuffTable th {
				font-weight: bold;
				background-color: #efefef;/* CR */
			}
				#stuffTable input[type="checkbox"] {
					margin: 0;
				}
			#stuffTable .editSearch,
			#stuffTable .cite,
			#stuffTable .delete {
				float:left;
				height: 16px;
				width: 16px;
				vertical-align: center;
				margin-right: 8px;
				background: none no-repeat left top transparent;
			}
			#stuffTable .editSearch { background-image: url(../images/icon_edit.png); }
			#stuffTable .cite { background-image: url(../images/icon_cite.png); }
			#stuffTable .delete { background-image: url(../images/icon_delete.gif); }
				#stuffTable .editSearch span,
				#stuffTable .cite span,
				#stuffTable .delete span {
					position: absolute;
					left: -999em;
				}

table#stuffTable.search .type { display: none; }

.actionButtons input { display:inline-block; }

/* - - - - - - - - - - - - - - - - >>> Tags */

/*
ul.tags {
	margin:0;
}
	ul.tags li {
		list-style:none;
		display:inline;
	}
	ul.tags li:before {
		content:"\20\2022\20";
	}
	ul.tags li:first-child:before {
		content:"";
	}
*/




#savetag .tag_title {width: 105px; color: black;}





/* ------------------------------------------------------------------ 
   Annotations
   ------------------------------------------------------------------ */
.myAnnotations:after { 
    content: "";
    display: table;
    clear: both;
}
.annotSearch { 
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
}
.annotations .tagsModule { 
	clear: both;
	float: left;
	width: 18%;
	margin-right: 2%;
}
.annotations .tagsModule + #annotationListForm { 
	float: right;
	width: 80%;
}

/* ------------------------------------------------------------------ 
   Custom Book
   ------------------------------------------------------------------ */
   
.page-createcustombook label {
	display: inline-block;
	width: 20%;
}
.page-createcustombook .formHint {
	display: block;
	margin-left: 21%;
	font-size: .8333333em;
	color: black;
}
.page-createcustombook .formRow {
	margin-bottom: 1em;
}

.sortingTable th {
	text-align: left;
}
.sortingTable .order input {
	width: 2em;
}
.sortingTable .nav {	
	width: 1.5em;
}
.sortingTable .nav .sortOrderNav {
	display: block;
	position: relative;
	margin: 0;
}
.sortingTable .nav .moveLink {
	position: absolute;
	display: block;
	font-size: 1.3333333em;
	line-height: 1;
	cursor: pointer;
}
.sortingTable .nav .moveLink:hover {
	text-decoration: none;
}
.sortingTable .nav .moveUp {
	top: -.3333333em;
}
.sortingTable .nav .moveDown {
	top: .8333333em;
}

