BODY{
	font-family: verdana;
	font-size: 0.9em;
	text-align: center;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
}

input{
	border: solid #000 1px;
}

#header{
	margin: auto;
}

#header a{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#body{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

#footer{
	font-size: 0.5em;
}

#content{
	margin-top: 1em;
	margin-bottom: 1em;
}

#login_basic{
	margin: auto;
	border: solid #000 1px;
}

#login_basic table{
	margin: auto;
}

#customers_basic{
	margin: auto;
	width: 80em;
}

#customers_basic a img{
	border: none;
}

#customers_basic table{
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}

#customers_basic table th{
	background-color: silver;
	border: solid black 1px;
}

#customers_basic table form{
	display: inline;
}

#customers_basic table form input{
	border: none;
	width: 16px;
	height: 16px;
}

#customers_filtr{
	text-align:left;
}

#customers_map{
	position: relative;
	text-align:left;
}

.customers_map_location{
	position: absolute;
	z-index: 105;
}

.error{
	color: #ff0000;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

#agregations_basic{
	margin: auto;
}

#agregations_basic table{
	text-align: center;
	font-size: 0.9em;
}

.agregations_border{
	border: solid black 1px;
}

#worklists_plan{
	text-align: left;
	font-size: 12px;

}

.work{
	margin-left:2em;
	
	padding-left: 1em;
	padding-right: 1em;
	border: solid black 1px;
	position: relative;
	float:left;
	
	text-align: left;
}

.work a{
	display: block;
	width: 100%;
	height: 100%;

	text-decoration: none;
}

.work a span{
	display: none;
	position: absolute;

	width: 20em;
	min-height: 10em;
	_height: 10em;

	left: +4em;
	top: +1em;

	background-color: yellow;
	border: solid black 1px;
	padding: 1em;

	z-index: 10;

	color: #000;
}

.work a:hover span{
	display: block;
}

.work a span fieldset{
	border: solid black 1px;
}

.worklistnote textarea{
	border: none;
	width: 100%;
	height: 6em;
}

.workmenu{
	position: absolute;
	top: -1em;
	left: 90%;
	width: 15px;

	background-color: white;
	border: solid silver 1px;
	
	z-index: 9;
	
	text-align: center;
}

.workmenu form{
	display: inline;
}

.workmenu input{
	border: none;
	width: 11px !important;	
	height: 11px !important;
}