/* CSS Document */

h1 span {
	color: #fff;
	background: #336666;
	}	
table#play_main a, table#play_main a:visited {
	color: #fff;
	}
a:hover {
	color: #336666;
}
ul#menu li.selected a, ul#menu li.selected a:visited, ul li.selected a, ul li.selected a:visited, a.selected {
	color: #336666;
	}

/* Main Nav Selected State (automatic for any page with this css stylesheet */
#mainnav li#nav-lessons a {background-color: #346667;}

/* Main Page Styles */
table#play_main {
	width: 795px;
	height: 542px;
	background: url("../Play_Like_A_Pro/images/bg_play.jpg") top left no-repeat;
	text-align: center;
	padding: 25px 0px;
	}
ul#play_main_list {
	text-align: left;
	margin: 50px 0px 0px 220px;
	}
ul#play_main_list li {
	margin: 20px 0px;
	padding: 0px;
	list-style-image:  url("../images/ding_wht.gif");
	}
ul#play_main_list li:hover {
	margin: 20px 0px;
	list-style-image:  url("../images/ding_ylw.gif");
	}
ul#play_main_list a, ul#play_main_list a:visited {
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	}
ul#play_main_list a:hover {
	text-decoration: none;
	color: #FFCC33;
	}

/* Left Column Styles */
#leftcol {
	background: #336666;
	}
table#body_twocolumn #leftcol ul li a:hover, 
table#body_twocolumn #leftcol ul li a:active, 
table#body_twocolumn #leftcol ul li.selected a, 
table#body_twocolumn #leftcol ul li.selected a:visited, 
table#body_twocolumn #leftcol a:visited:hover, 
table#body_twocolumn #leftcol a:hover:visited {
	color: #99CCCC;
	}
#leftcol ul li:hover, #leftcol ul li.selected {
	list-style-image: url("../images/ding_grn_sm.gif");
}

/* Styles Exclusive to the Educational Team Roster Page */
ul#roster_toc {
	width: 560px;
	background: #ccc;
	height: 20px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	align: center;
	text-align: center;
	}
ul#roster_toc li {
	display: inline;
	margin-right: 1px;
	}
ul#roster_toc li a, ul#roster_toc li a:visited {
	padding: 0px 1px;
	}
#tcontent1, #tcontent2, #tcontent3, #tcontent4, #tcontent5, #tcontent6 {
	margin: 10px 25px;
	}

/* Styles exclusive to the All About Rhythm Education Newsletter */
#edu_newsletter {
	border-bottom: 1px solid #ccc;
	}
#edu_newsletter td {
	vertical-align: top;
	padding: 10px;
	}
td#edu_newsletter_list {
	width: 125px;
	border-left: 1px solid #ccc;
	}
	
/* Styles exclusive to the Workshops and Clinics page */
table#body_twocolumn td#maincol .workshopcontainer {
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	width: 606px;
	margin: auto;
	float: left;
	}
table#body_twocolumn td#maincol .workshop {
	padding: 10px;
	vertical-align: top;
	width: 170px;
	height: 320px;
	vertical-align: top;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	float: left;
	}
.workshop h1 {
	font-size: 12px;
	text-align: left;
	color: #000;
	margin: 0px;
	}
h2 span {
	color: #000000;
	background: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
/* Styles exclusive to the section index page */
div.transbox
  {
	width:400px;
	height:300px;
	background-color:#000;
	border:3px solid #336666;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
	 -moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;
	float: right;
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 40px;
	position: relative;
	z-index: 1;
  }
div.transbox h1 span {
	color: #FFF;
	background: #336666;
	font-weight: bolder;
}
div.transbox ul {
	text-align: left;
	margin: 30px 0px 0px 20px;
}
div.transbox ul   li{
	margin: 20px 0px 10px 10px;
	padding: 0px;
	list-style-image:  url("../images/ding_wht.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
div.transbox ul li:hover {
	margin: 20px 0px 10px 10px;
	list-style-image:  url("../images/ding_ylw.gif");
	color: #FC3;
	text-decoration: none;
}
div.transbox ul li a:link,div.transbox ul li a:visited {
	margin: 20px 0px 10px 10px;
	text-decoration: none;
	padding-left: 5px;
	color: #FFF;
}
div.transbox ul li a:hover {
	margin: 20px 0px 10px 10px;
	text-decoration: underline;
	color: #FC3;
}
div.transbox li a:active {
	margin: 20px 0px 10px 10px;
	text-decoration: underline;
	color: #FC3;
}
#play_main tr td #karl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #64C0C2;
	text-align: left;
	padding-top: 475px;
	padding-left: 100px;
	font-style: italic;
}
#play_main tr td #karl a {
	color: #64C0C2;
}
#play_main tr td #karl a:hover {
	color: #F90;
	text-decoration: underline;
}
