.xuiDamTable
{
	text-align: center;
	background: #D4D0C8;
}
.damDisplayTable
{
  border: 1px solid #000000;
  background: #E6E6E6;
}
.damInfoPopupContainer
{
	position: absolute;
  border: 1px solid #888888;
  background: #E6E6E6;
}
.damPopupItemLabelCell
{
  text-align: right;
  padding-left: 10px;
  padding-right: 2px;
  white-space: nowrap;
}
.damPopupItemValueCell
{
  text-align: left;
  padding-left: 2px;
  padding-right: 10px;
  white-space: nowrap;  
}
.damInfoItemLabelText
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}
.damInfoItemValueText
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}
.imageBorder_outer
{
  border-top: 1px solid #686868;
  border-left: 1px solid #686868;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;

}
.imageBorder_inner
{
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #8E9296;
  border-right: 1px solid #8E9296;
}
.dataBoxHeading
{
  background: #888888;
  text-align: center;
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: bold;
}
.alertText
{
  color: #FF3300;
}

a.damLinkText
{
	color: #994A23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}
a.damLinkText:hover
{
	color: #FF3300;
	text-decoration: underline;
}

/**** Tab styles for channels on Rendition Info page ****/
.tabTable
{
  width: 95%;
}

.tabSpacerCell_dam
{
  border-bottom: 1px solid #000000;
  font-size:1pt;
}

.frontTab_general_dam
{
  background: #E6E6E6;
  font-size:1pt;
}
.frontTab_left_dam
{
  background: url(tab_MiddleLeft.gif) no-repeat #E6E6E6;
  font-size:1pt;
}
.frontTab_right_dam
{
  background: url(tab_MiddleRight.gif) no-repeat #E6E6E6;
  font-size:1pt;
}
.frontTab_contentCell_dam
{
  background: #E6E6E6;
  vertical-align: bottom;
  border-top: 1px solid #000000;
  padding-bottom: 3px;  
}
.frontTab_contentText_dam
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	white-space: nowrap;
  padding-bottom: 2px;
	margin: 0px;
}

.rearTab_general_dam
{
  background: #E6E6E6;
  font-size:1pt;
}
.rearTab_left_dam
{
  background: url(tab_MiddleLeft.gif) no-repeat #E6E6E6;
  font-size:1pt;
}
.rearTab_right_dam
{
  background: url(tab_MiddleRight.gif) no-repeat #E6E6E6;
  font-size:1pt;
}
.rearTab_contentCell_dam
{
  background: #E6E6E6;
  vertical-align: bottom;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.rearTab_contentText_dam
{
  vertical-align: bottom;
  padding-bottom: 4px;
}
a.rearTab_linkText_dam
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	white-space: nowrap;
}
a.rearTab_linkText_dam:hover
{
	color: #FF3300;
	text-decoration: underline;
}

/**** Styles for storyboard page ****/
body.storyboard
{
  background: #E6E6E6;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.keyframeCell
{
  vertical-align: top;
}
.keyframeImage
{
  border: 1px solid black;
}
.nodePointCell
{
  width: 14px;
  height: 25px;
}
.nodePointImage
{
  width: 14px;
  height: 25px;
}
.frameSpacerCell
{
  width: 10px;
  height: 25px;
}
.frameSpacerImage
{
  width: 10px;
  height: 25px;
}

/**** Styles for closed captions page ****/
body.closedCaption
{
  background: #E6E6E6;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.ccListContentCell_Odd
{
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #B0B0B0;
}
.ccListContentCell_Even
{
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;                             
	border-bottom: 1px solid #B0B0B0;
}
