﻿th[data-resizable-column-id=col_step] {width:60px;}
th[data-resizable-column-id=col_count] {width:75px;}
th[data-resizable-column-id=col_footwork] {width:100px;}
th[data-resizable-column-id=col_CBMSway] {width:120px;}


#step_info #dance_title {
	font-family: "Raleway", sans-serif;
}

.dance_nav {
	width:100%; height:30px; line-height:30px;
	background: #ecf0f5;
	border:1px solid #c5d2e6;
	margin-bottom:15px;
}

#video_window {
	background-color:#000;
	margin:0 15px 15px 0;
	float:left;
}

#video_window, #video_player, #video {
	width:600px; height:450px;
}

#video {
	border:none;
}

#video_list {
	float:right;
	width:300px; height: 450px;
	overflow-x:hidden; overflow-y:scroll;
	border-bottom:1px dotted #666;
}

#video_list ul {
	list-style-type:none;
	margin:0; padding:0;
}

#video_list ul li {
	position:relative;
	margin-bottom:14px; padding-bottom:11px;
	clear:both;
	width:100%;
	border-bottom:1px dotted #555b7a;
}

#video_list ul li .video_preview {
	width:120px; height:90px;
	display:inline-block;
	background-color:#555b7a;
	background-repeat:no-repeat;
	background-size: auto 90px;
}

#video_list .video_overlay {
	position:absolute;
	left:0; top:0;
	width:120px; height:90px;
	background-color:rgba(255,255,255,0.7);
	z-index:5;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}

#video_list .video_overlay a {
	text-decoration:none;
}

#video_list .video_info {
	font-size:10pt;
	font-style:italic;
	width:130px; height:90px;
	overflow:hidden;
	display:inline-block;
	position:relative; top:0;
	padding-left:10px;
}

#video_list .vp_name {
	font-size:11pt;
	font-weight:bold;
	font-style:normal;
	color:maroon;	
	margin-bottom:5px;
	position:relative; top:0;
}

#poster {
	width:120px; height:120px;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), to(rgba(255,255,255,0.3)));
	background-size:100% auto;
	display:inline-block;
	position:relative;
	margin:0 15px 45px 0;
}

#step_info {
	width:460px; height:120px;
	display:inline-block;
	position:relative;
	vertical-align:top;
	overflow:hidden;
	text-overflow:ellipsis;
}

#step_info #navBtnContainer {
	position:absolute;
	top:1px; right:0;
}

#step_info #navBtnContainer .navBtn {
	display:inline;
	position:relative;
	top:2px;
}

#step_list {
	position:relative;
	z-index:99;
	width:600px; height:0;
}

#step_list_inner {
	display:none;
	position:absolute;
	right:0; top:35px;
	background:rgba(0,0,0,0.8);
	color:#fff;
	max-height:400px;
	overflow-y:scroll;
}

#step_list ul {
	list-style-type:none;
	margin:0; padding:10px;
}

#step_list ul li {
	
}

#step_list ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:5px;
}

#step_list ul li a:hover {
	color:#fdfe75;
}

.arrow {
	display:none;
	position:absolute;
	right:51px; top:10px;
	width: 0; height:0;
	border-style: solid;
	border-width: 0 15px 25px 15px;
	border-color: transparent transparent rgba(0,0,0,0.8) transparent;
}

#step_info #dance_title {
	height:28px;
	font-size:18pt;
}

#step_info #step_title {
	white-space:nowrap;
	width:100%; height:45px;
}

#step_info #step_title_inner {
	font-size:30pt;
	height:45px; line-height:45px;
}

#step_info #dotted_line {
	width:600px;height:3px;
	margin-top:5px;
	border-top:1px dotted #555b7a;
	border-bottom:1px dotted #555b7a;
}

.printer {
	display:none;
	position:absolute;
	right:15px;top:-10px;
	padding:3px 8px;
	cursor:pointer;
	width:25px; height:25px;
	background: url("/images/print.gif") 8px 3px no-repeat #edeef6;
	border:1px solid #7a83a5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
} .print:hover {
	background-color:#ffff99;
} .print:active {
	background-position: 8px 4px;
}

#print_frame {
	width:0; height:0;
}

.step_desc {
	margin:10px 0 20px 0;
}

.step_desc table {
	width:auto;
	border-collapse:collapse;
}

.step_desc table td, .step_desc table th {
	/*border:1px solid #000;*/
	padding:5px;
	text-align:left; vertical-align:top;
}

div[id*="grid_container-"] {
	position:relative;
	overflow:hidden;
	outline:none;
	clear:both;
}

div[id*="grid_container-"] table {
	border-collapse:collapse;
	margin-bottom:15px;
}

div[id*="grid_container-"] tr:nth-child(odd) {background-color: #fff;}
div[id*="grid_container-"] tr:nth-child(even) {background-color: #ecf0f5;}

div[id*="grid_container-"] td {
	border:1px solid #c5d2e6;
	height:30px;
}

div[id*="grid_container-"] td div.pad {
	margin:5px;
}

div[id*="grid_container-"] th, div[id*="grid_container-"] th a {
	height:20px;
	font-size:10pt;
	font-weight:normal;
	text-align:left; vertical-align:bottom;
	text-transform:uppercase;
	color:#8ca1c0;
	padding:5px;
	text-indent:10px;
	white-space:nowrap;
	overflow:hidden;
}

div[id*="grid_container-"] th:first-child {
	text-indent:0;
}

.grip{
	width:20px;
	height:30px;
	margin-top:0;
	background-image:url('/images/grip.png');
	margin-left:-5px;
	position:relative;
	z-index:88;
	cursor:e-resize;
}

.grip:hover{
	background-position-x:-20px;
}

.dragging .grip{
	background-position-x:-40px;
}

.step_head {
	font-family: "Raleway", sans-serif;
	height:30px; line-height:30px;
	font-size:18pt;
	color:maroon;
	margin-top:15px;
	position:relative;
	clear:both;
	width:80%;
}
.shGrid {
	/*float:left;*/
}

.btn {
	position:relative;
	margin-top:-35px;
	text-align:center;
	display:inline-block;
	float:right;
	cursor:pointer;
	width:25px; height:25px; line-height:25px;

	font-size:18pt;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	border:3px solid #fff;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	
	box-shadow:0 1px 3px rgba(23,35,86,1);
	-webkit-box-shadow:0 1px 3px rgba(23,35,86,1);
	-moz-box-shadow:0 1px 3px rgba(23,35,86,1);
	-o-box-shadow:0 1px 3px rgba(23,35,86,1);
}
.btn {
	color:#fff;
	background: #e8eaef;
	background: -moz-linear-gradient(top,  #e8eaef 0%, #555b7a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eaef), color-stop(100%,#555b7a));
	background: -webkit-linear-gradient(top,  #e8eaef 0%,#555b7a 100%);
	background: -o-linear-gradient(top,  #e8eaef 0%,#555b7a 100%);
	background: -ms-linear-gradient(top,  # 0%,#555b7a 100%);
	background: linear-gradient(to bottom,  #e8eaef 0%,#555b7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eaef', endColorstr='#555b7a',GradientType=0 );

} .btn:hover {
	background: #c7cddd;
	background: -moz-linear-gradient(top,  #c7cddd 0%, #172356 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7cddd), color-stop(100%,#172356));
	background: -webkit-linear-gradient(top,  #c7cddd 0%,#172356 100%);
	background: -o-linear-gradient(top,  #c7cddd 0%,#172356 100%);
	background: -ms-linear-gradient(top,  #c7cddd 0%,#172356 100%);
	background: linear-gradient(to bottom,  #c7cddd 0%,#172356 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cddd', endColorstr='#172356',GradientType=0 );
} .btn:active {
	position:relative;
	top:1px;
}

#precedes table, #follows table {
	width:100%;
	margin-top:30px;
	border-collapse:collapse;
}

#precedes table td, #follows table td {
	border:1px solid #c5d2e6;
	padding:10px;
	text-align:left; vertical-align:top;
	width:275px;
}

#precedes table td.arrow, #follows table td.arrow {
	white-space:nowrap;
	width:auto;
}


#step_links ul {
	margin:10px 0; padding:0;
}

#step_links ul li {
	display:inline-block;
	border-left:1px solid #000;
	margin:0; padding:0;
	line-height:30px;
}

#step_links ul li:first-child {
	padding-left:0;
	border-left:none;
}

#step_links ul li a {
	display:block;
	text-decoration:none;
	padding:0 8px;
}

#step_links ul li:first-child a {
	padding-left:0;
}

#step_links ul li img {
	float:right;
	margin-top:8px;
}

.factsheet {
	display: block;
	max-width: 50%; min-width:25%;
	float: right;
	margin:0 0 -5px 30px;
	padding: 20px 10px 5px 15px;
	position: relative;
	top:-20px;
	background-color: #ecf0f5;
	border:1px solid #c5d2e6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.factsheet p {
	font-style:italic;
}
.factsheet .fsLabel {
	width:125px;
	font-size:11pt;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
	font-style:normal;
	font-weight:normal;
	display:block;
	height:30px;
	color:#fff;
	background-color:#565f8a;
	position:absolute;
	right:20px;top:-15px;
}
.factsheet table {
	margin-bottom:10px;
}
.factsheet table tr td {
	font-style:italic;
	border-bottom:1px solid #c5d2e6;
}
.factsheet table tr td:first-child {
	font-style:normal;
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
}
.factsheet table tr:last-child td {
	border-bottom:none;
}
