/* Global Styles */

BODY { 
	font-family: Arial, Helvetica, sans-serif; 
	color: black;
	}

A:hover {
	color: blue;
	}

A:link {
	color: navy;
	}

A:visited {
	color: navy;
	}
	


/* ID Styles */

	
	
	
/* Class Styles */

.navText {
	color: #0000FF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	}
	
.navSelect {
	background-color: #FFFFCC;
	background-image: url(images/mm_arrow.gif);
	background-repeat: no-repeat;
	background-position: 14px 45%;
	}
	
	
.MRYSL_Banner td {
	font-size: 20px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	
.navigation a {
	color: navy;
	line-height:16px;
	text-decoration: none;
	display:block;
	background-image: url(http://www.mrysc.com/graphics/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 14px;
	letter-spacing: .00em;
	font-weight: bold;
	}
	
.navigation a:hover {
	color:red;
	background-color: #ffffff;
	background-image: url(http://www.mrysc.com/graphics/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.pagetitle {
	color: #0000FF;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	}


/* HOME PAGE SETTINGS */
.NEWS_COLUMN{
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	}
	
.newsFlash1 {
	border: 2px solid #000000;
	color: #000000;
	margin: 4px;
	background-color: #FFFF99;
	}
	
.news a {
	color: navy;
	line-height: 120%;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	font-size: 14px;
	letter-spacing: .00em;
	font-weight: bold;
	background-color: #FFFF99;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
	
.news a:hover {
	background-color: #99CCFF;
	}

.content {
	font-size: 15px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	}

.content_indent {
	font-size: 15px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;
	text-indent: 3em;
	text-align: justify;
	}

.content_img {
	padding: 10px;
	}

.photo_caption {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	}

	
	
/* CALENDAR STYLES */

.Calendar_Title {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.Calendar_Day {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	display: block;
}

.Calendar_Content {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 100px;
	border: thin solid #000000;
}

.HighLight_Yellow{
	background-color: #FFFF99;
	}

.HighLight_Red{
	background-color: #FF9999;
	}

.HighLight_Green{
	background-color: #99FF99;
	}

.HighLight_Blue{
	background-color: #9999FF;
	}
	
.HighLight_Purple{
	background-color: #FF99FF;
	}

	

.Calendar_NoContent {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 100px;
	border: thin solid #000000;
	background-color: #CCCCCC;
}

.Calendar_DayOfWeek {
	border: 1px solid #000000;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0033CC;
	text-align: center;
	width: 14.2%;
}

.Calendar_table{
	border: 3px solid #000000;
	border-collapse:collapse;
}


/* COACHES SETTINGS */	
.PyramidTitle 	{ color: black; font-size: 18px}
.ProgramTitle 	{ color: red; font-size: 24px; font-weight:bold}
.ProgramMenu	{ color: black; font-size: 14px}
.ProgramMenu a  { color: black; font-size:14px }
.ContentTitle 	{ color: red; font-size: 24px}
.ContentTitle2	{ color: black; font-size: 20px; font-weight: bold}
.CoachingTip	{ color: blue; font-size: 14px; font-style:italic}
.Sources		{ color: black; font-size: 12px}
.UsageHint		{ color: black; font-size: 18px; font-style:italic}
.CZMRYSL		{ color: black; font-size: 18px}
.CZ				{ color: black; font-size: 30px; font-weight:bold}


