.closedCaptionLanguageMenu{
	/*width: 360px;*/
    text-align: left;
    float: left;
    padding-left: 7px;
}
.closedCaptionLanguageActive{
	cursor:default;
	color:gray;
}
.closedCaptionLanguageInactive{
	cursor:pointer;
	color:white;
}
.closedCaptionDivider{
	padding-right: 4px;
	border-right: 1px gray solid;
	/*margin-right: 2px;*/
}
.mainClosedCaption{
	font: 10px arial;
}

.popupClosedCaption{
	font-size: 14px;
}
.closedCaptionMessage{
	padding: 0em 1em 0em 0em;
}
#cctable{
	width: 448px;
	background-color: black;
	padding: 1px 1px 1px 1px;
	color: white;
	font-size: 8pt;
	font-family: courier new, monospace;
	display: none;
}
.closedCaptionMessageContainer{
	border-top: none;
	height: 85px;
	overflow: auto;
	margin-bottom: 1px;
	line-height: 12px !important;
	border: 1px solid gray;
}

.closedCaptionLanguageMenu button{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0;
	margin: 0 0 0 0;
	cursor: pointer;
}
.closedCaptionLanguageMenu button.magnifyingLink{
	width:16px;
	height:16px;
	background-image:url(../images/closedcaptioning/Magnifying-Glass-16x16.png)
}
.closedCaptionLanguageMenu button.magnifyingLink:hover{
	background-position: -16px;
}

#languageMenu {
	display: none;
}

