/* a list of modules assigned to a PO-module */
ul.modlist
{
  list-style-type: none;
  padding: 0;
  margin-left:  0px;
  min-height: 1em;
}

ul.modlist ul.modlist
{
  margin-left:  30px;
}

ul.modlist > li.modlist_structtitle
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight:bold;
}

/* Public module directory, compact view */
.mod_extrainfo
{
	font-size: small;
	margin-top: 2px;
	margin-left: 2px;
}

span.modcompact_lvgroup
{
	font-weight:bold;
}

/* Abstand zwischen den einzelnen LV-Gruppen der Liste */
div.modcompact_lvgroup + div.modcompact_lvgroup
{
	margin-top: 5px;
}

/* Globale Erlaeuterung mit extra Abstand von den restlichen Moduldaten */
div.modcompact_leccombine:first-child
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* paragraph with all lines indented but the first */
p.indented
{
	text-indent: -10px;
	margin-left: 10px
}

/* the inner lists of lectures within a group */
ul.lvlist
{
  list-style-type: none;
  /* need min height to be able to drag on empty lists */
  min-height: 1em;
}

table.lvlist
{
  min-width: 600px;
}

/* the outer list of lecture groups */
ul.lvgrplist
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.lvgrplist > li
{
  margin-bottom: 1em;
}

/* the first group (default group) is not movable and shall have the default cursor */
li.lvgrplist + li.lvgrplist:hover
{
  cursor: move;
}

tr.lvlist:hover
{
  cursor: move;
}

/* the default lecture "group" for lectures that do not belong to any real group */
ul.lvgrplist > li:first-of-type > ul
{
  padding: 0;
  margin: 0;
}

dl.attrdeflist > dd + dt
{
	margin-top: 1ex;
}

/* small font size for the suggestion list of autocomplete boxes */
.ui-autocomplete
{
	font-size: 9px;
}

/* highlight input fields that invalidate module validations when changed */
.invalidatesOnChange
{
	background-color: #FFFF66;
}

.erroneousValue
{
	background-color: #FF704D;
}

.validationstatus
{
	font-size: small;
	white-space: nowrap;
}

.validationstatus-NV, .validationstatus-TNV, .validationstatus-NZ, .validationstatus-K, .validationstatus-NF
{
	color: red;
}

.validationstatus-V, .validationstatus-Z, .validationstatus-F
{
	color: green;
}

.validationstatus-U
{
	color: orange;
}

ul.validationstatus-subjlist
{
	margin-top: 0px;
}

div.errorlevel
{
	text-align: center;
	min-width: 2em;
	color: white;
	padding: 0pt;
	vertical-align: top;
}
