#newbox{
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px 0px;
}
.goodmess{
	border: 2px solid #8C9461;
	color: #8C9461;
	background-color: #EEF0E6;
	padding: 10px;
	margin-top: 6px;
}
.badmess{
	border: 2px solid #DA1B1E;
	background-color: #FCEDED;
	color: #DA1B1E;
	padding: 10px;
	margin-top: 6px;
}
.pdfbox{
	float: right;
}
.pdfbox a, .pdfboxleft a{
	background-image: url(../../images/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px;
	padding-left: 21px;
}
.desctext{
	clear: both;
	padding: 10px 0px;
}
#listtbl h3{
	float: left;
}
#listtbl tr td{
	border-bottom: 1px solid #CCC;	
}
#editdel{
	clear: both;
	padding: 10px 0px;
}
.del, .edit, .delsel, .create, .save{
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #F1F1F1;
	text-decoration: none;
}
.del:hover, .edit:hover{
	background-color: white;
}
.assoctbls{
	width: 100%;	
}
.assoctbls td{
	padding: 7px;	
}
.assoctbls th{
	font-weight: bold;
	padding: 8px;
}
#edittbl td{
	border-bottom: 1px solid #ccc;
	padding: 8px;
}
.hiddeninput{
	display: none;	
}
.edititem, .delitem{
	cursor: pointer;
}
.subh4{
	clear: both;
	font-style: italic;
	padding: 10px 0px;
}
