/*** Weekly Checklist CSS ***/

.wcl {
	background-color: #FDE;
}

#issueDesignation{
	font-weight: bold;
}

.wcl a {
	color: Black ! important;
}

.blueLink a {
	color: blue ! important;
}

div.wclPub * .heading,div.wclPub * .title,div.wclPub * .orderItemNumber,div.wclPub * .systemReq,div.wclPub * .mainTitle,div.wclPub * .seriesTitle,div.committeeTitle .subTitle,div.masterCommitteePub .committeeTitle,div.masterCommitteePub .committeeHeading
	{
	font-weight: bold;
}

div.wclPub {
	margin-bottom: 2.6em;
	padding: 10px;
	border: 1px solid #000;
	background: #FDE;
	word-wrap:break-word;
}

div.wclPub * .additionalTitle,div.wclPub * .abstract,div.wclPub * .generalNote,div.wclPub * .systemReq,div.wclPub * .url,div.wclPub * .cip,div.wclPub * .price,div.wclPub * .isbn,div.wclPub * .catalogueNumber
	{
	margin-top: 1.3em;
}

div.wclPub * .heading,div.wclPub * .additionalHeading,div.wclPub * .masterCommitteePub,div.wclPub * .masterPeriodicalPub,div.wclPub * .masterSeriesPub
	{
	margin-bottom: 1.3em;
}

div.wclPub * .date{
	white-space: normal;
}

.hidden{
	display: none;
}

.noIndent{
	padding-left: 0px;
	margin-left: 0px;
}

.noBullet{
	list-style-type:none;
}

.inside{
	list-style-position:inside;
}

.inline{
	display: inline;
}
.error {
	display: block;
	font-weight: bold;
	color: #c00
}

.navaid{
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    position: absolute;
    width: 1px !important;
}