body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 15px;
}

ul#trainer-nav
{
	padding: 3px 0 0 25px;
	margin: 0;
	list-style: none;
}

ul#trainer-nav li
{
	padding-bottom: 3px;
	font-size: 10px;
}

a:link {
	color: #6C9228;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6C9228;
}
a:hover {
	text-decoration: none;
	color: #B2B3B6;
}
a:active {
	text-decoration: underline;
	color: #6C9228;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #78A22F;
}

.style1 {	color: #6C9228;
	font-weight: bold;
}

/**
 * ============================================================================
 * Appointments
 * ============================================================================
 */

#appointments-calendar th
{
	padding: 4px;
	border-bottom: 1px solid #aaa;
}

#appointments-calendar td a
{
	font-size: 1em;
	text-decoration: underline;
}

#appointments-calendar td.month-name
{
	padding: 0 0 10px 0;
	font-size: 1.25em;
	font-weight: bold;
}

#appointments-calendar td.date
{
	padding: 10px 0 10px 0;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #eee;
	text-align: center;
	font-size: 1.25em;
}

#appointments-calendar td.date-first
{
	border-left: 1px solid #aaa;
}

#appointments-calendar td.date-today
{
	background: #A7CAE9;
	font-style: italic;
}

#appointments-calendar td.date-previous-next
{
	background: #fff;
	color: #aaa;
}

#appointments-calendar td.date-previous-next a
{
	display: block;
	background: #fff;
	color: #aaa;
}

