.RightVideo
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor: pointer;
}

.RightVideo:hover
{
	background-color: #D1E1FA;
}

.RightVideoPlaying
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color:#FFFFCC;
	border:1px solid #FFCC33;
	cursor: pointer;
}

.RightVideoThumb
{
	float: left;
	width: 92px;
}

.RightVideoText
{
	float: left;
	padding-left: 10px;
	width: 166px;
}

.RightVideoText a
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.H1BottomLink
{
	font-size: 12px;
	margin-bottom: 6px;
}

.TopLink
{
	font-size:12px;
	color:#d8d8d8;
	font-weight:bold;
}

.UxButton {
	height: 32px;
    padding: 0 4px;
	border: 1px solid #ccc;
	color: #000;
	background: #f6f6f6;
	background-image: -moz-linear-gradient(top,#ffffff,#efefef);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#555;
}

.UxButton:hover, .UxButton:focus {
	border-color: #999;
	background: #f3f3f3;
	background-image: -moz-linear-gradient(top,#ffffff,#ebebeb);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ebebeb));
	filter:progid: DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
	outline: 0;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

.UxButton:active {
	border-color: #999;
	background: #ddd;
	background-image: -moz-linear-gradient(top,#cccccc,#ffffff);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#cccccc,endColorStr=#ffffff);
}

.UxButtonContent {
	line-height:1.6666em;
	display:inline-block;
	vertical-align:middle;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#555;
}

.UxButtonArrow {
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	text-shadow: transparent 0px 0px 0px, white 0px 1px 0px;
}
