.action{
	width:80px
}

.error-message{
	color: red;
}

.fontmono{
	font-family: monospace;
}

.minheight {
	min-height:550px;
}

.user_inliine-block{
	display: inline-block;
	/*width: 150px;*/
	padding-right: 25px;
	margin-top:7px

}

label{
	padding-left:3px;
	vertical-align:top;
}

li{
	font-size:12px;
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}
.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

td.day{
	cursor: pointer;
	cursor: hand
}
