﻿body { font-family: 'Helvetica'; }
#result { font-attributes: 'bold'; }
#header, #panel, #floatpanel, #scrollpanel {background: #cec; border: #5a7; border-style: solid;  border-radius: 15px; padding: 5px 5px 5px 5px; }
img  { margin: 0px 5px 0px 0px; padding: 5px 5px 5px 5px;}


#header {
    width:97%;
    position:fixed;
    top:0px;		
	height: 75px;
}

#main {    
    margin: 90px 0px 0px 0px;
}

#panel { clear: both; overflow: auto; }

#result { font-size: 18px; text-align: left; color: red; }
#garden { float: left;  }
#symbol { float: right;  }
#robotimg { position: absolute; right: 100px; }
#floatpanel { float: left; clear: both; }

#version { float: right; font-size: small; }

#static { width: 80px; float: left; margin: 15px 15px 0px 0px; }
#state { font-size: 18px; margin: 0px 0px 0px 0px; }	

table td { vertical-align: top; }
table td#special { text-align: right; vertical-align: top; }
table#special td { padding-left: 30px; }
table#special { border-collapse:collapse; }
table { border-collapse:collapse; text-align: left; }
table #row { border-bottom: 1px solid #aaa; }
table#list td + td { border-left:2px solid #5a7; }
table#list th + th { border-left:2px solid #5a7; }

#scrollpanel { max-height:100%;overflow:auto; }
#history { height: 300px; }

