/* CSS Document */
.debug{display:none; visibility:hidden}
.debug2{display:block; width:100%; height:350px;}
.HH{display:none;}
.HH2{display:block;background:#CCC;border:2px solid #03F;}
.H{visibility:hidden}

#topWorking{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFA url(../img/ge_mouse.gif) no-repeat center;
	width:30px;
	height:30px;
	right:20px;
	bottom:5px;
	/*margin:0 !important;
	min-width:120px;*/
	position:fixed;
	z-index:10002;
	line-height:37px;
	border:0px none /*#F0F 1px dotted*/;
}

#scr1000{
	width:100%; 
	height:100%; 
	position:fixed; top:0; left:0; z-index:1000;
	background:#71B771;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

input.green {
	border-bottom: medium none; border-left: medium none; padding: 5px; background-color: #87b639;  color: #fff; font-size: 15px; cursor: pointer;  border-right: medium none; font-weight:bold ; border-bottom:1px dotted #060 ;
	margin:2px 2px 2px 10px;
}


input.green:hover {
	background-color: #e9902c
}

input.red {
	border-bottom: medium none; border-left: medium none; padding: 5px; background-color:#F36;  color: #fff; font-size: 15px; cursor: pointer;  border-right: medium none; font-weight:bold ; border-bottom:1px dotted #060 ;
	margin:2px 2px 2px 10px;
}

input.red:hover {
	background-color: #e9902c
}
.help{
	cursor:help;
}
label.checkers{
	margin-right:0.5em;
}

tr.optionalTr{
	display:none;
}

.good{
	color:#0033CC;
}
.poor{
	color:#F9C;
}
.canceled{
	color:#999999;
	text-decoration:line-through;
}

.group .detail{
    background: #CFF ;
}

.group .gTitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #E5E8E9;
}

.sortable-group{
	padding: 5px;
	border-radius: 5px;
	border-style:dashed;
	border-width:3px;
	border-color: #FFFFFF;
}
.sortable-group-hover {
	border-radius: 5px;
	border-style:dashed;
	border-width:3px;
	border-color: #E5E8E9;
}

.sortable-group>div{
	cursor:row-resize;
	font-size: large;
	font-weight: bold;
	text-align: center;
}