/*
 * Laserfiche - Copyright (C) 2010 Compulink Management Center.
 */
BODY, TABLE
{
    font-family: "Open Sans", Helvetica, sans-serif, Arial;
    font-size: 13px;
}
IMG 
{ 
    border: 0px; 
}
EM 
{ 
    font-weight: 600; 
    font-style: normal; 
}
HR {
    color: #D5E2E6;            /* old IE */
    background-color: #D5E2E6; /* Modern Browsers */
}
A 
{
    color: #0069BA;
}
[aria-hidden="true"] 
{
    visibility: hidden;
}

/*** Fields, buttons, alerts; bootstrap-derived ***/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 3px 6px;
  line-height: 1.35;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}

textarea:focus,
input:focus {
    border-color: #37B3E6;
}

/* properties that apply to all buttons */
.btn
{
    font-family: "Open Sans";
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 4px;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
        -o-user-select: none;
           user-select: none;
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #428BCA;
}

/* default style for buttons - blue by default */
.btn {
    background-color: #428BCA;
    color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #0069BA;
  color: #FFFFFF;
}

/* neutral style for buttons - gray by default - used for Cancel on dialogs, Reset on search pane, ... */
.btn-neutral {
    background-color: #ddd;
    color: #555555;
}
.btn-neutral:hover,
.btn-neutral:focus {
  background-color: #d0d0d0;
  color: #555555;
}

/* primary button style - green by default - used for search buttons */
.btn-primary {
    background-color: #02b793;
    color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #00a987;
  color: #ffffff;
}

/* Alerts */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/*** Page Layouts ***/

*, *:before, *:after {
    box-sizing: border-box;
}
.table-container {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}
.table-cell, .modal-body .table-cell *:not(.caret) {
    vertical-align: top;
}
.table-cell:first-child {

}
.ltr .table-cell:not(:first-child) {
    padding-left: 22px;
}
.rtl .table-cell:not(:first-child) {
    padding-right: 22px;
}

.PageBackground
{
	background-color: #F9F9F9;
	padding: 0px;
	margin: 0px;
}
.MainPageTable 
{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.ltr .TopRightLinks { right: 20px; }
.rtl .TopRightLinks { left: 20px; }

/* Top bar & logo */
.TopBar 
{
    padding-bottom: 1px;
    border-bottom: 1px solid #CCCCCC;
    position: static;
    padding-left: 10px; /* banner's position from left */
    min-height: 43px;
}
.TopBar img {
    vertical-align: middle;
}
.WelcomePageMainContent
{
    top: 43px;
}
.SearchPageMainContent 
{
    top: 43px;
}
.MyWebLinkMainPageTable
{
    top: 43px;
}

.LinkSpacer
{
    text-align: center;
    color: rgb(118, 118, 118); /* #767676 */
    font-size: 0.8em;
    margin: 0 0.25em;
    vertical-align: text-top;
}
.BrowserWarning {
	position: absolute;
	top: 0px;
	width: 100%;
	border-bottom: solid 1px #000000;
	background-color: #FFB801;
	z-index: 999;
	padding: 5px;
	font-weight: 600;
	vertical-align: middle;
}
.ltr BrowserWarning { left: 0px; }
.rtl .BrowserWarning { right: 0px; }
.BrowserWarning * { vertical-align: middle; }
.ltr BrowserWarning * { margin-right: 2px; }
.rtl .BrowserWarning * { margin-left: 2px; }

.center {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.PoweredByText
{
    margin: 5px 20px 0;
    color: #646464;
	font-size: 7pt;
	text-align: center;
}
.PoweredByText A:hover
{
    text-decoration: none;
}
.Plain
{
    text-decoration: none;
    cursor: default;
    color: #000000;
}
.SectionHeader
{
    margin: 0.5em;
    padding: 5px 10px;
    border: solid 1px #6D757C;
    background-color: #E9F9FC;
    color: #0069BA;
    font-weight: 600;
}

/* Utilities */
.clearer /* use for clearing floats */
{
	clear: both;
	height: 0px;
	width: 0px;
}
.InvisibleText
{
	display: none;
}

/*** Old Styles ***/

/* Folder Tree */
.FolderTreeExpandBox, .FolderTreeContractBox
{
	width:9px;
	height:9px;
	background-repeat:no-repeat;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	position: relative;
	top: 2px;
	left: 0px;
	font-size: 6pt;
}
.FolderTreeExpandBox
{
	background-image:url(images/TreeOpen.gif);
}
.FolderTreeContractBox
{
	background-image:url(images/TreeClose.gif);
}
.FolderTreePlusBoxText
{
	visibility: hidden;
}
.FolderTreePlusBoxCell
{
	padding-left: 8px;
	padding-right: 0.5em;
}
.FolderTreeNameLink
{
	text-decoration: none;
}
.FolderTreeNameLink:hover
{
	text-decoration: underline;
}
.FolderTreeNameImage {}
.FolderTreeNameText
{
	color: #000000; /*Text*/
	padding-left: 0.5em;
}

/* Search Results Control: Version 7 */
.SearchResultsHitsLink
{
	text-decoration: none;
	color: #000000; /*Text*/
}
.SearchResultsHitsLink:hover
{
	text-decoration: underline;
}
.SearchResultsUnselectedRow {}
.SearchResultsSelectedRow
{
	background-color: #F8F9B1;
}
.ContextPanel
{
	vertical-align: top;
	background-color: White;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

/* Context Hits: Version 7 */
.ContextHitLine
{
	padding: 2px;
	font-size: 8pt;
}
.ContextHitLine A
{
	text-decoration: underline;
	color: #0000FF;
}
.ContextHitWord
{
	font-weight:bolder;
}

/* Document View: Thumbnails (Version 7) */
.ThumbDisplayLinkActive
{
	color: Black;
}
.ThumbDisplayLinkActive:hover
{
	text-decoration: underline;
}
.ThumbDisplayLinkInactive
{
	color: Gray;
	cursor: default;
}
.ThumbDisplayThumbPanel
{
	width: 100%;
	text-align: center;
}
.ThumbDisplayDiv
{
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ThumbDisplayText
{
	border: solid 2px black;
	background-color: White;
	height: 100px;
	width: 85px;
	font-size: 5pt;
	text-align: left;
	text-decoration: none;
	color: black;
	overflow: hidden;
	cursor: pointer; cursor: hand
}
.ThumbDisplaySelectedText
{
	border: solid 2px green;
	background-color: White;
	height: 100px;
	width: 85px;
	font-size: 5pt;
	text-align: left;
	text-decoration: none;
	color: black;
	overflow: hidden;
	cursor: pointer; cursor: hand
}

/* PDF Toolbar -- Not used */
.PDFLabel1
{
	position: relative;
}
.PDFStartPageBox
{
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 8pt;
}
.PDFLabel2
{
	position: relative;
}
.PDFEndPageBox
{
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 8pt;
}
.PDFToolbar
{
	font-size: 8pt;
}
.PDFDownloadLink, .PDFDownloadLinkOver, .PDFDownloadLinkDisabled
{
	cursor: default;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	position: relative;
	top: 0px;
}
.PDFDownloadLink
{
	background-image: url(images/iTBViewPDF.gif);
}
.PDFDownloadLinkDisabled
{
	background-image: url(images/iTBViewPDFG.gif);
}

/* Text Viewer: Version 7 */
.TextDisplayDiv
{
	background-color: White;
	padding: 5px;
}
.TextDisplayError
{
	color: Red;
}

/* Metadata: Version 7 */
.FieldDisplay {}
.FieldDisplayTemplateName
{
	margin: 7px;
	margin-bottom: 3px;
}
.StickyNoteDisplayTable
{
	width: 178px;
	margin-top: 7px;
	margin-left: 10px;
}
.StickyNoteDisplayHeader
{
    BACKGROUND-COLOR: #CCCCCC;
	font-size: 9pt;
	padding-left: 5px;
}
.StickyNoteDisplayText
{
	font-size: 8pt;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 8px;
}
.VersionDisplayVersionHeader
{
	background-color: #FDFAED;
	border: solid 1px #B2AE95;
	font-size: 7pt;
	padding-left: 2px;
	width: 35px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.VersionDisplayDocumentHeader
{
	background-color: #F0F0F0;
	border: solid 1px #B2AC92;
	font-size: 7pt;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.VersionDisplayTable
{
	margin-top: 7px;
	width: 224px;
}
.VersionDisplayAlternateRow
{
	background-color: #D2EBFF;
}
.VersionDisplayVersionCell
{
	vertical-align: top;
	font-size: 8pt;
	text-align: center;
}
.VersionDisplayNameCell
{
	vertical-align: top;
	text-align: left;
	font-size: 8pt;
	padding-left: 4px;
	padding-bottom: 2px;
}
.VersionDisplayClickableName
{
	text-decoration: none;
	color: #0709FE;
}
.VersionDisplayClickableName:hover
{
	text-decoration: underline;
}
.RelationshipDisplayRelationshipHeader
{
	background-color: #FDFAED;
	border: solid 1px #B2AE95;
	font-size: 7pt;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.RelationshipDisplayDocumentHeader
{
	background-color: #F0F0F0;
	border: solid 1px #B2AC92;
	font-size: 7pt;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.RelationshipDisplayTable
{
	margin-top: 7px;
	width: 224px;
}
.RelationshipDisplayAlternateRow
{
	background-color: #D2EBFF;
}
.RelationshipDisplayRelationshipCell
{
	vertical-align: top;
	font-size: 8pt;
	text-align: center;
}
.RelationshipDisplayNameCell
{
	vertical-align: top;
	text-align: left;
	font-size: 8pt;
	padding-left: 4px;
	padding-bottom: 2px;
}
.RelationshipDisplayNameCell A
{
	text-decoration: none;
	color: #0709FE;
}
.RelationshipDisplayNameCell A:hover
{
	text-decoration: underline;
}
.RelationshipDisplayDescription
{
	padding-left: 8px;
}
.TagDisplaySecurity
{
    background-position: 0px -416px;
}
.TagDisplayInformational
{
    background-position: 0px -400px;
}

/*** Current Styles ***/

/* Document Browser */
.DocumentBrowserDisplayTable
{
    width: 100%;
}
.EntryRowIconText
{
	display: none;
}
.DocumentBrowserCell
{
    padding: 5px 10px;
}
.DocumentBrowserDisplayTable tbody tr:not(:first-child) .DocumentBrowserCell,
.SearchResultsBrowserDisplayTable tbody tr:not(:first-child) .DocumentBrowserCell
{
    border-top: 1px solid #EEEEEE;
    border-color: #EEEEEE;
}
.DocumentBrowserAlternateRow
{
	background-color: #FFFFFF;
}
.DocumentBrowserNameImage
{
	margin: 0 0.5em 0 .25em;
	vertical-align: text-bottom;
}
.DocumentBrowserNameLink
{
	text-decoration: none;
	color: #000000; /*Text*/
}
.DocumentBrowserNameLink:hover
{
	text-decoration: underline;
}
.ClickableRow:hover > td {
    background-color: #efefef;
    cursor: pointer;
}
.DocumentBrowserError
{
	color: Red;
}
.DocumentBrowserDisplayDiv
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.RightPanel
{
    width: 100%;
    vertical-align: top;
}

/* Document Browser Column Header */
.EntrySorterCell
{
	border: solid 1px #CCCCCC;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #FDFDFD;
	padding: 5px 12px;
}
.ltr .EntrySorterCell:last-child
{
    border-right-width: 0px;
}
.rtl .EntrySorterCell:first-child
{
    border-right-width: 0px;
}
.EntrySorterNameCell {} /* Special class just for the Name */
.EntrySorterCell A
{
	color: #000000; /* Text */
	text-decoration: none;
    display: block;
}
EntrySorterCell A:hover 
{
    text-decoration: none;
}
.EntrySorterCell:hover
{
    background-color: #EFEFEF;
}
.EntrySorterAscendingColumn
{
	background-color: #DEDEDE;
}
.EntrySorterDescendingColumn
{
	background-color: #EEEEEE;
}
.ltr .EntrySorterAscendingColumn, .ltr .EntrySorterDescendingColumn
{
    padding-right: 6px;
}
.rtl .EntrySorterAscendingColumn, .rtl .EntrySorterDescendingColumn
{
    padding-left: 6px;
}
.EntrySorterAscendingColumn > a
{
    background-image: url(images/arrowAsc.png);
}
.EntrySorterDescendingColumn > a
{
    background-image: url(images/arrowDec.png);
}
.EntrySorterAscendingColumn > a, .EntrySorterDescendingColumn > a
{
    background-repeat: no-repeat;
}
.ltr .EntrySorterAscendingColumn > a, .ltr .EntrySorterDescendingColumn > a
{
    padding-right: 20px;
    background-position: right center;
}
.rtl .EntrySorterAscendingColumn > a, .rtl .EntrySorterDescendingColumn > a
{
    padding-left: 20px;
    background-position: left center;
}

/* Paging: Document Browser, search grid, context hits grid */
.DocumentBrowserDisplayDiv .PageableListJumpToPageLink, 
.DocumentBrowserDisplayDiv .PageableListCurrentPageDiv,
.SearchResultsContent .PageableListJumpToPageLink, 
.SearchResultsContent .PageableListCurrentPageDiv,
.ContextPanel .PageableListJumpToPageLink, 
.ContextPanel .PageableListCurrentPageDiv,
.JumpToPageLink, 
.CurrentPageDiv
{
    border-radius: 4px;
    border: 1px solid;
    display: inline-block;
    height: 30px;
    min-width: 30px;
    vertical-align: middle;
    text-align: center;
    margin: 5px 2px;
    text-decoration: none;
	line-height: 1.8em;
	font-size: 15px;
    color: #0069BA;
    background-color: #ffffff;
    cursor: pointer;
    padding: 0 10px;
}
.DocumentBrowserDisplayDiv .PageableListJumpToPageLink,
.SearchResultsContent .PageableListJumpToPageLink,
.ContextPanel .PageableListJumpToPageLink, 
.SearchResultsContent .JumpToPageLink
{
    border-color: #D5E2E6;
}
.DocumentBrowserDisplayDiv .PageableListJumpToPageLink:hover,
.DocumentBrowserDisplayDiv .PageableListCurrentPageDiv,
.SearchResultsContent .PageableListJumpToPageLink:hover,
.SearchResultsContent .PageableListCurrentPageDiv,
.ContextPanel .PageableListJumpToPageLink:hover,
.ContextPanel .PageableListCurrentPageDiv,
.JumpToPageLink:hover,
.CurrentPageDiv 
{
    border-color: #37B3E6;
}
.DocumentBrowserDisplayDiv .PageableListCurrentPageDiv,
.SearchResultsContent .PageableListCurrentPageDiv,
.ContextPanel .PageableListCurrentPageDiv,
.CurrentPageDiv
{
    font-weight: 600;
}
.ltr .DocumentBrowserDisplayDiv .PageableListPrevPageLink,
.rtl .DocumentBrowserDisplayDiv .PageableListNextPageLink,
.ltr .SearchResultsContent .PageableListPrevPageLink,
.rtl .SearchResultsContent .PageableListNextPageLink,
.ltr .ContextPanel .PageableListPrevPageLink,
.rtl .ContextPanel .PageableListNextPageLink,
.ltr .PrevPageLink,
.rtl .NextPageLink
{
    background-color: none;
    background-image: url('images/new_sprite/left-chevron.png');
    background-position: center;
    background-repeat: no-repeat;
}
.ltr .DocumentBrowserDisplayDiv .PageableListNextPageLink,
.rtl .DocumentBrowserDisplayDiv .PageableListPrevPageLink,
.ltr .SearchResultsContent .PageableListNextPageLink,
.rtl .SearchResultsContent .PageableListPrevPageLink,
.ltr .ContextPanel .PageableListNextPageLink,
.rtl .ContextPanel .PageableListPrevPageLink,
.ltr .NextPageLink,
.rtl .PrevPageLink 
{
    background-color: none;
    background-image: url('images/new_sprite/right-chevron.png');
    background-position: center;
    background-repeat: no-repeat;
}
.PageableListJumpToPage, .JumpToPage
{
	text-decoration: none;
}
.PageableListJumpToPage:hover
{
	text-decoration: underline;
}
.ltr .PageableListTotal
{
    font-size: 14px;
    float: right;
    padding: 12px 2px;
}
.rtl .PageableListTotal
{
    font-size: 14px;
    float: left;
    padding: 12px 2px;
}
.rtl .PagerStripContainer SPAN
{
    unicode-bidi: bidi-override;
}
.rtl .PagerStripContainer SPAN *, .rtl .PagerStripContainer .PageableListCurrentPage
{
    unicode-bidi: embed;
}
.BrowserBody 
{
    width: 100%;
    overflow: auto;
}
.BrowserFooter 
{
    padding: 6px 12px;
    background-color: #fdfdfd;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #CCCCCC;
}
#TheFolderTree .BrowserFooter {
    /* if you give your folder tree control a different ID, put that instead of TheFolderTree */
    display: none;
}
.PageXofY
{
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    color: #0069BA;
    padding: 8px 0;
}

/* Entry icons in general */
.EntryIcon
{
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/* Folder, record folder, record series icons */
.Folder
{
    background-image: url('images/iFolderClosed.gif');
}
.FolderOpen 
{
    background-image: url('images/iFolderOpen.gif');
}
.RecordFolder 
{
    background-image: url('images/recordFolder.gif');
}
.RecordFolderOpen 
{
    background-image: url('images/recordFolderOpen.gif');
}
.RecordSeries 
{
    background-image: url('images/recordSeries.gif');
}
.RecordSeriesOpen
{
    background-image: url('images/recordSeriesOpen.gif');
}

/* Document Icons */
.DocNoTemplate 
{
    background-image: url('images/batch-icon.gif');
}
.DocTemplate1 
{
    background-image: url('images/template_colors/1/batch-icon.gif');
}
.DocTemplate2
{
    background-image: url('images/template_colors/2/batch-icon.gif');
}
.DocTemplate3
{
    background-image: url('images/template_colors/3/batch-icon.gif');
}
.DocTemplate4
{
    background-image: url('images/template_colors/4/batch-icon.gif');
}
.DocTemplate5
{
    background-image: url('images/template_colors/5/batch-icon.gif');
}
.DocTemplate6
{
    background-image: url('images/template_colors/6/batch-icon.gif');
}
.DocTemplate7
{
    background-image: url('images/template_colors/7/batch-icon.gif');
}
.DocTemplate8
{
    background-image: url('images/template_colors/8/batch-icon.gif');
}
.DocTemplate9
{
    background-image: url('images/template_colors/9/batch-icon.gif');
}
.DocTemplate10
{
    background-image: url('images/template_colors/10/batch-icon.gif');
}
.DocTemplate11
{
    background-image: url('images/template_colors/11/batch-icon.gif');
}
.DocTemplate12
{
    background-image: url('images/template_colors/12/batch-icon.gif');
}
.DocTemplate13
{
    background-image: url('images/template_colors/13/batch-icon.gif');
}
.DocTemplate14
{
    background-image: url('images/template_colors/14/batch-icon.gif');
}
.DocTemplate15
{
    background-image: url('images/template_colors/15/batch-icon.gif');
}
.DocTemplate16
{
    background-image: url('images/template_colors/16/batch-icon.gif');
}
.DocTemplate17
{
    background-image: url('images/template_colors/17/batch-icon.gif');
}
.DocTemplate18
{
    background-image: url('images/template_colors/18/batch-icon.gif');
}
.DocTemplate19
{
    background-image: url('images/template_colors/19/batch-icon.gif');
}
.DocTemplate20
{
    background-image: url('images/template_colors/20/batch-icon.gif');
}
.DocTemplate21
{
    background-image: url('images/template_colors/21/batch-icon.gif');
}
.DocTemplate22
{
    background-image: url('images/template_colors/22/batch-icon.gif');
}
.DocTemplate23
{
    background-image: url('images/template_colors/23/batch-icon.gif');
}
.DocTemplate24
{
    background-image: url('images/template_colors/24/batch-icon.gif');
}
.DocTemplate25
{
    background-image: url('images/template_colors/25/batch-icon.gif');
}

/* Edoc Icons */
.EdocGeneric
{
    background-image: url('images/edocs/noimage.gif');
}
.EdocAVI
{
    background-image: url('images/edocs/AVI.gif');
}
.EdocBMP
{
    background-image: url('images/edocs/BMP.gif');
}
.EdocCSV
{
    background-image: url('images/edocs/CSV.gif');
}
.EdocDLL
{
    background-image: url('images/edocs/DLL.gif');
}
.EdocDOC
{
    background-image: url('images/edocs/DOC.gif');
}
.EdocDOCX 
{
    background-image: url('images/edocs/DOCX.gif');
}
.EdocDOT 
{
    background-image: url('images/edocs/DOT.gif');
}
.EdocEML
{
    background-image: url('images/edocs/EML.gif');
}
.EdocEXE
{
    background-image: url('images/edocs/EXE.gif');
}
.EdocGIF, .EdocPNG
{
    background-image: url('images/edocs/GIF.gif');
}
.EdocHLP
{
    background-image: url('images/edocs/HLP.gif');
}
.EdocHTM, .EdocHTML
{
    background-image: url('images/edocs/HTM.gif');
}
.EdocJPEG, .EdocJPG
{
    background-image: url('images/edocs/JPEG.gif');
}
.EdocMDB
{
    background-image: url('images/edocs/MDB.gif');
}
.EdocMOV
{
    background-image: url('images/edocs/MOV.gif');
}
.EdocMPEG
{
    background-image: url('images/edocs/MPEG.gif');
}
.EdocMSG
{
    background-image: url('images/edocs/MSG.gif');
}
.EdocPDF
{
    background-image: url('images/edocs/PDF.gif');
}
.EdocPPT
{
    background-image: url('images/edocs/PPT.gif');
}
.EdocPPTX
{
    background-image: url('images/edocs/PPTX.gif');
}
.EdocREG
{
    background-image: url('images/edocs/REG.gif');
}
.EdocRM
{
    background-image: url('images/edocs/RM.gif');
}
.EdocRTF
{
    background-image: url('images/edocs/RTG.gif');
}
.EdocTIF, .EdocTIFF
{
    background-image: url('images/edocs/TIF.gif');
}
.EdocTXT
{
    background-image: url('images/edocs/TXT.gif');
}
.EdocWAV, .EdocMP3, .EdocOPUS, .EdocOGA
{
    background-image: url('images/edocs/WAV.gif');
}
.EdocWMV, .EdocMP4, .EdocWEBM, .EdocOGV, .EdocOGG
{
    background-image: url('images/edocs/WMV.gif');
}
.EdocXLS
{
    background-image: url('images/edocs/XLS.gif');
}
.EdocXLSX
{
    background-image: url('images/edocs/XLSX.gif');
}
.EdocZIP
{
    background-image: url('images/edocs/ZIP.gif');
}
.ElectronicFileIcon
{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.DownloadElectFile
{
	vertical-align: middle;
}
.rtl .DownloadElectFile
{
}
.DownloadElectFileImage 
{
    margin-left: 4px;
    margin-right: -3px;
}

/* Sprite images */
.WLIcon16
{
    background-image: url(images/new_sprite/wl_icon_sprite_16px.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.ExpandArrowDown
{
    background-position: 0px -1104px;
}
.CollapseArrowUp
{
    background-position: 0px -1088px;
}
.DownloadIcon 
{
    background-position: 0px -1072px;
}
.MediaStreamIcon 
{
    background-position: 0px -1152px;
}
.CalendarIcon 
{
    background-position: 0px -336px;
}
.CloseIcon 
{
    background-position: 0px -432px;
}
.SpinnerIcon {
    width: 32px;
    height: 32px;
    background-image: url(images/new_sprite/wl_icon_sprite_16px.png);
    background-position: 0px 0px;
	background-repeat: no-repeat;
}
.SpinnerIconSmall {
    width: 16px;
    height: 16px;
    background-image: url(images/new_sprite/wl_icon_sprite_16px.png);
    background-position: 0px -32px;
	background-repeat: no-repeat;
}
.Spin {
    display: inline-block;
    -webkit-animation-name: spin; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin; 
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite; 
    -ms-animation-timing-function: linear;
    -o-animation-name: spin; 
    -o-animation-duration: 2s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: spin; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes spin {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@-ms-keyframes spin {
    from {-ms-transform: rotate(0deg); }
    to {-ms-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

/* Calendar Input */
.CalendarLink
{
	cursor: pointer;
	margin: 2px;
    padding: 0px;
    border: none;
    background-color: #FFFFFF;
}

/* Search Selector */
.SearchFormCustomizeDiv
{
    background-color: #FDFDFD;
    padding: 5px 5px 0 5px;
    vertical-align: middle;
    border-bottom: 1px solid #CCCCCC;
}
.SearchFormCustomizeDropDown
{
	font-size: 1em;
	margin-bottom: 5px;
	width: 230px;
}
.SearchFormCustomizeDiv option:hover, .SearchFormCustomizeDiv option:focus {
    background-color: rgb(16, 118, 219) !important; /* only overrides browser default in IE */
}

/* Search Form Elements */
.SearchPageMainContent 
{
    /* position from top is set above in the Top Bar & Logo section */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 1;
}
.SearchFormDiv {
    overflow-x: hidden;
    width: 240px;
}
.SearchElementsDiv {
    overflow-x: hidden;
    overflow-y: auto;
}
.NoSearchCriteria 
{
    color: #646464;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}
#Search_SearchSubmitInput
{
    height: 26px;
    width: 254px;
}
.ltr #Search_SearchSubmitInput
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
}
.rtl #Search_SearchSubmitInput 
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
#Search_SearchSubmitInput, #Search_SearchSubmitBttn 
{
    position: relative;
    top: 0;
}
.SearchFormSearchSubmitButton,
.TopBarSearchSubmitButton 
{
    height: 26px;
}
.ltr .SearchFormSearchSubmitButton,
.ltr .TopBarSearchSubmitButton
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.rtl .SearchFormSearchSubmitButton,
.rtl .TopBarSearchSubmitButton
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
}
.SearchFormElementHeader
{
    font-size: 1em;
    font-weight: 600;
    background-color: #3F86C5;
    color: #FFFFFF;
    width: 100%;
    height: 23px;
    padding: 0 2px;
}
.ltr .SearchFormElementHeader {
    padding-right: 0;
}
.rtl .SearchFormElementHeader {
    padding-left: 0;
}
.SearchFormElementHeader DIV
{
	line-height: 22px;
	vertical-align: middle;
}
.SearchHeaderTextLTR
{
	float:left;
	padding-left: 4px;
}
.SearchHeaderTextRTL
{
	float:right;
	padding-right: 4px;
}
.SearchHelpLinkLTR, .SearchCloseLinkLTR
{
	float: right;
    margin: 3px 6px 2px 1px;
}
.SearchHelpLinkRTL, .SearchCloseLinkRTL
{
	float: left;
    margin: 3px 1px 2px 6px;
}
.SearchHelpLinkLTR, .SearchHelpLinkRTL
{
	background-position: 0 -352px;
}
.SearchCloseLinkLTR > i, .SearchCloseLinkRTL > i
{
	background-image: url(images/x.png);
    background-size: contain;
    height: 12px;
    width: 12px;
    display: inline-block;
    line-height: 0;
}
.SearchCloseLinkLTR, .SearchCloseLinkRTL
{
   display: inline-block;
   margin: 0;
   padding: 5px 8px;
   line-height: 0;
}
.SearchCloseLinkLTR:hover, .SearchCloseLinkRTL:hover,
.SearchCloseLinkLTR:focus, .SearchCloseLinkRTL:focus
{
    background-color: rgba(0, 0, 0, 0.15);
}
.SearchHeaderButtonLTR {
    display: inline-block;
    float: right;
}
.SearchHeaderButtonRTL {
    display: inline-block;
    float: left;
}
.SearchHeaderButtonLTR .SearchHelpLinkLTR, .SearchHeaderButtonLTR .SearchCloseLinkLTR {
    float: left;
}
.SearchHeaderButtonRTL .SearchHelpLinkRTL, .SearchHeaderButtonRTL .SearchCloseLinkRTL {
    float: right;
}
.SearchHeader 
{
    padding-bottom: 10px;
}
.SearchFormElementCriteria
{
	font-size: 0.9em;
	margin: 5px;
	margin-bottom: 10px;
}
.SearchFormElementCriteria A
{
	margin: 2px;
}
.SearchFormElementCriteria INPUT[type="submit"]
{
    margin-top: 5px;
}
.SearchFormElementCriteria INPUT[type="radio"],
.SearchFormElementCriteria INPUT[type="checkbox"]
{
    vertical-align: sub;
}
.SearchFormElementCriteria INPUT[type="text"]:not(.DateInputBox), 
.SearchFormElementCriteria textarea
{
    margin: 5px 0;
    width: 100%;
}
.SearchFormElementCriteria .DateInputBox 
{
    margin: 5px 0;
    width: 100px;
}
.SearchFormElementCriteria .DateLabel 
{
    display: inline-block;
    width: 42px;
}
.SearchFormElementCriteria .DateInputAndPicker 
{
    display: inline;
}
.SearchElementDropDown
{
    width: 100%;
}
.SearchElementTextTabDiv
{
	margin-bottom: 5px;
}
.SearchElementTextTabSelected A
{
	color: #000000; /* Text */
	text-decoration: none;
}
.SearchElementTextTabSeparator
{
	padding: 2px;
}
.SearchElementTextTabActive A {}
.SearchElementTextTabActive A:hover
{
	text-decoration: none;
}
.SearchFormElementHelp
{
	color: #000000;
	margin: 0.25em 0;
	padding: 0.25em 0.5em;
	background-color: #FFFFDE;
	border: solid 1px #6D757C;
}
.SearchSubmitDiv
{
	background-color: #F9F9F9;
	height: 40px;
	text-align: center;
    border-top: 1px solid #CCCCCC;
}
.RunSearchButton
{
	margin: 0.25em;
	min-width: 64px;
	font-weight: 600;
}
#RunButton.RunSearchButton
{
    min-width: 110px;
}
.SearchFormCheckbox 
{
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.SearchFormCheckbox:hover 
{
    /* translate from hex (#abcdef) to rgb using: hex.colorrrs.com 
        to get a semitransparent version of your hover span border */
    background-color: rgba(64, 134, 197, .2);
}
.SearchFormCheckbox label
{
    display: inline-block;
    margin-left: 3px;
    padding-top: 1px;
    width: 85%;
}
.SearchFormCheckboxesList {
    border: 1px solid #A7CED5;
    height: 110px;
    margin: 5px 0 10px;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Search Results */
.SearchLoadingBox
{
    position: absolute;
    top: 320px;
    font-size: 10pt;
    padding: 20px 10px;
    background-color: white;
    background-repeat: no-repeat;
    position: absolute;
    height: 65px;
    width: 160px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border: 1px solid #bbb;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    outline: none;
   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
           box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
   -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
           background-clip: padding-box;
    z-index: 100;
}
.SearchLoadingBox div
{
    vertical-align: middle;
}
.NoSearchRunDiv
{
    color: #646464;
    border: 1px solid #CCCCCC;
    text-align: center;
}
.NoResultsYet
{
    display: block;
    margin-top: 220px;
    font-size: 24px;
}
.NoResultsYetExplanation
{
    display: block;
    margin-top: 15px;
    font-size: 15px;
}
.SearchResultsSortDiv
{
    font-size: 14px;
    color: #646464;
    margin-bottom: 1.5em;
    position: absolute;
    margin: 5px 10px 5px 20px;
}
.SearchResultsSortDiv A:hover 
{
    text-decoration: none;
}
.SearchResultsBrowserGridDisplayDiv {
    border-color: #ccc;
}
.SearchResultsBrowserGridDisplayDiv .SearchResultsBrowserDisplayTable {
    min-width: 100%;
}
.SortControlDropDownContainer
{
    position: relative;
    top: 0;
    cursor: pointer;
    display: inline-block;
    min-width: 65px;
    border: none;
    margin-left: 2px;
    color: #000000;
    font-size: 15px;
    border-radius: 3px;
    -webkit-transition: background-color ease-in-out 0.4s;
            transition: background-color ease-in-out 0.4s;
}
.ltr .SortControlDropDownContainer
{
    background: url('images/dropdown-arrow.png') no-repeat 96% 55% transparent;
}
.rtl .SortControlDropDownContainer 
{
    background: url('images/dropdown-arrow.png') no-repeat 4% 55% transparent;
}
.ltr .SortControlDropDownContainer.active, .ltr .SortControlDropDownContainer:hover, .ltr .SortControlDropDownContainer:focus
{
    background: url('images/dropdown-arrow.png') no-repeat 96% 55% #efefef;
}
.rtl .SortControlDropDownContainer.active, .rtl .SortControlDropDownContainer:hover, .rtl .SortControlDropDownContainer:focus
{
    background: url('images/dropdown-arrow.png') no-repeat 4% 55% #efefef;
}
.SortControlDropDownContainer:after
{
    position: absolute;
}
.SortControlDropDownContainer .SortControlDropDownList
{       
    list-style: outside none none;
    position: absolute;
    top: 16px;
    min-width: 145px;
    background-color: #FFFFFF;
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);

    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity = 0); /* IE8 and earlier */
}
.SortControlDropDownContainer.active .SortControlDropDownList 
{
    pointer-events: all;
    opacity: 1;
    filter: alpha(opacity = 100); /* IE8 and earlier */
}
.SortControlDropDownContainer .SortControlDropDownList > li > a
{
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    color: #000000;
}
.SortControlDropDownContainer .SortControlDropDownList > li
{
    display: block;
}
.SortControlDropDownContainer .SortControlDropDownList > li[aria-checked="true"]
{
    font-weight: 600;
}
.SortControlDropDownContainer .SortControlDropDownList > li:hover,
.SortControlDropDownContainer .SortControlDropDownList > li:focus
{
    /* translate from hex (#abcdef) to rgb using: hex.colorrrs.com 
        to get a semitransparent version of your hover span border */
    background-color: rgba(64, 134, 197, .1); /* #3F86C5 with .1 opacity */
}
.SearchResultsContent
{
	background-color: #FFFFFF;
}
.ltr .CurrentSortDiv 
{
    height: 30px;
    padding: 3px 25px 3px 7px;
}
.rtl .CurrentSortDiv 
{
    height: 30px;
    padding: 3px 7px 3px 25px;
}
.WelcomePageSearchResults
{
	margin-top: 10px;
    margin: 0 48px;
}
.SearchResultContainer
{
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 1px;
    padding: 20px;
    font-size: 14px;
    overflow: auto;
}
.SearchResultContainer em {
    color: green;
}
.WelcomePageMainContent .SearchResultContainer 
{
    border-bottom-width: 1px;
}
.SearchResultHeader, .SearchResultFooter
{
    font-size: 14px;
    color: #646464;
    background-color: #FDFDFD;
    padding: 10px 20px;
    border: solid 1px #CCCCCC;
    height: 40px;
}
.ltr .SearchResultHeader 
{
    text-align: right;
}
.rtl .SearchResultHeader 
{
    text-align: left;
}
.SearchResultHeader A:hover, .SearchResultFooter A:hover 
{
    text-decoration: none;
}
.SearchResultFooter
{
    height: 55px;
    padding: 5px;
}
.WelcomePageMainContent  .SearchResultFooter
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.SearchResultFooter
{
    text-align: center;
}
.SearchResultItem
{
	line-height: 1.5em;
	margin-bottom: 1.75em;
}
.SearchResultItem A 
{
    text-decoration: none;
}
.SearchResultItem A:hover
{
    text-decoration: underline;
}
.SearchResultItem IMG
{
	vertical-align: middle;
    margin-bottom: 2px;
}
.SearchResultItem .DocumentTitle
{
	vertical-align: middle;
	font-size: 15px;
	margin: 0 5px;
	font-weight: 600;
}
.SearchResultItem .Section
{
	margin-top: 7px;
}
.SearchResultItem .Properties
{
    color: Green;
}
.SearchResultItem .UserProperties LABEL
{
    font-weight: 600;
}
.SearchResultItem .ContextHits
{
	font-size: 13px;
}
.SearchResultItem .ToggleLinkDiv
{
    margin-top: 0.5em;
}
.ToggleLinkDiv A 
{
    text-decoration: none;
    font-weight: 600;
}
.MoreLinkButton 
{
    border: 1px solid #D5E2E6;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
}
.MoreLinkButton:hover
{
    border-color: #37B3E6;
}
.SearchResultItem .SearchThumbnails
{
    padding-bottom: 2px; /* otherwise the animation cuts off the bottom border */
}
.SearchResultItem .SearchThumbnails IMG
{
	border: solid 1px #D5E2E6;
}
.SearchResultItem .SearchThumbnails IMG:hover
{
	border: solid 1px #37B3E6;
}
.ltr .SearchResultItem .SearchThumbnails A { margin-right: 0.25em; }
.rtl .SearchResultItem .SearchThumbnails A { margin-left: 0.25em; }
.SearchResultItem .Metadata
{
    border: solid 1px transparent;
    background-color: transparent;
}
.SearchResultItem .Metadata EM
{
	font-style: normal;
	font-weight: 600;
	color: #000000;
}
.SearchResultItem .FieldsTitle
{
    font-weight: 600;
    border-bottom: 1px solid #A7CED5;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.SearchResultItem .TagSection
{
	margin-top: 0.5em;
}
.SearchResultItem .TagSection .TagDisplayInformational
{
	vertical-align: sub;
    margin-right: 2px;
}
.SearchResultItem .slideable 
{
    display: none;
}
.ltr .SearchResultItem .slideable
{
    margin-left: 30px;
}
.rtl .SearchResultItem .slideable
{
    margin-right: 30px;
}
.SearchResultItem .hidden
{
    display: none;
}
.SearchResultItem .SearchResultTitle 
{
    padding-left: 20px;
}
.SearchResultItem .SearchResultDetails 
{
    padding-left: 20px;
}
/* Search box at top of page (Browse.aspx and Search.aspx) */
.SearchBar 
{
    position: absolute; 
    top: 8px;
}
.SearchBar 
{
    left: 50%;
    width: 295px; /* dropdown arrow (36px) + seach input bar (217px) + search button (42px) */
    margin-left: -148px;
}
.SearchLocationDropDownContainer
{
    position: relative;
    top: 0;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    width: 37px;
    background: url('images/dropdown-arrow.png') no-repeat center #ddd;
    border: 1px solid #ccc;
}
.SearchLocationDropDownContainer:after {
    position: absolute;
}
.SearchLocationDropDownContainer:hover, .SearchLocationDropDownContainer:focus {
    background-color: #ccc;
    outline: none;
}
.SearchLocationDropDownContainer .SearchLocationDropDownList
{
    list-style: outside none none;
    position: absolute;
    top: 12px;
    width: 180px;
    background-color: #FFFFFF;
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity = 0); /* IE8 and earlier */
}
.SearchLocationDropDownContainer.active .SearchLocationDropDownList 
{
    pointer-events: all;
    opacity: 1;
    filter: alpha(opacity = 100); /* IE8 and earlier */
    z-index: 100;
}
.SearchLocationDropDownContainer .SearchLocationDropDownList > li > a
{
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    color: #000000;
}
.SearchLocationDropDownContainer .SearchLocationDropDownList > li
{
    display: block;
}
.SearchLocationDropDownContainer .SearchLocationDropDownList > li[aria-checked="true"]
{
    font-weight: 600;
}
.SearchLocationDropDownContainer .SearchLocationDropDownList > li:hover,
.SearchLocationDropDownContainer .SearchLocationDropDownList > li:focus
{
    /* translate from hex (#abcdef) to rgb using: hex.colorrrs.com 
        to get a semitransparent version of your hover span border */
    background-color: rgba(64, 134, 197, .1); /* #3F86C5 with .1 opacity */
}
.SearchBar #searchBox 
{
    position: absolute;
    top: 0;
    border-radius: 0;
    width: 217px;
    height: 26px;
    resize: none;
}
.ltr .SearchBar #searchBox
{
    left: 36px;
}
.rtl .SearchBar #searchBox
{
    right: 36px;
}
.SearchBar #searchButton 
{
    position: absolute;
    top: 0;
}
.ltr .SearchBar #searchButton 
{
    left: 253px;
}
.rtl .SearchBar #searchButton 
{
    right: 253px;
}
/* Document View: Annotations */
.AnnHidden 
{
	display:none;
	z-index:-1;	
}
.StickyNote, .AttachmentAnnotation
{
	background-repeat:no-repeat;
	margin-left: -16px;
	margin-top: -16px;
	width:32px;
	height:32px;
}
.AttachmentAnnotation
{
	background-image:url(images/attach.gif);
}
.StickyNoteNumber, .AttachmentNumber
{
    COLOR: #000000;
    position: absolute;
    overflow: visible;
	font-size: 12px;
	padding-top:2px;
	padding-left:6px;
	font-weight: 600;
}

/* Document View: Text */
.SearchHighlight
{
	font-weight: bolder;
	color: Blue;
}

/* Document View: Thumbnail Jump Panel */
.ThumbDisplayJumpPanel
{
	padding: 3px;
	text-align:center;
	color: #6D757C;
}
.ThumbDisplayJumpPanel *
{
	vertical-align:middle;
}
.ThumbDisplayJumpLabel {}
.ThumbDisplayTargetBox
{
	margin: 0 5px;
}
.ThumbDisplayGoButton {}
.ThumbDisplayPrevLink, .ThumbDisplayNextLink
{
	font-size: 0.9em;
	text-decoration: none;
	margin-top: 7px
}
.ThumbDisplayPrevLink, .rtl .ThumbDisplayNextLink
{
	float: left;
	margin-left: 7px;
}
.ThumbDisplayNextLink, .rtl .ThumbDisplayPrevLink
{
	float: right;
	margin-right: 7px;
}
.ThumbDisplayLinkActive8 {}
.ThumbDisplayLinkActive8:hover
{
	text-decoration: underline;
}

/* Document View: Thumbnails */
.ThumbDisplayDiv8
{
	float: left;
	text-align: center;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	height:130px;
}
.ThumbDisplayPageNumber
{
	position: relative;
	top: -6px;
	left: 0px;
}
.ThumbDisplayPageNumberIE {}
.ThumbDisplayImage {}
.ThumbDisplaySelectedImage
{
	border: 1px solid #3F86C5;
}

.ThumbDisplayLabelSelected
{
	font-weight: 600;
}

/* Welcome Page */
.WelcomePageMainContent
{
    /* position from top is set above in the Top Bar & Logo section */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 1;
}
.WelcomePageBackground
{
	background-color: #F9F9F9;
}
.WelcomePageBanner9 
{
    position: absolute;
    left: 0;
    z-index: -10;
}
.WelcomePageSideBanner
{
	background-image: url(images/WelcomeSideBanner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.NewWelcomePageTitle
{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px;
}
.NewWelcomePageText
{
    font-size: 15px;
    color: #767676;
    padding-bottom: 25px;
}
.WelcomePageRightContent
{
	padding-left: 20px;
}
.WelcomePageDescription
{
	margin-bottom: 20px;
	font-size: larger;
}
.WelcomePageFooter
{
	 text-align: center;
	 margin-top: 20px;
}
#Bookmarks {
    padding-bottom: 10px;
}
#Bookmarks a:hover {
    text-decoration: none;
}

/* Custom Search */
.CustomSearchDescription
{
    padding: 2em 1em;
    padding-top: 0.25em;
}
.CustomSearchSection
{
    padding: 0 5px;
}
.CustomSearchSection label, .CustomSearchSection input, .CustomSearchSection select
{
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

/* My WebLink */
.PreferencesTypeList
{
    list-style: outside none none;
    padding: 5px 0;
}
.PreferencesTypeList > li > a
{
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 7px 5px;
}
.PreferencesTypeList > li
{
    display: block;
    cursor: pointer;
    font-size: 14px;
}
.PreferencesTypeList > li.selected
{
    background-color: #D1EAF0;
}
.ltr .PreferencesTypeList > li
{
    padding-left: 27px;
}
.ltr .PreferencesTypeList > li.selected
{
    padding-left: 22px;
    border-left: 5px solid #3F86C5;
    font-weight: 600;
}
.rtl .PreferencesTypeList > li
{
    padding-right: 27px;
}
.rtl .PreferencesTypeList > li.selected
{
    padding-right: 22px;
    border-right: 5px solid #3F86C5;
}
.PreferencesTypeList > li:hover:not(.selected),
.PreferencesTypeList > li:focus:not(.selected)
{
    /* translate from hex (#abcdef) to rgb using: hex.colorrrs.com 
        to get a semitransparent version of your hover span border */
    background-color: rgba(209, 234, 240, .4); /* #D1EAF0 with .4 opacity */
}
.PreferencesTypeList .SelectedMyWebLinkOption
{
    font-weight: 600;
}
.MyWebLinkMainPageTable 
{
    /* position from top is set above in the Top Bar & Logo section */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 1;
}
.MyWebLinkLeftPane 
{
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
    width: 235px;
    border-right: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.ltr .MyWebLinkLeftPane
{
    left: 0
}
.rtl .MyWebLinkLeftPane
{
    right: 0;
}
.MyWebLinkRightPanel
{
    position: absolute;
    background-color: #fff;
    bottom: 0;    
    top: 0;
    padding: 23px 30px;
    font-size: 14px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Open Sans';
}
.ltr .MyWebLinkRightPanel
{
    left: 235px;
    right: 0;
}
.rtl .MyWebLinkRightPanel
{
    right: 235px;
    left: 0;
}
.MyWebLinkRightPanel table 
{
    font-size: 14px;
}
.MyWebLinkRightPanel select 
{
    font-size: 14px;
    padding: 2px 3px;
}
.MyWebLinkLabel 
{
    padding: 15px 30px 0;
    font-size: 16px;
	font-weight: 600;
}
.MyWebLinkTypeLabel
{
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
}
.MyWebLinkRightPanel label 
{
    margin-left: 3px;
}
.MyWebLinkInfo {}
.ResetOptionsButton 
{
    margin-top: 10px;
}

/* Column Selector */
.ColumnSelectTypeCell
{
	padding: 10px 0 5px;
}
.ColumnSelectAddCell
{
	padding: 10px;
}
.ColumnSelectUpDownCell
{
	vertical-align: middle;
}
.ColumnSelectRemoveCell
{
	padding-top: 8px;
	text-align: right;
}
.ColumnSelectText {}
.ColumnSelectChoiceList, .ColumnSelectSelectedList
{
	width: 270px;
	height: 600px;
    overflow: auto;
    background-color: white;
    border: 1px solid #DDDDDD;
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 10px 7px;
    border-radius: 2px;
}
.ColumnSelectChoiceList .ColumnSelectChooseCheckbox, .ColumnSelectSelectedList .ColumnSelectSelectedCheckbox
{
    margin-bottom: 4px;
}
.ColumnSelectChoiceList .ColumnSelectChooseCheckbox > input, .ColumnSelectSelectedList .ColumnSelectSelectedCheckbox > input 
{
    vertical-align: text-top;
}
.ColumnSelectChoiceList .ColumnSelectChooseCheckbox:hover, .ColumnSelectSelectedList .ColumnSelectSelectedCheckbox:hover
{
    /* translate from hex (#abcdef) to rgb using: hex.colorrrs.com 
        to get a semitransparent version of your hover span border */
    background-color: rgba(64, 134, 197, .2);
}
.ColumnSelectChoiceList .ColumnSelectChooseCheckbox > label, .ColumnSelectSelectedList .ColumnSelectSelectedCheckbox > label
{
    display: inline-block;
    width: 85%;
    margin-left: 3px;
    padding-top: 1px;
}
.ColumnSelectAddLinkLTR, .ColumnSelectAddLinkRTL,
.ColumnSelectRemoveLinkLTR, .ColumnSelectRemoveLinkRTL,
.ColumnSelectMoveUpLink, .ColumnSelectMoveDownLink
{
    background-image: url(images/new_sprite/wl_icon_sprite_16px.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: default;
	display: block;
    margin: 5px;
}
.ColumnSelectAddLinkLTR
{
	background-position: 0px -192px;
}
.ColumnSelectAddLinkRTL
{
	background-position: 0px -176px;
}
.ColumnSelectRemoveLinkLTR
{
	background-position: 0px -176px;
}
.ColumnSelectRemoveLinkRTL
{
	background-position: 0px -192px;
}
.ColumnSelectMoveUpLink
{
	background-position: 0px -208px;
}
.ColumnSelectMoveDownLink
{
	background-position: 0px -224px;
}
.ColumnSelectChooseCheckbox {
    white-space: nowrap;
}
.ColumnSelectDummyColumn {
	color: #222;
    font-size: 14px;
    font-weight: 600;
    display: block; 
}
.ColumnSelectChooseCheckbox.ColumnSelectTemplateCheckbox:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}
.RestoreDefaultsButton 
{
    margin-top: 20px;
}

/* Login Interface */
.LoginFieldsetHidden
{
    border: hidden;
    padding: 0;
    margin: 0;
}
.LoginInputLine
{
	margin-top: 10px;
    margin-bottom: 25px;
	vertical-align: middle;
}
.LoginInputBoxLTR, .LoginInputBoxltr, .LoginInputBoxRTL, LoginInputBoxrtl {
    width: 100%;
    height: 25px;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.LoginFieldsetInputBox
{
	width: 16em;
	font-size: 0.9em;
}
.LoginFieldset
{
    border: none;
    padding: 0px;
    margin: 0px;
}
.LoginError
{
	margin: 10px 0;
}
.LoginBox
{
    position: relative;
    width: 420px;
}
.ltr .LoginBox
{
    left: 50%;
    margin: 100px 0 0 -210px;
}
.rtl .LoginBox
{
    right: 50%;
    margin: 100px -210px 0 0;
}
.LoginFooter
{
    text-align: center;
    position: relative;
    width: 420px;
}
.ltr .LoginFooter
{
    left: 50%;
    margin: 0 0 0 -210px;
}
.rtl .LoginFooter
{
    right: 50%;
    margin: 0 -210px 0 0;
}
.LoginFooter .PoweredByText
{
    font-size: 10px;
}

.LoginSquare
{
	background-image: url(images/WatermarkLogin.gif);
	background-position: bottom right;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	overflow: visible;
	border: solid 1px #CCCCCC;
    font-size: 14px;
	padding: 25px 40px 30px 40px;
    margin-bottom: 30px;
}
.LoginSquare select, 
.LoginSquare input[type="text"], 
.LoginSquare input[type="password"] {
    height: 28px;
    margin-top: 10px;
}
.LoginSquare .btn 
{
    font-size: 14px;
    height: 28px;
}
.LoginVersionText
{
	font-style:italic;
	font-size: 0.75em;
	position: relative;
	top: -4px;
	margin-left: 7px;
}
.LoginHeader 
{
    font-weight: 600;
    font-size: 16px;
}

/* Left Panel */
.LeftPanel
{
    color: #646464;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(images/watermarkSideNav.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: solid 1px #CCCCCC;
}
.DocViewerMainTable
{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
}
.DocViewerMainTable .LeftPanel
{
    /* in Doc Viewer, background and border are attributes of LeftPanelContentDiv */
    background-color: transparent;
    border: none;
    background-image: none;
}
.LeftPanelTable
{
	height: 100%;
}
.LeftPanelContentDivMobile
{
	height: 100%;
    overflow: auto;
}
/* Mobile webkit doesn't seem to show scroll bars */
.LeftPanelContentDiv
{
    overflow: auto;
}
.DocViewerMainTable .LeftPanelContentDiv,
.DocViewerMainTable .LeftPanelContentDivMobile
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
	background-image: url(images/watermarkSideNav.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.LeftPanelMainCell
{
	height: 100%;
	vertical-align:top;
}
.LeftPanelMessage
{
    padding: 20px;
}
/* Top-right Navigation Links */
.TopLink
{
    font-size: 12.5px;
	padding-left: 5px;
	text-decoration: none;
}
.TopLink:hover
{
	text-decoration: underline;
}
.TopLinkSeparator
{
	border-right: solid 1px #B2B2B2;
	padding-right: 5px;
}
.SelectedTopLink
{
	font-size: 8pt;
	text-decoration: none;
	color: #FFCC66;
	cursor: default;
}

/* Navigation Bar */
.NavBreadDiv 
{
    padding-bottom: 15px;
}
.NavBrowse 
{
    position: relative;
}
.NavSearch 
{
    position: relative;
}
.NavDocView
{
    position: relative;
    padding-bottom: 15px;
}
.NavMyWebLink 
{
    position: absolute; 
    top: 11px;     
}
.ltr .NavMyWebLink
{
    left: 260px;
}
.rtl .NavMyWebLink
{
    right: 260px;
}
.NavigationControl
{
    padding-bottom: 9px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.1em;
    max-width: 240px;
}
.NavMyWebLink .NavigationControl 
{
    border-bottom: none;
}
.NavigationControl span
{
    padding-bottom: 6px;
	font-weight: 600;
    border-bottom: 3px solid #3F86C5;
}
.NavigationControl A
{
    padding-bottom: 6px;
	text-decoration: none;
    color: black;
}
.NavMyWebLink .NavigationControl A
{
    color: #0069BA;
    padding-bottom: 7px;
}
.NavigationControl A:hover
{
    /* translate from hex (#abcdef) to rgb using: hex.colorrrs.com 
        to get a semitransparent version of your hover span border */
    border-bottom: 3px solid rgba(64, 134, 197, .2); /* #3F86C5 with .2 opacity */
}
.NavLink
{
    padding-left: 5px;
    padding-right: 5px;
}
.ltr .NavLink:not(:first-child),
.rtl .NavLink:not(:last-child)
{
    margin-left: 7px;
}
.ltr .NavLink:first-child,
.rtl .NavLink:last-child
{
    margin-left: 0;
}
.ltr .NavLink:not(:last-child),
.rtl .NavLink:not(:first-child)
{
    margin-right: 7px;
}
.ltr .NavLink:last-child,
.rtl .NavLink:first-child
{
    margin-right: 0;
}

/* Breadcrumb */
.Breadcrumb {
    overflow-x: hidden;
    position: relative;
    font-size: 14px;
}
.BreadcrumbNavigation {}
.BreadcrumbNavigation A {}
.NonClickableBreadcrumb
{
	color: #000000;
	text-decoration: none;
	cursor: default;
}
.ClickableBreadcrumb
{
	color: #0069BA;
	text-decoration: none;
}
.ClickableBreadcrumb:hover
{
	text-decoration: underline;
}
.ltr .directionMarker:after
{
    content: " \200E"
}
.rtl .directionMarker:after
{
    content: " \200F"
}

/* Toolbar Tabs */
.LeftToolbar 
{
    background-color: transparent;
}
.SelectedToolbarTab, .ActiveToolbarTab, .HoverToolbarTab
{
    font-size: 12.5px;
    display: inline-block;
    z-index: 101;
    height: 22px;
    margin-bottom: -1px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-bottom-color: transparent;
}
.ActiveToolbarTab, .HoverToolbarTab 
{
    margin-top: 3px;
}
.SelectedToolbarTab 
{
    color: #000000;
    font-weight: 600;
    background-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-top: 5px;
    z-index: -10;
    height: 25px;
    margin-top: 0;
}
.ActiveToolbarTab
{
	color: #646464;
}
.HoverToolbarTab
{
	color: #646464;
}
.ltr #MetadataTab,
.rtl #AnnotationsTab 
{
    float: left;
}
#ThumbnailsTab 
{
    margin-left: -1px;
}
.ltr #AnnotationsTab,
.rtl #MetadataTab 
{
    float: right;
    margin-left: -2px;
}

/* Document View Toolbar */
.DocumentPageToolbar8, .DocumentPageToolbar
{
	background-image: url(images/DocTBBG.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: solid #CCCCCC;
    border-width: 1px 1px 0;
	overflow: hidden;
	color: #6D757C; /* Toolbar Text */
    height: 38px;
    vertical-align: middle;
}
.MainDocumentPageToolbar A, .DocumentPageToolbar8Mobile span
{
	color: #6D757C; /* Toolbar Text */
}
.ToolbarSeparator
{
    display: inline-block;
    width: 6px;
    height: 2px;
}
.DocumentPageToolbar8Mobile, .DocumentPageToolbarMobile
{
	background-image: url(images/DocTBBG.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: solid #CCCCCC;
    border-width: 1px;
	overflow: visible;
	position: relative;
	padding: 4px 0;
}
.MainDocumentPageToolbar
{
	font-size: 0.9em;
	padding: 5px 0;
}
.ie6 .MainDocumentPageToolbar
{
	padding-top: 1px;
}
.MainDocumentPageToolbar .Spacer
{
	margin: 0 1px;
}
.MainDocumentPageToolbar .ToolbarRightSection
{
    position:absolute;
    top: 4px;
}
.ltr .MainDocumentPageToolbar .ToolbarRightSection
{
    padding-right: 10px;
    right: 2px;
}
.rtl .MainDocumentPageToolbar .ToolbarRightSection
{
    left: 2px;
}
.ltr .ToolbarRow 
{
    padding-right: 15px;
}
.rtl .ToolbarRow 
{
    padding-left: 15px;
}
.DocumentPageToolbar8Mobile .Spacer
{
	margin: 0 1px;
	position: relative;
}
.DocumentPageToolbar8Mobile .ToolbarRightSection
{
    position: absolute;
    top: 4px;
}
.ltr .DocumentPageToolbar8Mobile .ToolbarRightSection
{
    right: 2px;
}
.rtl .DocumentPageToolbar8Mobile .ToolbarRightSection
{
    left: 2px;
}
.ToolbarRightSection .TextButton
{

}
.ie .ToolbarRightSection .TextButton
{
    vertical-align: middle;
}
.DocumentPageToolbar8 *, .DocumentPageToolbar *
{
	vertical-align: middle;
}
.PageToolbarLink, .DocumentRightPanelToolbarLink
{
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
}
#ThePageNumberToolbar_PrevPageButton IMG, #ThePageNumberToolbar_NextPageButton IMG,
.ToolbarIconWrapper 
{
    display: inline-block;
    height: 27px;
    width: 27px;
    border-radius: 2px;
    padding: 6px;
}
#ThePageNumberToolbar_PrevPageButton IMG:hover, #ThePageNumberToolbar_NextPageButton IMG:hover,
.PageToolbarLink:hover,
.DocumentRightPanelToolbarLink:hover
{
    background-color: #DDD;
}
.PageToolbarLinkSelected DIV
{
    background-color: #CDCDCD;
  -webkit-transition: background-color ease-in-out 0.3s;
          transition: background-color ease-in-out 0.3s;
}
.DocumentRightPanelToolbarIcon
{ 
    background-image: url(images/new_sprite/wl_icon_sprite_16px.png);
    display: inline-block;
    margin: 0;
}
.DocumentRightPanelToolbarLink:hover .DocumentRightPanelToolbarIcon,
.DocumentRightPanelToolbarLink:focus .DocumentRightPanelToolbarIcon,
.DocumentRightPanelToolbarLink:active .DocumentRightPanelToolbarIcon,
.PageToolbarLink:hover .DocumentRightPanelToolbarIcon,
.PageToolbarLink:focus .DocumentRightPanelToolbarIcon,
.PageToolbarLink:active .DocumentRightPanelToolbarIcon
{

}
.PageToolbarLinkDisabled
{
    background-color: Transparent !important;
}
.PageToolbarLinkSelected .DocumentRightPanelToolbarIcon
{

}
.PageToolbarLinkDisabled
{
	color: #6D757C; /* Toolbar Text */
	cursor: default;
}
.MainDocumentPageToolbar .TextButton 
{
    font-size: 13px;
    color: #0069BA; /* General Link */
}
.TextButton
{
	padding: 2px;
	font-size: 1.1em;
}
.TextButton:hover
{
	text-decoration: underline;
    background-color: transparent;
}
.TextButtonDisabled 
{

}
.PrintIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -368px;
}
.EmailIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -512px;
}
.PanIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -480px;
}
.PanZoomIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -496px;
}
.ZoomOutIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -464px;
}
.ZoomInIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -448px;
}
.ZoomPageFitIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -272px;
}
.ZoomWidthFitIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -288px;
}
.FullScreenIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -240px;
}
.NormalScreenIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -256px;
}
.RotateCWIcon 
{
    height: 16px;
    width: 16px;
    background-position: 0px -1120px;
}
.RotateCCWIcon
{
    height: 16px;
    width: 16px;
    background-position: 0px -1136px;
}

.PageNumberToolbarCount {}
.PageNumberToolbarCaption1 {}
.PageNumberToolbarCaption2 {}
.PageNumberToolbarInput
{
	margin: 0 2px 2px;
	text-align:center;
	width: 42px;
}
.PageNumberToolbarGoButton
{
    font-size: 12px;
    margin: 0 4px 4px;
}
.ElectFileLink IMG
{
	margin-top: -2px; 
}
#ShowAnnotationsCheck 
{
    margin-right: 6px;
}

/* Bottom Toolbar */
.DocumentRightToolbar, .DocumentRightToolbar8
{
	background-color: #E9F9FC;
	border: solid #CCCCCC;
    border-width: 0 1px 1px;
	overflow: hidden;
	padding: 3px 0;
	vertical-align: middle;
	color: #6D757C;
}
.DocumentRightToolbar8 .Spacer
{
	margin: 0 5px;
}
.DocumentRightToolbar *, .DocumentRightToolbar8 *
{
	vertical-align: middle;
}
.DocumentRightToolbar SPAN, .DocumentRightToolbar8 SPAN
{
	line-height: 1.25em;
}
.DocumentRightToolbar8 #ZoomDropDown 
{
    margin: 2px;
    width: 100px;
}
.DocumentRightPanelToolbarDivider
{
	border-right: solid 1px #6D757C;
}
.ShowAnnotationsCheckWrapper 
{
    display: inline-block;
    min-width: 100px;
    max-width: 140px;
    min-height: 20px;
    white-space: normal;
    line-height: 0.9;
    text-align: center;
}
.ViewTextOrImageLinkWrapper 
{
    display: inline-block;
    min-height: 14px;
    max-width: 110px;
    font-size: 11px;
    line-height: 0.9;
    text-align: right;
}

/* Document View: Electronic Document Link */
.DownloadLink
{
	line-height: 35px;
	font-weight: 600;
}
.DownloadLink:hover
{
	text-decoration: none;
}

/* Image Viewer */
.ImageDisplayDiv
{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #646464;
	border-top-width: 0px;
    min-height: 600px;
}
#TheImageDisplay_DisplayDiv 
{
    border: 1px solid #CCCCCC;
}
#TheImageDisplay_DisplayDiv .ZeroPages
{
	background-color: Transparent;	
}
.ImageDisplayDiv DIV
{
	position: absolute;
	top: 0px;
}
.ltr .ImageDisplayDiv DIV { left: 0px; }
.rtl .ImageDisplayDiv DIV { right: 0px; }
.ImageDisplayError
{
	color: Red;
}
.ltr .DocViewRightPanel 
{
    padding-right: 15px;
}
.rtl .DocViewRightPanel 
{
    padding-left: 15px;
}

.PageMsgBackground
{
	margin-top:-6px;
	background-color:#FFFFFF;
}
.ltr .PageMsgBackground { margin-left:-6px; }
.rtl .PageMsgBackground { margin-right:-6px; }

/* Drop Shadows */
.dropshadow
{
  float:left;
  position: relative;
  background: url(images/shadowAlpha_c.png) no-repeat bottom right;
}
.ie6 .dropshadow
{
	background-image: url(images/shadow_c.png);
}
.dropshadow .VShadowLayer
{
	position: relative;
	height: 100%;
	left: 100%;
	margin-left: -6px;
	top: -6px;
	width: 6px;
	background: url(images/shadowAlpha_v.png) repeat-y bottom right;
}
.ie6 .dropshadow .VShadowLayer
{
	background-image: url(images/shadow_v.png);
}
.dropshadow .HShadowLayer
{
	position:absolute;
	height: 6px;
	margin-left: -6px;
	margin-top: -6px;
	top:100%;
	width: 100%;
	background: url(images/shadowAlpha_h.png) repeat-x bottom right;
}
.ie6 .dropshadow .HShadowLayer
{
	background-image: url(images/shadow_h.png);
}
.ie .dropshadow .HShadowLayer
{
	margin-top: -5px;
	margin-left: -5px;
}
.ie6 .dropshadow .HShadowLayer
{
	background-image: url(images/shadow_h.png);
	margin-top: -14px;
	margin-left: -6px;
}

.dropshadow .PageImage, .dropshadow .ThumbDisplayImage
{
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
}
.dropshadow .ThumbDisplayImage {}
.ThumbDisplayDiv8 .dropshadow
{
	background: url(images/shadowAlpha.png) no-repeat bottom right;
}
.ie-img-shadow
{
	padding-bottom: 6px;
	padding-right: 6px;
	background: url(images/shadowAlpha.png) no-repeat bottom right;
	overflow:visible;
}
.ie-img-shadow .ThumbDisplayImage
{
	margin-top: -6px;
	margin-left: -6px;
}
.StackingControl
{
	position:absolute;
	top: 0px;
	left: 0px;
}

/* Image Viewer Footer */
.ViewportFooterClass
{
	background-color:#E9F9FC;
	border: solid 1px #CCCCCC;
	padding:5px;
}

/* Text Viewer */
.TextLayer
{
	margin-top: -6px;
	position: relative;
	background-color: #FFFFFF;
	overflow: auto;
}
.ltr .TextLayer { margin-left:-6px; }
.rtl .TextLayer { margin-right:-6px; }

.TextLayer.MobileTextLayer
{
	margin-top: 0px;
	overflow: visible;	
}
.ltr .TextLayer.MobileTextLayer { margin-left: 0px; }
.rtl .TextLayer.MobileTextLayer { margin-right: 0px; }

.TextLayer DIV
{
	padding: 20px;
}

.TextLayer .Strike , .MobileTextLayer .Strike
{
	text-decoration:line-through;
}
.TextLayer .Underline , .MobileTextLayer .Underline 
{ 
	text-decoration:underline; 
} 

.TextLayer .Underline.Strike , .MobileTextLayer .Underline.Strike 
{
	text-decoration:underline line-through;
}

/* PDF Generator page */
.PDFGenerator
{
	text-align: center;
	vertical-align: middle;
	font-size: 1.75em;
	font-weight: 600;
	color: #0069BA;
}

/* Dialogs */
.Fog
{
    filter:alpha(opacity=35);
    -moz-opacity:.35;
    opacity:.35;
    background-color: #000000;
    display:none;
    width:1px;
    height:1px;
    position:absolute;
    z-index:500
}
.PopupDialogBorder
{
	border: solid 1px #A7CED5;
	position: absolute;
	display: none;
    background-color: #F9F9F9;
    padding: 8px;
    padding-top: 0px; /* covered by the padding in the title */
}
.PopupDialogTitle
{
    font-weight: 600;
    font-size: 1.5em;
    color: #3F86C5;
    padding: 8px 0;
}
.PopupDialog
{
	border: solid 1px #A7CED5;
	background-color: #F9F9F9;
	padding: 15px;
}
.PopupDialogLabel
{
	font-weight: 600;
    display: block;	
}

.ButtonDiv INPUT
{
	width: 8em;
	margin-left: 5px;
	font-weight: 600;
}
.ButtonDiv
{
	text-align: right;
	margin-top: 1em;
}
.rtl .PopupDialog .ButtonDiv
{
	text-align: left;
}
.PrintDialog
{
	z-index: 1001;
	width: 380px;
   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
           box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.ExportDialog
{
	z-index: 1002;
	width: 400px;
   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
           box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.PrintDialog .ButtonDiv INPUT
{
	width: auto;
}

/* Cookie notification */
.BrowserWarning .CloseIcon 
{
    vertical-align: top;
    margin-top: 1px;
    margin-right: 4px;
}

/* Metadata and Annotation Listing */
.FolderSectionExpando 
{
    margin: -6px 0 -3px 0;
    vertical-align: middle;
}
.EntryProperties
{
    margin: 10px 0; 
}
.FieldsSectionTitle, .LinksSectionTitle, .VersionsSectionTitle, .TagsSectionTitle, .AnnSectionTitle
{
    overflow: hidden;
    text-overflow: ellipsis;
}
.FieldDisplayName:not(:first-child) {
    margin-top: 10px;
}
.FieldDisplayValue, .DocumentDataValue
{
	word-wrap: break-word;
	margin-bottom: 10px;
}
.IconImage, .TagImage
{
	vertical-align: middle;
	margin-right: 0.75em;
}
.LinkImage, .TagImage
{
	vertical-align: middle;
	margin-right: 0.35em;
}
.rtl .IconImage, .rtl .TagImage { margin-left: 0.25em; }
.DataSection .TagDisplay, .DataSection .Link, .DataSection .Version, .DataSection .AnnotationRevision, .DataSection .AnnotationDisplay
{
	margin: 10px 0;
}
#DocumentInfoDiv .TagDisplay, #DocumentInfoDiv .Link, #DocumentInfoDiv .Version, #DocumentInfoDiv .AnnotationRevision, #DocumentInfoDiv .AnnotationDisplay
{
	margin: 10px 10px;
}
.TagCommentsRow, .VersionNotesRow
{
	font-style:italic;
}
.TagDetailRow, .TagCommentsRow, .LinkPathRow, .VersionDetailRow, .VersionNotesRow
{
	font-size: 0.9em;
}
.ltr .TagDetailRow, .ltr .TagCommentsRow, .ltr .LinkPathRow, .ltr .VersionDetailRow, .ltr .VersionNotesRow
{ margin-left: 21px; }
.rtl .TagDetailRow, .rtl .TagCommentsRow, .rtl .LinkPathRow, .rtl .VersionDetailRow, .rtl .VersionNotesRow
{ margin-right: 21px; }
.TagNameRow EM, .AnnotationDisplay EM
{
    color: #000000;
}
.TagNameRow, .LinkEntryRow, .VersionNumberAndEntry
{
    color: #000000;
	margin-bottom: 0.5em;
    word-wrap: break-word;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ltr .VersionNumberRow SPAN { margin-right: 0.25em; }
.rtl .VersionNumberRow SPAN { margin-left: 0.25em; }
.VersionNumberRow
{
	font-weight: 600;
}
.VersionEntryRow A, .LinkEntryRow A
{
    text-decoration: none;
}
.VersionEntryRow A EM, .LinkEntryRow A EM
{
    text-decoration: underline;
}

/* Folder Metadata Control */
.FolderMetadataDiv
{
}
.FolderOuterSection
{
}
.FolderSectionHeader, .FieldsSectionTitle
{
	background-color: #E9F9FC;
	border-top: 1px solid #A7CED5;
	border-bottom: 1px solid #A7CED5;
	font-size: 14px;
	vertical-align: middle;
	padding: 5px 10px;
	margin-bottom: 0.5em;
}
.FolderExpandoClass
{
	width: 100%;
	text-decoration: none;
}
.FolderSectionTitleText, .FieldsSectionTitleText
{
	color: #000000;
	margin: 0 0.5em;
}
.FolderSectionGroup
{
	border: 1px solid transparent;
	margin-bottom: 0.75em;
}
.FieldsSectionGroup 
{
    margin-bottom: 0;
}
.FolderEmptyMessage
{
	margin: 0.5em;
	margin-bottom: 1em;
}
.FolderNameHeader
{
    color: black;
	font-weight: 600;
	font-size: 1.25em;
	margin: 9px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SectionGroupTitle, .TemplatesSectionTitle, .LinksSectionTitle, .VersionsSectionTitle, .TagsSectionTitle, .AnnSectionTitle
{
	color: #000000;
	background-color: transparent;
	border-bottom : 1px solid #A7CED5;
	font-weight: 600;
	padding: 5px;
}
.TemplateTitleDiv, .TemplateDisplayName
{
    color: #000000;
	padding: 10px 5px 5px;
}
.TemplateTitleDiv EM, .TemplateDisplayName EM
{
	font-weight: 600;
}
.FolderDataHeader, .FieldDisplayName
{
    color: #000000;
    font-weight: 600;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
.FolderDataValue, .FieldDisplayValue
{
	margin-bottom: 10px;
	word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
.FolderDataValue:last-child, .FieldDisplayValue:last-child 
{
    margin-bottom: 0;
}
.FolderSectionBody
{
	padding: 2px 10px;
    margin-bottom: 8px;
    font-size: 13.5px;
}
.FieldsSectionBody, .TagsDisplay, .Links, .Versions, .AnnotationsDisplay
{
    padding: 5px 10px 0;
    font-size: 13.5px;
}
.DataSection
{
	padding: 5px;
}
.SupplementalFields
{
    padding: 10px 10px 5px;
}
.TemplateFields 
{
    padding: 5px 10px 5px;
}
.SupplementalFieldsHeader
{
    padding: 5px 5px 0;
    font-size: 13px;
}

/* About Page */
.AboutBody
{
	padding: 0 0 15px;
}
.AboutBody a
{
    color: black;
	text-decoration: none;
}
.AboutLine 
{
	margin-bottom: 10px;
}
.MainAboutContent 
{
    padding: 0 20px 5px 20px;
}
.AboutInfo 
{
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

/* E-mail Page */
.EmailBody
{
	padding: 15px 10px;
}
.EmailDocumentHeader
{
	margin-top: 1em;
	width:400px;
	background-color: #E9F9FC;
    font-weight: 600;
    color: #3F86C5;
    padding: 5px 10px;
    border: 1px solid #A7CED5;
    font-size: 1.5em;
	word-wrap: break-word;
}
.EmailDocumentPrompt {}
.EmailDocumentName 
{
	font-style:italic;
}
.EmailDocumentBody 
{
    border: 1px solid #A7CED5;
    border-top: none;
    padding: 1em 10px;
	width: 400px;
    background-color: #F9F9F9;
}
.EmailTextBoxSingle, .EmailDocumentBody TEXTAREA
{
    width: 390px;
}
.CaptchaInput *
{
	vertical-align: middle;
}
.EmailLabel, .CaptchaLabel
{
	display: block;
    font-weight: 600;
    margin-top:5px;
}
.EmailLabel2 {}
.EmailReturnLink
{
	display: block;
	font-weight: 600;
	margin-top: 0.5em;
	font-size: 1.25em;
}
.EmailReturnLink A:hover
{
	text-decoration: none;
}
.ErrorMsg
{
	margin: 0 0.5em;
	color: Red;
	font-weight:normal;
	font-style: italic;
}
.CaptchaErrorMsg
{
	display: block;
	color: Red;
	font-weight:normal;
	font-style: italic;
}
.EmailSuccess EM
{
	color: #0069BA;
}

/* Export reason page */
.ExportDocumentHeader
{
	margin-top: 1em;
	width:400px;
	background-color: #E9F9FC;
    font-weight: 600;
    color: #3F86C5;
    padding: 5px 15px;
    border: 1px solid #A7CED5;
    font-size: 1.5em;
}
.ExportDocumentPrompt {}
.ExportDocumentName 
{
	font-style:italic;
}
.ExportDocumentBody 
{
    border: 1px solid #A7CED5;
    border-top: none;
    padding: 15px;
	width: 400px;
    background-color: #F9F9F9;
}
.ExportTextBoxSingle, .ExportDocumentBody TEXTAREA
{
    width: 370px;
}

/* Open Sans */
@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    src: url('assets/OpenSans/OpenSans-Light-webfont.eot');
    src: url('assets/OpenSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-Light-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    src: url('assets/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('assets/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    src: url('assets/OpenSans/OpenSans-Semibold-webfont.eot');
    src: url('assets/OpenSans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    src: url('assets/OpenSans/OpenSans-Bold-webfont.eot');
    src: url('assets/OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-Bold-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;
    src: url('assets/OpenSans/OpenSans-ExtraBold-webfont.eot');
    src: url('assets/OpenSans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: italic;
    src: url('assets/OpenSans/OpenSans-LightItalic-webfont.eot');
    src: url('assets/OpenSans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;
    src: url('assets/OpenSans/OpenSans-Italic-webfont.eot');
    src: url('assets/OpenSans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-Italic-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: italic;
    src: url('assets/OpenSans/OpenSans-SemiboldItalic-webfont.eot');
    src: url('assets/OpenSans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: italic;
    src: url('assets/OpenSans/OpenSans-BoldItalic-webfont.eot');
    src: url('assets/OpenSans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: italic;
    src: url('assets/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('assets/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/OpenSans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('assets/OpenSans/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('assets/OpenSans/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
}

/* Style for media */
.media-display {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
    display: none;
    z-index: 1000;
}

.media-display.show {
    display: block;
}

.media-backdrop {    
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: black;
    opacity: 0.35;
}

.media-header {
    width: 100%;
    height: 40px;
    background-color: #222;    
    font-size: 16px;
    line-height: 24px;
}

.media-header button {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    background-color: #222;
    cursor: pointer;
}

.media-header button.on {
    background-color: #444;
}

.media-header button:focus {
    background: rgba(68, 68, 68, 0.65);
}

.media-header i {
    background-image: url(images/media.png);
	background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 8px;
}

.media-header button i {
    margin: 8px 0;
}

.media-header .media-icon.video i {
    background-position: 0px -24px;
}

.media-header .media-icon.audio i {
    background-position: 0px -96px;
}

.media-header .media-name {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 8px 0;
    color: #ffffff;
    vertical-align: top;
}

.media-header button.media-share i {
    background-position: 0px -72px;
}

.media-header button.media-download i {
    background-position: 0px -48px;
}

.media-header button.media-close i {
    background-position: 0px 0px;
}

.ltr .media-header button.media-close {
    float: right;
}
.rtl .media-header button.media-close {
    float: left;
}

.media-container {
    position: absolute;
    z-index: 1001;
}

.media-url-container {
    position: absolute;
    z-index: 1;
    padding: 15px;
    background-color: #ffffff;
    display: none;
}

.media-url-container.show {
    display: block;
}

.media-url-input-label {
    display: block;
    color: initial;
}

.media-url-input {
    margin-top: 10px;
    width: 100%;
}

.media-container video {
    min-width: 160px;
    min-height: 40px;
}

.media-header.overflow .media-name {
    display: none;
}

.inline {
    display:inline-block;
}

/*
 * End of WebLink 9 Styles
 */

/**== Begin WebLink Designer Generated Code ==**/
.PageBackground
{
	background-color: #FFFFFF;
}
BODY, .FolderTreeNameText, .DocumentBrowserNameLink, .PageableListCurrentPage, .CurrentPage, .SearchResultsHitsLink, .SearchElementTextTabSelected A, .EntrySorterCell A, .NonClickableBreadcrumb, .Plain, .NavigationControl A, .PreferencesTypeList > li > a, .SortControlDropDownContainer
{
	color: #000000;
}
.PDFGenerator, .ClickableBreadcrumb, .EmailSuccess EM
{
	color: #3F86C5;
}
A, .MainDocumentPageToolbar .TextButton, .DocumentBrowserDisplayDiv .PageableListJumpToPageLink, .DocumentBrowserDisplayDiv .PageableListCurrentPageDiv, .SearchResultsBrowserDisplayTable .PageableListJumpToPageLink, .SearchResultsBrowserDisplayTable .PageableListCurrentPageDiv, .JumpToPageLink, .CurrentPageDiv, .NavMyWebLink .NavigationControl A
{
	color: #0069BA;
}
.LinkSpacer
{
	color: #CCCCCC;
}
.NavigationControl A
{
	/* INHERIT */ color: #000000;
}
.LeftPanel, .DocViewerMainTable .LeftPanelContentDiv, .SelectedToolbarTab, .ActiveToolbarTab, .HoverToolbarTab, .SearchFormCustomizeDiv, .SearchSubmitDiv
{
	border-color: #CCCCCC;
}
.LeftPanel, .DocViewerMainTable .LeftPanelContentDiv, .SelectedToolbarTab, .MyWebLinkRightPanel, .CalendarLink
{
	background-color: #FFFFFF;
}
.SelectedToolbarTab
{
	/* INHERIT */ border-bottom-color: #FFFFFF;
}
.LeftPanel, .SearchResultHeader, .SearchResultsSortDiv, .NoSearchCriteria
{
	color: #646464;
}
.FolderSectionHeader, .SectionHeader, .FieldsSectionTitle, .SectionGroupTitle, .SearchFormCheckboxesList, .SearchResultItem .FieldsTitle, .DocumentBrowserDisplayDiv .PageableListJumpToPageLink, .SearchResultsBrowserDisplayTable .PageableListJumpToPageLink, .JumpToPageLink, .MoreLinkButton, .SearchResultItem .SearchThumbnails IMG, .SectionGroupTitle, .TemplatesSectionTitle, .LinksSectionTitle, .VersionsSectionTitle, .TagsSectionTitle, .AnnSectionTitle
{
	border-color: #A7CED5;
}
.FieldDisplayName, .TagNameRow EM, .AnnotationDisplay EM, .VersionNumberRow, .FolderDataHeader, .TemplateTitleDiv, .SearchResultItem .Metadata EM, .TagNameRow, .LinkEntryRow, .VersionNumberAndEntry
{
	color: #000000;
}
.FieldsSectionTitle, .FolderSectionHeader, .SectionHeader
{
	background-color: #E9F9FC;
}
.FieldsSectionTitle, .FolderSectionHeader, .SectionHeader, .FolderSectionTitleText, .FieldsSectionTitleText
{
	color: #000000;
}
.SectionGroupTitle, .TemplatesSectionTitle, .LinksSectionTitle, .VersionsSectionTitle, .TagsSectionTitle, .AnnSectionTitle
{
	background-color: #FFFFFF;
}
.SectionGroupTitle, .TemplatesSectionTitle, .LinksSectionTitle, .VersionsSectionTitle, .TagsSectionTitle, .AnnSectionTitle
{
	color: #000000;
}
.WelcomePageBackground
{
	background-color: #F9F9F9;
}
.WelcomePageSideBanner
{
	/* INHERIT */ background-color: #F9F9F9;
}
.LoginSquare, .TopLogoBar
{
	border-color: #CCCCCC;
}
.LoginSquare
{
	background-color: #FFFFFF;
}
.LoginSquare
{
	/* INHERIT */ color: #000000;
}
.ThumbDisplaySelectedImage
{
	border-color: #3F86C5;
}
#TheImageDisplay_DisplayDiv
{
	border-color: #CCCCCC;
}
.ImageDisplayDiv
{
	background-color: #CCCCCC;
}
.TextLayer
{
	background-color: #FFFFFF;
}
.TextLayer
{
	/* INHERIT */ color: #000000;
}
.DocumentPageToolbar, .DocumentPageToolbar8, .DocumentRightToolbar, .DocumentRightToolbar8, .DocumentPageToolbar8Mobile, .DocumentPageToolbarMobile
{
	background-color: #FFFFFF;
}
.ThumbDisplayJumpPanel, .DocumentPageToolbar, .DocumentPageToolbar8, .DocumentRightToolbar, .DocumentRightToolbar8, .DocumentRightPanelToolbarDivider, .DocumentPageToolbar8Mobile, .DocumentPageToolbarMobile, .ViewportFooterClass
{
	border-color: #CCCCCC;
}
.ThumbDisplayJumpPanel, .DocumentPageToolbar, .DocumentPageToolbar8, .DocumentRightToolbar, .DocumentRightToolbar8, .PageToolbarLinkDisabled, .MainDocumentPageToolbar A, .DocumentPageToolbar8Mobile span, .ActiveToolbarTab, .HoverToolbarTab
{
	color: #646464;
}
.PageToolbarLink:hover, .DocumentRightPanelToolbarLink:hover, .ToolbarIconWrapper:hover
{
	background-color: #37B3E6;
}
.DocumentBrowserDisplayDiv .PageableListJumpToPageLink:hover, .DocumentBrowserDisplayDiv .PageableListCurrentPageDiv, .SearchResultsBrowserDisplayTable .PageableListJumpToPageLink:hover, .SearchResultsBrowserDisplayTable .PageableListCurrentPageDiv, .JumpToPageLink:hover, .CurrentPageDiv, .MoreLinkButton:hover, .SearchResultItem .SearchThumbnails IMG:hover, textarea:focus, input:focus
{
	border-color: #37B3E6;
}
.EntrySorterCell
{
	background-color: #FDFDFD;
}
.EntrySorterCell A
{
	/* INHERIT */ color: #000000;
}
.EntrySorterCell
{
	border-color: #CCCCCC;
}
.DocumentBrowserDisplayDiv, .BrowserFooter, .SearchResultsBrowserGridDisplayDiv
{
	border-color: #CCCCCC;
}
.DocumentBrowserDisplayDiv, .SearchResultsBrowserGridDisplayDiv
{
	background-color: #FFFFFF;
}
.DocumentBrowserDisplayDiv .DocumentBrowserCell, .DocumentBrowserDisplayDiv .DocumentBrowserNameLink
{
	/* INHERIT */ color: #000000;
}
.DocumentBrowserAlternateRow, .ColumnSelectDummyColumn
{
	background-color: #FFFFFF;
}
.DocumentBrowserDisplayDiv .PageableListCurrentPageDiv, .DocumentBrowserDisplayDiv .PageableListJumpToPageLink, .SearchResultsBrowserDisplayTable .PageableListCurrentPageDiv, .SearchResultsBrowserDisplayTable .PageableListJumpToPageLink, .CurrentPageDiv, .JumpToPageLink
{
	background-color: #FFFFFF;
}
.SearchFormCustomizeDiv
{
	background-color: #FDFDFD;
}
.SearchFormElementHeader
{
	background-color: #3F86C5;
}
.SearchFormElementHeader
{
	color: #FFFFFF;
}
.SearchSubmitDiv
{
	background-color: #FDFDFD;
}
.PopupDialogBorder, .PopupDialog, .EmailDocumentHeader, .EmailDocumentBody, .ExportDocumentHeader, .ExportDocumentBody
{
	border-color: #A7CED5;
}
.Fog
{
	background-color: #A7CED5;
}
.PopupDialogBorder, .EmailDocumentHeader, .ExportDocumentHeader
{
	background-color: #E9F9FC;
}
.PopupDialogTitle, .EmailDocumentHeader, .ExportDocumentHeader
{
	color: #3F86C5;
}
.PopupDialog, .EmailDocumentBody, .ExportDocumentBody
{
	/* INHERIT */ background-color: #FFFFFF;
}
.PopupDialog, .EmailDocumentBody, .ExportDocumentBody
{
	/* INHERIT */ color: #000000;
}
.SearchResultContainer, .SearchResultHeader, .SearchResultFooter, .NoSearchRunDiv
{
	border-color: #CCCCCC;
}
.NavigationControl
{
	border-color: #CCCCCC;
}
.SearchResultsContent
{
	background-color: #FFFFFF;
}
.SearchResultsContent
{
	/* INHERIT */ color: #000000;
}
.SearchResultHeader, .SearchResultFooter
{
	background-color: #FDFDFD;
}
.WelcomePageMainContent { top:72px; }
.SearchPageMainContent, .MyWebLinkMainPageTable { top:72px; }
/**== End WebLink Designer Generated Code ==**/






































































































































































/**== Begin Custom WebLink CSS ==**/
#PrefsLink
{
    display:none;
}
#LogoffLink
{
    display:none;
}
div#SearchFormDiv
{
    display:none;
}
/**== End Custom WebLink CSS ==**/