﻿

/*grooming */

.tblgroomingresort {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	border: 1px solid #fff;
	background: #F2F2F2;
	width: 100%;
}

.tblgroomingresort th {
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
	border: 1px solid #fff;
	background-color: #336699;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	/*background-image: url(../images/site/tbldata_th_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding: 3px;
}

.tblgroomingresort td {
	border: 1px solid #fff;
	/* set bg color on td with a class */

}.intermed {
	background: #B3C1DE url(/assets/images/icons/icon_intermed.gif) no-repeat left center;
	padding-left: 20px;
}

.expert{
	background: #999999 url(/assets/images/icons/icon_expert.gif) no-repeat left center;
	padding-left: 20px;
}


.beginner{
	background: #89BA7E url(/assets/images/icons/icon_beginner.gif) no-repeat left center;
	padding-left: 20px;
}


.status{
	font-weight: bold;
}
.terrain{
	background: #FFCC00 url(/assets/images/icons/icon_terrain.gif) no-repeat left center;
		padding-left: 30px;
}
.btn_grooming-report {
	position:relative; float:right; top:-10px; right:10px;
}