.imageAction
{
	border:2px solid #FFFFFF;
	cursor:pointer;
	#padding:.2em;
}

.imageAction:hover
{
	border:2px solid #FF0000;
}


.progressBar{
	height:20px;
	background-color:#aaf;

	border-left:2px solid #88b;
	border-top:2px solid #88b;
	border-right:2px solid #aaf;
	border-bottom:2px solid #aaf;
/*
	width:99%;
	height:25px;
	background-color:#aaf;
	border-style:inset;
*/
}

.progressBar
{
	background-image:url(../graphics/progress.gif);
	display:block;
	height:1em;
}

/*
.progressBarSlide{
	background-image:url(../graphics/progress.gif);
	display:block;
	height:1em;
}
*/





.mediaPanelTable{
	background:#88d;
	border:1px solid black;
}

#dynamicDialog .uiv2dialogContent table.mediaPanelTable{
    width:inherit;
}

table.mediaPanelTable{
    width:inherit;
}

.mediaPanelButtonAction
{
	background:#bbb;

	border-left:2px solid #ccd;
	border-top:2px solid #ccd;

	border-right:2px solid #aab;
	border-bottom:2px solid #aab;


	padding:2px 2px 0 2px;
	cursor:pointer;
}

.mediaPanelButtonActionHover
{
	border-left:2px solid #dde;
	border-top:2px solid #dde;

	border-right:2px solid #bbc;
	border-bottom:2px solid #bbc;


	cursor:pointer;

	padding:2px 2px 0 2px;
	background:#ccd;
}


















.dialogOuter{
	z-index:400;
	background-color:#D0D8E0;
	position:absolute;
	left:10px;
	top:2em;
    -moz-box-shadow: 3px 3px 4px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;
}


.dialogDiv
{
	position:absolute;
	top:-10000px;
	left:-10000px;
	visibility:hidden;
	z-index:-1;
}

.dialogBox
{
	background-color:#F7F7F7;//D0D8E0;
	color:#036;
	border:solid 2px #A0A0A0;
	border-top-color:#F0F0F0;
	border-left-color:#F0F0F0;
}

.dialogHeader
{
	background:#369 url(../graphics/menu-bg.png) repeat-x;
	border:solid 1px #D0D8E0;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	padding-left:8px;
	white-space:nowrap;
	vertical-align:middle;
}

.disabledDialogBox
{
	background-color:#D8DBDD;
	color:#036;
	border:solid 2px #A0A0A0;
	border-top-color:#F0F0F0;
	border-left-color:#F0F0F0;
}

.disabledDialogText
{
	color:#565;
}
input.disabledDialogText
{
	background-color:#D8DBDD;
	color:#036;
}
select.disabledDialogText
{
	background-color:#D8DBDD;
	color:#036;
}


.disabledDialogHeader
{
	background-color:#A4B5C6;
	border:solid 1px #F7F7F7;//#D0D8E0;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	padding-left:8px;
	white-space:nowrap;
	vertical-align:middle;
}

.clientDialogTitle{
	text-align:center;
	background-color:#383;
	color:#FFF;
	border-bottom:1px solid black;
	font-size:120%;
	font-weight:bold;
}
.dialogTitle
{
	float:left;
	font-size:120%;
	font-weight:bold;
}

.dialogControlButton
{
	cursor:auto;
	float:right;
	margin:0 0 0 1em;
	vertical-align:middle;
}

.dialogControlButton img
{
	padding:1px;
	vertical-align:middle;
}

.imgIndexMediaLink {
    color: #888;
    cursor: pointer;
    font-size: 85%;
    padding: .2em;
    text-decoration: underline;
}

.imgIndexMediaLink:hover
{
	color:red;
}

.searchToolbarContainer{
    display:none;
}

.centerAlign{
    text-align:center
}



.v2MenuItem.removeClickUnderline{
    text-decoration: inherit;
}


.removeClickUnderline{
    text-decoration:inherit;
}

/*
    Force display of the search toolbar button...
*/
td[data-mwtooltip="Search"] { 
    display: table-cell;
}



.currentlyPlayingCellIndicator {
    visibility:hidden;
}
.linkedCellHover .currentlyPlayingCellIndicator {
    visibility:visible;
    color:red;
}
.currentlyPlayingCellIndicator[data-currentlyplaying="1"]{
    visibility:visible
}

.currentlyPlayingCellIndicator:not([data-currentlyplaying="1"]) .invisibleIfNotCurrent{
    display:none;
}
.currentlyPlayingCellIndicator[data-currentlyplaying="1"] .invisibleIfCurrent{
    display:none;
}



.personContentTypeFilter>span{
    border: 2px solid #bbb;
    padding:0.4em 0.5em;
}

#dynamicDialog .uiv2dialogContent .personContentTypeFilter  table{
    text-align:center;
    width:inherit;
    background-color:white;
}

.fdxExpression{
    border:2px solid #808080;
    display:inline-block;
    background-color:white;
    margin:2px;
}

.fdxSubExpression{
    display:inline-block;
    padding:2px;
    margin:2px;
    background-color:white;
    cursor:pointer;
}

#imgPreview{
    max-width:100%;
}

.narrowButtonColumn{
    width:1em;
}

.uiv2dialogContent table.nonFullWidthTable{
    width:initial;
}



.clsSlideshowMenu td.contextMenuRow{
    line-height: 30px
}
.clsSlideshowMenu .contextMenuRow span.FontAwesomeIcon,
        .clsSlideshowMenu .contextMenuRow span.IoniconIcon{
    line-height: 30px
}

.clsSlideshowMenu .contextMenuRow span.FontAwesomeIcon,
        .clsSlideshowMenu .contextMenuRow span.IoniconIcon{
    padding-right:.5em;
}

.clsSlideshowMenu .menuCheckMarkable,
        .clsSlideshowMenu .menuSubmenuChevron {
    text-align:right;
}

.clsSlideshowMenu .contextMenuRow span.FontAwesomeIcon,
        .clsSlideshowMenu .contextMenuRow span.IoniconIcon{
    font-size:20px;
}


.compressedTable button.fontActionButton:not(:focus) {
	border-color: transparent
}
.compressedTable button.fontActionButton,
.compressedTable button.fontActionButton:hover,
.compressedTable button.fontActionButton:focus {
	background: none;
}
.compressedTable button.fontActionButton:hover{
	color:black;
}


.compressedTable .fontActionButton .FontAwesomeIcon,
.compressedTable .fontActionButton .IoniconIcon {
	font-size: 16px;
}
.compressedTable button.fontActionButton,
.compressedTable button.fontActionButton :hover {
}
.reportTable.compressedTable td {
    padding: 3px 1px;
    border-bottom: 1px solid #e5dbfc;
}

.uiv2dialogBox .dialogFieldRow .compressedTable td.narrowButtonColumn button:hover:focus {
    border-color: black;
}

.reportTable td.narrowWrappedCell {
    white-space: pre-wrap;
    max-width: 12em;
    padding:4px;
}

.reportTable td.headerCol div.narrowWrappedCell {
    max-width: 12em;
    white-space: pre-wrap;
}

.breakAll{
    word-break:break-all;
}


.dialogImageNavButton{
    width:2.5em;
    height:20em;
}

table.clsEpNumTable{
    border-collapse: collapse;
    width:100%;
}

table.clsEpNumTable td, table.clsEpNumTable td {
    border: none;
    padding: 0;
}

table.clsEpNumTable td:last-of-type {
    width: 0.9em;
}


.bigListTable {
	border: 2px solid #808080;
	width: 100%;
	border-collapse: collapse;
}

.bigListTable tr td {
	padding: 0;
}

.bigListTable button {
	padding-top: 0;
	padding-bottom: 0;
}

.bigListTable tr.downButtonRow td,
.bigListTable tr.upButtonRow td {
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	padding: 0;
}
.bigListTable tr.downButtonRow td button span,
.bigListTable tr.upButtonRow td button span {
	line-height: 0.75em;
}

.bigListTable tr.upButtonRow td {
	border-bottom: 1px solid #D8DBDD;
}
.bigListTable tr.downButtonRow td {
	border-top: 1px solid #D8DBDD;
}

.bigListTable tr td.bigListDataCell {
	padding: .25em .9em;
	font-size: 90%;
	cursor: pointer;
}

.bigListTable tr td.bigListDataCell:hover {
	background-color: aqua;
}
.bigListTable tr td.highlightRow.bigListDataCell:hover {
	background-color: mediumaquamarine;
}

.invisible{
	visibility: hidden
}