@import url("http://www.ametsoc.org/template.css");

.alert {
	font-weight: bold;
	color: #f00;
}
.error {
	font-weight: bold;
	color: #f00;
}
.warning {
	font-weight: bold;
	color: #f60;
}
.info {
	font-weight: bold;
	color: #080;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
h1 {
	color:#000;
	font-size:inherit;
}
h2 {
	color:#000;
	font-size:inherit;
}
h3 {
	color:#000;
	font-size:inherit;
}
td td, td th, td p, th p, td ul, th ul, td ul li, th ul li, td ol, th ol li, th ol, th ol li, td dt, th dd {
	font-size: 1.0em !important;
}
th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
dd, dt {
	font-size: 0.8em;
	margin-bottom: 0;
}
.greenbar1 {
	background-color:#fff;
}
.greenbar2 {
	background-color:#eee;
}
.greenbarh {
	background-color:#ccc;
}
.greenbarsubh {
	background-color:#ddd;
}
.smaller {
	font-size: smaller;
}
.indent-left {
	margin-left: 20px;
}
div.faqcolumn {
	margin-top: 5em;
	margin-left: 1em;
	border-left: thin black dashed;
	padding-left: 1ex;
	width: 100px;
}
div.faqcolumn p, div.faqcolumn a, div.faqcolumn a:visited, div.faqcolumn a:hover, div.faqcolumn a:active {
	font-size: 9px;
	color:#666;
}
.youarehere {
	background-color:#bde; /* #fe6; */
	font-style:italic;
	text-decoration:underline;
}
.sectioncomplete {
	background-color:#fff; /* #0c0; */
	background-image:url(checkmark.gif);
	background-repeat: no-repeat;
}
.sectionincomplete {
	background-color:#fff; /* #f00; */
	background-image:url(alert.gif);
	background-repeat: no-repeat;
}
.sectionmeter {
	background-color: #fc3; /* #f90;	*/
}

