/*** ===================================================================================== ***/
/*** ===== RIVER RESERVOIR TABLE ===== ***/
/*** ===================================================================================== ***/

#webrep,
#webreplake {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 25px;
	font-size: 1em;
	overflow-x: auto;
}

#webrep th,
#webreplake th {
	padding: 4px 5px;
	text-align: center;
	background-color: #002366;
	color: #ffffff;
	border: 1px solid #ddd;
	font-weight: bold;
}

#webrep th a,
#webreplake th a {
	color: #ffffff;
	text-decoration: underline;
}

#webrep td,
#webreplake td {
	border: 1px solid #ddd;
	padding: 2px 5px;
	text-align: center;
	color: #000000;
}

#webrep td a,
#webreplake td a {
	color: #0000EE;
	text-decoration: underline;
}

#webrep tr:nth-child(even),
#webreplake tr:nth-child(even) {
	background-color: #f9f9f9;
}

#webrep tr:nth-child(odd),
#webreplake tr:nth-child(odd) {
	background-color: white;
}

#webrep tr:hover,
#webreplake tr:hover {
	background-color: #e0e0e0;
}

hr {
	border: none;
	border-top: 1px solid #000;
}

/*** ===================================================================================== ***/
/*** ===== SPAN CLASSES ===== ***/
/*** ===================================================================================== ***/

.last_max_value {
	font-size: 1.0em
}

.last_max_value_flood {
	color: red;
	font-size: 1.0em;
	font-weight: bold;
}

.last_max_value_flood a {
	color: red;
	font-size: 1.0em;
	font-weight: bold;
}