body {
	margin : 3em;
    padding-top: 60px;
	background-color : lightgrey;
}
textarea {
	width : 95%;
	height: 90%;
}
select{width:auto;}

input{width:90%;height:auto;}
table.tstyle
{
    border-collapse: collapse;
    border: 1px solid black;
    border-spacing: 0;
	font-family: Verdana,Arial, sans-serif;
	font-weight:normal;
	font-size: 100%;
}

table.tstyle  td
{
    text-align: left;
    vertical-align: top;
    padding: 4px;
    border-top: 0;
    border-bottom: 1px solid #fff;
    border-left: 0;
    border-right: 1px solid #fff;
	color : #000;
    background-color: #ccc; 
}
table.tstyle  td.ctr
{
	text-align: center;
}

table.tstyle th
{
    text-align: center;
    vertical-align: top;
    padding: 4px;
    border-top: 0;
    border-bottom: 1px solid black;
    border-left: 0;
    border-right: 1px solid #ccc;
    font-size: 100%;
	color : black;
    background-color: #990000;  /*#00aa00; /*#fff;*/
}
table.tstyle caption
{
    background-color: yellow ; /* lightblue; /* #fff;*/
	color : black;
    border: 1px solid black;    
    padding: 3px;
    font-variant: small-caps;
}

btn-local {

	color : black;	
}
.zoneEdit{
	background-color : yellow;
}
.footer {
  bottom: 0;
  width: 100%;
  height: 35px;
  background-color: #f5f5f5;
}
.footer-admin {
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
}