/* AtMet Mass information CSS Document */


body {
	background-color: #e0e0e0;
}

div#msoutline {
	width: 1060px;
	margin: 0 auto;
}

div#msoutline a:link, div#msoutline a:visited {
	text-decoration: none;
	color: #d2691e;
}

div#msoutline a:hover {
	text-decoration: underline;
	color: #d2691e;
}
div#msbox {
	width: 1000px;
	margin: 50px 10px 10px 0px;
	background-color: white;
	border: 5px double #4682b4;
}


div.comInfoArea {
	width: 1000px;
	margin: 30px 30px 0px 30px;
}

div#msInfoArea {
	width: 1060px;
	font-size: 14pt;
}

div#msInfo {
	margin-top: 20px;
}

div#msInfo:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html div#msInfo {
	height: 1em;
	overflow: visible;
}

div#plot1Area {
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-left: 10px;
}

div#plot1Title {
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}

div#plot1 {
	clear: both;
/*	border: 1px solid silver;*/
}

div#plot2Area {
	float: left;
	width: 490px;
	margin-top: 20px;
	margin-left: 30px;
}

div#plot2Title {
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}

div#plot2 {
	clear: both;
/*	border: 1px solid silver;*/
}

/*
div#msInfoTitle {
	margin: 20px 0px 10px 30px;
	font-size: 24px;
}
*/

div#msLogo {
	clear: both;
	margin: 0px 20px 4px 0px;
	color: white;
	font-weight: bold;
	font-size: 48pt;
	text-align: center;
}

div.labelX {
	width: 320px;
	margin-bottom: 20px;
	text-align: center;
}

table.comInfo_tbl {
	width: 940px;
	border: 1px solid;
	border-collapse: collapse;
	border-color: silver;
	table-layout: fixed;
	word-wrap: break-word;
}

table.comInfo_tbl tr td {
	padding: 4px;
	border: solid silver;
}

td.cominfo_td_1 {
	width: 170px;
	text-align: left;
	background-color: gray;
	color: white;
	font-weight: bold;
}

td.cominfo_td_2 {
	width: 740px;
	text-align: left;
}

td.msinfo_td_1 {
	text-align: center;
}

td.msinfo_td_2 {
	text-align: center;
}

/* Description Area */
div#descriptionArea {
	margin: 0px 20px 0 20px;
	padding: 5px;
}
/**/
div#descriptionTitle {
	width: 200px;
	font-weight: bold;
	font-size: 16pt;
	color: #303030;
}
div#description {
/*	padding-left: 4px;
	height: inherit;*/
}
table#metDescriptionTable {
	border-collapse: collapse;
	border: 1px solid #708090;
}
table#metDescriptionTable td {
	border-collapse: collapse;
	border: 1px solid #708090;
}
td.descriptionTh {
	width: 180px;
	font-weight: bold;
	background-color: #98fb98;
}
td.descriptionTd {
	width: 1020px;
}

