@charset "utf-8";

/* contains styles to appear in CMS pages and in the tinymce editor */

.cms a {
	color: #00718c; 
}
.cms a:hover,
.cms a:active,
.cms a:focus {
	text-decoration: underline;
	color: #5b425b;
}

.cms a.styled {
	background: #005974 url(../img/back-button-link.png) 0px 0px repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	margin: 0.7em 0;
}

.cms a.styled:hover,
.cms a.styled:active,
.cms a.styled:focus {
	background: #372837 url(../img/back-button-link.png) 0px -70px repeat-x;
	text-decoration: underline;
}	


.cms h1,
.cms h2,
.cms h3{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #5b425b;
 }

.cms h1 {
	font-size: 200%;
	text-shadow: 1px 1px 1px #ccc;
}

.cms h2 {
	font-size: 160%;
}

.cms h3 {
	font-size: 140%;
}

.cms h4 {
	font-size: 120%;
	font-weight: bold;
}

.cms h5,
.cms h6 {
	font-size: 110%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.cms p,
.cms li {
	line-height: 150%;
}

.cms blockquote {
	background: #f3f3f3 url(../img/quote.png) 10px 20px no-repeat;
	float: right;
	font-style: italic;
	margin: 0 0 0 20px;
	padding: 20px 20px 10px 50px;
	width: 200px;
}

.cms hr {
	border: none;
	border-top: 1px solid #000;
	height: 1px;
	margin: 6px 0;
}

.cms img {
	
}

.cms img.styled-left {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	float: left;
	margin: 0 15px 15px 0;
	padding: 7px;
}

.cms img.styled-right {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	float: right;
	margin: 0 0 15px 15px;
	padding: 7px;
}

.cms .banner {
	margin: 1em 0;
}

/* table styles */

.cms table {
	width: 100%;
}

.cms table caption {
	text-align: left;
	font-style: italic;
	font-size: 90%;
}
.cms table th,
.cms table td {
	border: none;
	padding: 0.3em;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.cms table th {
	background: #e7e7e7;
}


.cms table td {
	background: #f3f3f3;
}


/* Put class names here with no rules, so the tinymce editor will identify them */

.button {}

#lesson_message {
	font-weight: 700;
	margin-top:5px;
	margin-bottom: 0;
}
#lesson_table {
	margin-bottom: 0;
}
#lesson_table .date,
#more_lessons .date {
	width: 162px;
}

.lesson-day {
	width: 125px;
}
