/* sample CSS for the Sections functionality */

.Section { zoom: 1; }
.Section-Body { overflow: hidden; zoom: 1; }
.Section-Title {
  zoom: 1;
  -moz-user-select: none;
  opacity: 0.4;
}

.Section-Title-Collapsed { background: url("appimg/arrow-up-hover.png") no-repeat 100% 50%; cursor: pointer; }
.tagforge-sec-title.Section-Title-Totally-Collapsed { border-bottom: none !important; margin-bottom: 1em; }
.Section-Title-Expanded { background: url("appimg/arrow-down-hover.png") no-repeat 100% 50%; cursor: pointer; }

/*
.Section-Title-Collapsed.Section-Title-Hover { background-image: url("appimg/arrow-up-hover.png"); }
.Section-Title-Expanded.Section-Title-Hover { background-image: url("appimg/arrow-down-hover.png"); }
*/

.Section-Title-Expanded { opacity: 0.6; filter: alpha(opacity=60); }
.Section-Title-Hover { opacity: 1; filter: alpha(opacity=100); }

.Section-Title-Hover { color: #000 !important; }
.Section-Title-Collapsed:after { content: "…"; }
