select[name=cliniclist] {
	width: 202px
}
#searchfield {
	width: 136px;
}
#animallist {
	overflow-y: auto;
	overflow-x: hidden;
}
#searcharea {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 237px;
}
#searcharea p {
	margin-bottom: 0;
	margin-top: 0px;
	padding-top: 5px;
}
#searcharea span{
	white-space: nowrap;
	font-size: inherit; /*Overide default font size for spans*/
}
.animalListItem{
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-top: 1px solid grey;
	cursor: pointer;
}
.animalListItem:hover{
	background-color: white;
}
.aliAnimalName{
	font-weight: bold;
	font-size: 16px;
}
.aliFinePrint{
	margin-left: 10px;
}
@CHARSET "ISO-8859-1";
.notifications-crud-list {
	max-width: none;
}
.notifications-crud-list .crud-success-message {
	margin: 0;
	padding: 0;
}
.notifications-crud-list table.list {
	white-space: normal;
}
.notifications-crud-list span.ui-icon {
	float:left;
}
.notifications-crud-list table.list tr.havent-read a {
	font-weight: bold;
}
.notifications-crud-list table.list tr.have-read a {
	color: #5798A2;
}
.notifications-crud-list table.list tr.have-ignored a {
	color: #B6C2C3;
	text-decoration: line-through;
}
.notifications-crud-list table.list tr.have-replied a {
	color: #5B7D9C;
}
.notifications-crud-list table.list tr.have-actioned a {
	color: #5CA4C1;
}
.notification-container .notice-holder {
	background-color:#fff;
	padding:10px;
	box-shadow: 0px 0px 4px #aaa;
	border:1px solid Silver;	
}
.notification-container .notice-text {
	border: 1px solid #DDD;
	background-color: #F3FAFE;
	padding: 10px;
	min-height: 56px;
}
.notifications-crud-list table.list td.no-wrap {
	white-space: nowrap;
}
.notifications-crud-list table.list a {
	margin: 0;
}
.notifications-crud-list table.list a.animal-link {
	font-weight: bold;
}
.notification-container .notice-text h3 {
	margin-top: 0;
}
.notifications-crud-list .module-icon {
	display: block;
	margin-top: 10px;
	height: 20px;
}
.notifications-crud-list .group-icon {
	font-weight: bold;
	position: relative;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}
.notifications-crud-list .group-icon > img {
	vertical-align: sub;
}
.notifications-crud-list .group-icon:hover > img {
	opacity: 0.5;
}
.notifications-crud-list .group-confirm {
	height: 0px;
	width: 0px;
	float: right;
	overflow: visible;
}
.notifications-crud-list .group-confirm > div {
	background: #fff none repeat scroll 0 0 padding-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #404040;
	font-size: 12px;
	padding: 10px 10px 10px 15px;
	position: relative;
	right: 116px;
	text-align: center;
	top: -2px;
	width: 95px;
	z-index: 1000;
}
.notifications-crud-list .group-confirm .module-icon {
	margin: 5px 0;
	text-align: left;
	display: block;
}
.notifications-crud-list .module-icon .ui-icon {
	margin: 2px;
}
.notifications-crud-list .group-relative {
	position: relative;
}
.notifications-crud-list .group-relative a.cancel {
	position: absolute;
	width: 16px;
	height: 16px;
	display: block;
	right:5px;
	top: 5px;
}