@charset "utf-8";
/* CSS Document */

body{
	background-color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
#envelope{
	margin:auto;
	top:0;
	width:960px;
	background-color:white;
/*	background-image:url(../images/background_960x150.png);
	background-repeat:repeat-y;*/
	min-height:500px;
	
}
/*#banner {
	width:100%;
}
#banner img{

	position:relative;
	left:166px;
	top:0;
}*/
#menubar{
	width:100%;
	float:left;
}
#mainmenu{
	
}
#horiz_menu{
	width:530px;
	margin:auto;
	padding:0;
	border:0 none;
	list-style:none inside none;
}

.menustyle{
	
}
.menu_btn{
	border:0;
	padding:0;
	display:inline;
	
}
.maincontent{
	width:90%;
	margin:auto;
	padding:0;
}
#top_notice{
	width: 50%;
	margin:50px auto;
	border: thick solid yellow;
	padding:1em 2em;
	text-align:justify;
	font-size:1.6em;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FFFFDD;	
}
#mon_menu{
	float:left;
	width:154px;
	border:2px;
	padding:0;
	margin:0;
	z-index:2;
	
}
#mon_menu_list{
	list-style:none;
	padding:0;
	margin:0;
}
#mon_menu_list a{
	text-decoration:none;
}
	
.mon_menu_btn{
	background-image:url('../images/bttns/greybutton.png');
	font-size:1.4em;
	width:150px;
	height:30px;
	padding: 10px 0 0 0;
	vertical-align:middle;
	text-align:center;
	color:black;
	z-index:2;
	
}
.mon_hist_selctr{
	font-size:1.6em;	
}
#hist_anim_insert{

	margin-bottom:20px;
	margin-left:170px;
}
#polarEQcaption{
	font-size:1.6em;
	clear:both;
}
#polarEQ_graphic{
	width:1040px;
	position:relative;
	left:-210px;
}
#monitor_display{
	float:left;
	padding-left:10px;
	width:765px;/**/
}
#polarEQ_graphic img{
	 
/*	border:5px solid #CCC;  */
	border-top: solid #CCC 5px;
	border-right: solid #CCC 5px;
	border-bottom: solid #888 5px;
	border-left: solid #888 5px;
	
	
}
#chandler_graphic{
	float:right;
	width:422px;
	height:474px;
	margin: 0 0 10px 20px;
}
.monitor_caption{
	float:left;
	margin-top:1em;
/*	font-size:16px;
	height:120px;*/
}

#anim_img_bdr{
	width:402px;
	border:solid thick #666;
}
#quake_table{
	 position:relative;
	 left:-105px;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:12px;
	 width:1040px;
}
#quake_table td{
	background-color:white;	
}
#quake_table .main_header{
	font-size:20px;
	font-weight:bold;
	padding:1em 0;
}
#quake_table .subtitle{
	font-size:13px;
	font-weight:bold;
	text-align:center
}
#quake_table td.datecell{
	text-align:center;	
}
#quake_table td.latcell{
	text-align:right;
	padding-right: 10px;	
}
#quake_table td.longcell{
	text-align:right;
	padding-right: 10px;	
}
#quake_table td.magcell{
	text-align:center;	
}
#quake_table td.depthcell{
	text-align:right;
	padding-right: 10px;	
}
.bigmag{color:red; font-weight:bold;}
#footer_bar{
	clear:both;
	width:70%;
	margin:auto;
	text-align:center;
	background:#CCC;
	border:2px #666 solid;
	padding:5px 20px;
}