.big {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
	
table.flowLegend {
	border: 1px solid #333333;
	height: 9px;
}
	table flowLegend td {
		width: 20px;
		height: 7px; 
	}
	
	table.flowLegend td.extreme		{ width: 20px; height: 7px; background-color: #4F4F4F; color: #ECECEC}
	table.flowLegend td.major			{ width: 20px; height: 7px; background-color: #F75E59; }
	table.flowLegend td.moderate		{ width: 20px; height: 7px; background-color: #EBE750; }
	table.flowLegend td.minor			{ width: 20px; height: 7px; background-color: #52F76A; }
	table.flowLegend td.freely			{ width: 20px; height: 7px; background-color: #80A7A4; }
	table.flowLegend td.advisory		{ width: 20px; height: 7px; background-color: #58BCF8; }
	table.flowLegend td.construction 	{ width: 20px; height: 7px; background-color: #F7BA50; }


div.bottomPanel {
	background-image: url('/images/general/dropshadow_legend.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	bottom: 0px;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	width: 100%;
}

	div.bottomPanel table.bottomTable {
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #333333;
		width: 100%;
	}

	div.bottomPanel table.conditions td {
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #333333;
	}

	div.bottomPanel table.conditions td.space {
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #333333;
		padding-right: 5px;
	}

		span.CheckList {
			font-family: Arial, sans-serif;
			font-size: 12px;
			color: #333333;
			vertical-align: middle;
			margin-left: 1px;
		}

		span.CheckListWSpace {
			font-family: Arial, sans-serif;
			font-size: 12px;
			color: #333333;
			vertical-align: middle;
			margin-left: 1px;
			margin-right: 8px;
		}

div.smallPanel {
	background-color: #FFFFFF;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.hide {
	display: none;
}

.show {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

div.smallPanel {
	background-image: url('/images/general/dropshadow_legend.png');
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

.inputBox {
	font-size: 11px;
	width: 85px;
	font-style: italic;
}

.findButton {
	font-size: 11px;
	width: 40px;
}

div.miniPanel {
	background-color: #FFFFFF;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

	div.miniPanel .hide {
		display: none;
	}

table.MiniChangeLocTable {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #454545;
	position: relative;
	padding: 0;
	width: 210px;
	height: 18px;
	float: right;
}

	table.MiniChangeLocTable .ChangeLocation {
		font-family: Arial, sans-serif;
		font-size: 10px;
		color: #454545;
		border: 1px solid gray;
		padding: 0px;
		width: 85px;
		height: 16px;
		margin-top: 1px;
	}
