@import url(encp0100_11.css);

#subscribeform {
	position: relative;
	overflow: hidden;
	width: 130px;
	padding: 20px 10px 10px 10px;
	float: right;
}

#subscribeform h4 {
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin: 0px;
}

#subscribeform p {
	line-height: 1.2em;
	font-weight: bold;
	margin: 0.3em auto;
}

#subscribeform input[type="text"] {
	width: 120px;
}

#subscribeform input[type="submit"] {
	float: right;
}

#issue, #topic, #issueandtopic {
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.1em;
	text-transform: uppercase;
}
#issue {
	position: absolute;
	top: 21px;
	right: 170px;
	color: white;
}
#topic {
	position: absolute;
	bottom: 16px;
	right: 170px;
	color: white;
}
#issueandtopic {
	position: absolute;
	bottom: 17px;
	left: 24px;
	color: black;
}

#commenttext {
	display: none;
}

div.sectionbanner {
	padding: 0px 10px!important;
}

div.sectionbanner h1 {
	display: none;
}

div.sectionbanner > div.bannerspace {
	position: relative;
	overflow: hidden;
	height: 150px;
	background-image: url(../images/encp_2011_bkgd_forumbanner.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.sectionbanner > div.forumbanner1 { background-image: url(../images/encp_2011_bkgd_forumbanner1.gif); }
div.sectionbanner > div.forumbanner2 { background-image: url(../images/encp_2011_bkgd_forumbanner2.gif); }
div.sectionbanner > div.forumbanner3 { background-image: url(../images/encp_2011_bkgd_forumbanner3.gif); }
div.sectionbanner > div.forumbanner4 { background-image: url(../images/encp_2011_bkgd_forumbanner4.gif); }
div.sectionbanner > div.forumbanner5 { background-image: url(../images/encp_2011_bkgd_forumbanner5.gif); }
div.sectionbanner > div.forumbanner6 { background-image: url(../images/encp_2011_bkgd_forumbanner6.gif); }
div.sectionbanner > div.forumbanner11 { background-image: url(../images/encp_2011_bkgd_forumbanner11.gif); }
div.sectionbanner > div.forumbanner12 { background-image: url(../images/encp_2011_bkgd_forumbanner12.gif); }
div.sectionbanner > div.forumbanner13 { background-image: url(../images/encp_2011_bkgd_forumbanner13.gif); }
div.sectionbanner > div.forumbanner14 { background-image: url(../images/encp_2011_bkgd_forumbanner14.gif); }
div.sectionbanner > div.forumbanner15 { background-image: url(../images/encp_2011_bkgd_forumbanner15.gif); }
div.sectionbanner > div.forumbanner16 { background-image: url(../images/encp_2011_bkgd_forumbanner16.gif); }

dl.summaries dt {
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 0em;
	cursor: pointer;
	border-top: 3px solid rgb(220,220,220);
}

dl.summaries dt a, dl.summaries dt a:visited {
	color: black;
	text-decoration: none;
}

dl.summaries dt a:hover {
	color: rgb(0,53,173);
	text-decoration: underline;
}

dl.summaries dt:first-child { border-top: none; }

dl.summaries dd {
	position: relative;
	overflow: hidden;
	color: rgb(82,82,82);
	font-size: 1.2em;
	background-color: rgb(206,218,237);
	padding: 0.25em 1.5em;
	margin: 0em 0em 1em 0em;
}

div.comment {
	background-color: rgb(206,218,237);
	padding: 1.5em;
	margin: 1em auto 2em;
}
div.comment.style2, div.comment.style12 { background-color: rgb(255,226,178); }
div.comment.style3, div.comment.style13 { background-color: rgb(211,230,247); }
div.comment.style4, div.comment.style14 { background-color: rgb(247,202,196); }

div.comment.pending {
	background-color: rgb(240,240,240)!important;
	border: 1px dashed red;
	color: rgb(110,110,110);
}

div.comment div.hiddenprompt {
	color: red;
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.1em;
	text-transform: uppercase;
}

div.comment div.timestamp {
	font-size: 0.8em;
	font-style: italic;
	clear: right;
	float: right;
}

div.comment div.byline {
	font-size: 1.3em;
	font-weight: bold;
}
