@charset "UTF-8";

/* ------------ confsys  ------------  */

.tx-confsys-pi1 div.errorlist {
	border: 2px solid #C00;
	margin: 2em;
	padding: 1em;
}
.tx-confsys-pi1 div.errorlist h4 {
	margin: 0.5em;
}
.tx-confsys-pi1 div.errorlist li {
	padding-top: 0.5em;
}
.tx-confsys-pi1 .fielderror {
	font-style: italic;
	color: red;
}

.tx-confsys-pi1 .type-check p {
	margin-left: 2em;
	margin-bottom: 0.8em;
}
.tx-confsys-pi1 .type-check table p {
	margin-left: 0;
	margin-bottom: 0;
}

.tx-confsys-pi1 table {
	font-size: 10px;
	margin: 10px 0;
}
.tx-confsys-pi1 table th {
	background-color: #CCC;
	font-weight: bold;
	text-align: center;
}
.tx-confsys-pi1 table td,.tx-confsys-pi1 table th {
	padding: 5px;
}
.tx-confsys-pi1 table td.selected {
	background-color: #B55;
	color: #FFF;
}
.tx-confsys-pi1 table td.selected label {
	color: #FFF;
}
.tx-confsys-pi1 table td.selected a {
	color: #FFF;
}
.tx-confsys-pi1 table thead td,.tx-confsys-pi1 table thead th {
	vertical-align: middle;
}

.tx-confsys-pi1 table.review {
	width: 100%;
}
.tx-confsys-pi1 table.review td, .tx-confsys-pi1 table.review th {
	vertical-align: middle;
	text-align: center;
}
.tx-confsys-pi1 table.review td.firstcol {
	width: 30%;
	text-align: left;
}
.tx-confsys-pi1 table.review td textarea {
	width: 95%;
}

.tx-confsys-pi1 table.review2 td, .tx-confsys-pi1 table.review2 th {
	text-align: left;
	border: 1px solid white;
}
.tx-confsys-pi1 table.review2 th {
	width: 40%;
}

.tx-confsys-pi1 table.planner {
	border-left: 2px solid black;
}
.tx-confsys-pi1 table.planner td, .tx-confsys-pi1 table.planner th {
	border: 1px solid black;
}
.tx-confsys-pi1 table.planner tbody th {
	width: 85px;
}
.tx-confsys-pi1 table.planner tbody td {
	width: 170px;
}

.tx-confsys-pi1 div.overview-button {
	float: left;
	margin: 5px;
	padding: 10px;
	width: 220px;
	height: 100px;
	background-color: #EFEFEF;
	border: 1px outset #666;
}


.tx-confsys-pi2 table {
	font-size: 10px;
	margin: 10px 0;
}
.tx-confsys-pi2 table th {
	background-color: #CCC;
	font-weight: bold;
	text-align: center;
}
.tx-confsys-pi2 table tbody th {
	width: 50px;
	text-align: left;
}
.tx-confsys-pi2 table tbody td {
	width: 130px;
}
.tx-confsys-pi2 table td,.tx-confsys-pi2 table th {
	padding: 5px;
}
.tx-confsys-pi2 table thead td,.tx-confsys-pi2 table thead th {
	vertical-align: middle;
}

.tx-confsys-pi2 table.confplan {
	border-left: 2px solid black;
}
.tx-confsys-pi2 table.confplan a {
	text-decoration: none;
}
.tx-confsys-pi2 table.confplan td, .tx-confsys-pi2 table.confplan th {
	border: 1px solid black;
}
.tx-confsys-pi2 table.confplan tbody td {
	width: 170px;
}

.tx-confsys-pi2 div.authorlist {
	float: left;
	width: 120px;
	height: 140px;
	text-align: center;
	margin-left: 15px;
	overflow: hidden;
}
.tx-confsys-pi2 div.authorlist div.authorimage {
	height: 90px;
	width: 100%;
}
.tx-confsys-pi2 div.authorlist div.personimage {
	width: 60px;
	margin: 0 auto;
	padding: 1px;
	border:2px solid #EFEFEF;
}

