body, td {
	margin: 8px 0px 0px 0px;
	font-family: arial, helvetica;
	font-size: 12px;
}
a.navLink, a.navLink:active, a.navLink:visited {
	color: #ffffff;
	font-family:arial, helvetica;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a.navLink:hover {
	text-decoration: underline;
}
.newsHeader {
    font-weight: bold;
	font-size: 11pt;
	text-align: justify;
}
.newsHeader2 {
    font-weight: bold;
	font-size: 12px;
	text-align: justify;
}

.newsSources {
	color: #009933;
	font-size: 12px;
}

.newsSources2 {
	color: #000000;
	font-size: 12px;
}

.newsViewsCount {
	color: #009933;
	font-size: 12px;
	padding-bottom: 6px;
}

.newsText {
	text-align: justify;
	font-size: 12px;
}
.hlNewsText {
	background-color: rgb(204, 255, 235);
}
.classLink {
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.classTitle {
	font-weight: bold;
	font-size: 12pt;
	color: #008c52;
}
.classTitleBlock {
	margin: 10px 2px 0px 55px; 
	border: 1px solid #009933;
	padding: 4px 0px 4px 4px;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0px 0px 0px 10px;
	margin: 5px 3px 0px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/resources/images/public/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
#query {
	width: 300px;
	float: left;
}
label {
	float: left;
	text-align: right;
	display:inline;
	line-height: 1.8;
	vertical-align: bottom;
	margin-left: 5px;
	padding-right: 2px;
	width: 75px;
}
input.dp-applied {
	width: 100px;
	float: left;
}
#searchForm ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
}
#searchForm li {
	display: inline;
}
#searchForm fieldset {
	margin: 1em 0;
	padding: 0 10px;
	width: 520px;
	border: none;
}
.searchError {
	margin: 1em 55px;
	display: block;
	color: #ff0000;
}
.clientContent {
	margin: 1em 60px;
}
ul.analysisLinks {
	margin-top: 20px;
}
ul.analysisLinks li {
	padding: 3px 0;
}
ul.analysisLinks li a {
	font-size: 16px;
	font-weight: bold;
}
select[name="subjectId"] {
	width: 300px;
	float: left;
}
#reportForm ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
}
#reportForm li {
	display: inline;
}
#reportForm fieldset {
	margin: 1em 0;
	padding: 0 10px;
	width: 520px;
	border: none;
}
input.submit {
	width: 120px;
}
.reportError {
	margin: 1em 55px;
	display: block;
	color: #ff0000;
}
.reportTitle {
	margin: 5px 0 20px 0;
	font-weight: bold;
	font-size: 11pt;
	color: #008c52;
}
table.listTable {
	border-spacing: 1px;
	width: 540;
}
table.listTable th.listTableHeader {
	background: rgb(0, 140, 82);
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	padding: 5px;
	width: 100%;
}
table.listTable td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.listTable tr {
	font-weight: bold;
}
table.listTable tr.alternateRow {
  background-color: #eeeeee;
}

table.listTable tr.normalRow {
  background-color: rgb(180, 223, 205);
}
table.listTable tr.totalRow {
  background-color: rgb(0, 140, 82);
  color: #ffffff;
}
table.listTable td.listTableCell {
	padding-left: 15px;
}
ul.reportDetails {
	list-style-type: none;
	margin-top: 20px;	
	margin-left: -0px;
}
.center {
	text-align: center;
}
