@charset "utf-8";

/* General UI */

	.ui-widget {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		text-align: left;
	}
	
	.ui-widget a:hover {
		background-color: transparent;
	}
	
	.ui-widget-content {
		border-color: #555555;
		color: #333333;
	}
