body {
	color: #333333;
	background-color: #FAEBD7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	background: url("/vsc/graphics/yvo_wm.png") no-repeat scroll center top #D7CCBA;
}

#usgs-header-box {
	background: url("/vsc/graphics/yvo/yvobanner.jpg");
}

#usgs-png {
    display: none;
}

#page-header-box {
	background-color:#C98F41;
	/*border-bottom:solid 2px #A0522D;*/
	border-top:solid 5px #FFFFFF;
	color:white;
	font-size:1.2em;
	font-weight:bold;
}

#page-header-box .active {
	font-weight:bold;	
}
/*

#page-header-box ul {
	float:right;	
	padding-right:15px;
	border-bottom: solid 1px #cdc0b0;
	border-top:solid 1px #cdc0b0;
	width:100%;
}

#page-header-box li {
	float:left;	
	padding-left:10px;
	text-decoration:none;
	color:#FFF;
}

#page-header-box a:link {
	color:#FFFFFF;
}    /* unvisited link */
/*

#page-header-box a:visited {
	color:#FFFFFF;
} /* visited link */

/*

#page-header-box a:hover {
	color:#23233D;
}   /* mouse over link */

/*
#page-header-boxr a:active {
	color:#23233D;
}  /* selected link */



#dynamic-content-box {
	background-color:#C98F41;
	/*border-bottom:solid 2px #A0522D;*/
	border-top:solid 5px #FFFFFF;
	color:white;
	font-size:.8em;
	font-weight:bold;
	width:950px;
	padding:5px;
}


#usgs-footer-box a:visited {
	color:#434220;
	} /* visited link */

#usgs-footer-box a:active {
	color:#434220;
	}  /* selected link */

/* classes for volcano page */
.header-960 {
	width:950px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #C98F41;
	color:#FFFFFF;	
	font-size: 1.2em;
	font-weight: bold;
}

.header-640 {
	width:630px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #C98F41;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;	
}

.header-576 {
	width:566px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #C98F41;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;	
}

.header-384 {
	width:374px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #C98F41;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;	
}

.header-320 {
	width:310px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #C98F41;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;	
}

.box-960 {
	width:950px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #FFFFFF;
}

.box-640 {
	width:630px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #FFFFFF;
}

.box-576 {
	width:564px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #FFFFFF;	
}

.box-384 {
	width:374px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #FFFFFF;	
}

.box-320 {
	width:310px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #FFFFFF;	
}

.box-240 {
	width:230px;
	margin:0px;
	padding:5px;
	float:left;
	background-color: #FFFFFF;	
}

.imgfloat {
	float:left;
	padding:10px;	
	font-size: 82%;
}

.imgcaption {
	margin: 0 0 10px;	
	
}

.page-title {
	float:left;	
	color: white;
}

.obs-name {
float:right;	
}

.menu-page-box {

	width: 90%;
	border-bottom: solid 2px #C98F41;
	padding: .5em;
}

.menu-page-box a {

	font-weight: bold;	
}

/* Styles used when volcano alerts are showing on the volcano home page. */
.alert {
	padding: 5px;
	margin: 0px;
	width: 936px;
	border: solid 2px #C98F41;	
}

.alert-green {

	background-color: #C7E19E;
}

.alert-yellow {
	
	background-color: #FFF99D;
}

.alert-orange {

	background-color: #F8C473;
}

.alert-red {
	
	background-color: #EF8861;
}

.vBanner {
	z-index:99;
	position:absolute;
	width:300px;
	padding:5px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.7);
	filter: alpha(opacity = 70); /* IE */
}

.vTitle {
	z-index:100;
	font-weight:bold;
	font-size:1.2em;
	color:white;
}

/*

	Styles for the top-menu on a volcano page.

*/

#volcano-top-menu {
	width: 100%;
	background-color: #FFFFFF;

}

#volcano-top-menu a {
	display:block;
	float:left;
	padding: 0.5em;
	font-weight: bold;
}

#volcano-top-menu a:visited {
	color: #434220;
	text-decoration: none;
}

#volcano-top-menu a:link {
	color: #434220;
	text-decoration: none;
}

#volcano-top-menu a:hover {
	color: #23233D;
	text-decoration: underline;
}

/*

Styles for the left (accordion) menu on a volcano page.

Colors:

a
 #8b4513, link
 #8b4513, visited
 navy,    hover
 #000080, active
	
b2b2b2 li border
a04a1a Text color

deb887 Selected header color
b29c81 Selected header shadow

fffcf0 Unselected header color
eedfcc Unselected header shadow

*/

#accordion {
	width:200px;
	margin:0px;
	padding:0px;
}

#accordion a:link { /* unvisited link */
	color:#434220;
	text-decoration:none;
}

#accordion a:visited { /* visited link */
	color:#434220;
}

#accordion a:hover { /* mouse over link */
	color:#23233D;
	text-decoration:underline;
}

#accordion a:active { /* selected link */
	color:#23233D;
}

#accordion li {
	font-weight:bold;
	cursor: pointer;
	border:1px solid #b2b2b2;
	margin-bottom:2px;
	margin-left:4px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#accordion li.sub-header {
	border:1px solid #b2b2b2;
	font-weight: bold;
	margin-right: 8px;
}

#accordion div.selected-item {
	background-color:#E7C9A0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#accordion div.sub-header {
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	background-color: #fffcf0;
	border-bottom: 2px solid #eedfcc;
}

#accordion .sub-header-selected {
	border:1px solid #b2b2b2;
	font-weight: bold;
}

#accordion li ul {
	margin:10px 0 0 0;
}

#accordion li li {
	background:none;
	border:0;
}

#accordion li.level-1-active {
	border:1px solid #b2b2b2;
	font-weight: bold;
	width:100%;
}

#accordion li.level-1 {
	border:1px solid #b2b2b2;
	font-weight: bold;
	width:100%;
}

#accordion div.level-1-active {
	background-color: #E7C9A0;
	border-bottom: 3px solid #b29c81;
	margin:0px;
	padding: 4px 8px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

#accordion div.level-1 {
	padding:4px;
	border-bottom: solid 2px #eedfcc;
}

#accordion li.level-2-active {
	margin-right: 8px;
}

#accordion div.level-2-active {
	font-style: normal;
	font-weight: normal;
	background-color: #E7C9A0;
	border-bottom: 2px solid #b29c81;
	padding: 4px 8px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

#accordion div.level-2 {
	padding: 4px 8px;
}

#accordion li.level-2 {
	font-style: normal;
	font-weight: normal;
}

#accordion li.level-3-active {
	border:1px solid #b2b2b2;
	font-style: italic;
	font-weight: normal;
	margin-right: 8px;
}

#accordion div.level-3-active {
	background-color: #E7C9A0;
	margin:0px;
	padding: 4px 8px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

#accordion li.level-3 {
	font-style: italic;
	font-weight: normal;
	background-color: white;
	margin:0px;
	padding: 4px 8px;
}

/*
	Styles for the volcano monitoring page.
*/
#monitoring-plot {
	display:none;
	z-index:9999;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:10px;
	padding:2em;
	border:solid 4px gray;
	background:black;
	border-radius:15px;
	-moz-border-radius:15px;
}

#monitoring-plot .caption {
	
	font-size: 18px;
	font-weight: bold;
	color: white;
	float:left;
}

#monitoring-plot .control {
	
	font-size: 18px;
	font-weight: bold;
	color: white;
	float:right;
}

/* Style for the activity update message for an observatory. */
.activity-update {
	border: 1px solid silver;
	margin: .5em;
	padding: .5em;
	font-size: 8pt;
}


