/* Training Stylesheet */
div.menu a {
	color:rgb(200,200,200);
	font-size:12px;
}
div.menu a:hover {
	text-decoration:underline;
}

.c_label {
	background:rgb(60,60,60);
	color:rgb(204,204,204);
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	width:100px;
}

.c_input {
	background: rgb(77, 77, 77);
}

.clickable_label {
  cursor:pointer;
	color: #FF6600;
	font-size:12px;
}

.clickable_label:hover {
  text-decoration:underline;
}

