/* This line specifies the parameters for the overall text contained in the
body of the HTML document; specifically the font used along with alternates,
the point size and the color of the base text written as a hex value.  */

html {
	margin: 0 0 0 0;
}
html.java {
	height: 100%; 
}

#deployJavaPlugin {
	display: none;
	height: 0;
}

body {
	font-family: helvetica, arial, san-serif;
	font-weight: bold;
	background-image: url("../../../images/backgrounds/worldmapalpha.gif");
	background-color: #eeeeff;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
}

table#top-table {border: 0; width: 100%; margin: 0 0 0 0; padding: 0px 0px 0px 0px;}
table#top-table tr {border: 0; margin: 0 0 0 0;}
table#top-table tr td {border: 0; margin: 0 0 0 0;}

html.java table#top-table {height: 97%; width: 100%;}
html.java table#top-table tr {height: 100%;}
html.java table#top-table tr td {height: 100%; width: 100%;}

div#content-area {
	width: 100%;
	margin: 0 0 0 0;
	padding: 4px 4px 4px 4px;
}
html.java div#content-area {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}
div#content-area applet {
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
}

td {
	font-family: helvetica, arial, san-serif;
}

th {
	font-family: helvetica, arial, san-serif;
	font-weight: bold;
}

p tr {
	font-family: helvetica, arial, san-serif;
}

h1	{
	font-family: helvetica, arial, san-serif;
	font-weight: bold;
}

a	{
	font-family: helvetica, arial, san-serif;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

table.top-menu {
	border: 0;
	background-color: #b0b0e0;
	width: 100%;
}
html.java table.top-menu {
	display: none;
	height: 0px;
}

table.toolbars td {
	padding: 4px, 2px, 4px, 2px;
}

span.spantitle {
	font-family: Arial, Helvetica, SanSerif;
	font-weight: bold;
	color: white;
}

td.menu-title {
	text-align: center;
}

td.help-button {
	text-align: right;
}

span.button {
	border-style: inset;
	border-width: 1px;
}
span.link {
	border-width: 1px;
}
img.button {
	vertical-align: text-bottom;
	border: 0;
	padding: 0px 2px 0px 5px;
}
a.button {
	color: blue;
	vertical-align: text-bottom;
	border: 0;
	padding: 0px 5px 0px 0px;
}
a:hover {
	text-decoration: underline;
}
a.link img {
	vertical-align: text-bottom;
	border: 0;
	padding: 0px 4px 0px 4px;
}

.tundra .dijitButtonNode {
	padding: 0 .1em 0 .1em;
	margin: 0 0 0 0;
}
.link .dijitButtonNode {
	border:0px;
	background: transparent;
}
.link .comment {
	font-size: 10pt;
}
/* reports, grid */
table.gridscreen th {
	text-align: center;
	vertical-align: baseline;
}
/* reports, grid */
table.gridscreen td {
	text-align: left;
	vertical-align: baseline;
}
table.gridscreen td.button {
	text-align: center;
}
/* Nav menu */
th.navStart {
	width: 15%;
	text-align: left;
}
/* Nav menu */
th.navStart div.title{
	font-weight: bold;
}
th.navStartShadow {
	width: 8px;
}
/* Icons only nav menu */
th.navIconsOnlyStart {
	width: 3%;
	text-align: left;
}
/* Nav menu */
th.navIconsOnlyStart div.title{
	display: none;
}
th.navIconsOnlyStart a.button {
	display: none;
}
th.navIconsOnlyStart span.desc {
	display: none;
}
th.navIconsOnlyStartShadow {
	width: 8px;
}
/* No nav menu */
th.navNoStart {
	width: 0px;
	display: none;
}
th.navNoStartShadow {
	width: 0px;
	display: none;
}
td.navAfterContent {
	height: 8px;
}

html.java th.navStart {
	display: none; width: 0px; height: 0px;
}
html.java th.navStartShadow {
	display: none; width: 0px; height: 0px;
}
html.java th.navStartVShadow {
	display: none; width: 0px; height: 0px;
}
html.java th.navStartSECorner {
	display: none; width: 0px; height: 0px;
}
html.java td.navAfterContent {
	display: none; width: 0px; height: 0px;
}

.error {
	color: red;
	font-weight: bold;
	font-style: italic;
}
.information {
	color: gray;
	font-weight: bold;
	font-style: italic;
}

