/**
 * 
Open Source License
------------------------------------------------------------------------------------------
Generic Table Editor is licensed under the terms of the Open Source GPL 3.0 license. 

http://www.gnu.org/licenses/gpl.html

Generic Table Editor is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Foobar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Foobar.  If not, see <http://www.gnu.org/licenses/>.

--

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

 * 
 * Generic Table Editor
 *
 * @author Bernhard Woehrlin
 * @copyright (c) 2008-2009, IT.CappuccinoNet.com
 * @date 2009-09-01 16:27:36
 * @version 1.3
 *
 */
body {
  font-family : verdana, arial, helvetica, sans-serif;
  font-size : middle;
}
#content {
  margin: 20px;
}

.loading-indicator {
  background-image:url(../scripts/extjs/resources/images/default/grid/grid-loading.gif) ! important;
}
#loading {
  position        :absolute;
  top             :30px;
  left            :400px;
}
#application {
	margin-top: 20px;
}
td {
  font-size: 0.6em;
}
hr {
	border: 0.5px solid #000;
}
p, ol, ul {
	margin: 10px 0 10px 0;
}
p, li {
	font-size: 0.7em;	
}
#logo_footer {
	background:#FFFFFF url(http://it.cappuccinonet.com/www/imgs/logo_mini_inv.gif) no-repeat scroll 0 0;
	height:35px;
	margin:0;
	padding:0;
	width:46px;
}
#footer {
	margin-top: 50px;
	border-top: 1px solid #000;
}
#footer td {
  padding-top: 5px;
}