
.clear {
	clear: both;
}

.ui-widget-overlay {
	background: #000 !important;
}

h3.new {
	color: #000000;
	font: 18px Georgia,Times,"Times New Roman",serif;
	text-transform: none;
	margin: 0;
}

#user .Sidebar {
	margin-top: -15px !important;
	text-align: right;
}

.green a{text-decoration:none; font-weight: bold;color:#679900}
.green a:visited{opacity:0.75;color:#679900}
.green a:hover{text-decoration:none;color:#679900}
.plain a{text-decoration:none; font-weight: bold;color:#333}
.plain a:visited{opacity:0.75;color:#333}
.plain a:hover{text-decoration:none;color:#333 !important}

button.print {
	border-radius: 5px;
	border: 3px solid #679900;
	color: #679900;
	background-color: white;
	text-transform: uppercase;
	padding: 7px;
	margin-bottom: 2px;
}

button.print:hover {
	border-radius: 5px;
	border: 3px solid #679900;
	color: white;
	background-color: #679900;
	text-transform: uppercase;
	padding: 7px;
	margin-bottom: 2px;
}