.text_size {
	font-size: 12px;
	line-height: 16px;
}
.text_red {
	font-weight: bold;
	color: #811e1d;
}
.text_blue {
	font-weight: bold;
	color: #1c4697;
	padding: 0 0 5px 0;
}
.text_orange {
	font-weight: bold;
	color: #e77b08;
}
.text_green {
	font-weight: bold;
	color: #808503;
}
.text_1 {
	font-weight: bold;
	font-size: 12px;
	color: #7b1918;
}
.alert {
	font-weight: bold;
	color: #C00;
}
/* CHICA-Table */ 

.chica-table {
	border-collapse: collapse;
}
.chica-table td {
	padding: 0.5em;
}
.chica-table {
	border: 1px solid #333;
}
.chica-table td {
	border: 1px dotted #666;
}
.chica-table tr.header td {
	color: #ffffff;
	background-color: #8fadcc;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}
.chica-table tr.subhead td {
	color: #1c4697;
	background-color: #cdcdcd;
}
.chica-table tr.alt td {
	background-color: #eeeeee;
}
/* Members-Table */ 

.members-table {
	border-collapse: collapse;
}
.members-table td {
	padding: 0.5em;
}
.members-table {
	border: 1px solid #cccccc;
}
.members-table td {
	border: 1px dotted #666;
}
.members-table tr.header td {
	color: #ffffff;
	background-color: #f7a955;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.members-table tr.subhead td {
	color: #af600c;
	background-color: #ffd8ad;
}
.members-table tr.alt td {
	background-color: #eeeeee;
}
/* Chapter-Table */ 

.chapter-table {
	border-collapse: collapse;
}
.chapter-table td {
	padding: 0.5em;
}
.dm_cat {
	padding: 3px;
}
.dm_cat .files {
	padding: 3px;
}
.files {
	padding-top: 10px;
	padding-right: 46px;
	padding-left: 66px;
	padding-bottom: 10px;
	background-color: #dde6f4;
	font-size: 11px;
}
.dm_cat .dm_thumb {
	margin-right: 5px;
	float: left;
}
.dm_cat .dm_name_desc {
	float: left;
}
.dm_separator {
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
}
.dm_date {
	margin: 7px 5px 0px 0px;
	float: right;
}
.dm_taskbar {
	padding-bottom: 12px;
	font-family: arial;
	margin-bottom: 12px;
	list-style-type: none;
}
.dm_cat {
	color: rgb(102, 102, 102);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.title {
	background: #cfddf3;
	color: #003c46;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	display: block;
}
.description {
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 26px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	margin-top: 0px;
	display: block;
	background: #dde6f4;
}
a.dm_icon {
	padding-right: 10px;
	float: left;
}
a.doclink {
	font-size: 11px;
}
.doclink {
	font-size: 11px;
}
.conf {
	border-style: solid;
	background: #fbfafa;
	border-width: 1px;
	padding: 10px;
	border-color: #bebcbc;
}
.text_13red {
	font-weight: bold;
	color: red;
	font-size: larger;
}
.large {
	font-size: 15px;
	line-height: 20px;
}
.ipacbox_spec {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
/* conf-Table */ 

.conf-table {
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.4;
	
}
.conf-table td {
	padding: 0.5em;
}
.conf-table {
	border: 1px solid #333;
}
.conf-table td {
	border: 1px dotted #666;
}
.conf-table tr.header td {
	color: #ffffff;
	background-color: #8fadcc;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}
.conf-table tr.subhead td {
	color: #1c4697;
	background-color: #cdcdcd;
}
.conf-table tr.alt td {
	background-color: #eeeeee;
}



