
html, body, iframe { height: 100%; padding: 0px; overflow: hidden; }

table.status  { 
	width: 90%;
	border: 2px solid black;
	padding: 5px;
}

table.status  td { 
	border: 1px solid black;
	padding: 4px;
}

table.status  td.left { 
	width: 40%;
	padding: 5px;
}

table.status  td.right { 
	padding: 5px;
}

table.fixed { 
	width: 100%;
}

table.fixed td.left { text-align: left; }
table.fixed td.right { text-align: right; }

tr:nth-child(even) {background: #DDD}
tr:nth-child(odd) {background: #FFF}

#content {
	width: 100%;
	height: 100%;
	padding: 0;
}

#iframe {
	height: 80%;
	width: 100%;
    white-space: nowrap;
}

#header {
	border: none;
	width: 100%;
	height: 60px;
	margin: 0;
}

#footer {
	border: none;
	width: 100%;
	height: 40px;
}

#menu {
	padding-left: 0px;
	width: 15%;
}

#main {
	padding-left: 50px;
	width: 80%;
}

h1
{
   color: #7C7369;
   font-family: Arial;
   font-size: 24pt;
}

h2
{
   color: #7C7369;
   font-family: Arial;
   font-size: 12pt;
   font-style: italic;
}

h3
{
   color: black;
   font-family: Arial;
   font-size: 12pt;
}