
/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/
	/*>*>*>*>*>     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	{padding: 20px 0;}



table#stuffTable {
	width: 100%;
	border: 0 none;
}
	#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:"";
	}
*/


#saveToProjectModal_content {
	background-color: white;
	padding: 30px;
}

#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%;
}
