@charset "ISO-8859-1";

body {
	font-size: 0.8125em;
	margin: 0;
	padding: 0;
	font-family: verdana, serif;
}

#content {
	width: 750px;
	margin: 0 auto;
}

#charts {
	border: 1px solid black;
	margin-bottom: 5px;
	position: relative;
}

#button_bar {
	position: absolute;
	top: 5px;
	right: 5px;
}

#chartdiv {
	height: 500px;
}

#source_holder {
	height: 15px;
	background-color: #DCD4E6;
	position: relative;
}

#source {
	width: 288px;
	font-size: 80%;
	padding-left: 5px;
	position: absolute;
	bottom: 4px;
	left: 5px;
}

#attribution {
	width: 450px;
	font-size: 80%;
	direction: rtl;
	padding-right: 5px;
	position: absolute;
	bottom: 4px;
	right: 5px;
}

#control_bar {
	clear: both;
	width: 520px;
	height: 70px;
	float: left;
	border: 1px solid black;
	background-color: #DCD4E6;
	cursor: default;
}

.control {
	width: 20em;
	margin: 4px;
	border: 2px outset threedface;
	float: left;
	position: relative;
	z-index: 1;
}

#chart_control {
	width: 290px;
	height: 24px;
}

#area_control {
	width: 210px;
	margin-left: 0;
	height: 24px;
}

.button {
	height: 20px;
	padding: 2px;
	background-color: white;
}

.button:hover {
	background-color: #FFE4E1;
}

#chart_menu {
	width: 290px;
	height: 300px;
	border: 1px solid black;
	overflow: auto;
	position: absolute;
	bottom: 26px;
	background-color: white;
	font-size: 85%;
}

#area_menu {
	width: 210px;
	height: 300px;
	border: 1px solid black;
	overflow: auto;
	position: absolute;
	bottom: 26px;
	background-color: white;
	font-size: 85%;
}

#criteria {
	width: 508px;
	height: 24px;
	margin: 0 auto;
	padding: 4px 0 2px 0;
	position: relative;
	z-index: 1;
	clear: both;
}

#crit_freq {
	background-color: white;
	border: 2px outset threedface;
	padding: 4px;
}

#frequency {
	width: 69px;
}

#crit_dts {
	margin: 0 22px 0;
	background-color: white;
	border: 2px outset threedface;
	padding: 4px;
}

#crit_sub {
	background-color: white;
	border: 2px outset threedface;
	padding: 4px;
}

#info {
	border: 1px black solid;
	width: 220px;
	height: 70px;
	float: right;
	font-size: 75%;
	overflow: auto;
}

.selected {
	background-color: #E9E9E9;
}

.invisible {
	display: none;
}

label {
	vertical-align: 10%;
	margin-right: 3px;
}

.sel_year {
	width: 4em;
}

select {
	
}

img {
	position: absolute;
	left: -12px;
	top: 3px;
}

li {
	position: relative;
}

ul {
	list-style-type: none;
	padding-left: 1em;
	margin: 0;
}

.selection {
	text-decoration: underline;
	text-decoration: none;
	list-style-type: disc;
}
/*can remove all these text-decoration references if I decide to keep it as it is*/
.selection:hover {
	cursor: pointer;
	background-color: #E9E9E9;
	text-decoration: none;
}

p {
	margin: 1em 0;
}