@CHARSET "UTF-8";
/* loading */
#loading {
    background: #C0DAF7;
    padding: 2px;
    display: none; /* hidden */
    font-size: 12px;
    position: fixed;    
    left: 50%;
    margin-left: -100px;
    top: 5px;
    width: 71px;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: bold;
}

.cmd, a.cmd {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 3px;
	-moz-user-select: none;
   -khtml-user-select: none;
   	user-select: none;
}

.alt, a.alt {
	color: green;
}

.disabled, a.disabled {
	color: grey;
	text-decoration: line-through;
	cursor: default;
}
.pointer {
	cursor: pointer;
}

.minor {
	font-size: 80%;
}

.yes {
	color: blue;
}

.no {
	color: blue;
}

.confirm {
	color: grey;
	text-decoration: none;
	cursor: default;
}

