body {
	font-family : arial,helvetica;
}
h4 {
	margin : 0;
	padding : 0;
}
input {
	width : 80px;
	text-align:right;
	margin-bottom:5px;
}
tr {
	vertical-align:top;
}
td {
	border-right : 1px solid black;
	border-bottom : 1px solid black;
	padding : 5px;
	font-size : 12px;
}
td.green {
	background-color : #8f8;
}
td.yellow {
	background-color : #ff8;
}
td.line {
	border-right : 0;
}
td.clean {
	border : 0;
}
table {
	border : 0px solid black;
	border-collapse : collapse;
}
.pleaseWait {
	display 	: none;
	position 	: absolute;
	float		:left;	
	width		:600px;
	height		:330px;
	background 	: rgba(0,0,0,0.6);
	z-index		:10;
	font-size 	: 24px;
	font-weight : bold;
	color 		: #fff;
	text-align	:center;
	padding-top : 270px;
	
	
}
.ui-slider .ui-slider-handle {
	height: 0.8em;
	width: 0.8em;
	background : #444;
}
.ui-slider-horizontal {
	height: 0.4em;
}
.ui-widget-content {
	background: #666;
	color : #666;
}
.message {
	border-bottom : 1px solid #eee;
	border-right : 1px solid #eee;
	border-top : 1px solid #444;
	border-left : 1px solid #444;
	background:#666;
	color:#ccf;
	padding : 10px;
}
select {
	background : #666;
	font-size : 12px;
	color : #ccf;
	font-weight : bold;
}
h2 {
	font-size : 18px;
	font-weight : bold;
}
h4 {
	font-size : 16px;
	font-weight : bold;
}

