/*--------------------------------------General Body------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F9F9F7;
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: #000000;
	/*
	line-height: 18px;
	*/
}

body a, body a:visited {
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}

body a:hover {
	color: #FF6600;
	text-decoration: underline; 
}

div#container {
	width: 100%;
	/*
	margin: 1em 5em;
	position: relative;
	*/
}

/*--------------------------------------Basic Tags--------------------------------------*/

p {
	margin: 0 0 .8em;
	line-height: 1.4em;
}

table {
	border-collapse: collapse;
}

ul {
	padding-left: 20px;
}
li {
}


/*--------------------------------------Other Styles------------------------------------*/

.right {
	float: right;
	padding-right: 1em;
}

.left {
	float: left;
	padding-left: 1em;
}

.incompatibleBrowser {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 3em;
}


/*--------------------------------------Other Tags--------------------------------------*/

acronym {
	cursor: help;
	border-bottom: 1px dotted #bbb;
}

acronym:hover {
	border-bottom: 1px dotted #444;
}



/*--------------------------------------Header------------------------------------------*/

div#header {
	width: 100%;
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px dotted #999;
	background-color: #003366;
	color: #FFF;
}

div#header h1 {
	font-size: 2em;
}



/*--------------------------------------Content-----------------------------------------*/

#container tr.body-table {
	border-bottom: 1px dotted #999;
	height: 450px;
}

.sidebar {
	width: 350px;
}

#sidebar {
	width: 100%;
	height: 420px;
	/*
	max-height: 450px;
	*/
	overflow: auto;
	background-color: white;
	border-right: 1px dotted #999;
}

#magnitude-slider-container {
	padding: 0 10px 5px;
	font-size: 11px;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

#magnitude-slider-container p {
	line-height: inherit;
	margin-bottom: 5px;
}

#map-canvas {
	height: 450px;
	min-width: 250px;
}

.odd {
	background-color: #F2F5FC;
	
}

.even {
	background-color: transparent;
}

.sidebar-row {
	padding: 5px;
	border-bottom: 1px solid #999;
}

.sidebar-row:hover,
.sidebar-row-highlight {
	background-color: #FFFF99;
	cursor: pointer;
}


.sidebar-row .row-header,
.info-header {
	font-weight: bold;
}

.info-header {
	text-align: center;
}

.sidebar-row .row-desc,
.info-desc {
	font-size: .9em;
	padding-left: 5px;
}

.info-desc-key {
	text-align: right;
	padding-right: 5px;
}

.info-desc-val {
	
}




/*--------------------------------------Footer------------------------------------------*/

div#footer {
	padding: 2em 0 1em 1em;
	
	/* styles */
	color: #888;
	font-size: 0.9em;
	text-align: left;
}

