skate_routinesBODY {
  background-color:black;
  color:white;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
}

h1, h2, h3, h4
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

p
{
	margin: 5px 0px 5px 0px;
	
}

/* ---------------- */
/* DEFAULTS - IMAGE */
/* ---------------- */
img {
  border: 0px;
}

/* ---------------- */
/* DEFAULTS - LINKS */
/* ---------------- */
a:link {
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
}

a:active {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
}


/* ---------------------- */
/* DEFAULTS - TABLE CELLS */
/* ---------------------- */
td {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
}


/* ------------------ */
/* LOGIN PAGE SECTION */
/* ------------------ */
.login {
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

/* ---------------- */
/* EXERCISE SECTION */
/* ---------------- */
.exercise {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

.exercise a:link {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}

.exercise a:visited {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}

.exercise a:active {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}

.exercise a:hover {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: underline;
  font-size: 8pt;
  font-weight: bold;
}

/* ----------------------- */
/* HEADER & FOOTER SECTION */
/* ----------------------- */
.pageheader {
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

.pagefooter {
  color: white;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: center;
}


/* ---------------- */
/* PROBLEMS SECTION */
/* ---------------- */
.problems {
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
}
.warning {
	background: #DF4545;
	border: 1px #000 solid;
	padding: 8px; 
	color: #000;
	font-weight:bold;
}

/* ------------ */
/* TABS SECTION */
/* ------------ */
.tabs {
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

.tabs a {
	color: #000000;
}


/* --------------------- */
/* TABLE BORDERS SECTION */
/* --------------------- */
td.bordercell {
  background-color: white;
}

td.bordercell {
  background-color: none;
}


/* --------------------- */
/* TABLE HEADERS SECTION */
/* --------------------- */
td.headercelll {
  background-color: none;
  color: white;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}

td.headercellc {
  background-color: none;
  color: white;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

td.headercellr {
  background-color: none;
  color: white;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
}


/* --------------------- */
/* TABLE CONTENT SECTION */
/* --------------------- */
td.contentcell {
  background-color: #DDDDDD;
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  text-align: left;
}

td.contentcell td {
  background-color: #BBBBBB;
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  text-align: left;
}

.contentcell a:link {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.contentcell a:visited {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.contentcell a:active {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.contentcell a:hover {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.content_box {
	padding: 7px;
	background: #333333;
	border: 2px solid white;
}

.input_form {
	width: 100%;	
}

.label {
	text-align: right;
	vertical-align: top;
}

.label_full {
	text-align: left;
	vertical-align: top;
}

.input {
	text-align: left;
	vertical-align: top;
}

.input_full {
	text-align: left;
	vertical-align: top;
}

.input_full textarea {
	width: 100%;
	height: 200px;
}

/* ---------------- */
/* CALENDAR SECTION */
/* ---------------- */

.cal {
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
}

.caltoday {
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  text-align: left;
}

.caltoday a:link {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.caltoday a:visited {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.caltoday a:active {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.caltoday a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.calnottoday {
  color: white;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  text-align: left;
}

.calnottoday a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.calnottoday a:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.calnottoday a:active {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.calnottoday a:hover {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
/* ---------------- */
/* CALENDAR SECTION */
/* ---------------- */

.calSearchContainer table td { font-size: 8pt; }
.calSearchContainer .count_bubble { 
	-moz-border-radius: 5px;
	background: #999;
	text-align: center;
	margin: 10px 10px 10px 3px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

#cc_calendar_container { font-family: Arial, Helvetica, sans-serif; }

.cal_header { text-transform:capitalize; }
.previous_month_link { width:30%; float:left; text-align:center; margin-top: 3px; font-weight:bold; }
.month_title { width:40%; float:left; text-align:center; font-size:15px; font-weight:bold; }
.next_month_link { width:30%; float:right; text-align:center; margin-top: 3px; font-weight:bold; }

#cc_calendar_table { width:100%;background-color:#435368; }
#cc_calendar_table td { width:14%; text-align:center; }
#cc_calendar_table tr.day_title td { text-align:center; background-color:#1c2d4b;color:#909ca8;font-size:12px;font-weight:bold;padding-left:4px; }
#cc_calendar_table tr.cal_days td { vertical-align:top;height:60px;text-align:center; height:14px;width:10px; }
#cc_calendar_table div.today .day_number a { color: #aaa !important; }
#cc_calendar_table .weekview_calendar_day { background-color:#748090; width:43px; height:60px;margin:5px auto; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#cc_calendar_table .day_number { color:#38475a;font-size:11px;font-weight:bold;text-align:left;padding: 3px 0px 0px 5px; }
#cc_calendar_table .day_events { text-align:center; }
#cc_calendar_table .day_event_table { width: 30px; height: 30px;	border-spacing: 1px; margin: 0px auto; }
#cc_calendar_table .day_event_table td { background-color:#b8c4d2 !important; }
#cc_calendar_table .weekview_calendar_day .day_number a{ font-size: 10px; color: #3C4C5C;text-decoration: none; }
#cc_calendar_table .weekview_calendar_day .day_number a:hover{ color: #ffffff;	text-decoration: none; }
#calendar_legend { padding:0px;margin:0px; padding:0px 0px 0px 0px; }
#calendar_legend table td { padding:4px 0px 0px 0px; color:#eaecee; font-weight:bold; font-size:10px; }


/* ------------------------------ */
/* MESSAGE SECTION - NEW MESSAGES */
/* ------------------------------ */

.messageneweven {
  background-color: #444444;
  color: #ffffff;
  padding: 10px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  font-weight: bold;
}

.messagenewodd {
  background-color: #555555;
  padding: 10px;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  font-weight: bold;
}

.messageneweven a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.messagenewodd a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.messageneweven a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.messagenewodd a:hover {
  text-decoration: underline;
  font-weight: bold;
}


/* ------------------------------ */
/* MESSAGE SECTION - OLD MESSAGES */
/* ------------------------------ */

.messageoldeven {
  padding: 10px;
  background-color: #444444;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  font-weight: normal;
}

.messageoldodd {
  padding: 10px;
  background-color: #555555;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  font-weight: normal;
}

.messageoldeven a{
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

.messageoldodd a {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}

.messageoldeven a:hover {
  text-decoration: underline;
  font-weight: normal;
}

.messageoldodd a:hover {
  text-decoration: underline;
  font-weight: normal;
}

/* --------------------- */
/* DAILY ROUTINE SECTION */
/* --------------------- */

.dailyroutine {
  color: #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
}

.dailyroutinetitle {
  color: #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
}

.dailyroutinewarmup {
  color: #99CCFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
}

.dailyroutinecooldown {
  color: #99CCFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
}

.dailyroutinenotes {
  color: #99CCFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
}

.dailyroutinecircuit {
  color: #FF9999;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
}

/* ---------- */
/* COACH VIEW */
/* ---------- */

.coachvieweven {
  background-color: #BBBBBB;
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

.coachviewodd {
  background-color: #DDDDDD;
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

.coachvieweven a:link {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.coachviewodd a:link {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.coachvieweven a:visited {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.coachviewodd a:visited {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.coachvieweven a:active {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.coachviewodd a:active {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.coachvieweven a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.coachviewodd a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.calendar td{
	color:#000000;
	font-size: 10pt;
}

/* ------- */
/* GENERAL */
/* ------- */

.hidden
{
	visibility: hidden;
	overflow: hidden;
	height: 1px;
}
.shown {
	visibility: visible;
	display: block;
}


/* ---------------- */
/* PRACTICE BUILDER */
/* ---------------- */
#ages p, #categories p, #focus p
{
	margin: 5px 6px 5px 6px;
}
#pbTBL
{
	border-style: solid;
	border-width: 1px;
	border-color: #3D3D3D;
}
#pbTBL th
{
	font-size: 12px;
	font-weight: bold;
	background-color: #3D3D3D;
	padding: 4px;
}
#pbTBL tr
{
	background-color: #555555;
}
#pbTBL2
{
	border-style: solid;
	border-width: 1px;
	border-color: #3D3D3D;
}
#pbTBL2 th
{
	font-size: 12px;
	font-weight: bold;
	background-color: #3D3D3D;
	padding: 4px;
	color: #FFFFFF;
}
#pbTBL2 tr
{
	background-color: #555555;
	color: #FFFFFF;
}
#pbSTBL th
{
	background-color: transparent;
	vertical-align: top;
	text-align: left;
}
#pbSTBL td
{
	vertical-align: top;
	font-size: 9px;
}
#template
{
	display: none;
}
fieldset
{
	color: #FFFFFF;
}
#mWindow
{
	position: absolute;
	width: 520px;
	height: 300px;
	top: 0px;
	left: 0px;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	overflow: auto;
	background-color: #909CA9;
	z-index: 1;
}
#mClose
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	cursor: pointer;
	z-index: 10;
}

#drills {
	height: 430px;
}

#drills_scrolling {
	height: 350px;
	overflow-y: auto;
}


/* WALL */

.wallpost td{
	padding:0px;
	vertical-align:top;
}

.wallpost td small {
	color: #aaaaaa;
}

#wallposttext {
	width: 250px;
	margin-top: 10px;
	color: #4a4a4a;
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#postbutton {
	margin-top: 20px;
	margin-right: 5px;
	float: right;
}

#journalposttext {
	width: 250px;
	margin-top: 10px;
	color: #4a4a4a;
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#journalpostbutton {
	margin-top: 20px;
	margin-right: 5px;
	float: right;
}

.wallposting {
	border: 1px #868686 solid;
	background-color: #4a4a4a;
	color: #ffffff;
	font-size: 8pt;
	padding: 7px;
}


.wallimage {

}

.wallheader {
	border-bottom: 1px #868686 solid;
	border-top: 1px #868686 solid;
	background-color: #4a4a4a;
	margin-left: 3px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.walltext {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
	border-bottom: 1px #868686 solid;
	overflow: hidden;
	width: inherit;
}


.wallpostodd {
	background-color: #333333;
}

.wallposteven {
	background-color: #353535;
}

/* CONTENT TABS */

#content_tab_main {
	color: #244467;
	font-weight: bold;
	font-size: 10pt;
}

#content_tab_main a {
	color: #244467;
	font-weight: bold;
	font-size: 10pt;
}

#content_tab_main a:hover {
	text-decoration: none;
	color: #38475d;

}

#content_tab_secondary {
	color: #d3e7fc;
	font-size: 10pt;
	font-weight: bold;
}

#content_tab_secondary a {
	color: #d3e7fc;
	font-size: 10pt;
	font-weight: bold;
}

#content_tab_secondary a:hover {
	text-decoration: none;
	color: #ffffff;
}


/* MODULE HEADER */

.module_header {
	background: url('images/module_title_bg.jpg') repeat-x;
	text-align: left; 
	padding-left: 3px; 
	color: #244467;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	padding-top: 2px;
	
}

.module {
	padding-top: 7px;
}

* html .module {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.module_seperator {
	padding-right: 4px;
}


/* ATHLETE TRACKER */
.tracker_date_display {
	font-size: 10pt;
	padding-left: 15px;
	padding-right: 15px;
}

.tracker_note_white {
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 5px;
	text-align: center;
}

.tracker_note_orange {
	color: #ffe0af;
	font-size: 10px;
	padding-right: 5px;
	text-align: center;
}
.tracker_note_red {
	color: #ff7979;
	font-size: 10px;
	padding-right: 5px;
	text-align: center;
}
.coach_tracker_table td {
	 font-size: 12px;
}
/* POPUP STYLES */
#canvas {
	position : absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border: 1px #000000 solid;
	background-color: #000000;
	opacity: 0.70;
	-moz-opacity: 0.70;
	z-index: 7;

}
* html #canvas {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#popup {
	position : absolute;
	padding: 0px;
	border: 0px #999999 solid;
	margin: 0px auto;
	text-align: center;
	background-color: #333333;
	z-index: 80;
	color: #ffffff;
}

#popup_content {
/*	max-height: 530px; 
	*height: expression(this.scrollHeight > 500 ? '500px' : 'auto'); 
	overflow-y: auto;
	overflow-x: hidden; */
}
#popup_content input.field {
	width: 325px;
}

.hidden {
	display: none;
	visibility: hidden;
}
.visible {
	display: block;
	visibility: visible;
}

/* TRAINING VIEW */

.trainingview_routinenotes {
	border: 1px #868686 solid;
	background-color: #4a4a4a;
	color: #ffffff;
	font-size: 8pt;
	padding: 7px;
	margin: 5px;
	margin-top: -5px;
}

.trainingview_exercise {
	border: 1px #868686 solid;
	background-color: #4a4a4a;
	color: #ffffff;
	font-size: 8pt;
	padding: 1px;
	margin: 5px;
}

.trainingview_exercise_table {
	width: 100%;
}

.trainingview_exercise_table_left {
	width: 50%;
	vertical-align: top;
}

.trainingview_exercise_table_right {
	text-align: right;
	vertical-align: top;
}
.trainingview_exercisevalues {

}

.trainingview_exercisevalues td{
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;
}

.trainingview_exercise_notes {
	color: #aaaaaa;
	font-size: 8pt;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 3px;
}

.trainingview_exercisevalue_value {
	color: #b2cdff;
}

.trainingview_exercisevalue_name {
	color: #ffffff;
}

	.trainingshown {
		visibility: visible;
		display: block;
	}
	
	.traininghidden {
		visibility: hidden;
		display: none;
	}


/* RESOURCE LIBRARY */

.resource_videobox {
	width: 215px;
	padding-bottom: 5px;
}

.resource_featuredvideo_descriptionbox {
	float: right;
	font-size: 8pt;
	height: 65px;
	width: 118px;
	
}

.resource_featuredvideo_thumbnail {
	width: 91px;
}

.resource_featuredvideo_description {
	font-size: 7pt;
	color: #aaaaaa;
	padding-top: 5px;
	padding-bottom: 5px;
}

.resource_featuredvideo_title {
	font-weight: bold;
	color: #ffffff;
}

.resource_featuredvideo_link a {
	font-size: 8pt;
	color: #f0803c;
}

.resource_featuredvideo_link a:hover {
	color: #f1a92a;
	text-decoration: none;
}
.resource_search_box {
	width: 100%;
}

.resource_search_box strong{
	color: #f0803c;
}

.resource_search_box td {
	vertical-align: top;
}

.resource_box_search {
	width: 170px;
}

.resource_search_text {
	width: 250px;
}

/* ------------------- */
/* SKILLS QUICKJOURNAL */
/* ------------------- */

.skillbox {
	padding: 5px;
	*width: 93%;
}

.skill_name {
	text-transform: uppercase;
	color: #f0803c;
	font-size: 8pt;
	font-weight: bold;
}

.skill_name a {
	text-transform: uppercase;
	color: #f0803c;
	font-size: 8pt;
	font-weight: bold;
}
.skill_name a:hover {
	color: #f1a92a;
	text-decoration: none;
}

.skilldrillbox {
	padding: 3px;
	background-color: #333333;
	border: 1px solid #666666;
	margin: 5px;
	width: 95%;
	*width: 100%;
	position: relative;
}

.skilldrill_name {
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 3px;
	padding-left: 3px;
}

.skilldrill_archive {
	position: absolute; 
	top: 3px; 
	right: 3px; 
	display: block; 
	width: 18px; 
	height: 17px;
}

/* ---------------- */
/* CONTROL PANEL */
/* ---------------- */

.controlpanel_icon {
	width: 78px;
	float: left;
	text-align: center;
	font-size: 10px;
	height: 110px;
}

/* --------------- */
/*    TODO LIST    */
/* --------------- */

.todoeven {
  padding: 5px;
  background-color: #444444;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  font-weight: normal;
}

.todoodd {
  padding: 5px;
  background-color: #555555;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  font-weight: normal;
}


/* --------------- */
/*  PRACTICE VIEW  */
/* --------------- */

.practice_view_row .pvideo {
	float: right;
}
.practice_view_row table {
	width: 100%;
}
.practice_view_row table td {
	font-size: 10px;
	vertical-align: top;
}
.practice_view_row {
	margin: 4px;
	padding: 2px;
	height: 130px;
	overflow: hidden;
	background-color: #444444;
	border: 2px #CCCCCC solid;
}
h3.skills_header {
	font-size: 14px;
	color: #EFB932;
}
.practice_view_row .ptitle {
	font-weight: bold;
	font-size: 15px;
	background-color: #222222;
	padding: 3px;
	width: 100%;
	color: #4D88FF;
}
.practice_view_row .ptitle a:link, .practice_view_row .ptitle a:active, .practice_view_row .ptitle a:visited {
	color: #4D88FF;
}
.practice_view_row .pimage {
	float:left;
	text-align:center;
	padding: 0px;
	margin: 5px;
	float: right;
	background-color: #444444;
	border: 2px #000000 solid;
}
.practice_view_row .pdesc {	
	margin: 0px;
	padding: 5px 5px 0px 0px;
	height: 90px;
	overflow: hidden;
}
.practice_view_row .pdesc li {
	padding-left: 0px;
}
.practice_view_row .pdesc ul {
	margin-left: 0px;
}
.practice_view_row .pduration {
	font-size: 10px;
}

.section_box {
	padding: 5px; 
	width: 600px;
	margin: 2px auto 2px auto; 
	border: 1px #888888 solid; 
	background-color: #1a1a1a;
	opacity: 0.80;
	-moz-opacity: 0.80;		
}
* html .section_box {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	margin-left: 15px;
}		


/* NHL STATS */
.nhlgame_heading td{
  text-transform: uppercase;
  vertical-align: top;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}
.nhlgame_even td {
  padding: 10px;
  background-color: #444444;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  font-weight: normal;
}

.nhlgame_odd td {
  padding: 10px;
  background-color: #555555;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: left;
  font-weight: normal;
}


/* EXERCISE BANK */
.exercisecart_ex_even {
	background-color: #2d446c;
	color: #ffffff;
	padding: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}
.exercisecart_ex_odd {
	background-color: #20304d;
	color: #ffffff;
	padding: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}

.exercisecart_ex_odd td{
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}

.exercisecart_ex_even td{
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}

.handle {
	cursor: move;
}

.exercisecategories_even {
	background-color: #444444;
	color: #ffffff;
	padding: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}
.exercisecategories_odd {
	background-color: #555555;
	color: #ffffff;
	padding: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}

.exercisebank_table {
	background-color: #20304d; color: #ffffff; width: 140px; height: 150px;
	border: 1px #868686 solid;
}
.exercisebank_table td {
	vertical-align: bottom;
	text-align: center;
	font-size: 8pt;
}

.details-option {
	text-align: left;
	font-size: 10px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: bold;
	z-index: 101;
	height: 100px;
	width: 140px;
}

.details-option-inner {
	bottom: 4px;
	width: 132px;
	margin-left: 4px;
	left: 0px;
	height: 15px;
	background-color: white;
	
	position: absolute;
	color: #000000;
}

.details-option-opacity {
	-moz-opacity: .80; 
	opacity: 0.80; 
	_filter: alpha(opacity=80);
}

.details-option-link {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 140px;
	cursor: pointer;
	cursor: hand;
}

.details-option a {
	color: #000000;
}


/* TERMS OF SERVICE */

.terms_of_service {
	height: 200px;
	width: 560px;
	margin: 5px auto;
	padding: 10px;
	background-color: #111111;
	border : 1px #AAAAAA solid;
	overflow-y: scroll;
	overflow-x: hidden;
}


/* Assign */
.assignForm h3 {
	background-color: #434343;
	padding: 5px 0px 5px 5px;
	margin: 10px 0px 10px 0px;
	border-top: solid 1px #717171;
	border-bottom: solid 1px #717171;	
}

.assignForm table {
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 10px 0px;

}
/* FIGURE SKATING STYLES */
/* Used in class.skating_element.php and class.skating_program.php */


	.skate_score_card tr.tr1 td, .skate_score_card div.tr1 {
		color: #F0803C;
		font-style: italic;
		font-weight: bold;
	}
	.skate_score_card tr.tr2 td, .template_header label, .template_header tr td  {
		text-align: left;
		text-transform: uppercase;
		font-size: 10px;
		font_weight: bold;
		color: #111111;
		border-bottom: 1px #CCCCCC solid;
	}
	.template_header {
		width: 100%;
	}
	.skate_score_card tr.tr3 td {
		text-align: center;
	}	
	.skate_score_card tr.tr4 td {
		font-weight: bold;
		border-top: 2px #000000 solid;
	}
	.skate_score_card tr.greyed {
		display : none;
	}
	.skate_score_card div.red {
		background-color: #AF4C52;
	}
	.skate_score_card div.green {
		background-color: #4CAF50;
	}
	.skate_score_card div.equal {
		background-color: #D2FFCF;
	}
	.skate_score_card div.red,.skate_score_card div.green,.skate_score_card div.equal,.skate_score_card div.none {
		font-weight: bold;
		color: #111111;
		padding: 2px;
		width: 40px;
	} 
	.el_list input.goe_input {
		width: 50px;		
		text-align: center;
	}
	.skate_score_card td.totals {
		border-left: 2px #111111 solid;
		border-right: 2px #111111 solid;
	}
	.element_row {
		border : 1px #111111 solid;
	}
	
	.template_header label {
		white-space: nowrap;
		float: left; 
		text-align: center;
		height: 25px;
		border : 1px #111111 solid;
		position: relative;
	}
	.template_header tr td {
		white-space: nowrap;
		text-align: center;
		padding: 2px;
		height: 25px;
	}
	.template_header select {
		text-transform: none;
		font-size: 10px;
		
	}
	.template_header.combo td {
		background-color : #444444;
	}
	.skate_score_card #total_score {
		width: 200px;
		padding: 0px 20px 0px 25px;
		text-align: center; 
		font-weight: bold;
		border:0px #000000 solid;
	}
	.skate_score_card #total_compare, .skate_score_card #total_compare div {
		text-align: center; 
	}
	.skate_score_card .combo label, .skate_score_card table.combo td {
		background-color: #999999;	
	}
	.skate_score_card table.combo {
		margin-top: -5px;
		border-top: 0px;
		padding-top: 0px;
	}
	.skate_score_card .variance {
		background-color: #550000;
		width: 25px;
	}
	.skate_routines th {
		font-size: 10px;
		font-weight: bold;
	
	}
	.skate_routines td {
		font-size: 10px;
	}
	.competition_result {
		background-color: #555555;
	}
	.skate_score_card .variance img {
		margin: 0px;
		padding: 0px;
	}
	.skate_score_card .sequence {
		background-color: #222222;
	}
	.deduction_name {
		width: 350px;
		margin-right: 0px;
	}
	.deduction_amount {
		width : 40px;
		text-align: center;
	}
	.deduction{ 
		text-align: right;
		margin-right: 52px;
	}
	ul#elements_list {	
		list-style: none;
		margin: 0px;
	}
	li.el_list {
		margin: 0px 0px 0px -40px;
		*margin: 0px 0px 0px 0px;
	}
			.tbl_skate_program tr.header_1 {
				background-color : #999999;
				font-weight: bold;
				color: #333333;
			}
			.tbl_skate_program td { text-align: center; font-size: 10px; }
			.tbl_skate_program tr.header_2 {
				background-color : #CCCCCC;
				color : #111111;
			}
			.tbl_skate_program .header_2 td { font-size: 10px; white-space: nowrap; }
			#elements_list .tbl_skate_program .header_2 td { font-size: 10px; white-space: nowrap; }
			.row_1 { width : 51px; }
			.row_1 img { float : left; } 
			.row_2 { width : 10px; }
			.row_3 { text-align: left !important; }
			.row_4 { width : 20px; }
			.row_5 { width : 30px; }
			.row_6 { width : 30px; }
			.row_7 { width : 30px; }
			.row_8 { width : 50px; }
			.row_9 { width : 40px; }
			.row_10 { width : 44px; }
			.right_border { border-right: 1px #000000 solid; }
			.tbl_skate_program .red {
				background-color: #AF4C52;
			}
			.tbl_skate_program .green {
				background-color: #4CAF50;
			}
			.tbl_skate_program .equal {
				background-color: #D2FFCF;
			}
			.tbl_skate_program .red,.tbl_skate_program .green,.tbl_skate_program .equal {
				font-weight: bold;
				color: #111111;
				padding: 2px;
			} 
			.el_mod_container {
				padding: 0px 0px 3px 0px;
				margin: 0px 0px 3px 0px;
				border-bottom: 1px #CCCCCC solid;
				border-top: 1px #CCCCCC solid;
			}
			.tbl_skate_program h4 { 
				text-align: center;
			}
			h4 { 
				font-size: 14px;
			}
	
.blog_blob_excerpt {
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
}

.blog_blob_title {
	font-size: 8pt;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	background-color: #4A4A4A;
	padding-left: 2px;
	padding-right: 2px;
}

.blog_blob_continue {
	font-size: 8pt;
}

.blog_blob_image {
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
}

.blog_post_preview {
	padding: 5px;
}

.gs_section_box {
	background-color: #333333;
	border: 2px solid #ffffff;
	padding: 5px;
	padding-left:20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: auto;
	width: 95%;
}



.gs_section_title {
	margin-left: -15px;
	font-size: 12pt;
	font-weight: bold;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	background-color: #4A4A4A;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
}

.gs_section_benefits {
	font-size: 8pt;
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
}

.gs_item_link {
	font-size: 10pt;
	font-weight: bold;
	/* border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	background-color: #4A4A4A;
	*/
	color: #a9c8f6;
	padding-left: 2px;
	padding-right: 2px;
}

.gs_item_benefits {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8pt;
	padding-left: 20px;
}

.gs_section_screencap {
	float: right;
	clear: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
}

.gs_markcompleted {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 8pt;
	font-weight: normal;
}

/* Trainer Help */
.th_section_box {
	background-color: #333333;
	border: 2px solid #ffffff;
	padding: 5px;
	padding-left:20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: auto;
	width: 95%;
}



.th_section_title {
	margin-left: -15px;
	font-size: 12pt;
	font-weight: bold;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	background-color: #4A4A4A;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
}

.th_section_benefits {
	font-size: 8pt;
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
}

.th_item.even {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -20px;
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
}

.th_item.odd{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #444444;
    margin-left: -20px;
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
}

.th_item_link {
	font-size: 10pt;
	font-weight: bold;
	/* border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	background-color: #4A4A4A;
	*/
	color: #a9c8f6;
	padding-left: 2px;
	padding-right: 2px;
}

.th_item_benefits {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8pt;
	padding-left: 20px;
}

.th_section_screencap {
	float: right;
	clear: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
}

.th_markcompleted {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 8pt;
	font-weight: normal;
}

.step_edit {
	border: 1px solid white;
	margin: 5px;
	padding: 5px;
	background: #333333;	
}

/* Small Button */

a.button_small, span.button_small {
	background: transparent url('images/button_small.png') 0px 0px no-repeat;
	color: #333;
	font-size: .72em;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 54px;
	text-align: center;
	padding-top: 4px;
}

a.button_small:hover, span.button_small:hover {
	background: transparent url('images/button_small.png') 0px -21px no-repeat;
	color: #fff;
}

/* Extra Small Button */

a.button_xsmall, span.button_xsmall {
	background: transparent url('images/button_xsmall.png') 0px 0px no-repeat;
	color: #333;
	font-size: .72em;
	text-decoration: none;
	display: block;
	height: 14px;
	width: 41px;
	text-align: center;
	padding-top: 2px;
}

a.button_xsmall:hover, span.button_xsmall:hover {
	background: transparent url('images/button_xsmall.png') 0px -16px no-repeat;
	color: #fff;
}

/* Medium Button */

a.button_medium, span.button_medium {
	background: transparent url('images/button_medium.png') 0px 0px no-repeat;
	color: #333;
	font-size: .7em;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 67px;
	text-align: center;
	padding-top: 4px;

}

a.button_medium:hover, span.button_medium:hover {
	background: transparent url('images/button_medium.png') 0px -21px no-repeat;
	color: #fff;
}

/* Large Button */


a.button_large, span.button_large {
	background: transparent url('images/button_large.png') 0px 0px no-repeat;
	color: #333;
	font-size: .7em;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 82px;
	text-align: center;
	padding-top: 4px;
	cursor: pointer;
}

a.button_large:hover, span.button_large:hover {
	background: transparent url('images/button_large.png') 0px -21px no-repeat;
	color: #fff;
}

span.button_xsmall, span.button_large, span.button_medium, span.button_small { cursor: pointer; font-weight: bold; }

select .groupselect {
            background: #38495d;
            color: #ffffff;
            border: 0px;
            font-size: 10pt;
            font-family: 'Trebuchet MS';
            font-weight: bold;
}

a.welcome_link {
	color: #4f4f4f;
	font-weight: normal;
	text-decoration: none;
	font-size: 11pt;	
}

a.welcome_link:hover{
	color: #131313;
	font-weight: normal;
	text-decoration: none;
	font-size: 11pt;	
}

a.welcome_link strong {
	font-weight: bold;	
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .c,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/welcomebanner_bg.png) no-repeat top right;

}

.dialog .c {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 15px 5px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog table {
	margin-bottom: -15px;
}

.dialog h1 {
 padding-bottom:0px;
}

#headergroupselect_menu {
	position: relative;
	padding: 0px;
	margin: 0px;
	
}
#headergroupselect_current {
	cursor: pointer;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 0px;
	margin: 0px;
	width: inherit;
	/*width: 320px;*/
	background: transparent url('images/groupselect_change.png') 99% center no-repeat;
		
}

#headergroupselect_dropwrapper {
	position: absolute;
	display: none;
	max-height: 350px;
	overflow-y : auto;
	overflow-x : hidden;
	z-index: 500;
	border: 1px solid #444;
	top: 21px;
	left: -2px;
}

#headergroupselect {
	background-color: #394A5E;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #444;
}

#headergroupselect li {
	cursor: pointer;
	margin: 0;
	padding: 5px 20px 5px 5px;
	height: 20px;
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
}

#headergroupselect li:hover {
	background-color: #909CAA;
}

.userselect_light, .userselect_dark { font-size: 12px; text-align: left; padding: 4px; }
.userselect_light {
	background-color: #434343;
	color: #FFFFFF;		
}

.userselect_dark {
	background-color: #333333;
	color: #FFFFFF;	
}

.userselect_dark a {
	color: #FFFFFF;	
}

.userselect_light a {
	color: #FFFFFF;		
}


/* BLUE BUTTON TEST */

div.cc_button {
	display: inline-block;
	margin: 3px;
	cursor: pointer;
}

div.cc_button a.button, div.cc_button span.button {
	color: #333;
	text-decoration: none;
	padding: 0px 1px 0px 4px;
	position: relative;
	font-size: 11px;
}


div.cc_button a.button span.left-cap, div.cc_button span.button span.left-cap {
	width: 4px;
	height: 21px;
	background: transparent url('images/btn_red_l.png') no-repeat 0 0;
	position: absolute;
	top: -6px;
	left: 0px;
}

div.cc_button a.button span.right-cap, div.cc_button span.button span.right-cap {
	width: 4px;
	height: 21px;
	background: transparent url('images/btn_red_r.png') no-repeat 0 0;
	position: absolute;
	top: -6px;
	right: -2px;
}

div.cc_button a.button span.but-text, div.cc_button span.button span.but-text {
	padding: 4px 4px 1px;
	display: inline-block;
	top: -2px;
	*top: -6px;
	background: transparent url('images/btn_red_bak.png') repeat-x 0 0;
	height: 16px;
	position: relative;
	font-weight: bold;
}

div.cc_button a.button:hover span.left-cap, div.cc_button span.button:hover span.left-cap {
	background: transparent url('images/btn_red_l.png') no-repeat 0px -21px;
}

div.cc_button a.button:hover span.right-cap, div.cc_button span.button:hover span.right-cap {
	background: transparent url('images/btn_red_r.png') no-repeat 0px -21px;
}


div.cc_button a.button:hover span.but-text, div.cc_button span.button:hover span.but-text {
	background: transparent url('images/btn_red_bak.png') repeat-x 0px -21px;
	color: #fff;
}

/* END OF BLUE BUTTON TEST */

/* FIELD STATUS */
.fieldstatus_table {
	background: #333333;
	border: 2px solid white;
	width: 100%;
}

.fieldstatus_table td {
	padding: 10px;
	border-spacing: 2px;
}

.fieldstatus_status {
	width:20px;
	height: 35px;
}

td.fieldstatus_statuscolor {
	width:20px;
	padding:0px;
}

.fieldstatus_description {
	
}

.fieldstatus_address {
	font-size: 8pt;
}

tr.fieldstatus_field.odd td{
	background:#555555;
}

tr.fieldstatus_field.even td{
	background:#444444;
}

.fieldstatus_fieldimage {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	clear: both;
	
}

tr.fieldstatus_field_details .fs {
	display: none;
}

tr.fieldstatus_field_details td {
	padding: 0px;
	border-spacing: 0px;	
}

.fieldstatusedit_table {
	background: #333333;
	border: 2px solid white;
	width: 100%;
	margin-top: 10px;
	padding: 5px;
}

.fieldstatusedit_table td {
	padding: 5px;
	border-spacing: 2px;
	vertical-align: top;
}

/* END FIELD STATUS */
.practice_row_0 { background-color: #444444 !important; }
.practice_row_1 { background-color: #555555 !important; }
.selected_practice { background-color: #FF9900 !important; }
.session { margin: 3px; padding: 3px 3px 3px 3px; border: 1px #777 solid; background: #222; }
.practice, .practice a:link, .practice a:active, .practice a:visited { text-decoration: none; color: #00B6FF; font-weight:bold; font-size: 11px; }
