/* (c)daa */
.SAADbar_sgo	{border:2px solid silver; padding:10px; margin:10px;}
/* switch input availability depending on location */
div.SAADlist	.offSAADlist			{display:none}
div.SAADdisplay	.offSAADdisplay			{display:none}
div.SAADedit	.offSAADedit			{display:none}

/* reminiscences */
table.SAADbar				{width:100%;empty-cells:show;}
table.SAADbar tr.SAADbar td		{background:#eeeeee;border-top:1px solid #f0f0f0;border-bottom:2px solid #cccccc;vertical-align:middle;text-align:center;height:25px;}
table.SAADbar tr.SAADbar td.first	{border-left:1px solid #f0f0f0;
					-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;
					-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;
					}
table.SAADbar tr.SAADbar td.last	{border-right:2px solid #cccccc;
					-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;
					-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;
					}

