* {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
}

.icon {
	margin-right: 5px;
	color: #DDDDDD;
	vertical-align: top;
}

a, a:active, a:visited {
	color: #147402 !important;
	font-weight: bold !important;
}

table, th, td {
	border-collapse: collapse;
}

table.main {
	width: 100%;
}

table.main th, table.main td {
	vertical-align: top;
	padding: 5px;
	text-align: left;
}

table.main tr {
	border-bottom: 1px solid #DDDDDD;
}

table.main th {
	color: #646464;
	background-color: #F5F5F5;
	padding: 15px 10px !important;
}

span.counter {
	float: right;
	font-style: italic;
	font-weight: normal;
	color: #AAAAAA;
}

table.main th.left {
	width: 400px;
}

div.container {
	display: inline-block;
	max-width: 370px;
}

span.button {
	font-size: 25px;
}

div.title {
	cursor: pointer;
	font-weight: bold;
	vertical-align: middle !important;
	line-height: 25px;
	/*height: 25px;*/
	margin-bottom: 5px;
}

div.title * {
	height: 25px;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}

table.long {
	display: none;
	color: #646464;
	background-color: #F5F5F5;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
}

table.long * {
	border: none !important;
}

table.long tr td.title {
	font-weight: bold;
	width: 200px;
}

div.short .line {
	display: block;
	margin-top: 10px;
}

div.formSearch {
	display: none;
}

.floatRight {
	float: right;
}

form.search {
	padding: 10px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.searchButtonContainer {
	display: inline-block;
	text-align: right;
	width: 100%;
}

.searchButton {
	margin-right: 10px !important;
	width: auto !important; 
	padding: 5px !important;
}

.nothingFound {
	display: inline-block;
	padding-top: 10px;
}

.spinner {
	display:inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

body .ui-button {
  background: #c4c4c4 -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0)) !important;
  color: #4f4f4f !important;
  border: 1px solid #a8a8a8 !important;
  font-weight: bold !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.7) !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
  border-color: #2196f3 !important;
  border: 1px solid #7096ab !important;
  background: #85b2cb -moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.4)) !important;
  font-weight: bold !important;
  color: #1c4257 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.7) !important;
}

body .ui-commandlink, body .ui-link {
  color: #147402 !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
  background: #F5F5F5 !important;
}