.widget ul li a.side_active{
	color: #333;
}

label.error {
    color: #c66;
}

input.error, select.error, textarea.error {
    background-color: #fee;
}

.ui-widget {
	font-size: 95%;
}
.ui-widget .ui-widget {
	font-size: 100%;
}

#sidebar.new {
	float: left;
}

.a {
	padding-right: 20px;
	text-align: right;
}
.b {
	padding-left: 5px;
	text-align: left;
}
.c {
	padding-left: 20px;
	text-align: left;
}

.menu ul {
	list-style-type: none;
	list-style-image: none;
}
.menu li a {
	line-height: 28px;
	font-size: 13px;
}
.menu a {
	display: block;
}

.menu a:hover {
	background-color: #E5E5E5;
}

.ui-datatable.borderless thead th,
.ui-datatable.borderless thead tr,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
	border-style: none;
}
.ui-datatable.borderless .ui-datatable-tablewrapper thead th {
	padding: 0px;
}
.ui-datatable.borderless .ui-datatable-odd {
	background: none;
}
.progress, .progress * {
	cursor: progress !important;
}
.ui-datatable.borderless .ui-widget-content {
	background: none;
}

input[type="submit"].sr-button, button.sr-button {
	border-radius: 50px;
	background-image: none;
	background-color: #65a94a;
	color: white;
	border:none;
	cursor: pointer;
	box-shadow: none;
	margin-top: 8px;
	/*padding-top: 4px;*/
	min-width: 158px;
	text-transform: uppercase;

}


button.sr-button {
	font-size: 15px;
	line-height:23px;
	height: 33px;
	font-family:'Orienta', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}