.newsChildContentLblCon {
	border: 1px solid #00aeef;
	margin-top: 2px;
}
.pdfContent{
	height: 840px;
	width: 840px;
}
.newsChildContentCon{
	height: auto;
	min-height:50px;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}
.newsHeadLine {
	width: 650px;
    text-align: center;
    background: #7fcef0;
    float: left;
    height: 20px;
}
.newsLinks{
	width: 50px;
	text-align: center;
	float: left;
	text-decoration: none;
}
.newsDesc{
	min-height: 20px;
	width: 100%;
	float: left;
}
.newsPdf{
	width: 75px;
    height: 20px;
    background: #7fcef0;
    text-align: center;
    float: left;
    color: white;
}
.newsHeadLineLbl{
	color: black;
}
.newsParentCon{
	padding: 5px;
	max-height: 690px;
	overflow-y: auto;
}
.newsItemCon{
	width: 725px;
	margin-bottom: 5px;
	margin-left: 39px;
	border: 1px solid #00aeef;
	display: inline-block;
}
.newsContainerLbls{
	background: #00aeef;
	color: white;
	text-align: left;
}
.newsContainerLbls label {
	padding-left: 5px;
}
.newsContainerLbls label {
	padding-left: 5px;
}
.newsContainerLbls label:hover{
	cursor:pointer;
	cursor:hand;
	color: #50b547;
}
.newsContainerChildLbls{
	background: white;
	color: black;
	text-align: left;
}
.newsContainerChildLbls label:hover{
	cursor:pointer;
	cursor:hand;
	color: #50b547;
}
.newsContainerChildLbls label {
	padding: 0px 3px;
	color: #00aeef;
	font-size: 20px;
}

#mainNewsCon, #archiveNewsCon{
	border: 2px solid #00aeef;
	margin-top: 10px;
	height: auto;
	width: 816px;
	display: inline-block;
}