/*
	background-color: #f0f0f0;
	color: #808080;
*/

/************************** Reset styles **************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, input, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100%;
}
html {
	height: 100%;
}
ol, ul {
	list-style: disc;
	clear: both;
	margin: 3px 0 3px 24px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table, tr, td, th, thead, tbody {
	border-collapse: collapse;
	border-spacing: 0;
}
sup {
  vertical-align: super;
  font-size: smaller;
}

/************************** End of reset styles **************************/

h1 { font-size: 30px; margin: 10px 0; font-weight: normal; }
h2 { font-size: 24px; padding: 8px 0; font-weight: normal; }
h3 { font-size: 18px; padding: 4px 0 10px 0; font-weight: normal; }
h4 { font-size: 16px; margin: 4px 0; font-weight: normal; }

hr { height: 1px; border: 0; background-color: #e0e0e0; margin: 0; clear: both; }
.invisibletinyhr { margin: 1px 0; background: none; }
.invisiblehr { margin: 15px 0; background: none; }
.thickhr { margin: 5px 0 8px 0 !important; }
.menuhr { margin-left: 4px !important; margin-right: 4px !important; }

b { font-weight: bold; }

a { color: #808080; text-decoration: none; }
a:active, a:hover { color: #ffdf80; }

li { margin: 3px 0; }

.clear { clear: both; }

.rightAlign { text-align: right; }

input:disabled, .fileAndMimeButton.disabled { 
	opacity: 0.4; 
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
}

input.rangeCheckbox:disabled
{
	display: none !important;
}

input[readonly], textarea[readonly]
{
	background-color: #EFEFEF;
	cursor: default;
}

input[type="text"].otxt, textarea, input[type="number"].otxt, input[type="password"].otxt, input[type="date"].otxt, input[type="datetime-local"].otxt, select.otxt
{
	filter: none;
	width: 541px;
    height: 18px;
	line-height: normal;
	
	border: 2px solid #ccc; 
	color: #808080;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	padding: 8px 5px 6px 5px;
	font-size: 14px;
	font-family: Verdana;
	
	position: relative;
	top: -1px;
	
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

textarea
{
	height: 100px;
	overflow: auto;
}

select.otxt
{
	width: 553px;
	height: 34px;
	padding: 5px 0;
	-webkit-appearance: menulist-button;
	line-height: 28px;
	
}

input[type="text"].otxt:focus, textarea:focus, input[type="number"].otxt:focus, input[type="date"].otxt:focus, input[type="password"].otxt:focus 
{ 
	background-color: #f9f9f9; 
	outline: 0; 
}

input[type="checkbox"], input[type="radio"]
{
	width: 13px;
    height: 13px;
    padding: 0;
    margin:0 5px 0 0;
    vertical-align: baseline;
    position: relative;
    top: 1px;
    *overflow: hidden;
}

label.checkboxSpacing
{
	display: inline-block; 
	height: 20px; 
	padding-top: 4px;
}

#remember
{
	margin-left: 8px !important;
}

input[type="submit"].obtn, .ui-button, button.obtn
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	box-shadow:inset 0px 1px 0px 0px #ffffff !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) ) !important;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9') !important;
	background-color:#f9f9f9 !important;
	-webkit-border-top-left-radius:8px !important;
	-moz-border-radius-topleft:8px !important;
	border-top-left-radius:8px !important;
	-webkit-border-top-right-radius:8px !important;
	-moz-border-radius-topright:8px !important;
	border-top-right-radius:8px !important;
	-webkit-border-bottom-right-radius:8px !important;
	-moz-border-radius-bottomright:8px !important;
	border-bottom-right-radius:8px !important;
	-webkit-border-bottom-left-radius:8px !important;
	-moz-border-radius-bottomleft:8px !important;
	border-bottom-left-radius:8px !important;
	text-indent:0 !important;
	border:1px solid #dcdcdc !important;
	display:inline-block;
	color:#666666 !important;
	font-style:normal !important;
	text-decoration:none !important;
	text-align:center !important;
	text-shadow:1px 1px 0px #ffffff !important;
	padding: 4px 10px !important;
	font-weight: normal !important;
	font-size: 100% !important;
}

input[type="submit"].obtn:hover, .ui-button:hover, button.obtn:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ) !important;
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9') !important;
	background-color:#e9e9e9 !important;
	cursor:pointer !important;
}

.obtn:disabled,
.obtn:disabled:hover,
.obtn:disabled:active
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) ) !important;
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9') !important;
	background-color:#f9f9f9 !important;
	opacity: 0.4; 
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
	cursor: default !important;
}

.checkBoxInputHeight
{
	margin-top: 10px;
	height: 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.shortLabel
{
	display: inline-block;
	width: 90px;
	text-align: right;
}

.largeLabel
{
	display: inline-block;
	width: 170px;
	text-align: right;
	vertical-align: baseline;
	margin-right: 5px;
}

.textareaLabel
{
	vertical-align: top;
	margin-top: 14px;
}

.searchSpecialLabel
{
	vertical-align: top;
	margin-top: 6px;
}

.centeredLabel
{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 10px;
	text-align: center;
	margin: 0 auto;
}

.shortTextBox
{
	width: 461px !important;
}

.shortSelectBox.otxt
{
	width: 474px !important;
}

.selectMulti.otxt
{
	height: 85px;
}

.permissionSelectBox.otxt
{
	width: 248px !important;
}

.reallyShortSelectBox.otxt
{
	width: 346px !important;
}

.inlineSubmit
{
	display: inline-block;
	width: 120px;
	height: 34px;
}

html
{
	width: 100%;
	font-size: 14px;
	font-family: Verdana;
	color: #808080;
	background-color: #f5f5f5;
}

body
{
}

#allinner
{
	min-width: 1020px;
	max-width: 1400px;
	margin: 0 auto;
}

#allinner.fixedWidth
{

}

#allinner.fullScreen
{
	width: 98%; /* nojs */
	max-width: 98%;
}

.innercol
{
	width: 1000px;
	margin: 0 auto;
}

.cmodal,
.modal
{
	z-index: 12000;
}

/** Header **/

#header
{
}

#headerShadow
{
	position: relative;
	z-index: 4;
    height: 6px;
    background: #ffffff url('../images/bottomshadow.png') repeat-x center center;
}

.themecolorbg
{
	background-color: #c180ff;
}

.invalid
{
	background-color: #f99 !important;
	color: white !important;
}

#barheader
{
	width: 100%;
	height: 6px;
}

#titlebar
{
	background: #ffffff;
	height: 72px;
	padding: 5px 0;
}

#nanologo
{
	margin-top: 4px;
	width: 131px;
	height: 64px;
	float: left;
	text-align: center;
}

#title
{
	float: left;
	width: 719px;
	height: 34px;
	margin: 20px 20px 2px 20px;
	font-size: 30px;
	text-align: center;
	overflow: hidden;
}

#avatarPopup
{
	background-color: white;
	border: 1px solid #e0e0e0;
	max-width: 312px;
	position: absolute;
	z-index: 1000;
	left: 175px;
	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

.avatarImage
{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#avatarFormImage
{
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	vertical-align: bottom;
}

.avatarChoice
{
	margin: 2px;
}

.avatarChoice:hover
{
	cursor:pointer;
	
	position: relative;
	margin: 0;
	width: 52px;
	height: 52px;
}

#slideMetaExpandContract
{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 3px;
	top: 8px;
	cursor: pointer;
	background-size: 100%;
}

.slideMetaHidden
{
	background: url('../images/expand.png') no-repeat center center;
}

.slideMetaVisible
{
	background: url('../images/collapse.png') no-repeat center center;
}

.criticalError {
	word-wrap: break-word;
}

#errorBar
{
	clear: left;
	background-color: #f99;
	min-height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 28px;
	color: white;
	cursor: pointer;
}

#errorIcon
{
	margin-top: 2px;
	margin-right: 8px;
	margin-left: 20px;
	display: block;
	float: left;
}

#errorTitle
{
	line-height: 28px;
	margin-right: 5px;
}

#errorText
{
	line-height: 28px;
}

#signinbar
{
	clear: left;
	background-color: #ffdf80;
	height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

#signinicon
{
	float: left;
	margin-top: -2px;
	margin-right: 4px;
}

.signinTextBox.otxt /* Overwriting input[type="text"] needs !important */
{
	width: 170px !important;
	margin-top: 2px;
	height: 18px !important;
	padding: 3px 5px 1px 5px !important;
}

#signinbutton {
	display: inline;
	padding: 2px 5px;
	height: 26px;
	position: relative;
	top: -2px;
}

#signinform
{
	height: 26px;
	margin: 0 auto;
}

#iconandsignin
{
	display: inline-block;
}

#signinform label
{
	margin: 0 4px;
}

#dropshadow
{
	position: relative;
	height: 13px;
}

/** Footer **/

#footer
{

}

#hamalogo
{
	background-color: #ffffff;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}

#hamalogo img
{
	display: block;
	margin: 0 auto;
	text-align: center;
}

#barfooter
{
	height: 12px;
}

#copyright
{
	text-align: center;
	margin-top: 16px;
}

/** Content **/

#container
{
	background-color: #ffffff;
}

#main
{
	background-color: #ffffff;
}

#crumbs
{
	float: left;
	padding: 5px;
	width: 900px;
	font-size: 16px;
	line-height: 24px;
	min-height: 24px;
}

#noJSBar
{
}

#noJSBar a
{
	display: block;
	float: left;
	line-height: 34px;
	margin-right: 10px;
}

#advancedSearch
{
	height: 24px;
	line-height: 24px;
	padding: 5px;
}

#dateRange
{
	float: left;
	min-width: 150px;
	margin-left: 9px;
	height: 24px;
}

#dateFrom input.otxt,
#dateTo input.otxt
{
	margin: 0 5px;
}

#dateTo
{
	margin-left: 9px;
}

.crumbpath
{
	color: #999999;
}

.crumblink
{
	color: #999999;
}

.defaultEntryInnerCol
{
	padding: 8px 0;
	position: relative;
}

.defaultEntry, .appEntry
{
	display: block;
	color: #808080;
}

.defaultEntry .entryName
{
	padding-top: 12px;
}

.homeGroupImage
{
	margin-right: 4px;
	position: relative;
	top: 4px;
}

.defaultEntry .thumbnailContainer
{
	margin: 5px 0 5px 20px;
}

.defaultEntry:hover, .defaultEntry a:hover, .appEntry:hover,
.defaultEntry:active, .defaultEntry a:active, .appEntry:active
{
	background-color: #f0f0f0 !important;
	color: #808080 !important;
}

.thumbnail
{
	max-width: 96px;
	max-height: 96px;
    vertical-align: bottom;
}

.thumbnail128
{
	max-width: 128px;
	max-height: 128px;
    vertical-align: bottom;
}

.defaultEntry .thumbnail128, .defaultEntry .thumbnail { vertical-align: middle !important; }

.listThumbnail
{
    max-width: 32px;
    max-height: 32px;
}

.slideImg
{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.slideImgSmall
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.thumbnailContainer
{
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 0;
	display: block;
	float: left;
	margin-right: 16px;
}

.thumbnail128Container
{
    width: 128px;
    height: 128px;
    line-height: 128px;
    font-size: 0;
	display: block;
	float: left;
	margin-right: 16px;
}

.thumbnailContainerList
{
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
    font-size: 0;
	
	position: relative;
    margin-left: 20px;
    overflow: hidden;
}

.thumbnailMoveContainer
{
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
    font-size: 0;
	
	position: relative;
    overflow: hidden;
}

.thumbnailContainerList img, .thumbnailMoveContainer img
{
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrap128
{
	float: left;
	width: 128px;
	height: 128px;
}

.objectListEntry .entryName
{
	margin-left: 55px;
}

.entryName
{
    overflow: hidden;
}

.entrytext
{
	float: left;
	margin: 6px 0px 6px 15px;
	width: 844px;
}

.homepadding
{
	margin-top: 15px;
	margin-left: 5px;
	width: 851px;
}

.contentLayout
{
	width: 808px;
	margin: 20px 96px 15px 96px;
}

.contentLayoutContent
{
	float: left;
	position: relative;
	width: 650px;
	margin-left: 30px;
}

#quickUploadForm
{
	width: 992px;
	margin-left: 4px;
}

.addEntry, .contentDescriptor
{
	float: left;
	margin-right: 0px;
	/*width: 128px;
	height: 128px;*/
	text-align: center;
	color: #808080;
}

.permissionform
{
    margin-bottom: 15px;
    margin-top: 15px;
}

.formEntry
{
	margin: 4px 0;
}

.contentLayoutContent input[type="submit"].obtn
{
	display: block;
	float: right;
}

.formContainer
{
	display: inline-block;
	margin-top: 10px;
}

.formContainerNoMargin
{
	margin-top: 0px;
}

input[type="checkbox"]#inherit
{
	position: relative;
	top: 1px;
	margin-left: 7px;
}

.userProfileGroupContainer
{
	display: inline-block;
}

.userProfileGroup
{
	display: inline-block;
	border: 1px solid #ccc;
	background: #f9f9f9;
	
	padding: 1px 3px 3px 3px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	font-size: 10px;
	
	line-height: 12px;
	
	margin-top: 6px;
	margin-right: 4px;
}

.userProfileGroupLight
{
	opacity: 0.55 !important;
	filter: alpha(opacity=55) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)" !important;
}

.userProfileGroup label
{
	display: inline-block;
	margin-left: 5px;
	
	position: relative;
	top: 2px;
	
	cursor: pointer;
}

.userProfileGroup label input.obtn
{
	display: none !important;
}

.rightCheckboxContainer
{
	margin: 3px 0;
}

.rightCheckbox
{
	
}

.addpermissions h3
{
	text-align: left;
	margin-left: 40px;
}

#addPermissionSubmit
{
	width: 100px !important;
	height: 34px !important;
}

.addpermissions
{
	float: left;
	width: 760px;
	text-align: center;
	margin: 0 auto;
}

.permissionTypeBoxes
{
	margin-left: 176px;
	margin-top: -14px;
}

.permissionTypeBoxes div
{
	padding: 3px 0;
}

.titleLabel
{
	font-size: 18px;
	white-space: nowrap;
}

.titleLabelGap
{
	margin-top: 28px;
}

.subcategory
{
	margin-left: 40px;
}

.permissiontitle
{
	margin-left: 96px;
}

#inherit
{
	margin-bottom: 8px;
}

.permissiontype
{
	float: left;
}

.permissionSummary
{
	clear: both;
	margin: 0 0 3px 0;
}

.permissionSummaryUserName
{
	font-weight: bold;
	float: left;
}

#addmorepermissions
{
	display: none;
	margin-top: 20px;
}

.inheritwarning
{
	color: red;
	display: none;
	margin-top: 5px;
}

#contextButtons,
.contextButtons
{
	float: right;
}

#contextAdd,
.contextAdd
{
	background: url('../images/add.png') no-repeat center center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

#contextSettings
{
	background: url('../images/Gears.png') no-repeat center center;
}

#contextEdit
{
	background: url('../images/edit.png') no-repeat center center;
}

#contextMove
{
	background: url('../images/move.png') no-repeat center center;
}

#contextDelete
{
	background: url('../images/bin.png') no-repeat center center;
}

#contextSearch
{
	width: 150px;
	height: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	float: left;
}

#contextSearchSubmit
{
	float: left;
	background: #fff url('../images/search.png') no-repeat center center !important;
	margin-top: 3px;
	width: 25px;
	height: 25px;
}

#contextMenu,
.contextMenu
{
	position: absolute;
	z-index: 5;
}

.contextButton,
input[type="submit"].contextButton.obtn
{
	position: relative !important;
	z-index: 6 !important;
	float: left !important;
	padding: 3px !important;
	width: 25px !important;
	height: 25px !important;
	margin-left: 5px !important;
	filter: none !important;
}

input[type="submit"].contextButton.obtn
{
	display: block !important;
}

#advancedSearchSubmit
{
	float: none !important;
	z-index: 0 !important;
	display: inline-block !important;
	background: url('../images/search.png') no-repeat center center !important;
	margin-bottom: 8px !important;
	height: 30px !important;
}

.noJsBarButton
{
	top: 1px;
}

.noJsViewerButton
{
	top: 3px;
}

#noJSWarning
{
	text-align: center;
	margin: 20px auto 20px auto;
	font-size: 36px;
	color: #ccc;
}

#noJSWarning span
{
	display: block;
	font-size: 16px;
	margin-top: 10px;
}

.contextButtons .contextButton
{
	margin: -3px 3px 0 3px !important;
	z-index: 3 !important;
}

.contextButtons .contextButton.zHack
{
	z-index: 6 !important;
}

input[type="submit"].contextButton.obtn
{
	border-radius: 0px !important;
	border: 0 !important;
	text-indent: -4342px !important;
	font-size:0px !important;
	line-height:0 !important;
}

#contextMenuContent,
.contextMenuContent
{
	padding: 4px;
}

.contextDropDownEntry
{
	clear: both;
	height: 24px;
	margin: 2px 0;
	padding: 4px 0;
	cursor: pointer;
	padding-right: 8px;
	white-space: nowrap;
}

.contextDropDownEntry:hover
{
	background-color: #f0f0f0;
}

.contextDropDownEntry .contextButton
{
	padding: 0;
	float: none;
	display: inline;
}

.contextDropDownImage
{
	width: 24px;
	height: 24px;
	margin-left: 4px;
}

.contextDropDownEntry input[type="radio"]
{
	position: relative;
	top: -4px;
	display: inline;
}

.contextDropDownEntry label
{
	display: inline-block;
	cursor: pointer;
	vertical-align: 7px;
	padding-left: 6px;
}

.contextDropDownEntry label img
{
	position: relative;
	top: 6px;
}

.contextDropDownHeading
{
	height: 36px;
	margin: 6px;
	line-height: 36px;
}

#contextDropDownSubmit
{
	margin: 10px 5px 5px 5px;
	text-align: right;
}

.contextDropDownAddThumb
{
	float: left;
	margin: 10px;
	width: 64px;
	height: 64px;
	cursor: pointer;
}

.contextDropDownAddThumb.odd
{
	clear: left;
}

#editFolderContainer
{
	display: none;
}

#addJSFileUploadButton
{
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	
	opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity: 0.0; /* Safari 1.x */
	-moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.fileUploadProgress
{
	margin: 4px 0 1px 0;
	background: #EEBE00;
	width: 0%;
	height: 8px;
}

#fileUploadDetails
{
	font-size: 0.7em;
}

.fileUploadEntry
{
	margin: 5px;
	word-wrap: break-word;
}

#signout
{
	width: 800px;
    float: right;
    margin-top: -50px;
}

#signoutLinks
{
    float: right;
}

#signoutLink
{
    font-size: 12px;
    display: block;
    text-align: right;
	margin-top: 2px;
}

#signoutImage
{
	display: inline-block;
	width: 15px;
	height: 12px;
	vertical-align: middle;
	margin: 0 3px 1px 0;
	
	
	background: url("../images/signout.png") no-repeat;
}

#signoutLink:hover #signoutImage
{
	background: url("../images/signouthover.png") no-repeat;
}

#usernameLink
{
    display: block;
    text-align: right;
}

.usernameLink:hover
{
	color: #808080;
}

#signout img
{
    float: right;
    margin-top: -2px;
    margin-left: 5px;
}

.pageskipper
{
	margin-top: 10px;
	height: 24px;
	padding-bottom: 10px;
	text-align: center;
}

.objectIconEntry
{
    position: relative;
    display: inline-block;
    width: 134px;
    height: 179px;
	padding: 3px;
    overflow: hidden;
    margin: 3px;
    text-align: center;
    vertical-align: top;
    word-break: break-all;
}

.objectIconEntry .entryName
{
	padding: 5px 0;
	clear: left;
	word-break: normal;
}

.objectIconEntry a:hover, .objectIconEntry:hover,
.objectIconEntry a:active
{
	background-color: #f0f0f0;
	color: #808080;
}

.iconView
{
    margin: auto 49px;
}

.objectListEntry
{
    float: left;
    width: 188px;
    overflow: hidden;
    margin: 3px;
    padding: 3px;
    word-break: break-all;
    line-height: 32px;
    height: 32px;
    display: block;
	position: relative;
}

.objectListEntry a:hover, .objectListEntry:hover,
.objectListEntry a:active
{
	background-color: #f0f0f0;
	color: #808080;
}

#userManagementLinks
{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.roleassignboxcontent
{
	border-top: 1px solid #e0e0e0;
}

.roleassignboxcontent .entry,
#userManagementLinks .userEntry
{
	display: inline-block;
	*display: inline;
	position: relative;
	height: 26px;
	line-height: 26px;	
	width: 187px;
	margin: 3px 1%;
	padding: 3px 1%;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
}

.roleassignboxcontent .entry img,
#userManagementLinks .userEntry img
{
	display: inline-block;
	margin-right: 3px;
	border-radius: 4px;
}

.roleassignboxcontent .entry .entryName
{
	max-width: 149px;
}

.roleassignboxcontent .userName,
#userManagementLinks .userName
{
	display: inline-block;
	line-height: 26px;
	vertical-align: top;
}

.roleassignboxW .roleassignboxcontent > div:hover,
#userManagementLinks  > div:hover
{
	background-color: #f0f0f0;
	color: #808080;
}

.userDisabled,
.userDisabled a
{
	opacity: 0.55 !important;
	filter: alpha(opacity=55) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)" !important;
}

.roleassignboxcontent .entryName,
#userManagementLinks a 
{ 
	display: inline-block; 
	line-height: 26px; 
	height: 90%;
}

#userManagementLinks a
{
	position: absolute;
	width: 88%;
	left: 12%;
}

.roleassignboxW .roleassignboxcontent .entry,
#userManagementLinks a
{ 
	cursor: pointer;
}

.outerUsername
{
	display: inline-block;
	vertical-align: top;
}

.roleassignboxcontent .entryName:hover, .roleassignboxcontent .entryName:active, .outerUsername:active,
#userManagementLinks a:hover , #userManagementLinks a:active { color: #808080; }

#userManagementLinks input.obtn, .roleassignboxcontent input.obtn { height: 24px; top: 2px; }

.bulkActionsBar
{
    outline:0; 
    height:24px;
	padding: 5px;
}

.bulkActionsBar label, .bulkActionsBar a
{
	display: block;
	float: left;
	margin-left: 25px;
	height: 24px;
	cursor: pointer;
	overflow: hidden;
}

.bulkActionsBar span
{
	margin-left: 10px;
	line-height: 24px;
}

.bulkActionsBar img
{
	display: block;
	float: left;
}

.bulkActionsBar input[type="submit"].obtn
{
	filter: none;
	height: 24px;
	float: left !important;
	background: none !important;
	border: none !important;
}

.bulkActionsBar input[type="text"].otxt
{
	float: right !important;
	height: 16px;
}

.bulkActionsBar select.otxt
{
	width: 140px !important;
	height: 24px !important;
	padding: 0 !important;
	float: left !important;
}

.bulkBarTop
{
	margin-bottom: 5px;
}

.bulkBarBottom, .bulkBarBottomNoHide
{
	margin-top: 5px;
}

.bulkSelectDiv
{
	float:left;padding-top:5px;margin-left:20px;margin-right:4px;
}

.bulkSelectLabel
{
	margin-left:8px !important;
}

.bulkSelectLabel
{
	position: relative;
}

.bulkSelectLabel img
{
	position: relative;
	pointer-events: none;
}

.bulkSelectLabel input[type="submit"].obtn
{
	position: relative;
}

#quickUpload
{
	height: 142px;
	width: 128px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	
	opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity: 0.0; /* Safari 1.x */
	-moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

#addFile
{
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.fixedFormText
{
	line-height: 38px;
	margin: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

#addEntryUl
{
	margin: 0;
	padding: 0;
}

.addEntryLi
{
	margin-left: 96px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}

#quickUploadWrapper
{
	width: 128px;
	height: 142px;
	position: absolute;
	top: 0;
	left: 0;
}

#quickUploadWrapperSmall
{
	overflow: hidden;
	width: 93%;
	height: 32px;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
}

.tableWrapper
{
	overflow-x: auto;
	max-width: 99%;
	margin: 0 auto;
}

.detailsView
{
	margin: 0 auto 15px auto; 
	border-right: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	max-width: 98%;
	table-layout: fixed;
}

.detailsView thead th
{
	border-bottom: 1px solid #ccc; 
	padding: 0 5px;
	cursor: pointer;
}

.detailsView thead th span
{
	position: relative;
	top: -1px;
}

.detailsView tr
{
	width: 100%;
	height: 42px;
}

.detailsView tr td 
{
	overflow: hidden;
	padding: 0 8px;
}

.detailsView tr td .cellLink
{ 
	display: block;
	overflow: hidden;
	vertical-align: middle;
	max-width: 250px;
	white-space: nowrap;
	line-height: 42px;
	height: 42px;
}

.detailsView tr td .cellLink.cellLinkShort
{
	margin-left: 20px;
}

.detailsView tr:hover td { background: #ddd; }
.detailsView tr td .cellLink:hover { color: #808080; }

.detailsView td, .detailsView th
{
	text-align: left;
	vertical-align: middle;
	height: 42px;
	border-left: 1px solid #ccc;
}

.detailsView tr .detailThumbCell
{
	width: 80px;
}

.detailsView tr td img
{
	margin-top: -2px;
	max-height: 38px; 
	max-width: 68px;
	text-align: left;
	vertical-align: middle;
}

.detailsView tr td img.detailIcon
{
	border: 0;
	margin-left: -6px;
}

.detailsView tbody tr:nth-child(odd)   { background: #efefef; }
.detailsView tbody tr:nth-child(even) { background: #ffffff; }

.detailsView tbody .checkedEntry:nth-child(even)
{
	background: #F5F0FF !important;
}

.detailsView tbody .checkedEntry:nth-child(odd)
{
	background: #F2E6FF !important;
}

.detailsView .checkedEntry:hover td { background: #E6CCFF !important; }

#previewPane
{
	position: fixed;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 138px;
	border: 1px solid #ccc;
	background: white;
}

#previewImageContainer
{
	text-align: right;
	width: 386px;
	height: 130px;
	margin: 4px 20px;
}

#previewImageContainer img
{
}

#userFieldZone
{
	
}

.userFieldContentHalf
{
	width: 40%;
	margin: 2%;
	padding: 2%;
	float: left;
}

.userFieldSetting
{
	display: block;
	padding: 5px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
}

.customMetaIcon
{
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	position: relative;
}

.userFieldSettingName
{
	width: 330px !important;
	border-width: 1px !important;
	display: block !important;
	float: left !important;
}

.metaBox .userFieldSettingName
{
	width: 210px !important;
}

.metaBox
{
	position: relative;
}

.metaTypeSelect.otxt
{
	width: 150px;
	margin-right: 10px;
	float: left;
	border-width: 1px !important;
}

.metaListPopup
{
	display: none;
	float: left;
	margin-right: 10px;
	width: 14px;
	height: 34px;
	cursor: pointer;
}

.metaListPopup span
{
	display: block;
	width: 14px;
	height: 5px;
}

.metaListPopup div
{
	width: 14px;
	height: 4px;
	border-bottom: 2px solid #CCC;
}

.metaList
{
	display: none;
	background-color: white;
	width: 200px;
	height: 200px;
	border: 1px solid #aaaaaa;
	position: absolute;
	top: 20px;
	left: 210px;
	z-index: 2;
	padding: 10px;
}

.metaListEntries
{
	height: 162px;
	margin-bottom: 5px;
	overflow-y: auto;
}

.metaListEntries div
{
	cursor: pointer;
	padding: 5px;
}

.metaListInput.otxt
{
	margin: 0px !important;
	width: 154px !important;
	border-width: 1px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	vertical-align: bottom;
}

.metaListSubmit
{
	width: 34px !important;
	height: 34px !important;
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-left-width: 0px !important;
	position: relative !important;
	top: -1px !important;
}

.metaFormEntry
{
	position: relative;
}

.metaApplyAll
{
	visibility: hidden;
	position: absolute;
	width: 44px;
	height: 100%;
	min-height: 32px;
	top: 0px;
	right: -44px;
}

.metaApplyAllButton.obtn
{
	width: 32px;
	height: 32px;
	margin-left: 12px;
	padding: 0px !important;
	cursor: pointer;
}

.tooltip
{
	font-size: 0.8em;
	vertical-align: top;
	position: relative;
	top: -5px;
	position: relative;
}

.tooltip span
{
	display: none;
	position: absolute;
	z-index: 10;
	background-color: white;
	border: 1px solid #aaaaaa;
	padding: 4px;
	left: 10px;
	top: -10px;
	min-width: 200px;
	text-align: left;
}

.tooltip:hover span
{
	display: inherit;
}

.userFieldSettingNameBig
{
	width: 560px !important;
}

.userFieldSettingsGenericText
{
	height: 31px;
	line-height: 31px;
	float: left;
}

.userFieldSaveOptions
{
	float: right;
}

.userFieldSaveOptions label
{
	display: block;
	cursor: pointer;
	position: relative;
}

.userFieldSaveOptions img
{
	display: block;
	padding: 2px;
	pointer-events: none;
	position: relative;
}

.userFieldSaveOptions input[type="submit"].obtn
{
	display: none !important;
	position: relative;
}

.userFieldAccess
{
	display: block;
	
	float: left;
	position: relative;
	top: -4px;
	
	margin-left: 20px;
}

.userFieldAccess img
{
}

.userFieldAccessSlider
{
	display: inline-block;
	background: green;
	width: 150px;
	height: 6px;
	position: relative;
	top: -9px;
}

.userFieldFilters
{
	margin-top: 5px;
	clear: both;
	position: relative;
}

.userFieldFiltersSearch
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	width: 445px;
}

.userFieldFiltersSearch .userFieldCustomFilters .userFieldFilter 
{
	width: 140px;
}

.userFieldFilter input { margin-right: 5px !important; }

.stretch
{
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.userFieldFilter
{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
}

.userFieldFilterRight
{
	float: right;
	margin-top: -3px;	
}

.userFieldCustomRestrict { margin-top: 2px; }

.userFieldFilter input[type="checkbox"]
{
	margin-right: 0;
	margin-left: 5px;
}

.userFieldFilter img
{
	position: relative;
	top: 6px;
}

.userFieldFilterAll
{
	padding-right: 10px;
	margin-right: 10px !important;
	margin-top: 4px;
	margin-left: 5px;
	border-right: 1px solid #e0e0e0;
}

#newMetadata, .readonly, .showOnHover
{
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#newMetadata:hover, #newMetadata:active, #newMetadata:focus,
.showOnHover:hover, .showOnHover:active, .showOnHover:focus
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#newMetadata.fullOpacity,
.showOnHover.fullOpacity
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ccc;
}

.defaultMetadataTable
{
	font-size: 0.96em;
	line-height: 1.2em;
}

.defaultMetadataTable tr td .multiline
{
	max-height: 80px;
	overflow-y: auto;
	padding-right: 8px;
	text-align: justify;
}

.defaultMetadataTableIDCol
{
	white-space: nowrap;
	text-align: right;
	padding-right: 6px;
	font-weight: bold;
	padding-bottom: 3px;
}

#language
{
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
}

#language a
{
	margin: 0 10px;
}

#emptyCollection
{
	text-align: center;
	margin: 20px auto;
	padding: 20px 0;
	
	font-size: 36px;
	
	color: #ccc;
}

#memberBox
{
	display: inline-block;
}

#notInGroup
{
}

#inGroup
{
}

.listBox
{
	margin-bottom: 4px;
	width: 212px;
	padding: 5px;
	float: left;
	height: 156px;
	
	border: 2px solid #ccc; 
	color: #808080;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	overflow-y: auto;
	
	font-size: 14px;
	font-family: Verdana;
}

.listBoxLeft
{
	margin-right: 23px;
	clear: left;
}

.listBoxTitleSearch
{
	width: 221px;
	padding: 5px 0 5px 5px;
	float: left;
}

.listBoxTitleSearch span
{
	display: block;
	float: left;
	margin-top: 8px;
}

.listBoxTitleSearchLeft
{
	margin-right: 23px;
}

.listBoxTitleSearchRight
{
	clear: right;
}

.listBoxTitleSearch input.otxt
{
	width: 90px;
	float: right;
	height: 20px !important;
	padding: 3px 5px 1px 5px !important;
}

.listBox div
{
	padding: 2px 8px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
}

.enabled #memberBox .listBox div
{
	cursor: pointer;
}

#memberBox .listBox div.memberBoxEntryGroup
{
	padding-left: 28px;
	background: url(../images/groupsunlocked.png) no-repeat left center;
	background-size: 24px 24px;
}

#memberBox .listBox div.memberBoxEntryLocked
{
	padding-left: 28px;
	background: url(../images/groupslocked.png) no-repeat left center;
	background-size: 24px 24px;
	cursor: default;
}

#memberBox .listBox div.memberBoxEntryAvatar
{
	padding-left: 28px;
	background: url(../images/groupsunlocked.png) no-repeat left center;
	background-size: 24px 24px;
}

.enabled #memberBox .listBox div:hover
{	
	background-color: #e0e0e0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.enabled #memberBox .listBox div.memberBoxEntryLocked:hover
{
	background-color: #ffffff;
}

.listBoxLabel
{
	display: block;
	float: left;
	margin-top: 80px;
}

.defaultViewMeta
{
	padding: 2px 0;
}

.defaultViewMeta span
{
	font-weight: bold;
}

.defaultViewCheckboxLabel
{
	position: absolute;
	top: 38px;
	padding: 10px;
	margin-left: -10px;
}

.detailsViewCheckboxLabel
{
	position: absolute;
	padding: 13px 10px;
	left: -10px;
}

.iconViewCheckboxLabel
{
	position: absolute;
	padding: 15px;
	top: 3px !important;
	left: 3px !important;
}

.listViewCheckboxLabel
{
	position: absolute;
	top: 4px !important;
	left: 1px !important;
	padding-left: 5px;
	padding-right: 5px;
}

.rangeCheckbox
{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.alwaysActiveCheckbox
{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rangeCheckbox:disabled
{
	display: none;
}

.entryWrapper
{
	position: relative;
}

.entry a
{
	-webkit-user-select: none;                /* disable cut copy paste */
	-webkit-touch-callout: none;              /* disable callout, image save panel */
	touch-callout: none;              /* disable callout, image save panel */
	-webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
	-ms-user-select: none;
}

#safariRCFix
{
	z-index: 123456788;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	display: none;
	background: url("../images/contextmenu.png") no-repeat;
	cursor: pointer;
}

.checkedEntry
{
	background: #F2E6FF !important;
}

.checkedEntry:hover
{
	background: #E6CCFF !important;
}

.menu
{
	background: white;
	border: 1px solid #ccc;
	min-width: 150px;
	
	cursor: default;
	
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

#rightClick
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 123456789;
}

#moveBox
{
	float: left;
	width: 279px;
	margin-right: 3px;
	margin-top: 20px;
	padding: 10px;
	overflow-x: auto;
	white-space: nowrap;
}

#actionObjectBox
{
	float: left;
	width: 600px;
}

.treeSubmit
{
	cursor: pointer;
	width: 100%;
	display: block;
}

.moveSubmitContainer
{
	width: 50%;
	text-align: center;
	display: inline-block;
}

.moveSubmit
{
	cursor: pointer;
}

.treeSubmit .entryName
{
	text-align: left;
	height: 32px;
	line-height: 32px;
}

.treeEntry
{
	height: 24px;
	padding: 1px 0;
	position: relative;
}

.treeIcon
{
	display: block;
	height: 20px;
	width: 20px;
	padding: 2px;
	cursor: pointer;
	background: url("../images/treeicons.png") no-repeat;
	background-position: 0 -48px;
	vertical-align: top;
	
	position: absolute;
	top: 0;
	left: 0;
}

.treeFolderIcon
{
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url("../images/treeicons.png") no-repeat;
	vertical-align: top;
	
	position: absolute;
	top: 0;
	left: 24px;
}

.treeText
{
	display: block;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	overflow: visible;
	white-space: nowrap;
	
	position: absolute;
	top: 0;
	left: 48px;
}

.objectMoverJS
{
	z-index: 1000;
	width: 480px;
	padding: 10px;
	
	background: white;
	
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.objectMoverJSHomeConfirm {
	z-index: 1000;
	width: 480px;
	padding: 10px;
	background: white;
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.objectMoverJSHomeConfirm div {
	cursor: pointer;
	margin-bottom: 5px;
	padding: 5px;
}

.objectMoverJSHomeConfirm div:hover {
	background-color: #c180ff;
	color: white;
}

.objectMoverJS h3
{
	margin-left: 10px;
}

.objectMoverJS button
{
	margin-left: 10px;
	margin-top: 10px;
}

.objectMoverJSTree
{
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	width: 450px;
	height: 440px;
	position: relative;
	z-index: 5;
	
	overflow: scroll;
	
	border: 1px solid #ccc;
}

.objectMoverJSTree  .treeEntry
{
	cursor: pointer;
	position: relative;
	z-index: 8;
}

.objectMoverBG
{
	display: none;
	position: absolute;
	left: -5px;
	height: 26px;
	width: 100%;
	z-index: 7;
	background-color: #c180ff;
}

.objectMoverHover
{
	z-index: 6;
	background-color: #f0f0f0;
}

.objectMoverJSTree #treeView .treeLevel
{
	padding-left: 24px;
}

.treeView {
	margin-left: 24px;
}

#dialogConfirm
{
	padding: 10px;
	position: fixed;
	width: 480px;
	max-height: 205px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -100px;
}

#uploadConfirm
{
	padding: 10px;
	position: fixed;
	width: 280px;
	max-height: 405px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -200px;
}

#dialogConfirm h2
{
	padding-top: 0px;
}

#dialogConfirm h2 img
{
	margin-right: 4px;
	vertical-align: bottom;
}

#confirmCheckboxLabel
{
	float: left;
	margin: 11px 16px 5px 16px;
	display: block;
}

#dialogConfirm .buttonContainer
{
	text-align: right;
	float: right;
	margin-top: 5px;
}

#dialogConfirm .dialogText
{
	margin-top: 8px;
	max-height: 141px;
	overflow-y: auto;
	line-height: 1.2em;
}

#dialogConfirm .buttonContainer button
{
	margin-left: 6px;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-color: #666666;
	opacity: .5;
	filter: alpha(Opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.ui-front {
	z-index: 100;
}


.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 2px 2px;
	position: relative;
	height: 28px;
}
.ui-dialog .ui-dialog-title {
	float: left;
	white-space: nowrap;
	width: 90%;
	padding-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-widget-header {
	
}

.ui-dialog-buttonset button
{
	cursor: pointer;
}

#ui-dialog-content-image
{
	float: left;
	width: 96px;
	height: 96px;
	margin: 0 15px 0 0;
}

#ui-dialog-content-box
{
	float: left;
	width: 360px;
}

.questionContentIcon { background: url("../images/question2.png") !important; background-size: 100%; }

.ui-dialog-title, .ui-dialog-title-icon { display: block; }
.ui-dialog-title-icon { padding-left: 28px; }

.binIcon { background: url("../images/bin.png") no-repeat left center; }

.searchBar,
#searchBar
{
	width: 200px !important;
	float: right;
	height: 20px !important;
	padding: 3px 5px 1px 5px !important;
}

.roleManagementPermission
{
	display: inline-block;
	*display: inline;
	
	width: 285px;
	padding: 4px 5px;
	margin: 2px 5px;
	
	overflow: hidden;
}

.serverping, .serverpingex, .concurrentUserCountChooser
{
	width: 421px !important;
}

.searchDateEntry
{
	width: 182px !important;
}

.searchDateCheck
{
	margin-left: 10px !important;
}

.concurrentUserCount
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	padding: 4px;
	text-align: center;
	width: 26px;
}

.inputLessTwoButtons
{
	width: 392px !important;
}

.serverPingResult
{
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	margin-right: 4px;
}

.serverPingCheck.obtn
{
	height: 34px;
	width: 32px;
	display: block;
	float: right;
	padding: 4px !important;
}

.addImageServerStatus
{
	float: right;
	margin-right: 1px;
	margin-top: 3px;
}

.serverOK { background: url('../images/ok.png') center center no-repeat; }
.serverOff { background: url('../images/error.png') center center no-repeat; }
.serverInvalid { background: url('../images/warning.png') center center no-repeat; }

.serverPingLoading
{
    position: relative;
}

.serverPingLoading div
{
	background-color: #c180ff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: cuberotate 1.8s infinite ease-in-out;
    animation: cuberotate 1.8s infinite ease-in-out;
}
	
.serverPingLoading div:nth-child(2)
{
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cuberotate {
    25% { -webkit-transform: translateX(21px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(21px) translateY(21px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(21px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cuberotate {
    25% { transform: translateX(21px) rotate(-90deg) scale(0.5); }
	50% { transform: translateX(21px) translateY(21px) rotate(-179deg); } 
    50.1% { transform: translateX(21px) translateY(21px) rotate(-180deg); } 
    75% { transform: translateX(0px) translateY(21px) rotate(-270deg) scale(0.5); } 
    100% { transform: rotate(-360deg); }
}

.serviceTitle
{
	margin-top: 7px;
	float: left;
}

.serviceText
{
	margin-top: 10px;
	display: block;
	margin-left: 34px;
	padding-bottom: 4px;
}

.inline24
{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.inline24 img
{
	position: relative;
	top: 5px;
}

.serviceSectionTitle
{
	margin: 5px 0;
}

.slideExist
{
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.objectGroup { padding: 10px 0; }
.objectGroupDefault { }
.objectGroupIcons { border-bottom: 1px solid #e0e0e0; }
.objectGroupList { border-bottom: 1px solid #e0e0e0; }
.objectGroupTable { border-bottom: 1px solid #e0e0e0; margin-bottom: 10px; }

.objectGroupText { display: inline-block; *display: inline; }
.objectGroupText:hover { color: #808080; }
.objectGroupDefault .objectGroupText { font-size: 20px; }
.objectGroupIcons .objectGroupText { font-size: 20px; }
.objectGroupList .objectGroupText { font-size: 20px; }
.objectGroupTable .objectGroupText { font-size: 20px; }

.hiddenDateMonth { display: none; }

.hidden { display: none; }

#homeCustomBanner
{
	text-align: center;
	padding: 15px 0 3px 0;
}

#homeCustomLogo
{
	margin-bottom: 4px;
}

#homeCustomLogo img { max-width: 600px; max-height: 180px; }

#sideContainer
{
	position: fixed;
	margin: 0;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}

#sidebar
{
	display: none;
	
	background-color: white;
	height: 100%;
	padding: 0 10px 0 24px;
	
	overflow: auto;
	
	border-right: 1px solid #dedede;
}

#panelToggle
{
	width: 24px;
	height: 36px;
	background: url(../images/sidebarhandle.png) no-repeat center center;
	z-index: 1000;
	
	position: absolute;
	right: -24px;
	top: 0px;
	
	cursor: pointer;
}

.ui-resizable-handle
{
	position: absolute;
}

.ui-resizable-w
{
	height: 100%;
	width: 4px;
	top: 0;
	left: -2px;
	cursor: w-resize;
}

.ui-resizable-e
{
	height: 100%;
	width: 4px;
	top: 0;
	right: -2px;
	cursor: e-resize;
}

.ui-resizable-disabled .ui-resizable-handle
{
	cursor: default !important;
}

.sbEntry
{
	clear: both;
	display: block;
	margin: 1px;
	cursor: pointer;
	min-height: 20px;
	margin: 1px 0;
	white-space: nowrap;
	position: relative;
}

.sbImage, .sbToggle, .mvToggle
{
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-height: 20px;
	max-width: 20px;
	padding: 1px;
}

.sbToggle, .mvToggle
{
	height: 20px;
	width: 20px;
	position: absolute;
	left: -22px;
	top: 0px;
}

.mvToggle
{
	left: 0px;
}

.sbToggleOn
{
	background: transparent url(../images/sbopen.png) no-repeat center center;
}

.sbToggleOn:hover
{
	background: transparent url(../images/sbopenh.png) no-repeat center center;
}

.sbToggleOff
{
	background: transparent url(../images/sbclosed.png) no-repeat center center;
}

.sbToggleOff:hover
{
	background: transparent url(../images/sbclosedh.png) no-repeat center center;
}

.sbText
{
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px 4px 0px 4px;
	height: 15px;
	margin-left: 2px;
}

.sbText:hover
{
	background-color: #f0f0f0;
	color: #808080;
}

.sbTextSelected:hover
{
	background-color: #c180ff;
	color: white;
}

.sbTextSelected
{
	background-color: #c180ff;
	color: white;
}

.sbChildren
{
	clear: both;
	margin-left: 5px;
	padding-left: 5px;
}

.sbChildren.closedDefault
{
	display: none;
}

#relinquish
{
	float:none;
	display:inline-block;
	margin-left:8px;
	position:relative;
	top:-6px;
}

#relinquishhr
{
	margin-left:172px;
	margin-top: 8px;
	margin-bottom:12px;
}

#relinquishContainer
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	text-align: center;
	
	width: 475px;
}

#relinquishContainerInner
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#licensekey
{
	width: 245px !important;
	font-family: "Courier New", Courier, monospace;
}

#licensesubmit
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	width: auto;
	
	float: none;
	
	position: relative;
	top: -2px;
	height: 36px;
	margin-left: 8px;
}

#notification
{
	width: 230px;
	height: 60px;
	line-height: 15px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 5px;
	
	background: white;

	text-align: center;
	
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	
	z-index: 1000;

	cursor: pointer;
}

#notiMessage
{
	margin-top: 14px;
}

#notiIcon
{
    background-image: url('../images/collectionchanged.png');
	width: 48px;
	height: 48px;
	margin: 6px 4px 4px 4px;
	float: left;
}

#changeApiCancel,
#notiCancel
{
    background-image: url('../images/close.png');
	width: 12px;
	height: 12px;
	margin: 4px;

	position: absolute;
	right: 0px;
	top: 0px;

	cursor: pointer;
}

#changeApiCancel:hover,
#notiCancel:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
}

#changeApiCreate
{
	margin-bottom: 20px;
}

#changeApiCreate label
{
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	margin-right: 8px;
}

.createApiIntro
{
	margin-bottom: 10px;
}

#changeApiCreate .largeLabel{
	margin-right: 5px;
}

#changeApiCreate .formEntry
{
	clear: both;
}

#createApiResult
{
	padding: 5px;
	border: 1px solid #e0e0e0;
	border-right-width: 0px;
	display: none;
	float: right;
}

.apiObjectTypes
{
	float: left;
	width: 445px;
}

.apiObjectType img{
	display: block;
	float: left;
	margin-top: 3px;
}

.apiCheckbox
{
	display: block;
	float: left;
	margin-top: 8px !important;
	margin-left: 4px !important;
}

#apiCreate
{
	border-radius: 0px !important;
	float: right;
}

#apiObjectTypes
{
	float: left;
    width: 445px;
}

#apiCreateTypes label
{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

#simplemessage
{
	width: 348px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -99px;
	margin-left: -174px;
	padding: 20px;
	
	background: white;
	
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	
	z-index: 1000;
}

#ndpApiError,
#undo
{
	position: fixed;
	bottom: 20px;
	left: 20px;
	
	background-color: #404040;
	color: white;
	
	padding: 10px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	
	z-index: 1000;
}

#undo div
{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#undoOK
{
	line-height: 20px;
	padding: 0 3px;
	margin-right: 10px;
}

#undoOK:hover
{
	color: #DDDDFF;
}

#undoCancel
{
    background-image: url('../images/closeWhite.png');
	width: 12px;
	height: 12px;
	margin: 4px;
}

#undoCancel:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
}

#smicon
{
	width: 64px;
	height: 64px;
	display: inline-block;
	vertical-align: top;
}

#smtitle
{
	height: 64px;
	line-height: 64px;
	margin-left: 15px;
	display: inline-block;
	font-size: 2em;
}

#smtext
{
	margin: 15px 0;
}

#smbuttonscon
{
	text-align: center;
}

#smbuttons
{
}

.smbutton
{
	margin: 0 15px;
}

#viewerchooser
{
	width: 348px;
	position: absolute;
	
	background: white;
	
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	
	z-index: 1000;
}

#viewerchooserinline
{
	width: 350px;
	margin: 0 auto;
	background: white;
	
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.viewerchooserentry
{
	margin: 10px 18px;
	padding: 4px;
	height: 130px;
	width: 130px;
	position: relative;
	float: left;
	text-align: center;
}

.viewerchoosertitle
{
	font-size: 28px;
	margin: 10px;
	text-align: center;
	margin-bottom: 8px;
}

.viewerchooserentryjs
{
	cursor: pointer;
}

.viewerchooserentryjs:hover
{
	background-color: #efefef;
	color: #808080;
}

.viewerchooserentry img
{
	width: 96px;
	height: 96px;
}

.viewerchooserentry .viewerchooserentytitle
{
	margin-top: 6px !important;
	font-size: 20px !important;
	text-align: center !important;
	margin-top: 5px !important;
}

.viewerchooserentry .viewerchooserentytitlejs
{	
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	background: none !important;
	filter: none !important;
	background-color: transparent !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-top-left-radius: 0px !important;
	text-indent: 0 !important;
	border-width: 0px !important;
	display: inline-block !important;
	color: #666666 !important;
	font-style: normal !important;
	text-decoration: none !important;
	text-align: center !important;
	text-shadow: 0px 0px 0px #ffffff !important;
	padding: 0px !important;
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff !important;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff !important;
	box-shadow:inset 0px 0px 0px 0px #ffffff !important;
}

#viewerchooserdownload a
{
	color: #ddbd58 !important;
}

#viewerchooserdownload a:hover
{
	color: #ffdf80 !important;
}

#viewerchooserremember
{
	text-align: center;
	clear: both;
}

#viewerchooserdownload
{
	font-size: 0.9em;
	text-align: center;
	margin: 10px;
	margin-top: 20px;
}

.addhiddenclose
{
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: -36px;
	top: 14px;
	cursor: pointer;
    background-image: url('../images/delete.png');
	background-size: 100%;
}

#licenseentrywrap
{
	position: relative;
}

.licenseentry
{
	height: 29px;
	width: 50%;
	margin: 0;
	float: left;
}

#licenseedition
{
}

#licenseexpiry
{
}

#licenseslidecount
{
}

#licenseslidecount img,
#licenseslidecount label
{
}

#licenseimageserver
{
}

#licenseimageserver img,
#licenseimageserver label
{
}

#licenseldap
{
}

.expired
{
	color: red;
}

.almostexpired
{
	color: #CC5500;
}

#logpage
{
	margin: 20px 10px 15px 10px;
}

#logapp
{
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	position: relative;
}

#logpanetitle
{
	float: left;
	line-height: 24px;
	font-size: 18px;
	overflow:hidden;
}

#logpanesettings
{
	float: left;
	position: relative; 
	z-index: 100;
	width: 230px;
	background-color: white;
	border-right: 1px solid #e0e0e0;
	height: 100%;
}

#logpanesettingsinner
{
	overflow: hidden;
	margin: 10px;
}

#logpaneminimize
{
	width: 24px;
	height: 24px;
	background-color: #e0e0e0;
	float: right;
	line-height: 24px;
	text-align: center;
}

.logpanehidables
{
	overflow: hidden;
}

.logfiltertitle
{
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
}

.logfiltersettings
{
	margin: 5px 0 5px 5px;
}

.logfiltersettings hr
{
	margin: 5px 0;
}

.logfiltersettings label
{
	position: relative;
	top: -6px;
	display: block;
	white-space: nowrap;
}

.logfiltersettings label.logeventlabel
{
	position: inherit;
	line-height: 21px;
}

.logfiltersettings img
{
	position: relative;
	top: 7px;
	margin-right: 4px;
}

.loguserselector
{
	width: 200px;
	height: 34px;
	line-height: 24px;
}


.loguserdate
{
	width: 186px !important;
	height: 16px !important;
	line-height: 24px !important;
	margin: 5px 0;
	overflow: hidden;
}

#logpaneminimize { cursor: pointer; }
#logdetailviewerquit { cursor: pointer; }

#logviewer
{
	float: left;
}

#httplogscontainer
{
	text-align: right;
}

#logtable, #logtable th, #logtable td
{
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
}
#logtable th, #logtable td
{
    padding: 5px;
	line-height: 24px;
}

#logtable tbody tr { cursor: pointer; }
#logtable tbody tr:hover { cursor: pointer; }

#logtable tbody tr:nth-child(odd)   { background: #efefef; }
#logtable tbody tr:nth-child(even) { background: #ffffff; }
#logtable tbody tr:hover td { background: #E6CCFF !important; }

#logtable
{
	width: 100%;
	table-layout: fixed;
}

.thd-status 	{ width: 36px; text-align: center; }
.td-status 	{ vertical-align: bottom; line-height: 0 !important; }

.thd-status img
{
	
}

.thd-date
{ 
	width: 			170px; 
	white-space: 	nowrap;
	overflow: 		hidden;
	text-overflow: 	ellipsis;
	text-align: 	center;
}

.thd-event
{ 
	width: 			100px; 
	white-space: 	nowrap;
	overflow: 		hidden;
	text-overflow: 	ellipsis;
	text-align: 	center;
}

.thd-id
{ 
	width: 			80px; 
	white-space: 	nowrap;
	overflow: 		hidden;
	text-overflow: 	ellipsis;
	text-align: 	center;
}

.thd-details
{
	white-space: 	nowrap;
	overflow: 		hidden;
	text-overflow: 	ellipsis;
}

#logdetailviewer
{
	width: 400px;
	position: absolute;
	
	background: white;
	
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	
	padding: 10px;
	line-height: 24px;
	
	z-index: 1000;
}

#logdetailviewerquit
{
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
}

#logdetailviewerstatus { float: left; }
#logdetailviewerdate { float: right; }
#logdetailviewerip { float: right; }
#logdetailviewerevent { float: left; margin-left: 10px; font-size: 14px; font-weight: bold; width: 300px; }
#logdetailviewerid { float: left; }
#logdetailviewerdetails
{
	clear: both; 
	margin-top: 8px; 
	line-height: 18px;
}

#logdetailvieweragent
{
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

#logdetailviewerimg
{
	text-align: center;
	clear: both; 
}

#logdetailviewerimg img
{
	margin-top: 10px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;
}

.logviewerwidthelements
{
	float: left;
	width: 727px;
	padding: 10px;
}

.logviewernavi
{
	float: left;
	height: 24px;
	width: 100%;
	padding-bottom: 10px;
}

#logviewernavitop
{
}

#logviewernavibottom
{
	padding-top: 10px;
}

.lognaviexport
{
	float: right;
	cursor: pointer;
}

.lognaviexportpage
{
	float: right;
	cursor: pointer;
	margin-right: 5px;
}

.logpagination
{
	text-align: center;
	height: 24px;
	display: table;
    margin: 0 auto;
}

.logpaginationbutton
{
	cursor: pointer;
	float: left;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	border: solid #e0e0e0 1px;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: -moz-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: -ms-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: -o-linear-gradient(top, #ffffff, #e0e0e0);
	background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
	
	
	padding: 4px;
	margin: 0 4px;
}

.logpaginationbutton:hover
{
	background: #e0e0e0;
	background-image: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -moz-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -ms-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -o-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: linear-gradient(to bottom, #e0e0e0, #ffffff);
}

.logpaginationelipsis
{
	float: left;
	line-height: 25px;
	margin: 0 4px;
}

.logpaginationbuttonselected
{
	background: #d0d0d0;
	background-image: -webkit-linear-gradient(top, #d0d0d0, #e0e0e0);
	background-image: -moz-linear-gradient(top, #d0d0d0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #d0d0d0, #e0e0e0);
	background-image: -o-linear-gradient(top, #d0d0d0, #e0e0e0);
	background-image: linear-gradient(to bottom, #d0d0d0, #e0e0e0);
}

.logpaginationbuttonselected:hover
{
	background: #c0c0c0;
	background-image: -webkit-linear-gradient(top, #c0c0c0, #d0d0d0);
	background-image: -moz-linear-gradient(top, #c0c0c0, #d0d0d0);
	background-image: -ms-linear-gradient(top, #c0c0c0, #d0d0d0);
	background-image: -o-linear-gradient(top, #c0c0c0, #d0d0d0);
	background-image: linear-gradient(to bottom, #c0c0c0, #d0d0d0);
}

#logviewerloading
{
	position: absolute;
	width: 727px;
	z-index: 99;
	right: 0;
	height: 100%;
	background-color: #ffffff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}

#logviewerloadicon
{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.logpaginationentry
{
	float: left;
	height: 22px !important;
	max-width: 50px !important;
	border: 1px solid #e0e0e0 !important;
	padding: 0px !important;
	margin: 1px 4px 0 0 !important;
	text-align: center;
}

.logpaginationtotalpages
{
	float: left;
	line-height: 24px;
}

.logpaginationdisabled
{
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
}

.inheritvaried
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
}

.inheritvaried:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}

.permissionbox
{	
	/*background-color: #22bb22;*/
	margin-bottom: 10px;
}

.inheritContainer .inheritwarning
{
	display: none;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; 
}

.inheritContainer.faded .roleassignbox
{
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
}

.inheritContainer.faded .inheritwarning
{
	display: block;

	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}

.roleassignboxhead
{
	margin-bottom: 5px;
	height: 24px;
	padding: 5px;
}

.slimscroll::-webkit-scrollbar {
    width: 8px;
}

.slimscroll::-webkit-scrollbar-track {
	background-color: #eee;
	   border-radius: 10px;
}

.slimscroll::-webkit-scrollbar-thumb {
	   border-radius: 10px;
	background-color: #ccc;
}

.roleassignbox
{
	margin-bottom: 16px;
	border: 1px solid #e0e0e0;
}

.roleassignboxtitle
{
	line-height: 24px;
	float: left;
	margin-left: 6px;
	height: 24px;
	overflow: hidden;
	position: relative;
	top: 2px;
	font-size: 16px;
	max-width: 596px;
	overflow-y: auto;
}

.roleassignboxtitle img
{
	display: block;
	float: left;
	margin-right: 6px;
}

.roleassignboxcontent
{
	min-height: 0px;
	max-height: 121px;
	overflow-y: auto;
	line-height: 0px;
}

.roleassignboxfuncs
{
	float: right;
	margin-top: 1px;
}

.roleassignboxfuncs .contextAdd
{
	display: block;
	float: right;
	height: 24px;
	width: 24px;
	
	margin-left: 12px;
	margin-top: 1px;
}

#aerbpopup
{
	display: none;
	position: absolute;
	width: 430px;
}

#aepopupadd
{
	float: right;
}

#aerbpopup .roleassignboxtitle
{
	margin-left: 5px;
}

.roleboxnarrow
{
	display: inline-block;
	width: 475px;
	float: right;
}

.roleassignboxR .entry
{
	width: auto;
}

#showAdvancedRoles
{
	cursor: pointer;
	margin: 10px 0px 10px 0px;
	display: inline-block;
}

#advancedRoles
{
	display: none;
	margin: 0px 0px 10px 0px;
	width: 475px;
}

#searchHelp
{
	visibility: hidden;
	position: absolute;
	width: 265px;
	height: 160px;
	top: 0px;
	right: -285px;
	font-size: 0.8em;
	line-height: 1.1em;
	background-color: white;
	overflow-y: auto;
	padding: 5px;
}

#searchHelp div
{
	margin-bottom: 4px;
}

#fullSearchContainer
{
	position: relative;
}

#fullSearchBox:focus + #searchHelp
{
	visibility: visible;
}

.searchFormatSrc
{
	list-style: none;
}

.searchFormatOK
{
	background-color: #CCFFCC;
}

.searchFormatOff
{
	background-color: #FFCCCC;
}

.modalBlock
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.requiresJS { display: none; }


.ui-corner-all
{
	border-radius: 0px;
}

#userCollectionsCleaner
{
	min-height: 160px;
	padding: 8px;
	width: 634px;
	border: 1px solid #aaa;
	margin-left: -326px;
	margin-top: -134px;
	background-color: white;
}

#linkedCollectionsUpdater,
#rebuildPermissionCache
{
	height: 42px;
	padding: 8px;
	width: 200px;
	border: 1px solid #aaa;
	margin-left: -109px;
	margin-top: -30px;
	background-color: white;
	text-align: center;
	padding-top: 22px;
}

.mucObjects
{
	height: 150px;
	display: inline-block;
	vertical-align: top;
}

#mucPlus, #mucEquals
{
	margin: 0 20px;
	font-size: 2em;
	font-weight: bold;
	line-height: 150px;
}

.mucImageObject
{
	width: 128px;
	margin: 0 19px;
}

.mucImageObject .mucObjectText
{
	display: block;
	text-align: center;
}

#mucButton
{
	text-align: center;
}

#mucButton button
{
	margin-top: 55px;
}

#mucButton button span,
#linkedCollectionsUpdater button span
{
	vertical-align: top;
	line-height: 2.2em;
}

#mucButton button img,
#linkedCollectionsUpdater button img
{
	margin-top: 4px;
	margin-right: 4px;
}

#mucButton
{
	overflow-y: auto;
}

#mucButton span
{
	font-size: 60px;
	line-height: 150px;
}

.mucUserEntry
{
	margin: 4px;
	display: inline-block;
	width: 140px;
	height: 14px;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.mucUserEntry:hover
{
	color: rgb(255, 121, 121);
}

#mucResultsActions
{
	padding: 6px;
	margin-left: 205px;
}

#mucResultsActions button
{
	width: 80px;
	margin-right: 4px;
}

.maintenancePopup
{
	display: none;
	position: fixed;
	
	top: 50%;
	left: 50%;	
}

.objListenerGroup
{
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.objListenerUser
{
	border-bottom: 1px solid #CCC;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.objListenerUserRemove
{
	position: absolute;
	right: 5px;
	top: 8px;
	width: 24px;
	height: 24px;
    background-image: url('../images/delete.png');
	cursor: pointer;
}

.objListenerDetails
{
	float: left;
	margin: 0.2% 2%;
	width: 46%;
	white-space: nowrap;
}

.objListenerDetails div
{
	padding: 5px;
	text-align: center;
	font-size: 12px;
    height: 24px;
    line-height: 24px;
	font-family: "Courier New", Courier, monospace;
}

.objListenerDetails div:hover
{
	background-color: #F2E6FF;
	cursor: pointer;
}

.objListenerDetailsContainer
{
	width: 100%;
}

#changeapicreated
{
	background-color: white;
	border: 1px solid #CCC;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

#objListenerPreview
{
	background-color: white;
	border: 1px solid #CCC;

	width: 200px;
	padding: 15px;

	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 5;

	text-align: center;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

#objListenerPreview img
{
	margin-bottom: 15px;
}

.filesAndMimes
{
	display: none;
}

.fileAndMime
{
	clear: both;
	margin: 4px 0px;
}

.fileAndMime div
{
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

div.fileAndMimeFile
{
	width: 50px;
	margin-left: 9px;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
}

div.fileAndMimeMime
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 470px;
}

.fileAndMime input[type="checkbox"]
{
	top: 0px;
}

.fileAndMime .fileAndMimeEdit,
.fileAndMime .fileAndMimeCancel,
.fileAndMime .fileAndMimeDelete
{
	width: 16px;
	height: 16px;
	background: url('../images/export16.png') no-repeat center center;
	margin-left: 4px;
	cursor: pointer;
	display: none;
}

.fileAndMime .fileAndMimeCancel
{
	background: url('../images/cancel16.png') no-repeat center center;
}

.fileAndMime .fileAndMimeDelete
{
	background: url('../images/delete16.png') no-repeat center center;
	display: inline-block;
	visibility: hidden;
}

.fileAndMime:hover .fileAndMimeDelete
{
	visibility: visible;
}

.filesAndMimesExpander
{
	width: 24px;
	height: 24px;
	float: right;
	margin: 4px 0 0 5px;
	cursor: pointer;
}

.filesAndMimesNew
{
	width: 24px;
	height: 24px;
	background: url('../images/add.png') no-repeat center center;
	float: right;
	margin: 4px 0 0 5px;
	cursor: pointer;
}

.fileAndMime input.otxt
{
	border: 1px solid #ccc !important; 
	padding: 0px 4px;
	vertical-align: middle;
}

.fileAndMime input.otxt.fileAndMimeFile
{
	width: 36px;
	margin-left: 4px;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
}

.fileAndMime input.otxt.fileAndMimeMime
{
	margin-left: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 465px;
}