div {
  margin-bottom: 5px;
}



.menu {
  font-size: 14px;
}

.hiddenDiv {
  display: none;
}



.moreinfo {
  display: none;
}

.shortinfo tr{
  border-top: 2px solid black;
}

table {
  font-size: 10px;
}

thead th {
	background-color: #e2e2e2;
}

.values {
  font-weight: bold;
}

img.list-icon {
  height: 15px;
  padding: 0 2px;
}

#content {
  padding: 0 30px;
  padding-top: 10px;
}

.subheader {
  margin-left: 40px;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0;
  border-bottom: 1px solid black;
}

.header {
  margin-top: 25px;
  font-size: 20px;
  line-height: 80px;
  background-color: #e9e9e9;
  text-transform: uppercase;
  padding-left: 30px;
  color: slategrey;
}

.year {
  display: inline;
  font-size: 30px;
  line-height: 30px;
  color: red;
  margin-left: 15px;
}

.userblock {
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 14px;
  text-transform: none;
  line-height:20px;
  text-align:right;
}

.years {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 25px;
    top: 0px;
    left: 0px;
    background-color: #efefef;
}

.years_block {
    position: absolute;
    width: 300px;
    height: 25px;
    right: 10px;
    top: 0px;
}

.year_tab {
    display: inline-block;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border-collapse: collapse;
    margin: 0px;
    font-size: 20px;
    line-height: 20px;
}

.year_tab:hover {
    background-color: #efefef;
    font--weight: bold;
}

.year_active {
    font-weight: bold;
    background-color: #e9e9e9;
}

.year_active a {
    color: red;
    text-decoration: none;
}


.year_active:hover {
    text-decoration: none;
    background-color: #e9e9e9;
}

img.header-icon {
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.left {
	text-align: right;
	padding-right: 5px;
}

.right {
	text-align: left;
	padding-left: 5px;
}

input, select {
	width: 200px;
}




.ddtf-processed select {
	width: auto;
}

input.error {
	border: 1px solid red;
}


td.th {
    border-top: 0;
    vertical-align: bottom !important;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    background-color: #e2e2e2;
    text-align: left;
	font-weight: bold;
}

td.amount_v, td.amount_nv {
    white-space: nowrap;
}

.project_bg_color_1 {
    background-color: #fff;
}

.project_bg_color_2 {
    background-color: #ffdddd;
}

.project_bg_color_3 {
    background-color: #ddffff;
}
