/* For admin pages - lists of items look better if they span the width of the page */
table {
  width: 100%;
}

form {
  display: inline;
}

/* ROR inserts a div as the first child of a form */
/* we want that div to display inline so we can display forms inline */
form > div:first-child {
  display: inline;
}

.topic_buttons a, .category_buttons a {
  text-decoration: none;
  color: #A0A0A0;
}

.topic_buttons a:hover, .category_buttons a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.topic_name a, .category_name a {
  text-decoration: none;
}

.topic_name a:hover, .category_name a:hover {
  background-color: #ccc;
}

.topic_library_items {
  /* font-size: 90%; */
  font-style: italic;
  margin-left: 10px;
}

.node_toggle_button {
  cursor: pointer;
}

.node_toggle_button_expanded {
  cursor: pointer;
}

#many_references {
  background-color: #FBFFCC;
  padding: 2px;
}

#some_references {
  background-color: #FCFFD8;
  padding: 2px;
}

.deleted_definition {
  background-color: #FFF0B0;
}

#top_level_nodes ul  {
  margin-top: 0;
  margin-bottom: 0;
}

#top_level_nodes > li  {
  margin-top: 0;
  margin-bottom: 10px;
}

#top_level_nodes {
  cursor: pointer;
}

/* these next ones are needed for the partner logo cycling */
#slide-show ul {
    padding: 0;
    margin: 0;
}
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:200px;
	height:100px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

#assign_topics_main {
  position: relative;
  width: 710px;
  height: 500px;
}

#assign_topics_topics_list {
  position: absolute;
  overflow: auto;
  width: 350px;
  height: 500px;
}

#assign_topics_topics_list  > ul {
	margin: 0;
	padding: 0;
}

#assign_topics_topics_list li.no_bullet {
	margin-left: 12px;
	text-indent: -12px;
}

.topic_hierarchy_library_items li {
	margin-left: 22px;
	text-indent: -12px;
}

#assign_topics_library_items_list, #assign_topics_tools_list {
  position: absolute;
  left: 360px;
  overflow: auto;
  width: 350px;
  height: 500px;
}

#assign_topics_zero_topics, #assign_topics_multiple_topics {
  overflow: auto;
  width: auto;
  height: 80px;
}
  

.library_item_topics, .tool_topics {
  margin-left: 1em;
  font-size: 80%;
  font-style: italic;
}

li.no_bullet {
  list-style-type: none;
}

.assign_topics_topic_name {
  font-weight: bold;
}

.draggable, .clickable {
  cursor: pointer;
}

.highlight_me {
  background-color: #FFFBC1;
}
