#skillsaccordion {
	width: 170px;
	height:auto;
	font-family: Verdana, sans-serif;
	margin: 0px auto;
	background-color: #e7e7e8;
	border-bottom: 1px solid #7e7f7f;
	border-left: 1px solid #c8c8c9;
}

#videoaccordion {
	border: 1px solid #aaa;
	width: 170px;
	height:auto;
	font-family: Verdana, sans-serif;
	margin: 0 auto;
	background-color: #e7e7e8;
	border-bottom: 1px solid #7e7f7f;
	border-left: 1px solid #c8c8c9;
}
.Gradient_top {
	background-image: url(../images/videoplayer/accordian_gradient_top.png);
	background-repeat: repeat-x;
	height: 7px;
	border-top: 1px solid #c8c8c9;
}
.Gradient_bottom {
	height: 7px;
	background-color: #e7e7e8;
}
.panelHead {
	padding: 0px;
	margin: 0px;
	height:15px;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	border-style: solid none solid none;
	border-top-color: #fefefe;
	border-bottom-color: #aaa;
	border-width: 1px 0px 1px 0px;
	background-color: #e1e1e1;
}
.panelHead_open {
	padding: 7px 0px 0px 4px;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/videoplayer/panelHead_on.png);
	width: 145px;
	margin-left: 6px;
	color: #58595b;
}
.panelHead_close {
	padding: 7px 0px 0px 4px;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/videoplayer/panelHead_off.png);
	width: 145px;
	margin-left: 6px;
	color: #7ea831;
}
.panelBody {
	height:392px;
	border-left:1px solid ##e7e7e8;
	border-right: 1px solid ##e7e7e8;
	overflow: auto;
	background-color: #fff;
	margin-left: 6px;
	padding: 6px;
	width: 135px;
	clear: both;
 }
 .videoPanelBody {
	height:391px;
	border-left:1px solid ##e7e7e8;
	border-right: 1px solid ##e7e7e8;
	overflow: auto;
	background-color: #fff;
	margin-left: 6px;
	padding: 6px;
	width: 135px;
	clear: both;
 }
 .innerPanel {
 }
.innerPanel .heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-bottom: 2px;
	font-weight: bold;
}
.innerPanel .videoArea {
	height: 90px;
	clear: both;
	width: 130px;
}

.innerPanel .placeholder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-bottom: 2px;
	font-weight: bold;
}
.innerPanel .videoArea img {
	border: 1px solid #7ea831;
}

.innerPanel .VideoGutter {
	height: 6px;
}

.innerPanel a, .innerPanel a:link, .innerPanel a:visited, .innerPanel a:active {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	cursor:pointer;
}

.innerPanel a:hover {
	font-size: 11px;
	color: #7ea831;
	text-decoration: none;
	cursor:pointer;
}

.Clear {
	clear: both;
}



 #videoAccCol {
 	width:173px;
 	float:left;
 }
 #videoPlayerCol {
 	display:block;
 	float:right;
 	width: 470px;
 	margin-left:0px;
 }
