@import url('fonts/MSSansSerif.css');
@import url('fonts/Marlett.css');
@import url("fonts/System.css");
@import url("fonts/vgafix.css");
@import url("fonts/TextMode.css");
@import url("fonts/terminal.css");
@import url('assets/iconset/default/iconset.css');
@import url("fonts/digital.css");
/* Custom scheme vars, for custom classic themes */
:root {     
  --Background: #008080;   
  --AppWorkspace: rgb(128, 128, 128);
  --ButtonFace: rgb(192, 192, 192);
  --ButtonHilight: rgb(255, 255, 255);
  --ButtonLight: rgb(223, 223, 223);
  --ButtonShadow: rgb(128, 128, 128);
  --ButtonDkShadow: rgb(0, 0, 0);
  --ActiveTitle: rgb(0, 0, 128);
  --GradientActiveTitle: rgb(16, 132, 208);
  --InactiveTitle: rgb(128, 128, 128);
  --GradientInactiveTitle: rgb(181, 181, 181);
  --Link: rgb(0, 0, 255);
  --HilightText: rgb(255, 255, 255);
  --ButtonText: rgb(0, 0, 0);
  --GrayText: rgb(128, 128, 128);
  --TitleText: rgb(255, 255, 255);
  --InactiveTitleText: rgb(192, 192, 192);
  --Window: rgb(255, 255, 255);
  --WindowFrame: rgb(0, 0, 0);
  --WindowText: rgb(0, 0, 0);
  --Hilight:  rgb(0, 0, 128);
  --InfoWindow: rgb(255, 255, 225);
  --InfoText: rgb(0, 0, 0);
  --Menu: rgb(192, 192, 192);
  --MenuBar: rgb(192, 192, 192);
  --MenuText: rgb(0, 0, 0);
}

/* Theme vars, most only exist for compatibility and stuff with previous versions */
:root {
        --3d-objects: var(--ButtonFace);
		--3d-objectstxt: var(--ButtonText);
        --activebar: linear-gradient(90deg, var(--ActiveTitle), var(--GradientActiveTitle));
	    --activebartxt: var(--TitleText);
		--inactivebar: linear-gradient(90deg, var(--InactiveTitle), var(--GradientInactiveTitle));
		--inactivebartxt: var(--InactiveTitleText);
		--bodybgcolor: rgb(0, 0, 0);
		--desktopbgcolor: var(--Background);
		--desktopbgimg: none;
	    --desktopbgsize: initial;
		--desktopbgposition: initial;
		--desktopbgtile: repeat;
		--windowbg: var(--Window);
		--windowtxt: var(--WindowText);
		--selectedcolor: var(--Hilight);
		/* different box shadows */
		--globalboxshadow: inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonHilight), inset -2px -2px var(--ButtonShadow), inset 2px 2px var(--ButtonLight);
	    --globalmenushadow: inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonFace), inset -2px -2px var(--ButtonShadow), inset 2px 2px var(--ButtonHilight);
		--globalboxshadowactive: inset 1px 1px var(--ButtonDkShadow), inset -1px -1px var(--ButtonHilight), inset 2px 2px var(--ButtonShadow), inset -2px -2px var(--ButtonLight);
        --field: inset -1px -1px var(--ButtonHilight), inset 1px 1px var(--ButtonShadow), inset -2px -2px var(--ButtonLight), inset 2px 2px var(--ButtonDkShadow);
		--globaltoolbar: inset -1px -1px var(--ButtonShadow), inset 1px 1px var(--ButtonHilight);
		--globaltoolbaractive: inset -1px -1px var(--ButtonHilight), inset 1px 1px var(--ButtonShadow);
		--taskbarbackground: var(--ButtonFace);
		--taskbarboxshadow: inset 0px 1px var(--ButtonLight), inset 0px 2px var(--ButtonHilight);
		--tabboxshadow: inset 1px 1px var(--ButtonHilight),inset 2px 2px var(--ButtonLight),inset -1px 0 var(--ButtonDkShadow),inset -2px 0 var(--ButtonShadow);
		/* fonts */
		--globalfont: MS-Sans-Serif, Microsoft Sans Serif, Tahoma, Jomolhari, Times New Roman, sans-serif;
		--buttonfont: var(--globalfont);
		--infofont: var(--globalfont);
		--titlefont: MS-Sans-Serif-Bold, Microsoft Sans Serif, Tahoma, Jomolhari, Times New Roman, sans-serif;
		/* optional, only use if you don't want the text and icon on the button, like Aero Basic */
		--menu-button: url('assets/taskbar/default/buttons/rimetmIIbtn.png');
		--menu-button-hover: url('assets/taskbar/default/buttons/rimetmIIbtn.png');
		--menu-button-pressed: url('assets/taskbar/default/buttons/rimetmIIbtn-pressed.png');
		--UserTileImage: url('assets/chess.png');
        }


/*Theme identifier, control panel*/
#themeDropdownText:after {
content: "Nightmoon Default";
}

#winAndButtonsDropdownText:after {
content: "Barebones style";
}

#colorSchemeDropdownText:after {
	content: "Barebones";
}

input, label, textarea {
	font-family: var(--buttonfont) !important;
}

img {
image-rendering: pixelated;
}

/* p {
	margin: 8px;
	margin-left: 4px;
	margin-right: 4px;
} */

#Desktop, #themePreviewContainer, #appearancePreviewContainer, #DesktopWPMonitorPreview, #advancedclrPreviewContainer {
background-color: var(--desktopbgcolor);
background-image: var(--desktopbgimg);
background-size: var(--desktopbgsize);
background-position: var(--desktopbgposition);
background-repeat: var(--desktopbgtile);
image-rendering: pixelated;
}

#appearancePreviewContainer, #advancedclrPreviewContainer {
	background-image: unset;
}

#LogonUI {
	background-color: var(--desktopbgcolor);
/* background-image: url(wallpapers/rimet/rimetII.gif); */
background-size: initial;
background-position: center;
background-repeat: no-repeat;
image-rendering: pixelated;
}

body {
margin: 0px;
padding: 0px;
background-color: black;
color: var(--ButtonText);
font-family: var(--globalfont);
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
image-rendering: pixelated;
}

.coreContainer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
z-index: -2;
}

#rimetmIIStartup {
    height: 100%;
    width: 100%;
    background-color: #FFF;
    position: fixed;
    z-index: 1000000;
    background-position: center;
    background-image: url('assets/NightmoonWordMarkBlack.png');
    background-repeat: no-repeat;
    background-size: 378px 155px;
    background-position: calc(50% - 15px) calc(50% - 15px);
	color: black;
}

#startupTop {
background: url('assets/RimetTeamWordlogo.png');
width: 207px;
height: 23px;
position: absolute;
top: 13px;
right: 6px;
}

#startupBottom {
width: 100%;
background: #c0c0c0;
background-image: url('assets/w2kstartupline.gif');
background-repeat: repeat-x;
background-position: center 0px;
height: 64px;
bottom: 0px;
position: absolute;
font-family: Tahoma;
font-size: 11px;
text-align: center;
text-indent: 0px;
line-height: 18px;
}

#startupBottom p {
margin: 0;
}

#startupBottom a {
margin: 0;
color: var(--Hilight);
}

.startupAttributedTo {
padding-top: 3px;
font-size: 9px;
}

#Taskbar {
position: absolute;
height: 28px;
bottom: 0;
left: 0;
right: 0;
background: var(--taskbarbackground) !important;
box-shadow: var(--taskbarboxshadow);
border-radius: 0px !important;
color: var(--ButtonText) !important;
/* margin: 0 -2px 0 -2px;  NOT SURE IF NEEDED*/
z-index: 5;
	display: inline-flex;
}

#Taskbar.AlwaysTop {
z-index: 0;
}

#SysTray {
    box-shadow: var(--globaltoolbaractive);
    position: relative;
    float: right;
	margin-top: 4px;
	margin-right: 2px;
	    height: calc(100% - 6px);
    font-size: 11px;
    font-weight: normal;
	z-index: 1;
}
#SysTrayTime {
	position: relative;
	margin-top: 5px;
    margin-bottom: 0px;
	margin-left: 10px;
		margin-right: 10px;
			white-space: nowrap;
}


#MenuButton {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadow);
overflow: hidden;
position: relative;
top: 4px;
margin-left: 3px;
color: var(--ButtonText);
font-size: 8pt;
padding: 0px;
border: none;
width: 54px;
height: 22px;
}

#MenuButton:hover {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadow);
}

#MenuButton.pressed {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadowactive);
}

#MenuButtonStartText {
font-family: var(--titlefont);
font-weight: bold;
top: 4px;
right: 4px;
position: absolute;
}

#MenuButtonStartIcon {
width: 16px;
height: 16px;
top: 3px;
left: 4px;
position: absolute;
background-image: url(assets/rimetmII16x16.png);
}

#SearchButtonStartIcon {
width: 16px;
height: 15px;
top: 3px;
left: 3px;
position: absolute;
background-image: url(assets/searchico.png);
}

#HelpButtonStartIcon {
width: 15px;
height: 15px;
top: 3px;
left: 3px;
position: absolute;
background-image: url(assets/helpico.png);
}

#MenuButton.pressed > #MenuButtonStartText {
top: 5px;
right: 3px;
}

#MenuButton.pressed > #MenuButtonStartIcon {
top: 4px;
left: 5px;
}

#SearchButtonRV {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadow);
overflow: hidden;
position: relative;
color: var(--ButtonText);
top:4px;
padding: 0px;
border: none;
display: none;
height: 22px;
width: 23px;
}

#HelpButtonRV {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadow);
overflow: hidden;
position: relative;
color: var(--ButtonText);
top:4px;
padding: 0px;
border: none;
display: none;
height: 22px;
width: 23px;
}

#SearchButtonRV:hover {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadow);
}

#HelpButtonRV:hover {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadow);
}

#SearchButtonRV:active, #SearchButtonRV.pressed {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadowactive);
}

#HelpButtonRV:active, #HelpButtonRV.pressed {
background: var(--ButtonFace);
box-shadow: var(--globalboxshadowactive);
}

#HelpButtonRV:active > #HelpButtonStartIcon, #SearchButtonRV:active > #SearchButtonStartIcon {
top: 4px;
left: 4px;
}

#HelpButtonRV.pressed > #HelpButtonStartIcon, #SearchButtonRV.pressed > #SearchButtonStartIcon {
top: 4px;
left: 4px;
}

#StartSpine {
width: 21px;
height: calc(100% - 6px);
background-color: black;
background-image: url("assets/rimetmIIStartSpine.png");
background-repeat: no-repeat;
background-position: bottom;
position: absolute;
top: 0;
left: 0;
margin: 3px;
}

#RimetApps {
margin-left: 21px;
}

#Menu {
width: 100px;
background-color: var(--Menu) !important;
box-shadow: var(--globalmenushadow);
position: absolute;
color: var(--ButtonText);
text-indent: 5px;
bottom: 24px;
font-size: 11px;
font-family: var(--globalfont);
padding: 3px;
z-index: 6;
min-width: 173px;
left: 2px;
}

#Menu .startLink {
color: var(--MenuText);
padding: 10px 36px;
text-decoration: none;
display: block;
background: transparent !important;
}

.startLink .submenu {
display: none;	
}

.startLink:hover .submenu {
display: block;	
}

hr, .ContextMenuSeparator {
    background: none;
    border: none;
    box-shadow: inset -1px -1px var(--ButtonHilight), inset 1px 1px var(--ButtonShadow) !important;
    height: 2px;
}

.ContextMenuSeparator {
	margin: 1px;
	margin-top: 3px;
	margin-bottom: 2px;
}

#Menu .startLink:hover {
background: var(--Hilight) !important;
color: var(--HilightText);
}

.submenu {
display: none;
position: absolute;
bottom: 100%;
left: 100%;
margin: 0px;
padding-right: 0px;
margin-bottom: -35px;
margin-left: -6px;
min-width: 130px;
text-indent: 27px;
background: var(--ButtonFace) !important;
box-shadow: var(--globalmenushadow);
width: max-content;
width: -moz-max-content;
}

.submenu .startLink {
padding: 0 !important;
height: 20px;
line-height: 20px;
margin: 3px;
}


#ControlPanelMenu {
margin-bottom: -69px;
}

#SearchMenu {
margin-bottom: -100px;
}

#AboutContent {
font-family: var(--globalfont);
font-size: 11px;
margin: 8px -1px 0 0;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
right: 0;
}

#AboutContent a {
  color: var(--Hilight);
}

#AboutContent p {
margin: 0 3px 2px 0;
}

.button, div[id^="mBox-button"] {
    box-shadow: var(--globalboxshadow);
    text-align: center;
    min-width: 49px;
	min-height: 23px;
	line-height: 22px;
    padding: 0 12px;
    position: absolute;
	overflow: hidden;
	white-space: no-wrap;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div[id^="mBox-button"] {
	width: 49px;
	height: 21px;
	left: 50%;
    margin-left: -35px;
    bottom: 8px;
}

.button:not(.disabled):focus, div[id^="mBox-button"]:not(.disabled):focus {
border: 1px solid var(--WindowFrame);
    outline: 1px dotted var(--WindowFrame);
    outline-offset: -4px;
}

.button.disabled, div[id^="mBox-button"]:disabled {
 color: var(--ButtonShadow);
 text-shadow: 1px 1px var(--ButtonHilight);
}

.button:not(.disabled):active, div[id^="mBox-button"]:not(.disabled):active, .button.active {
box-shadow: var(--globalboxshadowactive);
text-indent: 2px;
line-height: 21px;
}

#AboutClose:active {
line-height: 24px;
text-indent: 1px;
}

#AboutClose {
position: absolute;
bottom: 13px;
right: 132px;
width: 48px;
height: 25px;
line-height: 23px;
text-indent: -2px;
padding: 0;
}


#AboutNTClose {
position: absolute;
    bottom: 12px;
    right: 15px;
padding: 0 13px;
}

#applyThemebtn {
position: absolute;
line-height: 22px;
bottom: -29px;
right: 0px;
}

#okThemebtn {
position: absolute;
line-height: 22px;
bottom: -29px;
right: 81px;
}

#applybtn {
position: absolute;
line-height: 22px;
bottom: -29px;
right: 0px;
}

#okbtn {
position: absolute;
line-height: 22px;
bottom: -29px;
right: 81px;
}

#okdemobtn {
position: absolute;
line-height: 22px;
bottom: 6px;
right: 6px;
}

#goFlagbtn {
    position: absolute;
    line-height: 22px;
bottom: -29px;
right: 0px;
}

#cancelFlagbtn {
position: absolute;
line-height: 22px;
bottom: -29px;
right: 81px;
}

#cancelCSSbtn {
    position: absolute;
bottom: -29px;
	right: 0px;
	font-family: var(--globalfont);
}

#barebonesbtn {
    position: absolute;
bottom: -29px;
	right: 79px;
	font-family: var(--globalfont);
}


.window {
box-shadow: var(--globalmenushadow);
z-index: 0;
background: var(--ButtonFace);
font-family: var(--globalfont);
font-size: 11px;
position: absolute;
display: none;
}


.window.current {
	z-index: 1;
}

.window.disabled #windowcontent {
pointer-events: none;
}
.window.disabled {
z-index: 0;
}

.window.disabled .window_bar {
background: var(--inactivebar);
color: var(--InactiveTitleText);
}

/* #messageBox {
	z-index: 2;
} */

.window.maximized {
width: 100% !important;
height: calc(100% - 27px) !important;
top: 0 !important;
left: 0 !important;
box-shadow: none !important;
}

.window.maximized .window_bar {
width: 100%;
margin: 0px;
}



.window.maximized .window_bar .winBarButton {
top: 2px;
}

.window_bar {
background: var(--inactivebar);
color: var(--InactiveTitleText);
text-align: left;
cursor: unset;
height: 18px;
margin: 3px;
    margin-bottom: 1px;
font-family: var(--titlefont);
font-size: 11px;
font-weight: bold;
text-indent: 20px;
line-height: 18px;
position: relative;
}

.window_bar.noIcon {
       text-indent: 3px; 
}


/* Firefox specific little tweaks and stuff */
@supports ( -moz-appearance:none ) {
    .window_bar {
        line-height: 17px;
    }
    }
	
.resizeableWinBar {
margin: 4px;	
margin-bottom: 1px;
}

.winBarButton {
display: inline-block;
/* cursor: pointer; */
font-size: 8px;
line-height: 20px;
width: 16px;
height: 14px;
position: relative;
float: right;
right: 0px;
top: 2px;
background: var(--ButtonFace);
overflow: hidden;
box-shadow: var(--globalboxshadow);
border-radius: 0;
text-indent: 3px;
}

.winBarButton.disabled::after{ 
    color: var(--ButtonShadow);
    text-shadow: 1px 1px var(--ButtonHilight);
}


 #close {
margin-left: 2px;
margin-right: 2px;
}




.winBarButton::after {
	    font-weight: normal;
    font-family: MarlettR, Marlett;
    font-size: 10px;
    color: var(--3d-objectstxt);
    right: 0px;
    bottom: 3px;
    text-shadow: none;
    position: relative;
}


#close::after {
    content: "r";;
}

#maximize::after {
    content: "1";
}

.window.maximized .window_bar #maximize::after {
    content: "2";
}


#minimize::after {
    content: "0";
}

#help::after {
    content: "s";
}

.winBarButton:active:not(.disabled)::after {
    left: 1px;
    bottom: 2px;
}






.winBarButton:active:not(.disabled) {
box-shadow: var(--globalboxshadowactive);
}

#windowcontent {
background: none;
display: inline-block;
    margin-left: 3px;
        margin-right: 3px;
            margin-bottom: 4px;
position: relative;
top: 0px;
    width: calc(100% - 6px);
    height: calc(100% - 26px);
		    display: flex;
    flex-direction: column;
}

.resizeableWinBar ~ #windowcontent {
    margin-left: 4px;
        margin-right: 4px;
            margin-bottom: 5px;
    top: 0px;
    width: calc(100% - 8px);
    height: calc(100% - 27px);
}

.window.maximized #windowcontent {
    margin: 0;
    top: 0px;
    width: 100%;
height: calc(100% - 19px)
}

#taskbarSeperator {
width: 55px;
position: relative;
display: inline-block;
}

.taskband {
box-shadow: var(--globalboxshadow);
line-height: 22px;
margin: 2px 0 0 -2px;
font-size: 11px;
background: var(--ButtonFace);
font-weight: normal;
position: relative;
bottom: 2px;
font-family: var(--globalfont);
width: 100%;
height: 22px;
max-width: 160px;
padding: 0px;
text-indent: 6px;
}

.taskband:active, .taskband.current {
box-shadow: var(--globalboxshadowactive);
}

.taskband span {
		
		 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}

/* .taskband.current {
    background-color:var(--ButtonHilight);
    background-image:
      linear-gradient(45deg, var(--ButtonFace) 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, var(--ButtonFace) 75%),
      linear-gradient(45deg, transparent 75%, var(--ButtonFace) 75%),
      linear-gradient(45deg, var(--ButtonFace) 25%, transparent 25%);
    background-size:2px 2px;
    background-position:0 0, 0 0, -1px -1px, 1px 1px;
	font-weight: bold;
} */

#taskbarContainer {
	display: inline-flex;    
}

#taskbandContainer {
    display: inline-block;
width: 100%;
position: relative;
    right: 0;
    bottom: 0;
		margin-left: 4px;
		margin-right: 4px;
    overflow-y: auto;
	margin-top: 4px;
    height: 24px;
    padding-left: 2px;
}

#rimetmIIStartup .RimetReleaseName {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 24px;
    margin-left: -95px;
    text-shadow: 0px 0px 4px #FFF;
    font-weight: bold;
    font-family: Arial, helvetica, tahoma, sans-serif;
	display: none;
}



#windowiFrame {
width: 100%; 
height: 100%; 
padding: 0; 
margin: 0;
}


/*
#window0 #windowcontent {
padding: 0;
margin: 0;
font-size: 16px;
font-family: var(--globalfont);
}*/


#ControlPanelContent {
margin: 10px 7px 7px 7px;
width: 386px;
height: 380px;
}

.tabbutton {
width: max-content;
width: -moz-max-content;
display: inline-block;
height: 21px;
padding: 0 6px;
line-height: 18px;
border-radius: 3px 3px 0 0;
box-shadow: var(--tabboxshadow);
margin-right: -3px;
position: relative;
top: 0px;
z-index: 0;
}

.tabbutton.selected {
z-index: 2;
margin: 0px -3px 0px -3px;
position: relative;
top: -1px;
padding: 0 8px;
background: var(--ButtonFace);
}

.tabbutton.selected:first-of-type  {
margin: 0px -3px 0px 0px;
}

.tabcontent {
background: var(--ButtonFace);
width: calc(100% - 13px);
height: calc(100% - 63px);
position: absolute;
top: 28px;
box-shadow: var(--globalboxshadow);
z-index: 1;
}

.tabcontent.selected {
display: block;
}

.DropdownBox {
box-shadow: var(--field);
display: inline-block;
padding: 2px 4px;
text-align: left;
background: var(--Window);
color: black;
}

.DropdownBox:focus {
background: var(--Hilight);
color: var(--HilightText);
}

.DDcontainer.selected .DropdownBox {
background: var(--Window);
color: var(--WindowText);
}

.DropdownBoxButton {
width: 16px;
height: 17px;
background: var(--ButtonFace);
background-image: none;
box-shadow: var(--globalmenushadow);
float: right;
position: relative;
right: -2px;
background-repeat: no-repeat;
background-position: 4px 6px;
}

.DropdownBoxButton::after {
    left: 2px;
    top: 1px;
    text-indent: 0 !important;
    content: "u";
    font-family: MarlettR, Marlett;
    font-weight: normal;
    font-size: 12px;
    color: var(--ButtonText);
    position: absolute;
    display: block;
}

#themeDropdownBox, #themeDropdownContainer {
width: 272px;
}

.DropdownText {
    display: inline-block;
    width: calc(100% - 14px);
    height: 15px;
/*     padding: 1px; */
    text-indent: 1px;
    line-height: 16px;
    position: absolute;
    margin-left: -1px;
	margin-top: 1px;
    color: var(--WindowText);
}

.dropdownContent {
display: none;
}

#themeDropdownContainer {
position: absolute;
top: 68px;
left: 12px;
}

#themeDropdownContainer::before {
content: "Theme:";
position: absolute;
top: -16px;
}

#themeDropdownContent {
width: 278px;
}

.DDcontainer.selected .dropdownContent {
display: inline-block;
width: 205px;
background: var(--Window);
border: 1px solid var(--WindowFrame);
position: fixed;
margin-top: -3px;
z-index: 1;
}

.dropdownlink {
width: 100%;
display: block;
margin: 0px;
padding: 1px 0;
text-indent: 2px;
color: var(--WindowText);
}

.dropdownlink:hover {
background: var(--Hilight);
color: var(--HilightText);
}

#themePreviewContainer {
width: 351px;
height: 223px;
box-shadow: var(--field);
position: absolute;
top: 119px;
left: 15px;
z-index: -1;
pointer-events: none;
}

#themePreviewContainer::before {
content: "Sample:";
position: absolute;
top: -17px;
left: -3px;
}

#resetThemebtn {
position: absolute;
right: 11px;
top: 67px;
}

#searchBox {
    width: 100%;
    font-size: 11px; 
    padding: 3px 4px;
    box-shadow: var(--field);
box-sizing: border-box;
height: 21px;
}

#searchResults {
    border-collapse: collapse;
    width: 100%;
    height: calc(100% - 26px);
    font-size: 11px;
    font-family: var(--globalfont);
background: var(--Window);
    text-indent: 4px;
    padding: 3px 4px;
    box-shadow: var(--field);
    box-sizing: border-box;
    overflow-y: scroll;
    appearance: none;
    cursor: pointer !important;
    display: inline-block;
	margin-top: 3px;
}

#SearchContent {
    margin: 4px;
	height: 100%;
}

#boxText {
    position: absolute;
    left: 63px;
    top: 23px;
}

#boxTextselect {
    position: absolute;
    left: 63px;
    top: 23px;
	user-select: all;
-moz-user-select: all;
-webkit-user-select: all;
}

div[id^="boxIMG"] {
    width: 32px;
    height: 32px;
    background-image: none;
    position: absolute;
    left: 12px;
    top: 12px;
}

#boxIMG0 {
    background-image: none;
}

textarea#creditsTextarea {
    border: none;
    background: none;
    box-shadow: none;
}

input[type="text"], textarea, input[type="password"] {
border: none;
box-shadow: var(--field);
background-color: var(--Window) !important;
color: var(--WindowText);
font-size: 11px;
text-indent: 2px;
height: 17px;
}

input[type="text"]:read-only, textarea:read-only, input[type="password"]:read-only {
background-color: var(--ButtonFace) !important;
}

input[type="text"]:disabled, textarea:disabled, input[type="password"]:disabled {
background-color: var(--ButtonFace) !important;
color: var(--ButtonShadow);
}

textarea:focus, input[type="text"]:focus {
outline: none;
}

#RimetApps .StartMenuMIcon {
position: absolute;
width: 32px;
height: 32px;
left: 26px;
margin-top: -21px;
}

div#CDLIntElementButtons {
pointer-events: none;
}

#DesktopWPMonitor {
background-image: url("assets/PreviewMonitor.png");
width: 184px;
height: 170px;
position: absolute;
top: 5%;
left: 25%;
}

#DesktopWPMonitorPreview {
width: 152px;
height: 112px;
position: absolute;
top: 10%;
left: 8.5%;
}

.ListItem {
width: calc(100% - 4px);
display: block;
margin: 0px;
padding: 1px 0;
line-height: 16px;
color: var(--WindowText);
    padding-top: 1px;
    height: 15px;
        top: 2px;
    left: 2px;
	text-indent: 2px;
        position: relative;
		
		 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ListItem:active {
background: var(--Hilight);
color: var(--HilightText);
}

.ListBox {
        position: absolute;
        box-shadow: var(--field);
    background: var(--Window);
        overflow-x: hidden;
                font-family: var(--globalfont);
    font-size: 8pt;
}

.ListItem:focus  {
    background-color: var(--Hilight) !important;
        color: white !important;
        outline: 1px dotted #fff;
    outline-offset: -1px;
}

.InputColorPreviews {
		box-shadow: 0 0 0 1px black;
	position: relative;
}

#colorpickerBtn  {
    position: absolute;
    width: 51px;
    right: 14px;
    bottom: 33px;
    height: 21px;
	min-height: 21px;
}

#BGColorPicker {
    position: absolute;
    width: 75px;
    right: 14px;
    bottom: 33px;
    height: 21px;
}

#BGColorPreview {
	right: 6px;
	top: 5px;
	height: 11px;
	width: 53px;
}

#SchemesColorPreview, #SchemesColorPreview2, #SchemesColorPreview3 {
	right: 6px;
	top: 4px;
	height: 11px;
	width: 20px;
}

#getwpbtn {
    position: absolute;
    right: 14px;
        width: 51px;
    top: 208px;
}

#advancedbtn {
    position: absolute;
    right: 12px;
        width: 51px;
    bottom: 12px;
}


#bgsizeDropdownBox, #bgsizeDropdownContainer {
width: 65px;
}

#bgsizeDropdownText {
position: absolute;
text-indent: 1px;
}

#SchemeItemDropdownText {
position: absolute;
text-indent: 1px;
}

#bgsizeDropdownContainer {
position: absolute;
bottom: 78px;
right: 24px;
}

#bgsizeDropdownContent {
width: 73px;
    z-index: 1;
}

/* desk icos */

/* old desk ico method
.DeskIcoText {
    font-family: var(--globalfont);
    color: white;
    font-size: 8pt;
    margin-bottom: -5px;
    text-align: center;
    width: 64px;
    display: block;
    margin-top: 4px;
    padding: 1px 2px 1px 2px;
	     padding: 1px 0px 0px 2px; 
}

.DeskIcons.current > .DeskIcoText {
    background-color: var(--Hilight);
	/*    outline: 1px dotted white;
    outline-offset: -1px; 
}
*/

/* THE BETTER ONE!!!!!!!!!!!!!! */

.DeskIcoText {
    font-family: var(--globalfont);
    color: white;
    font-size: 8pt;
    margin-bottom: -5px;
    text-align: center;
    max-width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    padding: 1px 2px 2px 3px;
}

.DeskIcons.current > .DeskIcoText {
    background-color: var(--Hilight);
   outline: 1px dotted white;
    outline-offset: -1px;
	    color: var(--HilightText);
}

.DeskIcoImgs {
        margin: 0 auto;
    width: 32px;
    height: 32px;
    background-image: var(--DefaultAppIcon);
}

#DesktopIcons {
    margin: 2px;
		margin-left: 3px;
    position: absolute;
z-index: -1;
}

.DeskIcons {
	width: 72px;
   margin-bottom: 24px; 
   z-index: 0;
}




.ToolbarButton:hover {
box-shadow: var(--globaltoolbar);
}

.ToolbarButton:active {
box-shadow: var(--globaltoolbaractive);
}

.ToolbarSeparator {
    box-shadow: inset 1px 0px var(--ButtonShadow), inset 2px 0px var(--ButtonHilight);
    width: 2px;
    height: 26px;
        position: relative;
    bottom: 56px;
    left: 125px;
}

#interbackbtn {
width: 71px;
height: 30px;
position: relative;
top: 2px;
}

#interforwardbtn {
width: 46px;
height: 30px;
position: relative;
bottom: 28px;
left: 75px;
}


#interhomebtn {
width: 32px;
height: 30px;
position: relative;
bottom: 84px;
left: 130px;
}

#intergobtn {
width: 57px;
height: 24px;
float: right;
bottom: 21px;
position: relative;
}

#GoToolbarIco {
width: 20px;
height: 17px;
background-image: url(assets/iconset/xp/InterGo.png);
margin: 1px;
margin-left: 4px;
text-indent: 24px;
padding-top: 3px;
top: 1px;
position: relative;
}

#BackToolbarIco {
width: 24px;
height: 19px;
background-image: url(assets/iconset/xp/InterToolbar.png);
text-indent: 28px;
    top: 2.5px;
    left: 5px;
    padding-top: 5px;
    position: absolute;
}

#ForwardToolbarIco {
width: 24px;
height: 24px;
background: url(assets/iconset/xp/InterToolbar.png) -24px 0px;
text-indent: 28px;
    top: 2.5px;
    left: 3px;
    position: absolute;
}

#HomeToolbarIco {
width: 24px;
height: 24px;
background: url(assets/iconset/xp/InterToolbar.png) -96px 0px;
text-indent: 28px;
    top: 4px;
    left: 4px;
    position: absolute;
}

#BackToolbarIco::after {
    left: 55px;
    bottom: 8px;
    text-indent: 0 !important;
    content: "u";
    font-family: MarlettR, Marlett;
    font-weight: normal;
    font-size: 10px;
    color: var(--ButtonShadow);
    text-shadow: 1px 1px var(--ButtonHilight);
    position: absolute;
    display: block;
}

#ForwardToolbarIco::after {
    left: 30px;
    top: 6px;
    text-indent: 0 !important;
    content: "u";
    font-family: MarlettR, Marlett;
    font-weight: normal;
    font-size: 10px;
    color: var(--ButtonShadow);
    text-shadow: 1px 1px var(--ButtonHilight);
    position: absolute;
    display: block;
}

.RebarToolbars {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.window.maximized > #windowcontent > .RebarToolbars { 
margin-left: 0;
margin-right: 0;
}

#addressbar {
    padding: 0;
}

#r1stbar {
    height: 24px;
}

#r2ndbar {
height: 32px;
}

#r3rdbar {
height: 24px;
}

#addressbar {
height: 22px;
text-indent: 4px;
}

#interaddress {
position: relative;
top: 2px;
margin-left: 4px;
}

.throbber {
background-color: black;
background-image: url(assets/throbber.gif);
background-position: center;
background-repeat: no-repeat;
background-size: unset;
    float: right;
/* cursor: pointer; */
margin-right: 2px;
top: 2px;
position: relative;
}

.rebar {
   /* box-shadow: inset 0px 1px #808080, inset 0px 2px #fff; */
box-shadow: inset 1px 0px var(--ButtonShadow), inset 2px 0px var(--ButtonHilight), inset -1px 0px var(--ButtonHilight), inset -2px 0px var(--ButtonShadow), inset 0px 1px var(--ButtonShadow), inset 0px 2px var(--ButtonHilight);
}


#browserbar {
box-shadow: inset 0px -1px var(--ButtonHilight), inset 0px -2px var(--ButtonShadow);
}

.throbber {
box-shadow: inset 1px 0px var(--ButtonShadow), inset 2px 0px var(--ButtonHilight);
}



.window.minimized {
	display: none !important;
}

.window.current > .window_bar, .window.forceActive > .window_bar {
background: var(--activebar);
color: var(--TitleText);
}

.menubaritem {
height: 16px;
padding-top: 3px;
padding-bottom: 2px;
text-indent: 8px;
position: absolute;
line-height: 16px;
}

#filemenu {
width: 32px;
left: 4px;
top: 2px;
}


.menubaritem:hover {
box-shadow: var(--globaltoolbar);
}

.menubaritem:active {
box-shadow: var(--globaltoolbaractive);
}

#tw1stbar {
box-shadow: none;	
}

#tw1stbar {
    height: 19px;
}
#tw2ndbar, #tw3rdbar {
    height: 30px;
}



.menubarbtn {
    box-shadow: var(--globalboxshadow);
    text-align: center;
    position: relative;
	overflow: hidden;
	height: 22px;
	width: 23px;
}

.menubarbtn:active {
box-shadow: var(--globalboxshadowactive);
}

/* Typewriter buttons */
#NewDocButton {
left: 5px;
top: 5px;
}

#OpenDocButton {
left: 28px;
bottom: 17px;
}

#SaveDocButton {
left: 28px;
bottom: 17px;
}

#BoldFontButton {
left: 5px;
top: 5px;
}

#ItalicFontButton {
left: 28px;
bottom: 17px;
}

#UnderlineFontButton {
left: 51px;
bottom: 39px;
}

#LeftAlignButton {
left: 5px;
top: 33px;
}

#CenterAlignButton {
left: 28px;
top: 11px;
}

#RightAlignButton {
left: 51px;
bottom: 11px;
}

.ToolbarBtnIcoImgs {
width: 16px;
height: 16px;	
position: relative;
background-image: url(assets/rimetmII16x16.png);
top: 3px;
left: 3px;
}

.menubarbtn:active .ToolbarBtnIcoImgs {
top: 4px;
left: 4px;
}

#BoldToolbarBtnIco {
	background: url(assets/iconset/default/TypewriterToolbarIcons.png) 0 0;
}

#ItalicToolbarBtnIco {
	background: url(assets/iconset/default/TypewriterToolbarIcons.png) -16px 0;
}

#NewToolbarBtnIco {
	background: url(assets/iconset/default/GenericToolbarIcons.png) -95px 0;
}

#OpenToolbarBtnIco {
	background: url(assets/iconset/default/GenericToolbarIcons.png) -112px 0;
}

#SaveToolbarBtnIco {
	background: url(assets/iconset/default/GenericToolbarIcons.png) -128px 0;
}

#UnderlineToolbarBtnIco {
	background: url(assets/iconset/default/TypewriterToolbarIcons.png) -32px 0;
}

#LAlignToolbarBtnIco {
	background: url(assets/iconset/default/TypewriterToolbarIcons.png) -64px 0;
}

#CAlignToolbarBtnIco {
	background: url(assets/iconset/default/TypewriterToolbarIcons.png) -80px 0;
}


#RAlignToolbarBtnIco {
	background: url(assets/iconset/default/TypewriterToolbarIcons.png) -96px 0;
}



/* taskbands icons */
.TaskbandIcon {
width: 16px;
height: 16px;
position: relative;
left: 2.5%;
margin-left: 0px;
top: 15%;
background-image: url(assets/rimetmII16x16.png);
}

.WindowBarIcon {
width: 16px;
height: 16px;
position: absolute;
left: 2px;
margin-left: 0px;
bottom: 1px;
background-image: url(assets/rimetmII16x16.png);
}

/* Channel bar */
.webitem {
    border: 3px solid silver;
    border-top: none;
    position: absolute;
}

#webitem0 {
    width: 84px;
    height: 438px;
    top: 0px;
    right: 2%;
    background-color: #000;
}

.webitem-bar {
    background-color: silver;
    height: 15px;
}

.webitembarbutton {
    width: 14px;
    height: 13px;
    top: 1px;
    float: right;
        position: relative;
}

.webitembarbutton::after {
    content: "r";
    font-family: MarlettR, Marlett;
    font-weight: normal;
    color: var(--ButtonText);
    font-size: 5pt;
    position: relative;
    top: 3px;
    left: 4px;
	    width: 14px;
    height: 13px;
	display: block;
}

.webitembarbutton:hover {
box-shadow: var(--globaltoolbar);
}

.webitembarbutton:active {
box-shadow: var(--globaltoolbaractive);
}

.nonNativeStartPageTxt {
font-family: 'Franklin Gothic Medium';
font-weight: bold;
color: var(--WindowText);
font-size: 21pt;
    position: relative;
    top: 20px;
    left: 10px;
}


.nonNativeStartPageBlurb {
font-family: Franklin Gothic;
font-weight: normal;
color: var(--WindowText);
font-size: 14pt;
        position: relative;
top: 37px;
left: 10px;
margin-right: 10px;
}


.NonNativeStartScreens {
   background-color: var(--Window);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.nonNativeStartPageLink {
    font-family: Tahoma;
font-weight: bold;
color: var(--WindowText);
font-size: 8pt;
        cursor: pointer;
        position: relative;
    top: 57px;
    left: 10px;
}

.nonNativeStartPageLink:hover {
text-decoration: underline;
}

.contextmenu {
    background: var(--Menu) !important;
box-shadow: var(--globalmenushadow);
    color: var(--ButtonText);
    min-width: 120px;
    z-index: 6;
    position: absolute;
    font-size: 11px;
font-family: var(--globalfont);
    left: 1px;
}

.contextmenuEntry {
/* padding: 0 !important;
height: 17px;
line-height: 16px; 
text-indent: 16px;
*/
padding: 16px;
padding-top: 2px;
padding-bottom: 3px;
line-height: normal;
}

.ContextMenuContent {
margin: 3px;
}
.contextmenuEntry:hover {
background: var(--Hilight) !important;
color: var(--HilightText);
}

.contextmenuEntry.disabled {
 color: var(--ButtonShadow);
 text-shadow: 1px 1px var(--ButtonHilight);
}

.menubaritem.pressed {
box-shadow: var(--globaltoolbaractive);
}

.dropdownlink.scheme {
	display: none;
}

#WinClassicSchemes {
	display: block;
}

/* Logon box */
#okLogonbtn {
	right: 13px;
	top: 12px;
}

#okCancelbtn {
	right: 13px;
	top: 42px;
}

#logonShutdownbtn {
	display: none;
	right: 13px;
	top: 71px;
}


#AbtDialogIcon {
	background-image: url(assets/rimetemblem.png);
}

#WelcomeDialogIcon {
	width: 48px;
	height: 48px;
	position: relative;
	top: 9px;
	left: 22px;
	background-image: url(assets/iconset/default/LogonKeys.png);
}

#loginPassword {
	height: 20px;
	left: 165px;
	bottom: 19px;
	width: 131px;
	    line-height: 22px;
    text-indent: 4px;
}

#loginName {
	height: 19px;
	top: 47px;
	left: 165px;
	width: 131px;
		    line-height: 21px;
    text-indent: 4px;
}

#logonInstructions {
left: 94px;
top: 2px;	
}

#logonStatus {
left: 12px;
bottom: 15px;	
}

#WelcomeDialogBanner {
display: none;
background-image: url(assets/rimetmIIbanner.png);	
    width: 417px;
    height: 89px;
    position: absolute;
    left: 0px;
}

#WelcomeDialogProgressBar {
display: none;
background-image: url(assets/bannerStaticBar.png);	
    width: 417px;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 89px;
}

#AbtDialogBanner {
	display: none;
background-image: url(assets/rimetmIIbanner.png);	
    width: 417px;
    height: 89px;
    position: absolute;
    left: 0px;
}

#AbtDialogProgressBar {
	display: none;
background-image: url(assets/bannerStaticBar.png);	
    width: 417px;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 89px;
}

.PowerOffBanner {
	display: block !important;
background-image: url(assets/rimetmIIbanneralt.png) !important;	
    height: 72px !important;
}

.PowerOffBar {
		display: block !important;
    height: 5px !important;
	top: 72px !important;
}

.SmallBanner, .PwrDlgBanner {
background-image: url(assets/rimetmIIbanneralt.png) !important;	
    height: 72px !important;
}

.SmallBar, .PwrDlgBar {
    height: 5px !important;
	top: 72px !important;
}

.AnimatedProgressBar {
animation: ProgressBarAnimation 2s linear infinite;
}


.WindowMultiPageContent {
	width: calc(100% - 0px);
	height: calc(100% - 19px);
	background-color: var(--AppWorkspace);
	margin-left: 0px;
}

.SysListRimet {
	width: calc(100% - 0px);
	height: calc(100% - 19px);
	background-color: var(--Window);
	margin-left: 0px;
		position: absolute;
		box-shadow: var(--field);
}

/* Explorer/progman icos */
.AppIcons {
width: 72px;	
    height: fit-content;
    margin-bottom: 5px;
	    margin-top: 5px;
}
.AppIcoText {
    font-family: var(--globalfont);
    color: black;
    font-size: 8pt;
    margin-bottom: -5px;
    text-align: center;
    max-width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    padding: 1px 2px 2px 3px;
}


.AppIcons.current > .AppIcoText {
    background-color: var(--ActiveTitle);
	color: var(--TitleText) !important;
}

.AppIcoImgs {
        margin: 0 auto;
    width: 32px;
    height: 32px;
    background-image: var(--DefaultFileIcon);
	        background-size: 100%;
}

#ProgmanIcons {
width: 100%;
height: 100%;
background: var(--Window);
overflow: auto;
display: flex;
flex: 1;
flex-wrap: wrap;
outline: 0;
align-content: flex-start;	
}

#cancelHelpbtn {
position: absolute;
line-height: 22px;
bottom: -30px;
right: 0px;
}

#openHelpbtn {
position: absolute;
line-height: 22px;
bottom: -30px;
right: 81px;
}

.window.maximized #windowcontent .WindowMultiPageContent, .window.maximized #windowcontent .SysListRimet {
    width: 100%;
    height: 100%;
    margin: 0;
}

.MenuToolbars {
    margin-left: 0px;
        margin-right: 0px;
    margin-bottom: 1px;
}
.MenuBar {
    height: 18px;
	background-color: var(--MenuBar);
	    color: var(--ButtonShadow);
}

.MenuItem {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    height: 18px;
    line-height: 18px;
    margin-left: -3px;

}

.MenuItem:first-of-type {
        margin-left: 0px;
}

.MenuItem:hover {
box-shadow: var(--globaltoolbar);
}

.MenuItem:active, .MenuItem.pressed {
box-shadow: var(--globaltoolbaractive);
    padding-left: 7px;
    padding-right: 5px;
}

.MenuItem.disabled, .startLink.disabled {
    color: var(--ButtonShadow);
    text-shadow: 1px 1px var(--ButtonHilight);
}

.window.current > #windowcontent > .MenuToolbars > .MenuBar {
	color: var(--MenuText);
}

.menubarbtn {
        display: inline-block;
    left: unset !important;
        bottom: unset !important;
            top: unset !important;
    margin-left: -3px;
    margin-top: 5px;
        margin-bottom: 1px;
}

.menubarbtn:first-of-type {
       margin-left: 6px; 
}

.Toolbars {
    box-shadow:inset 0px 1px var(--ButtonShadow), inset 0px 2px var(--ButtonHilight);
}

.ToolbarSeparatorInvis {
            display: inline-block;
    margin: 2.5px;
}

.StartMenuSIcon {
    width: 16px;
height: 16px;
position: relative;
left: 2px;
bottom: 18px;
background-image: url(assets/rimetmII16x16.png);
}

.StartMenuArrows {
            font-weight: normal;
    font-family: MarlettR, Marlett;
    font-size: 10px;
    color: var(--MenuText);
    text-shadow: none;
position: absolute;
    right: 4px;
    margin-top: -11px;
} 

.startLink:hover .StartMenuArrows {
    color: var(--HilightText);
}

/* MoveIt! background animations (animation: moveIt 35s linear infinite;) */
@keyframes moveIt {
  from {background-position: right;}
  to {background-position: left;}
}

@keyframes ProgressBarAnimation {
   from {
     background-position-x: 0px;
   }
   to { 
     background-position-x: 413px;
   }
}

        @keyframes marquee {
            0%{transform: translateX(100%);}
            100%{transform: translateX(-100%);}
        }

#Marquee {
background-color:black;
color: #FF0000;
height: 100%;
font-family: Arial;
font-size: 72pt;
font-weight: bold;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 5;
overflow:hidden;
    white-space: nowrap;
}

#MarqueeText {
    top: 48%;
    margin-top: -40px;
	position: absolute;
	                animation: marquee 5s linear infinite;
	width: 100%;
}

/* about*/

#RimetAbtName {
left: 82px;top: 20px;
}

#RimetAbtReleaseName {
left: 82px;top: 35px;
}

#AbtCopyright {
    left: 82px;top: 51px;
}

#AbtEvaluation {
    left: 82px;top: 67px;
}

#AbtAppDesc {
    left: 82px;top: 67px;
}

#AbtLicensedName {
    left: 82px;bottom: 131px;
}

#AbtLicensedOrganization {
    left: 82px;bottom: 114px;
}

#AbtHR {
    right: 17px;bottom: 94px;width: 265px;
}

#AbtLicensed {
        left: 82px;bottom: 147px;
}

#AbtMemoryCount {
        left: 82px;bottom: 77px;
}

 .AbtDialogIcon {
	 	  width: 64px;
	  height: 64px;
	  background-repeat: no-repeat;
	  	position: relative;
	top: 11px;
	left: 11px;
 }

.ShortcutDeskIcoImg {
    width: 100%;
    height: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* quick launch */
.TaskbarFolderToolbar {
 height: 22px;
        z-index: 1;
  margin-top: 4px;
}

#QuickLaunchToolbar {
    left: unset;
    width: 65px;
    margin-left: 10px;
}

.QLToolbarBtns {
    width: 23px;
    height: 22px;
    display: inline-flex;
    margin-left: -4px;
    position: relative;
}

.ToolbarIcoImg {
width: 16px;
height: 16px;
position: relative;
left: 3px;
margin-left: 0px;
top: 14.5%;
background-image: url(assets/rimetmII16x16.png);
}

.QLToolbarBtns:hover {
box-shadow: var(--globaltoolbar);
}

.QLToolbarBtns:active {
box-shadow: var(--globaltoolbaractive);
}

.InsiderFeature {
	display: none;
}

#helptabContent-1 {
    width: 216px;
    height: calc(100% - 30px);
}

#RHelpContent {
    margin: 10px 7px 7px 4px !important;
}

/* AUDIOPLAYER.CSS */

/* DigiShell Audio Player based from Remix Design | woaichidapi@163.com | Redesigned by JimmyCheung */

#RimetunesSection1 {
width: 100%;
height: 100%;
}
#RimetunesSection2 {
width: 340px;
height: 100%;
margin-left: 3px;
}

.audioplayer {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    padding: 0 5px;
    width: calc(100% - 12px);
    height: 15px;
    align-items: center;
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    border-radius: 0px;
    cursor: unset !important;
    position: relative;
    top: 1px;
    left: -2px;
}

.audioplayer-playpause > a {
  border: none !important;
}

.audioplayer-playpause:active {
box-shadow: var(--globaltoolbaractive) !important;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
box-shadow: none;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
box-shadow: var(--globaltoolbar);
}

.audioplayer-playing .audioplayer-playpause {
box-shadow: var(--globaltoolbaractive);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 0px;
    border-top: 5px solid transparent !important;
    border-right: none;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid var(--ButtonText) !important;
}

.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 6px;
    height: 9px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 2px;
    height: 9px;
    background-color: var(--ButtonText);
}

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 11px;
    color: white;
    position: absolute;
    bottom: 6px;
    z-index: 2;
    right: 0px;
}

.audioplayer-time-current {
    margin-right: 32px;
}

.audioplayer-time-duration {
    margin-right: 0px;
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 6px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: unset;
}

.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 100%;
    height: 7px;
    box-shadow: var(--globaltoolbaractive);
    
}

.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 3px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 7px;
    background: #fff0;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 7px;
    background: #00008000;
}

.audioplayer-bar-played::after, .audioplayer-volume-adjust div div::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -6px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 20px;
background: var(--ButtonFace) !important;
    box-shadow: var(--globalboxshadow);
    border-radius: 0px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    padding-top:6px;
    padding-bottom:6px;
}


.audioplayer-volume {
    display: flex;
    align-items: center;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 21px;
    height: 21px;
    cursor: unset !important; 
    position: relative;
    top: 1px;
}

.audioplayer-volume-button:hover {
        box-shadow: var(--globaltoolbar);
}

.audioplayer-volume-button a {
    display: flex;
    width: 21px;
    height: 21px;
    background-image: url(assets/iconset/default/RTunesVol.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: 3px 3px;
	    cursor: unset !important;
}

.audioplayer-mute .audioplayer-volume-button a {
    background-image: url(assets/iconset/default/RTunesVolMuted.png);
        background-position: 4px 4px;
}

.audioplayer-mute .audioplayer-volume-button, .audioplayer-mute .audioplayer-volume-button:hover {
    background-color: #fff0;
        box-shadow: var(--globaltoolbaractive);
}

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 7px;
    cursor: unset;
    box-shadow: var(--globaltoolbaractive);
}

.audioplayer-volume-adjust div div {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 4px;
    background-color: var(--Hilight);
}

/* end audioplayer */

/* Explorer */
.SysList {
        box-shadow: var(--field);
    background: var(--Window);
        overflow-x: hidden;
                font-family: var(--globalfont);
    font-size: 8pt;
        box-sizing: border-box;
    position: relative;
    overflow: auto;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    outline: 0;
    align-content: flex-start;
	
	    margin-left: 0px;
    padding: 4px;
    padding-left: 2px;
}


#ExplorerContents {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
}

.SysListIcon {
min-width: 72px;	
max-width: 78px;
    height: fit-content;
    margin-bottom: 22px;
	margin-left: 1px;
}

.ListIconImage {
        margin: 0 auto;
		margin-top: 2px;
    width: 32px;
    height: 32px;
    background-image: var(--DefaultFileIcon);
	        background-size: 100%;
}

.ListIconText {
    font-family: var(--globalfont);
    color: var(--WindowText);
    font-size: 8pt;
    margin-bottom: 0px;
    text-align: center;
    max-width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    padding: 1px 2px 2px 3px;
}

.SysListIcon.current > .ListIconText {
    background-color: var(--ButtonFace);
    color: var(--ButtonText);
}

.window.current > #windowcontent > .SysList > .SysListIcon.current > .ListIconText {
    background-color: var(--Hilight);
    color: var(--HilightText);
   outline: 1px dotted white;
    outline-offset: -1px; 
}

.SysList.SysListView3  {
    padding-top: 2px;
}
.SysList.SysListView3 > .SysListIcon > .ListIconImage {
	margin: unset;
    width: 16px;
    height: 16px;
}
.SysList.SysListView3 > .SysListIcon > .ListIconText {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0;
	text-align: unset;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}


.SysList.SysListView3 > .SysListIcon {
    height: fit-content;
		    width: 150px !important;
			max-width: unset;
    margin-bottom: 0px;
		    display: inline-flex;
}

.SysList.SysListView1 > .SysListIcon > .ListIconImage {
    width: 48px;
    height: 48px;
}


.SysList.SysListView4  {
    padding-top: 2px;
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        align-content: flex-start;
        flex-direction: column;
}
.SysList.SysListView4 > .SysListIcon > .ListIconImage {
	margin: unset;
    width: 16px;
    height: 16px;
}
.SysList.SysListView4 > .SysListIcon > .ListIconText {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0;
	text-align: unset;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.SysList.SysListView4 > .SysListIcon {
    height: fit-content;
		    width: 150px !important;
			max-width: unset;
    margin-bottom: 0px;
		    display: inline-flex;
}

#DesktopContents {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
	box-shadow: none !important;
		border: none !important;
	background: unset !important;
	        overflow: auto;
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        outline: 0;
        align-content: flex-start;
        flex-direction: column;
		z-index: -1;
				padding: 0px;
		padding-left: 0px;

}
#DesktopContents .SysListIcon.current > .ListIconText {
    background-color: var(--Hilight);
    color: var(--HilightText);
   outline: 1px dotted white;
    outline-offset: -1px; 
}

#DesktopContents > .SysListIcon > .ListIconText { 
    color: white;
}
#DesktopContents > .SysListIcon {
margin-left: 0px;
}
/* New xp start panel */

#StartPanelColumnStyle {
    display: none;
}

#Menu.StartPanelMode > #StartMenuClassicStyle {
    display: none;
}

#Menu.StartPanelMode {
    width: 380px;
    height: 400px;
	    padding: 0;
}

#Menu.StartPanelMode > #StartPanelColumnStyle {
    display: block;
}

#UserPane {

    position: relative;
    background: linear-gradient(90deg, var(--ActiveTitle), var(--GradientActiveTitle));
    height: 40px;
    margin: 3px;
    font-family: Tahoma !important;
    color: var(--TitleText);
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
}

#ProgList {
 padding: 4px 4px 4px 4px; 
    position: relative;
    background: var(--Menu);
    width: 187px;
    height: 290px;
box-sizing: border-box;
    margin-left: 3px;
border: none;
}

#PlacesList {
float: right;
    position: relative;
    background: var(--Menu);
    width: 187px;
    height: 320px;
box-sizing: border-box;
    margin-right: 3px;
 padding: 4px 0px 4px 4px; 
    box-shadow: inset 1px 0px var(--ButtonShadow), inset 2px 0px var(--ButtonHilight);
}

#MoreProgramsArea {
    position: relative;
    background: var(--Menu);
    width: 187px;
	height: 30px;
     padding: 0px 4px 0px 3px; 
box-sizing: border-box;
}

#LogoffPane {
box-sizing: border-box;
    position: relative;
    background: var(--Menu);
    box-shadow: inset 0px 1px var(--ButtonShadow), inset 0px 2px var(--ButtonHilight);
    height: 34px;
        margin: 3px;
    margin-top: 0;
 padding: 4px 0px 0px 0px; 
}


.StartPanelLink {
    color: var(--ButtonText);
    padding-top: 11px;
	padding-bottom: 12px;
	margin-left: 2px;
		margin-right: 2px;
				    margin-bottom: 4px;
    text-decoration: none;
    display: block;
}

.StartPanelLink.dapp {
    padding: 5px 0px;
}

.PlacesListLink {
    color: var(--ButtonText);
    padding-top: 7px;
	padding-bottom: 8px;
	margin-left: 2px;
		margin-right: 2px;
		    margin-bottom: 4px;
    text-decoration: none;
    display: block;
}

#ProgListSeparator {
margin-top: 4px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 0px;
box-shadow: inset 0px 1px var(--ButtonShadow), inset 0px 2px var(--ButtonHilight);
height: 2px;
}

#PlacesListSeparator {
margin-top: 4px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 0px;
box-shadow: inset 0px 1px var(--ButtonShadow), inset 0px 2px var(--ButtonHilight);
height: 2px;
}

.LogoffPaneLink {
    float: right;
    color: var(--ButtonText);
		padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 9px;
    display: inline-flex;
	line-height: 24px;
}

.LogoffPaneButtonIcon {
    background-image: url(assets/PowerBtns.png) !important;
     width: 24px;
    height: 24px;
    margin-right: 4px;

}

#UserPane span {
    position: relative;
    left: 8px;
    top: 8px;
}

#AllProgramsLink {
color: var(--ButtonText);
text-decoration: none;
display: block;
		height: 100%;
		    padding-top: 8px;
    box-sizing: border-box;
}

#AllProgramsText {
    margin-left: 35px;
}

.SPanelLinkTitles {
margin-left: 38px;
}

.PlacesLinkTitles {
    margin-left: 30px;
}

#ProgList .StartMenuMIcon {
position: absolute;
    margin-left: 3px;
    margin-top: -9px;
    width: 32px;
    height: 32px;
}

#ProgList .StartPanelLink.dapp .StartMenuMIcon {
position: absolute;
    margin-left: 3px;
    margin-top: -3px;
    width: 32px;
    height: 32px;
}

#ExplorerPlacesCategory {
    font-weight: bold;
}

.PlacesBarMIcon {
position: absolute;
    margin-left: 2px;
    margin-top: -5px;
    width: 24px;
    height: 24px;
        background-size: 24px;
}

.StartPanelLink:hover, #AllProgramsLink:hover, .LogoffPaneLink:hover, .PlacesListLink:hover  {
    background-color: var(--Hilight) !important;
    color: var(--HilightText) !important;
}

.StartPanelArrow {    
display: inline-flex;
    margin-left: 8px;
    font-family: Marlett;
    font-size: 10px; 
position: relative;
top: 1px;
    }
    
    .LogoffPaneLink:hover .LogoffPaneButtonIcon {
    background-position-y: -24px;
}

#ShutDownStartPanelIcon {
    background-position-x: 24px;
}

#LogoffStartPanelIcon {
    background-position-x: 48px;
}
    
    
#AllProgramsLink:hover .submenu {
display: block;
}

#AllProgramsLink .submenu {
display: none;	
z-index: 1;

    left: 120px;

}


#UserPaneTile {
display: none;
position: absolute;
}


#TilePhoto {
margin: 0px;
}

.UserPicture {
	width: 48px;
height: 48px;
background-size: 48px 48px !important;
background-color: transparent;
background-image: var(--UserTileImage);
}

/* Advanced color settings */


/* Appearance dropdowns */
#SchemeItemDropdownBox, #SchemeItemDropdownContainer {
    width: 189px;
}

#SchemeItemDropdownContainer {
    position: absolute;
    top: 276px;
    left: 14px;
}

#SchemeItemDropdownContainer::before {
    content: "Item:";
    position: absolute;
    top: -17px;
}

#schemecolorpickerBtn  {
    position: absolute;
    width: 18px;
    right: 63px;
    bottom:  92px;
    height: 20px;
	min-height: unset;
    	min-width: unset;
}

.colorpickerBtn::before, #colorpickerBtn::before {
    width: 0px;
    height: 13px;
    border-left: 1px solid var(--ButtonShadow);
    border-right: 1px solid var(--ButtonHilight);
        content: "";
    position: absolute;
    top: 3px;
    right: 10px;
}

.colorpickerBtn::after, #colorpickerBtn::after {
    text-indent: 0 !important;
        content: "u";
    font-family: MarlettR, Marlett;
        font-weight: normal;
    font-size: 10px;
    color: var(--ButtonText);
    text-shadow: none;
    position: absolute;
    bottom: 0px;
    right: 1px;
}

.colorpickerBtn.disabled::after {
 color: var(--ButtonShadow);
 text-shadow: 1px 1px var(--ButtonHilight);
}

#schemecolorpickerBtn2  {
    position: absolute;
    width: 18px;
    right: 15px;
    bottom:  92px;
    height: 20px;
	min-height: unset;
    	min-width: unset;
}


#schemecolorpickerBtn3  {
    position: absolute;
    width: 18px;
    right: 63px;
    bottom:  45px;
    height: 20px;
	min-height: unset;
    	min-width: unset;
}



/* Checkboxes from 98.css */
input[type=checkbox], input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0;
    border: none;
    margin: 0;
    opacity: 0;
}

input[type=checkbox]+label:before {
background-color: var(--Window);
    box-shadow: var(--field);
    content: "";
    display: inline-block;
    height: 13px;
    left: -19px;
    margin-right: 6px;
    position: absolute;
    width: 13px;
	top: 0px;
}

input[type=checkbox]+label, input[type=radio]+label {
    line-height: 21px;
}

input[type=checkbox]+label {
    margin-left: 19px;
    position: relative;
}

input[type=checkbox][disabled]+label:before {
    background-color: var(--ButtonFace);
}

input[type=checkbox]+label:active:before {
    background-color: var(--ButtonFace);
}

input[type=checkbox]:checked+label:after {
    content: "a";
	font-size: 16px;
	color: var(--WindowText);
	font-family: MarlettR;
    display: block;
    height: 7px;
    left: -20px;
    position: absolute;
    top: -4px;
    width: 7px;
}

:disabled+label {
    text-shadow: 1px 1px 0 var(--ButtonHilight);
color: var(--ButtonShadow);
}

input[type=checkbox][disabled]:checked+label:after {
	color: var(--ButtonShadow);
	text-shadow: none;
}

input[type=radio]+label {
    margin-left: 18px;
    position: relative;
}

input[type=radio]+label:before {
background-color: var(--Window);
    box-shadow: inset -1px -1px var(--ButtonHilight), inset 1px 1px var(--ButtonShadow), inset -1.5px -1.5px var(--ButtonLight), inset 1.7px 1.7px var(--ButtonDkShadow);
content: "";
    position: absolute;
    top: 0;
    left: -19px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
	border-radius: 50%;
}

input[type="radio"]:active + label::before {
    background-color: var(--ButtonFace);
}

input[type=radio]:checked+label:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    top: 4px;
    left: -15px;
    position: absolute;
		border-radius: 50%;
    background: var(--ButtonText);
}

input[type="radio"]:focus + label,
input[type="checkbox"]:focus + label {
  outline: 1px dotted #000000;
}

input[type="radio"][disabled] + label::before {
    background-color: var(--ButtonFace);
}

input[type="radio"][disabled]:checked + label::after {
    background: var(--ButtonShadow);
}


.groupbox {
	padding: 5px;
	margin: 0px;
	margin-left: 8px;
	margin-right: 11px;
	position: absolute;
border: 1px solid var(--ButtonShadow);
	box-shadow: inset 1px 1px var(--ButtonHilight), 1px 1px var(--ButtonHilight);
}

.groupboxLabel {
	background-color: var(--ButtonFace);
}

.ui-resizable-helper {
	position: absolute;
	z-index: 0 !important;
	border: 1px dotted black;
}

  .ui-tooltip {
    padding: 2px;
    background-color: var(--InfoWindow);
    color: var(--InfoText);
      border: 1px solid var(--WindowFrame);
    border-radius: 0px;
    font-family: var(--buttonfont);
    box-shadow: none;
      animation: none;
      font-size: 8pt;
  }
  
  #dummy {
	  position:relative;height:16px;
  }
  
  
  
  
  
  
  
  
  .RebarBand {
    height: 24px;
    box-shadow: inset 1px 0px var(--ButtonShadow), inset 2px 0px var(--ButtonHilight), inset -1px 0px var(--ButtonHilight), inset -2px 0px var(--ButtonShadow), inset 0px 1px var(--ButtonShadow), inset 0px 2px var(--ButtonHilight);
}

.RebarItem {
    height: 22px;
    position: relative;
    display: inline-flex;
line-height: 22px;
    text-indent: 3px;
            left: unset !important;
        bottom: unset !important;
        top: unset !important;

        margin-top: 2px;
    margin-left: -3px;
padding-left: 4px;
padding-right: 4px;
}

.RebarItemNo1 {
    margin-left: 2px;
}

.RebarBand.MenuBand > .RebarItem  {
    height: 21px;
    position: unset !important;
    display: inline-block;
line-height: 22px;
    text-indent: 0px;
            left: unset !important;
        bottom: unset !important;
        top: unset !important;
        margin-left: -3px;
        margin-top: 2px;
    padding-left: 8px;
padding-right: 8px;
}

.RebarBand.MenuBand > .RebarItem.RebarItemNo1  {
        margin-left: 2px;
}

.RebarItem:hover {
box-shadow: var(--globaltoolbar);
}

.RebarItem:active, .RebarItem.pressed {
box-shadow: var(--globaltoolbaractive);
}

.RebarItemIco16 {
    width: 16px;
height: 16px;	
position: relative;
background-image: url(assets/rimetmII16x16.png);
top: 3px;
left: 0px;


}



#InterGoButton {
    padding-right: 7px;
}

#interaddress {
    display: inline-flex;
        height: 22px;
    position: relative;
line-height: 24px;
    text-indent: 5px;
            left: unset !important;
        bottom: unset !important;
        top: unset !important;
        margin-top: 0px;
    margin-left:1px;
padding-right: 2px;
    width: calc(100% - 52px);
}

#addressbar {
    width: 100% !important;
    height: 22px;
}

label[for=addressbar] {
    position: relative;
        top: -1px !important;
    font-family: var(--globalfont) !important;
}
  
  /* go button */
#GoToolbarBtnIco {
    background-image: url(assets/iconset/default/InterGo.png);
            background-position: 0px 0;
			        width: 16px;
height: 16px;	
top: 3px;
left: 0px;
}

.RebarItem:hover > #GoToolbarBtnIco {
    background-image: url(assets/iconset/default/InterGo.png);
        background-position-y: -16px;
}
  
  #Rimet32Ico {
	  background-image: url(assets/rimetmII32x32.png);
  }
  
  
  #LogonPage {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}



.LameButton {
	font-size: 8pt !important;
    text-indent: unset;
    font-weight: normal;
    text-decoration: underline;
    float: right;
    margin-right: 4px;
    line-height: unset;
    height: 100%;
		text-shadow: none;
		cursor: pointer;
}



.WizardPage {
height: 314px;
width: 100%;

}

.WizardPage.exterior {
background-color:  var(--Window);
color: var(--WindowText);
}

.WizardFooter {
    box-shadow: inset 0px 1px var(--ButtonShadow), inset 0px 2px var(--ButtonHilight);
height: 49px;
width: 100%;
}

.WizardTextTitle {
font-family: Verdana;
font-size: 12pt;
position: absolute;
top: 13px;
left: 173px;
font-weight: bold;
margin-right: 44px;
}

#WizardWatermark {
background-image: url(assets/install.png);
}

.WizardHeader {
    box-shadow: inset 0px -1px var(--ButtonHilight), inset 0px -2px var(--ButtonShadow);
background-color: var(--Window);
color: var(--WindowText);
background-image: url(assets/SetupWizardHeaderIcon.png);
background-size: 49px 49px;
background-repeat: no-repeat;
background-position: 444px 5px;
height: 61px;
width: 100%;
}

.WizardHeaderDesc {
	    width: 400px;
    display: block;
	position: relative;
	top: 14px;
	left: 45px;
}

.WizardHeaderTitle {
	font-family: MS-Sans-Serif-Bold;
}

.ListItem.current {
background: var(--Hilight);
color: var(--HilightText);
        outline: 1px dotted #fff;
    outline-offset: -1px;
}

.ProgressBar.segment {
	    box-shadow: var(--globaltoolbaractive);
	    background-color: var(--ButtonFace);
		height: 18px;
		position: absolute;
		    box-sizing: border-box;
    padding: 2px;
}
.ProgressBarProgress.segment {
  background-color: transparent;
  background-image: linear-gradient(90deg, var(--Hilight) 0 8px, transparent 0 2px );
  background-repeat: repeat;
  background-size: 10px 100%;
  }
  
.ProgressBar {
    box-shadow: var(--globaltoolbaractive);
	    background-color: var(--ButtonFace);
		height: 18px;
		position: absolute;
		    box-sizing: border-box;
    padding: 2px;
}

.ProgressBarProgress {
	    background-color: var(--Hilight);
		height: 100%;
}

#MenuStylePreviewContainer {
box-shadow: var(--field);
padding: 1px;
}

#MenuStylePreviewImage {
background-image: url(assets/CPLClassicStartMenuPreview.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}

#TaskbarTaskbandsPreviewContainer {
box-shadow: var(--field);
padding: 1px;
}

#TaskbarTaskbandsPreviewImage {
background-image: url(assets/CPLTaskbarPreview.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}

#TaskbarTrayPreviewContainer {
box-shadow: var(--field);
padding: 1px;
}

#TaskbarTrayPreviewImage {
background-image: url(assets/CPLTaskbarTrayPreview.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}

.StatusBar {
	height: 17px;
	margin-top: 2px;
	display: flex;
	align-items: flex-end;
			    background-color: var(--ButtonFace);
}

.StatusBarPart {

	height: 100%;
	/* no width as you must define that in the app */
		    background-color: var(--ButtonFace);
box-sizing: border-box;
padding: 2px 4px;
    box-shadow: var(--globaltoolbaractive);	
			 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}

/* normal pane type */
.StatusBarPart:not(:last-child) {
		margin-right: 2px;
}
/* Gripper pane type */
.StatusBarPart:last-child {
  	margin-right: 0px !important;
}

.StatusBarPart:last-child::after {
  	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	right:1px;
	bottom:0;
}

#SysdmComputerImage {
    width: 118px;
    height: 113px;
    position: absolute;
    top: 42px;
    left: 45px;
    background: url(assets/SystemPropertiesMonitor.png);
}


/* fallback thingy */
.BugCheck {
background-color: black;
color: gray;
font-size: 6pt;
letter-spacing: -1px;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
z-index: 1000001;
font-family: vga80x50;
cursor: none;
}

.BugCheck span {
	position: relative;
	top: 9px;
}

iframe {
	font-family: var(--buttonfont);
	font-size: 8pt;
}

::-moz-selection {
background: var(--Hilight);
color: var(--HilightText);
}

::selection {
background: var(--Hilight);
color: var(--HilightText);
}

#CommandConsoleDisplay span {
width:100%;	
}