#coaches a {
	background: url('../images/for-coaches-active.jpg') no-repeat;
	text-decoration: none;
}
#clients a {
	background: url('../images/for-clients-inactive.jpg') no-repeat;
	text-decoration: underline;
}
#site .list-item {
	background: url('../images/bullet-medium-green.gif') no-repeat 10px 3px;
}
#top-nav {
	border-top: solid 1px #e1f0cf;
	border-bottom: solid 1px #e1f0cf;
	background-image: url("../images/coach-heading-gradient.jpg");
}
#top-nav a {
	background-image: url("../images/bullet-medium-green.gif");
}
#body {
	border-bottom: solid 1px #e1f0cf;
}
#left-nav {
	border-right: solid 1px #e1f0cf;
}
#left-nav p.links a {
	background-image: url("../images/bullet-small-green.gif");
}
#left-nav .box {
	border-top: solid 1px #E1F0CF;
	border-bottom: solid 1px #E1F0CF;
}
#left-nav .box-heading {
	background-image: url('../images/coach-title-gradient.jpg');
}
#left-nav h2 {
	background-image: url('../images/bullet-medium-green.gif');
}
#content div.top-nav-right a{
	background-image: url('../images/bullet-small-green.gif');
}
#content h2 {
	background-image: url('../images/bullet-large-green.gif');
}
#content .form {
	border: 1px solid #e1f0cf;
	margin: 8px;
}
#content .form tr {
	border-top: dotted 1px #e1f0cf;
}
#content .form h3 {
	background-color: #e1f0cf;
}
#footer {
	border-top: 1px solid #e1f0cf;
}
#content .form td.input-cell {
	background-color: #F8FBF4;
}
#content .form td.colored-cell {
	background-color: #F8FBF4;
}
#content .form tr.selected {
	background-color: #F6Fed8;
}
#content .colored {
	color: #A7D17B;
}
/* new styles */
#content .formCoach {
	border: 1px solid #e1f0cf;
	margin: 8px;
}
#content .selected {
	background-color: #F6Fed8;
}
#content .formCoach table {
	margin: 0 6px;
}
#content .formCoachFees {
	width: 600px;
}
#content .formCoachFees td {
	width: 200px;
	padding: 2px;
}
/* Wizard boxes (coaching cleint edit) */
table.wizard td {
	height: 29px;
	padding: 1px 0 1px 8px;
	vertical-align: baseline;
}
table.wizard td.buttons {
	text-align: right;
	vertical-align: baseline;
	padding-right: 20px;
}
table.wizard td.buttons input {
	margin: 0;
}

