<!--
/** CSS for tagging resources **/
.tagging_div {
/*	background-image:url(/images/shared/blue50.png); */
	background-image: url(/images/shared/home_ticker_stripes2.png);
	bottom:0px;
	height:auto;
	left:0px;
	position:absolute;
	right:0px;
	text-align:center;
	top:0px;
	z-index: 200;
}

.close_tagging {
	background-color:pink;
	float:right;
	padding:5px 10px;
}

.tagging_framework {
	margin:0px auto 0px;
	text-align:left;
	width:810px;
}

.tagger_tr {
	background-image: url(/images/shared/tr_c_cornflowerblue.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 4px 0px 0px;
	float:left;
	width: 820px;
}

.tagger_tl {	
	background-image: url(/images/shared/tl_c_cornflowerblue.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 10px;
}

.tagger_tl h1 {
	background-color: cornflowerblue;
	font-size: 1.1em;
	margin: 0px;
	color: AliceBlue;
	padding: 2px 0px;
}

.tagger_body {
	background-color:white;
	color: #444;
	float: left;
	border-left: 2px solid cornflowerblue;
	border-right: 2px solid cornflowerblue;
	border-bottom: 2px solid cornflowerblue;
	padding: 0px 5px 10px;
	width: 810px;
}
.tagging_framework h1 {
	margin:0px;
}
#tagger_file_main iframe {
	border: 0px;
}
#tagger_file_main th {
	vertical-align: top;
}
#tagger_file_main td p {
	margin-left: 0px;
	margin-top: 0px;
}
#tagging_framework input.wide,
#tagging_framework textarea.wide {
	width: 600px;
}

#tagger_file_main textarea.wide {
	height: 200px;
}

#tagger_files {
	font-size: 11px;
}
#file_description_td p {
	margin-left: 0px;
}
#tagger_keywords_main {
	background-color:azure;
	float:left;
	height:400px;
	overflow:auto;
	width:492px;
}
#tagger_keywords_main_searchBar {
	background-color: PowderBlue;
	padding: 2px 10px;
}
#matches {

}

#tagger_term_list {
	float: right;
	width: 300px;
	height: 400px;
	overflow: auto;
	border-left: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
}



#status_very div,
#status_slightly div,
#status_not div
{
	background-position: 0px center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
}



#status_very {
}
#status_very div {
	border-left: 10px solid green;
	margin: 0px 10px 1px 10px;
	background-image: url(../images/silk/bullet_green.png);
}
#status_slightly {
}
#status_slightly div {
	border-left: 10px solid khaki;
	margin: 0px 10px 1px 10px;
	background-image: url(../images/silk/bullet_orange.png);
}
#status_not {
}
#status_not div {
	border-left: 10px solid hotpink;
	margin: 0px 10px 1px 10px;
	background-image: url(../images/silk/bullet_red.png);
}

#status_very div:hover,
#status_slightly div:hover,
#status_not div:hover
{
	background-color: mistyrose;
	background-image: url(../images/silk/cross.png);

}


.status_new {
	background-color: yellow;
}
.status_toDelete {
	background-color: red;
}

.tagging_framework p,
.tagging_framework h3 {
	margin:5px 10px;
	line-height: 1.5em;

}

.tagging_framework dl {
	margin: 2px 4px 5px;
	border: 1px solid cadetblue;
	padding: 2px 5px;
}
.tagging_framework dl lh {
	margin: 2px 0px;
	font-size: 1.4em;
}
.tagging_framework dl dd {
	margin-left: 10px;
}
.tagging_framework .div_match,
div.ajax_selectable {
	border-bottom:1px solid Gainsboro;
	margin:2px 10px;
	padding: 2px 0px 2px 20px;
	color: #666666;	
	cursor: pointer;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-image: url(../images/silk/bullet_green.png);
}
.div_match:hover,
div.ajax_selectable:hover {
	background-color: #FFFF99;
	background-image: url(../images/silk/add.png);
}
.div_match .descriptor,
div.ajax_selectable label {
	color: cadetblue;
}
div.ajax_selected {
	background-image: url(../images/silk/tick.png);
}

.tagger_section {
	float: left;
	width: 100%;
}
.tagger_section h2 {
	padding: 3px 10px;
	margin: 0px;
	color: white;
}

.hidden {
	display: none;
}
#tagging_top_buttons {
	float: left;
	display: block;
	width: 100%;
}

#tagging_top_buttons a {
	float: left;
	background-color: cornflowerblue;
	color: white;
	margin: 3px 1px 0px 0px;
	cursor: pointer;
}
a#tb_file,
.tg_bg_file {
	background-color: #B580CC;
}

a#tb_files,
.tg_bg_files {
	background-color: #B580CC;
}

a#tb_versions,
.tg_bg_versions {
    background-color: indianred;
}

a#tb_basic,
.tg_bg_basic {
	background-color: purple;
}

a#tb_thumbnail,
.tg_bg_thumbnail {
    background-color: goldenrod;
}

a#tb_topics,
.tg_bg_topics {
	background-color: MediumSeaGreen;
}

a#tb_description,
.tg_bg_description {
	background-color: #85C6BA;
}

a#tb_keywords,
.tg_bg_keywords {
	background-color: #7EBADE;
}
a#tb_description,
.tg_bg_description {
	background-color: #85C6BA;
}
a#tb_advanced,
.tg_bg_advanced {
	background-color: #FF9900;
}
a#tb_groups,
.tg_bg_groups {
	background-color: salmon;
}
#tagger_description textarea {
	width: 600px;
	height: 250px;
}

#tagging_top_buttons a:hover {
	/* background-color: cornflowerblue; */
}

.tb_lft {
	background-image:url(/images/shared/tb_lft.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
}

.tb_rt {
	background-image:url(/images/shared/tb_r.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:5px 10px 5px 5px;
}

.tag_pad {
	padding: 10px 15px;
}


div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  color: black;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}
.informal {
	font-size: .9em;
	color: #666;
}

#tagger_advanced ul,
#tagger_advanced li,
#tagger_basic ul,
#tagger_basic li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#matches_ul .name,
#matches_ul .email {
	padding: 0px 10px;
}



#tagger_basic #title {
  font-size: 16px;
}
#tagger_basic .pe_wide {
	width: 600px;
}
#tagger_basic #abstract {
	height: 90px;
}
#tagger_basic #markdown {
	height: 200px;
}
.please_wait_big {
	font-size: 72px;
	color: red;
	background-color: khaki;
	padding: 30px;
}

.please_wait {
	color: red;
	background-color: khaki;
	padding: 5px 0px;
}

a#tb_link,
.tg_bg_link {
	background-color: #FF80CC;
}

#tagger_topics_div,
#tagger_collections_div {
	float:left;
	width: 398px;
	height: 400px;
	border: 1px solid gainsboro;
	overflow: auto;
}

#tagger_topics_div {
	margin-right: 10px;
}

#tagger_topics h4 {
	margin: 1em 0em .5em 10px;
	padding-left: 5px;
}

div.ajax_selected:hover {
	background-color: mistyrose;
	background-image: url(../images/silk/cross.png);
}

div.ajax_saving {
	background-color: red !important;
	background-image: url(../images/silk/disk.png) !important;
}

img.thumboption {
    vertical-align: middle;
    border: 1px silver solid;
}

h4.collectionsheader {
    background-color: lightcyan;
    padding: 0.2em;
    padding-right: 20px;
    border-right: 0.5em white solid;
    background-image: url(../images/shared/trans_arrow_down.gif);
    background-position: right;
    background-repeat: no-repeat;
}

div.subcollections_div {
    margin-left: 1em;
}

span#datatype {
    display: inline-block;
    border: 1px #dde solid;
    background-color: #f7f7f7;
    padding: 3px;
    margin: -8px 0 -7px 15px;
}

#tagging_div xmp {
    margin: 0;
}

table.filelinks {
    border-collapse: collapse;
    width: 100%;
}

table.filelinks th {
    width: auto;
}

table.filelinks td.filename {
    overflow: hidden;
}

table.filelinks td.fileid {
    font-size: 80%;
}

table.filelinks td.fileid, table.filelinks td.filebuttons {
    text-align: right;
}

table.filelinks td {
    border-top: 1px #aaa dotted;
    padding: 2px 8px 4px 0;
}

div.file_linked {
    background-color: yellow;
    font-weight: bold;
    padding: 5px;
}

-->

