html,body {
	height: 99%;
	width: 99%;
}

h1,h2,h3 {
	margin: 1px;
	font-size: 12pt;
}


body {
	font-family: arial, helvetica,sans-serif;
	font-size: 9pt;
	margin: 5px;
}

iframe {
	margin: 0px;
	padding: 0px;
}

#location {
	font-size:8pt;
}

#selectdata {
	float:right;
	font-size:8pt;
}

#selectdata select {
	font-size:8pt;
}

#detailframe {
	width: 300px;
	float: right;
	background:#c1cace;
	border-left: 1px solid black; /* left border*/ 
}

.ssProcessing{
	float: left;
	font-size:8pt;
	background:#c1cace;
}

.ssPanelEntry{
	float: top;
    font-size:10pt;
}

.ssPanelIcon{
	float: left;
}

.ssPanelInfo{
	font-size: 8pt;
}

.top {
	background: #ffff;
	margin: 0;
	clear: both;
	width: 100%; /*ie requires this or height */
}

.footer, .header, .select {
	background: #eee;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0;
	clear: both;
	width: 100%; /*ie requires this or height */
}