﻿* { margin:0px; padding:0px;}
body { background-color:#ffffff; font-size:0.8em; color:#282828; font-family: Tahoma, Arial, Helvetica, sans-serif; overflow-y:scroll; }

/* -a----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
a { cursor:pointer; color:#009900; text-decoration: none; /*-webkit-touch-callout: none;    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;*/}
a img   {border:0px;}
/* h */

/* -h1-h2-h3-h4-h5-h6-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
h1  {font-size:1.5em; padding-top:18px;}
h2  {font-size:1.3em; padding-top:5px;}
h3  {font-size:1.1em; padding-top:3px; color:#282828;}
h4  {font-size:0.9em; padding-top:1px;}
h5  {font-size:0.7em; }
h6  {font-size:0.5em; }

/* -p----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
p {color:#323232; padding-bottom:3px;}

/* -br----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
br { clear:both; height:10px;}

/* -hr----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
hr { clear:both; height:1px; background-color:#cfcfcf; padding:0px; border:0px; margin-bottom:10px;}

/* -table----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
table { height:0px; margin:0px; border:0px; padding:0px;}
table tr td {vertical-align: top;}

/* -pre----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
pre { clear:both; margin-right:10px;margin-bottom:0px; border:#cfcfcf 0px solid;border-radius: 0px 0px 0px 0px;padding:5px;padding-top:2px;padding-bottom:2px;background-color:#e6e6e6;}

/* -li----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
li { margin:0px; padding:0px; }
li ol {margin:0px; padding:0px; }
li .ListBox {margin-left:0px;}
li .ListBoxOn {margin-left:0px;}

/* -ol----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
ol {margin:0px; padding:0px; }
ol li { margin:0px; padding:0px; }
ol li ol { margin-right:0px; padding-right:0px;}

/* -input----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
input[type="button"] {border:1px #cfcfcf solid;padding-left:5px; padding-top:2px;padding-right:5px; padding-bottom:2px;color:#009900; background-color:#e6e6e6;}
input[type="button"]:hover {cursor:pointer; border:#282828 0px solid;color:#ffffff; background-color:#0076e6;}
input[type="submit"] { border:#cfcfcf 1px solid;padding-left:5px; padding-top:2px;padding-right:5px; padding-bottom:2px;color:#009900; background-color:#e6e6e6; }
input[type="submit"]:hover { border:#282828 1px solid;color:#009900; background-color:#323232; }
input[type="range"] { margin-right:10px; height:20px; width:200px; margin-bottom:0px;-webkit-appearance: none;background-color:transparent;}
input[type="range"]::-webkit-slider-runnable-track {height: 5px;background: #e6e6e6;border: none;border-radius: 0px;}
input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none;border: none; height: 15px;    width: 15px;    border-radius: 50%;    background: #009900;    margin-top: -5px;}
input[type="range"]:focus {outline: none;}
input[type="range"]:focus::-webkit-slider-runnable-track {background: #ccc;}
input[type="range"]::-moz-range-track {height: 5px;background: #e6e6e6;border: none;border-radius: 0px;}
input[type="range"]::-moz-range-thumb {border: none;height: 15px;width: 15px;border-radius: 50%;background:#009900;}
input[type="range"]:-moz-focusring{outline: 1px solid white;outline-offset: -1px;}
input[type="range"]::-ms-track {
    height: 5px;    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;}
input[type="range"]::-ms-fill-lower {background: #cfcfcf;border-radius: 0px;}
input[type="range"]::-ms-fill-upper {background: #e6e6e6;border-radius: 0px;}
input[type="range"]::-ms-thumb {border:none; height:15px;width: 15px;border-radius:50%;background-color:#009900;}
input[type="range"]:focus::-ms-fill-lower {background: #888;}
input[type="range"]:focus::-ms-fill-upper {background: #ccc;}

/* -input----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
textarea { /*height:150px; width:200px; padding-left:3px; border:#cfcfcf 1px solid;*/}
.textarea {height:70px; width:200px;margin-bottom:10px;border:#cfcfcf 1px solid;}

/* -iframe----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
video { width: 100%; height: 100%; background-color:#323232; border:#cfcfcf 0px solid;padding:0px;}
video:hover {color:#009900; }

/* -iframe----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
iframe {border:#cfcfcf 0px solid;}

/* -Fieldset----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
fieldset { clear:both; margin-right:10px;margin-bottom:20px; border:#cfcfcf 1px solid;padding-left:10px;padding-top:10px;border-radius: 0px 0px 0px 0px; }
fieldset legend { height:20px;border:#cfcfcf 0px solid;padding:5px;padding-bottom:0px;border-radius: 0px 0px 0px 0px; background-color:#e6e6e6; }
fieldset .Info { height:20px;margin-top:-40px;border:#cfcfcf 0px solid; padding:5px;padding-bottom:0px;float:right; border-radius: 0px 0px 0px 0px; background-color:#e6e6e6; }
fieldset .Text {margin-right:10px; margin-bottom:10px;border:0px;padding:10px;background-color:#e6e6e6;}
fieldset .TextBox {margin-right:10px; margin-bottom:10px;}
fieldset .Editor {margin-right:10px; margin-bottom:10px;}
fieldset .Editor table { width:auto;}
fieldset .Editor table table { width:100%;}
fieldset .DropDownList {margin-right:10px; margin-bottom:10px;}
/*fieldset .FileSelect {margin-left:0px;margin-right:10px;margin-bottom:10px;}*/
fieldset hr { margin-left:-10px;}
fieldset textarea {/* height:150px; width:200px;margin-bottom:10px; border:#cfcfcf 1px solid; padding-left:3px;*/}
fieldset .GalleryBox { margin-left:0px; margin-top:0px; margin-bottom:10px; float:left;}
fieldset ul li .ListBox {margin-left:-10px;/*margin-bottom:-10px;*/}
fieldset ul:last-child li:last-child .ListBox {margin-bottom:0px;}
fieldset ul li .ListBoxOn {margin-left:-10px;}
fieldset li .ListBox {margin-left:0px;}
fieldset li .ListBoxOn {margin-left:0px;}
fieldset .InfoBox { margin-left:-10px; }
fieldset .InfoBox h1 {}
fieldset .ErrorInfoBox { margin-left:-10px; display:none; }
fieldset .ErrorInfoBox h1 {}
fieldset .ScrollBox { max-height:250px;margin-left:-10px; border-top:#cfcfcf 1px solid; overflow-y:scroll; }
fieldset .ScrollBoxAuto { max-height:250px;margin-left:-10px; border-top:#cfcfcf 1px solid; overflow-y:auto; }
fieldset .Maps { margin-right:10px; margin-bottom:10px;}
@media screen and (min-width:1040px) {
    fieldset .FlexSplit {margin-left:-10px;display:flex;flex-direction: row; border-top:1px #cfcfcf solid;}
}

.TextBox { height:20px; width:200px; padding-left:3px; border:#cfcfcf 1px solid; /* background-color:#e6e6e6;*/}
.DropDownList { height:20px; width:200px; padding-left:3px; border:#cfcfcf 1px solid; /* background-color:#e6e6e6;*/}
.Button { clear:both; min-width:30px; padding:3px; border:#cfcfcf 1px solid;}
.Button:hover {}
.ButtonEnter { clear:both; width:100%; padding:3px; border:#cfcfcf 1px solid;}
.ButtonEnter:hover {}
.activated { background-color:#cfcfcf; }
.active { background-color:#cfcfcf; }

/* -DisplayNone----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.DisplayNone { display:none;}


/* -FileSelect----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.FileSelect {}
.FileSelect .FileSelectListItem {display:flex; flex-direction:row;flex-wrap:wrap;align-items:center;}
.FileSelect .FileSelectListItem .FileSelectItem { flex:none; height:auto; width:120px; margin-left:0px;margin-bottom:10px; margin-right:10px; border:#cfcfcf 1px solid;}
.FileSelect .FileSelectListItem .FileSelectItem:last-child { margin-right:0px;}
.FileSelect .FileSelectListItem .FileSelectItem img {height:120px;width:120px; }
.FileSelect .FileSelectListItem .FileSelectItem input[type="button"] { width:120px; border:#cfcfcf 0px solid; border-top:#cfcfcf 1px solid; color:#009900; }
.FileSelect .FileSelectListItem .FileSelectItem input[type="button"]:nth-child(2n+1){margin-top:-3px;}
.FileSelect .FileSelectListItem .FileSelectItem input[type="button"]:hover {background-color:#0076e6; color:#ffffff;}
.FileSelect input[type="text"] { display:none;}

/* -Maps----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Maps {z-index:0;}

/* -VolumeBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.VolumeBox {float:left;height:35px; display:block; margin-right:0px; border-left:0px #cfcfcf solid;border-right:0px #cfcfcf solid; }
.VolumeBox input[type="range"] {height:30px; width:150px;margin-right:0px; border-left:0px #cfcfcf solid;border-top:5px #323232 solid;border-right:0px #cfcfcf solid; padding-left:10px; padding-right:10px;}
.VolumeBox input[type="range"]:hover { border-top:5px #282828 solid;background-color:#282828; }
.VolumeBox .VolumeUp_Button { height:30px; width:30px;margin-right:0px; border-left:0px #cfcfcf solid;border-top:5px #323232 solid;border-right:0px #cfcfcf solid;background-image:url('');background-size:25px 20px;background-repeat:no-repeat;background-position:center; }
.VolumeBox .VolumeUp_Button:hover { background-color:#282828;border-top:5px #282828 solid; }
.VolumeBox .VolumeDow_Button { height:30px; width:30px;margin-right:0px; border-left:0px #cfcfcf solid;border-top:5px #323232 solid;border-right:0px #cfcfcf solid;background-image:url('');background-size:25px 20px;background-repeat:no-repeat;background-position:center; }
.VolumeBox .VolumeDow_Button:hover { background-color:#282828;border-top:5px #282828 solid; }

/* -VideoPlayer_body----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
#VideoPlayer_body { width: 100%; height: 100%; background-color:#282828; padding:0px;}
#VideoPlayer_body:hover .PlayerBar { opacity:1;transition:opacity 1s linear;}
#VideoPlayer_body:hover .Start .Circle { border:5px solid #009900;}
#VideoPlayer_body:hover .Start .ArrowRight {border-left-color:#009900;}
    
    /* -Start----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #VideoPlayer_body .Start { width:100%;height:100%;background-color:rgba(0, 0, 0, 0.30);position:fixed;z-index:110;}
    #VideoPlayer_body .Start .Circle { margin-left:auto; margin-right:auto; width:30px;height:30px;border:5px solid #cfcfcf;border-radius: 100% 100% 100% 100%;background-color:#323232;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.43);}
    #VideoPlayer_body .Start .Circle:hover { background-color:#282828;}
    #VideoPlayer_body .Start .ArrowRight { width:0; height:0; margin-left:auto;margin-right:auto;border-top:60px solid transparent; border-bottom: 60px solid transparent; border-left: 60px solid #cfcfcf;}
    
    /* -TopBar----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #VideoPlayer_body .TopBar { top:0px;position:fixed; height:20px; width:100%; padding-left:10px; padding-top:5px; padding-right:10px;padding-bottom:2px;border-bottom:#cfcfcf 0px solid; background-color:#323232; z-index:110; color:#ffffff;}

    /* -PlayerBar----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #VideoPlayer_body .PlayerBar { height:35px;width:100%; border-top:#cfcfcf 1px solid;background-color:#323232;position:fixed;z-index:100;bottom:0px;opacity:0; display:none; }
    #VideoPlayer_body .PlayerBar .Progress_Canvas { left:0px; height:16px; width:100%;background-color:transparent; position:absolute; margin-top:-10px;}
    #VideoPlayer_body .PlayerBar .Line_Input { width:100%; margin-top:-5px;position:absolute;}
    #VideoPlayer_body .PlayerBar button {height:35px; /*float:right;*/ /*display:block;*/ margin:0px; padding:0px;border-left:0px #cfcfcf solid;border-top:5px #323232 solid;border-right:0px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-left:0px;padding-right:20px; color:#009900; background-color:#323232; }
    #VideoPlayer_body .PlayerBar button:first-child { border-left:0px #cfcfcf solid;}
    #VideoPlayer_body .PlayerBar button:last-child { border-right:0px #cfcfcf solid;}
    #VideoPlayer_body .PlayerBar button:hover {color:#009900; border-top:5px #282828 solid;background-color:#282828; }
    #VideoPlayer_body .PlayerBar #PlayPause_button { width:40px; margin-right:10px; border-left:0px #cfcfcf solid;border-right:0px #cfcfcf solid;background-image:url(''); background-size:35px 20px;background-repeat:no-repeat;background-position:center; }
    #VideoPlayer_body .PlayerBar #PlayPause_button:hover { background-color:#282828; }
    #VideoPlayer_body .PlayerBar #Fullscreen_Button { float:right; width:30px; border-left:0px #cfcfcf solid;border-right:0px #cfcfcf solid;background-image:url(''); background-size:25px 25px;background-repeat:no-repeat;background-position:center; }
    #VideoPlayer_body .PlayerBar #Fullscreen_Button:hover { background-color:#282828;}

    /* -VolumeBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #VideoPlayer_body .PlayerBar .VolumeBox .VolumeUp_Button { }
    #VideoPlayer_body .PlayerBar .Volume_Button { right:50px; position:absolute;height:30px;width:30px;}
        
        /* -VolumeBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
        #VideoPlayer_body /*.VolumeBox {right:54px; height:145px;width:23px; margin-top:-180px; border:#cfcfcf 1px solid;z-index:121;position:absolute; background-color:#FFFFFF; display:none;}*/
        #VideoPlayer_body /*.VolumeBox */ input[type=range] { width:130px;height:10px; padding:7px; /*writing-mode:bt-lr; /* IE -webkit-appearance: slider-vertical; /* WebKit */}
        #VideoPlayer_body /*.VolumeBox img { margin-left:-25px; margin-top:145px; position:absolute;}*/

    /* -Fullscreen_Button----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #VideoPlayer_body .PlayerBar .Fullscreen_Button { right:10px; position:absolute;height:30px;width:30px;}

/* -FlexSplit----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.FlexSplit {flex-direction: column; }
@media screen and (min-width:1040px) {
    .FlexSplit {display:flex;flex-direction: row; border-top:1px #cfcfcf solid;}
    .FlexSplit div:first-child { border-left:0px #cfcfcf solid;}
    .FlexSplit .Flex1 { border-left:1px #cfcfcf solid; padding-top:10px; padding-left:10px; }
    .FlexSplit .Flex2 { border-left:1px #cfcfcf solid;padding-top:10px; padding-left:10px; }
}

/* -Flex----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Flex1 {}
@media screen and (min-width:1040px) {
    .Flex1 {flex:1; }
}
.Flex2 { }
@media screen and (min-width:1040px) {
    .Flex2 {flex:2; }
}
.Flex3 { }
@media screen and (min-width:1040px) {
    .Flex3 {flex:3; }
}


/* -ML-Netservice-Topbox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ML-Netservice-TopBarBg { color:#282828; height:35px; width:100%; background-color:#323232; top:0px;z-index:100;position:fixed; }
.ML-Netservice-TopBarBg .activated {background-color:#0076e6;}
.ML-Netservice-TopBarBg .ML-Netservice-NotificationsLine a {font-size:1.3em;}
.ML-Netservice-TopBarBg .ML-Netservice-NotificationsLine a:hover {background:#0076e6; color:#FFFFFF;}
.ML-Netservice-TopBarBg .ML-Netservice-TopBarMenu a {height:25px;font-size:1.3em;padding-left:10px; padding-top:10px;padding-right:10px; }
.ML-Netservice-TopBarBg .ML-Netservice-TopBarMenu a:hover {background-color:#0076e6;color:#ffffff;}
.ML-Netservice-TopBarBg .ML-Netservice-TopBarMenu a img { height:17px; width:17px; margin-bottom:-2px;}
    .ML-Netservice-Topbox { margin-left:10px; margin-right:10px;}
    @media screen and (min-width:700px) {
        .ML-Netservice-Topbox {margin-left:20px; margin-right:20px; }
    }
    .ML-Netservice-logo { float:left;height:30px;width:140px;padding-left:0px; padding-top:5px;padding-right:10px; }
    .ML-Netservice-logo:hover {}
    .ML-Netservice-logo a { font-size:1.3em;height:30px; font-size:1.3em; margin-top:-5px; padding-top:5px; display:block;; }
    .ML-Netservice-logo a:hover {background:#0076e6; color:#FFFFFF;}
    .ML-Netservice-logo a img { margin-bottom:-4px; }
    .ML-Netservice-NotificationsLine a {display:block; float:left;height:25px;padding-left:10px; padding-top:10px;padding-right:10px; color:#ffffff;}
    .ML-Netservice-NotificationsLine a:hover {background:#0076e6; color:#FFFFFF;}
    .ML-Netservice-NotificationsLine img { height:17px; width:17px; margin-bottom:-2px;}
    .ML-Netservice-TopBarMenu { float:right; }
    .ML-Netservice-TopBarMenu ul {  margin-top:0px;float:left; display:none; }
    @media screen and (min-width:1400px)
    {
        .ML-Netservice-TopBarMenu ul {display:block; }
    }
    .ML-Netservice-TopBarMenu ul li { float:left; list-style:none; }
    .ML-Netservice-TopBarMenu ul li:hover ul { display:block; }
    .ML-Netservice-TopBarMenu ul li a { font-size:1.3em; padding-left:10px;padding-top:8px; padding-right:10px; display:block;}
    .ML-Netservice-TopBarMenu ul li a:hover {background:#0076e6; color:#FFFFFF; }
    .ML-Netservice-TopBarMenu ul li a img { margin-bottom:-6px; font-size:1.3em; }
    .ML-Netservice-TopBarMenu ul li ul { display:none; float:none; background-color:#3e74ce; }
    .ML-Netservice-TopBarMenu ul li ul li { margin-top:8px; padding:0px; background-color:#323232; }
    .ML-Netservice-TopBarMenu ul li ul li a { }
    .ML-Netservice-TopBarMenu a {display:block; float:left;height:25px;padding-left:10px; padding-top:10px;padding-right:10px;}
    .ML-Netservice-TopBarMenu a:hover {}
    .ML-Netservice-TopBarMenu img { height:17px; width:17px; margin-bottom:-2px;}
    
        .ML-Netservice-TopBarSearch { margin-left:20px; margin-top:9px; border-left:#cfcfcf 1px solid;border-right:#cfcfcf 1px solid;float:left;float:left; /*background-image:url(http://ml-netservice.com/Style/SearchBG.gif);*/background-color:#e6e6e6;}
        .ML-Netservice-Search { height:26px; width:295px; padding-left:5px; border:0px; float:left; background-color:rgba(0, 0, 0, 0.0); }
        /*.ML-Netservice-SearchButton { height:26px; width:34px; border:0px; /*background-image:url(http://ml-netservice.com/Style/SearchButton.gif); }*/

/* -ML-Netservice-Topbox--> -TopBarNotificationsBox-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
   .ML-Netservice-TopBarBg #TopBarNotificationsBox { display:none; float:left; position:fixed; min-height:250px; top:35px; margin-top:19px;border-top:#cfcfcf 1px solid;border-bottom:#cfcfcf 1px solid; background-color:#FFFFFF; }
   .ML-Netservice-TopBarBg #TopBarNotificationsBox #TopBarNotificationsBoxDow { border-left:#cfcfcf 1px solid;border-right:#cfcfcf 1px solid;border-bottom:#cfcfcf 1px solid;}
   .ML-Netservice-TopBarBg #TopBarNotificationsBox #TopBarNotificationsBoxMessages {height:250px; border-left:#cfcfcf 1px solid;border-right:#cfcfcf 1px solid;}
   .ML-Netservice-TopBarBg #TopBarNotificationsBox #TopBarNotificationsBoxNotifications {width:450px; border-left:#cfcfcf 1px solid;border-right:#cfcfcf 1px solid;border-bottom:#cfcfcf 0px solid;}
   @media screen and (min-width:800px)
    {
        .ML-Netservice-TopBarBg #TopBarNotificationsBox #TopBarNotificationsBoxNotifications { width:655px; }
    }
   .ML-Netservice-TopBarBg #TopBarNotificationsBox #TopBarNotificationsBoxHelpCenter { height:100%; width:100%; border-left:#cfcfcf 1px solid;border-right:#cfcfcf 1px solid;border-bottom:#cfcfcf 1px solid;}

/* -TopBarNotificationsBoxDow--> -ML-Netservice-PageMenu----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #TopBarNotificationsBoxDow .MinSide__background_infostor {}
    #TopBarNotificationsBoxDow .MinSide__background_infostor .MinSide__infostor img {height:12px; width:25px; margin-left:156px; margin-top:-12px; border:#cfcfcf 0px solid; position:absolute;z-index:20;}
    #TopBarNotificationsBoxDow .MinSide__background_infostor .MinSide__text_infostor { margin:0px; padding:0px;}
    #TopBarNotificationsBoxDow .ML-Netservice-PageMenuBox { flex:none;}
    #TopBarNotificationsBoxDow .ML-Netservice-PageMenuBox .ML-Netservice-logo {float:none;height:30px;width:175px;background-color:#323232; }
    #TopBarNotificationsBoxDow .ML-Netservice-PageMenuBox .ML-Netservice-logo:hover {background-color:#282828; }
    #TopBarNotificationsBoxDow .ML-Netservice-PageMenuBox .ML-Netservice-logo a img { margin-left:10px; }
    #TopBarNotificationsBoxDow .Vertical {  height:35px;width:326px; transform: rotate(-90deg); margin-top:145px;margin-left:-145px;margin-right:-135px;margin-bottom:0px;padding:0px; background-color:#323232;}
    #TopBarNotificationsBoxDow .Vertical:first-child  {margin-right:-135px;}

    #TopBarNotificationsBoxDow .ML-Netservice-PageFrame .Vertical .ML-Netservice-PageMenu {height:35px; width:100%;position:absolute;}

    #TopBarNotificationsBoxDow .Vertical .ML-Netservice-PageMenu .ML-Netservice-logo { width:100%; padding-right:0px;}
    #TopBarNotificationsBoxDow .Vertical .ML-Netservice-PageMenu .ML-Netservice-logo a{ height:100%; width:100%; display:block;}
    #TopBarNotificationsBoxDow .ML-Netservice-PageFrameMenu {height:100%;width:185px; margin-right:10px; position:absolute;background-color:#e6e6e6; }
    #TopBarNotificationsBoxDow .ML-Netservice-PageFrame .ML-Netservice-PageMenu {height:auto;width:185px; margin-right:20px; position:static; }
    #TopBarNotificationsBoxDow .ML-Netservice-PageFrame .ML-Netservice-PageMenuBox:last-child .ML-Netservice-PageMenu { margin-right:0px; }
    @media screen and (min-height:600px)
        {
        }

/* -TopBarNotificationsBoxMessages--> -WorkplaceInternal----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #TopBarNotificationsBoxMessages .MinSide__background_infostor { width:300px;}
    #TopBarNotificationsBoxMessages .MinSide__background_infostor .MinSide__infostor img {height:12px; width:25px; margin-left:192px; margin-top:-12px; border:#cfcfcf 0px solid; position:absolute;z-index:20;}
    #TopBarNotificationsBoxMessages .MinSide__background_infostor .MinSide__text_infostor { height:220px; margin:0px; padding:0px; overflow-y:scroll;overflow-x:hidden;}
    #TopBarNotificationsBoxMessages a:last-child .WorkplaceInternal {border-bottom:#cfcfcf 0px solid;}
    #TopBarNotificationsBoxMessages .WorkplaceInternal {clear:both; height:70px; margin-left:-0px; border-left:#cfcfcf 0px solid; border-top:#cfcfcf 0px solid; border-right:#cfcfcf 0px solid; border-bottom:#cfcfcf 1px solid; padding:0px; }
    #TopBarNotificationsBoxMessages .WorkplaceInternal:first-child div { height:50px; padding:10px;}
    #TopBarNotificationsBoxMessages .WorkplaceInternal img { height:50px; width:50px; margin-right:10px; float:left; }
    #TopBarNotificationsBoxMessages .WorkplaceInternal h3 { width:185px; margin-top:-3px; padding-top:0px; padding-right:10px; float:left;font-size:90%; /*background-color:#e6e6e6;*/ }
    #TopBarNotificationsBoxMessages .WorkplaceInternal p {font-size:80%;}

/* -TopBarNotificationsBoxNotifications--> -WorkplaceInternal----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #TopBarNotificationsBoxNotifications:first-child .MinSide__background_infostor { width:615px;}
    #TopBarNotificationsBoxNotifications .MinSide__background_infostor .MinSide__infostor img {height:12px; width:25px; margin-left:229px; margin-top:-12px; border:#cfcfcf 0px solid; position:absolute;z-index:20;}
    #TopBarNotificationsBoxNotifications .MinSide__background_infostor .MinSide__text_infostor { height:250px; margin:0px; padding:15px;}
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageMenuBox { float:left; width:175px;}
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageMenuBox .ML-Netservice-logo {float:none;height:30px;width:175px;background-color:#323232; }
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageMenuBox .ML-Netservice-logo:hover {background-color:#282828; }
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageMenuBox .ML-Netservice-logo a img { margin-left:10px; }
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageFrame {width:185px; margin-left:0px; padding-top:0px; background-color:#e6e6e6; }
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageFrameMenu {width:185px; background-color:#e6e6e6; }
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageFrameContent .MinSide__background_infostor { height:250px;width:415px;border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid;border-bottom:#cfcfcf 1px solid;}
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageFrameContent .MinSide__background_infostor .MinSide__text_infostor { height:220px;margin:0px; padding:0px;overflow-y:auto;overflow-x:hidden;}
    #TopBarNotificationsBoxNotifications .ML-Netservice-PageFrameContent .MinSide__background_infostor .MinSide__text_infostor .RightList {border-top:#cfcfcf 1px solid;border-bottom:#cfcfcf 0px solid;  }

    #TopBarNotificationsBoxNotifications a:last-child .WorkplaceInternal {border-bottom:#cfcfcf 0px solid;}
    #TopBarNotificationsBoxNotifications .WorkplaceInternal {clear:both; height:70px; margin-left:-0px; border-left:#cfcfcf 0px solid; border-top:#cfcfcf 0px solid; border-right:#cfcfcf 0px solid; border-bottom:#cfcfcf 1px solid; padding:0px; }
    #TopBarNotificationsBoxNotifications .WorkplaceInternal:first-child div { height:50px; padding:10px;}
    #TopBarNotificationsBoxNotifications .WorkplaceInternal img { height:50px; width:50px; margin-right:10px; float:left; }
    #TopBarNotificationsBoxNotifications .WorkplaceInternal h3 { width:185px; margin-top:-3px; padding-top:0px; padding-right:10px; float:left;font-size:90%; /*background-color:#e6e6e6;*/ }
    #TopBarNotificationsBoxNotifications .WorkplaceInternal p {font-size:80%;}

/* -TopBarSettingsNotifications--> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #TopBarSettingsNotifications_A { display:none;}
    @media screen and (min-width:1450px)
    {
        #TopBarSettingsNotifications_A {display:block; }
    }

/* -TopBarNotificationsBoxHelpCenter--> -WorkplaceInternal----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    #TopBarNotificationsBoxHelpCenter .MinSide__background_infostor:first-child {height:100%;}
    #TopBarNotificationsBoxHelpCenter .MinSide__background_infostor .MinSide__infostor img {height:12px; width:25px; right:328px; margin-top:-12px; border:#cfcfcf 0px solid; position:absolute;z-index:20;}
    #TopBarNotificationsBoxHelpCenter .MinSide__background_infostor #HelpCenterBox { position:fixed; left:21px;top:85px; right:21px; bottom:21px; z-index:10;  margin:0px; padding-left:0px; padding-top:0px;padding-right:5px; overflow-y:scroll;}
    #TopBarNotificationsBoxHelpCenter .ML-Netservice-PageMenuBox { float:left; width:175px;}
    #TopBarNotificationsBoxHelpCenter .ML-Netservice-PageMenuBox .ML-Netservice-logo {float:none;height:30px;width:175px;background-color:#323232; }
    #TopBarNotificationsBoxHelpCenter .ML-Netservice-PageMenuBox .ML-Netservice-logo:hover {background-color:#282828; }
    #TopBarNotificationsBoxHelpCenter .ML-Netservice-PageMenuBox .ML-Netservice-logo a img { margin-left:10px; }
    #TopBarNotificationsBoxHelpCenter .ML-Netservice-PageFrameMenu {width:185px; margin-right:10px;background-color:#e6e6e6; }
    /*#TopBarNotificationsBoxHelpCenter .ML-Netservice-PageOptionsFrame { width:100%; position:fixed; }*/
    #TopBarNotificationsBoxHelpCenter .ML-Netservice-PageFrameContent .MinSide__background_infostor { height:100%; width:100%; left:1px; right:1px; position:relative;z-index:20;border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid;}
    #TopBarNotificationsBoxHelpCenter .ML-Netservice-PageFrameContent .MinSide__background_infostor .MinSide__text_infostor { height:100%;margin:0px; padding:0px;overflow-y:auto;overflow-x:hidden;}
    #TopBarNotificationsBoxHelpCenter .ML-Netservice-PageFrameContent .MinSide__background_infostor .MinSide__text_infostor .RightList {border-top:#cfcfcf 1px solid;border-bottom:#cfcfcf 0px solid;  }

    #TopBarNotificationsBoxHelpCenter a:last-child .WorkplaceInternal {border-bottom:#cfcfcf 0px solid;}
    #TopBarNotificationsBoxHelpCenter .WorkplaceInternal {clear:both; height:70px; margin-left:-0px; border-left:#cfcfcf 0px solid; border-top:#cfcfcf 0px solid; border-right:#cfcfcf 0px solid; border-bottom:#cfcfcf 1px solid; padding:0px; }
    #TopBarNotificationsBoxHelpCenter .WorkplaceInternal:first-child div { height:50px; padding:10px;}
    #TopBarNotificationsBoxHelpCenter .WorkplaceInternal img { height:50px; width:50px; margin-right:10px; float:left; }
    #TopBarNotificationsBoxHelpCenter .WorkplaceInternal h3 { width:185px; margin-top:-3px; padding-top:0px; padding-right:10px; float:left;font-size:90%; /*background-color:#e6e6e6;*/ }
    #TopBarNotificationsBoxHelpCenter .WorkplaceInternal p {font-size:80%;}

/* -ML-Netservice-Content----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ML-Netservice-Content {}
@media screen and (min-width:500px) {
    .ML-Netservice-Content {}
}
@media screen and (min-width:2000px) {
    .ML-Netservice-Content {}
}

.ML-Netservice-Content .ML-Netservice-PageFrame {  margin-left:10px; margin-right:10px; margin-bottom:10px; padding-top:10px; padding-top:55px;}
@media screen and (min-width:700px) {
    .ML-Netservice-Content .ML-Netservice-PageFrame {margin-left:20px; margin-right:20px; }
}
@media screen and (min-width:2000px) {
    /*.ML-Netservice-Content .ML-Netservice-PageFrame {margin-left:30px; margin-right:30px; }*/
}
.ML-Netservice-Content .PopUpContent .ML-Netservice-PageFrame { margin:10px; padding:0px;}


/* -ML-Netservice-PageFrame----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ML-Netservice-PageFrame { height:auto; margin-left:10px; margin-right:10px; margin-bottom:10px; padding-top:10px;}
@media screen and (min-width:800px) {
    .ML-Netservice-PageFrame {display:flex;}
}
.ML-Netservice-PageFrame .ML-Netservice-PageMenuBox { flex:1;  }
.ML-Netservice-PageFrame table { width:100%; }    
.ML-Netservice-PageFrame table tr td {vertical-align: top;}
.ML-Netservice-PageFrameLeft { width:185px; padding-right:20px; }
/*#Content_Panel {margin-left:10px; margin-right:10px; margin-bottom:20px; padding-top:35px;}*/

/* -InholTable----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.InholTable {width: 100%;/*border-bottom:#cfcfcf 1px solid;*/}
.InholTable .InholTableTd:first-child {width:auto; border-left:#cfcfcf 1px solid;}
.InholTable .InholTableTd:last-child {border-left:#cfcfcf 1px solid;width:300px; border-right:#cfcfcf 1px solid;}

/* -ML-Netservice-PageFrameMenu----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ML-Netservice-PageFrameMenu { height:100%;width:185px;display:none; background-color:#e6e6e6; }
@media screen and (min-width:800px)
    {
        .ML-Netservice-PageFrameMenu {display:block; flex:none; }
    }
.ML-Netservice-PageFrameMenu ul { list-style:none;}
.ML-Netservice-PageFrameMenu ul li { list-style:none;}
.ML-Netservice-PageFrameMenu ul li a { height:23px; width:175px; padding-left:10px; padding-top:1px; display:block; font-size:1.3em; color:#282828;}
.ML-Netservice-PageFrameMenu .activated { background-color:#cfcfcf; }
.ML-Netservice-PageFrameMenu .active { background-color:#cfcfcf; }
.ML-Netservice-PageFrameMenu ul li a:hover { background:#0076e6; color:#ffffff;}
.ML-Netservice-PageFrameMenu ul li ul { margin-top:1px; }
.ML-Netservice-PageFrameMenu ul li ul li { margin-left:10px; }
.ML-Netservice-PageFrameMenu ul li ul li a { height:21px; width:165px; padding-left:10px; padding-top:3px; display:block; font-size:1.2em;}
.ML-Netservice-PageFrameMenu .Divide { height:5px; width:175px; display:block;}

/* -ML-Netservice-PageFrameContent----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ML-Netservice-PageFrameContent { margin-left:0px; margin-right:0px; border-bottom:#cfcfcf 1px solid; background-color:#FFFFFF;}
@media screen and (min-width:800px)
    {
        .ML-Netservice-PageFrameContent {margin-left:20px; flex:1; }
    }
@media screen and (min-width:1800px)
    {
        .ML-Netservice-PageFrameContent { margin-right:320px; }
    }

/* -ContentPlaceHolder----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ContentPlaceHolder {border-bottom:#cfcfcf 1px solid;}
@media screen and (min-width:1000px)
    {
        .ContentPlaceHolder .ContentPlaceHolderSplit{display: flex;display: -webkit-flex;align-items: stretch;}
    }  
      
    /* -ContentPlaceHolder--> -ContentPlaceHolderFull----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ContentPlaceHolder .ContentPlaceHolderFull { flex: none;-webkit-flex: none;border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid; padding-bottom:1px; }
    
    /* -ContentPlaceHolder--> -ContentPlaceHolderMore----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ContentPlaceHolder .ContentPlaceHolderMore { height:23px; margin-top:0px; margin-bottom:10px;border-top:1px #cfcfcf solid;border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid;border-bottom:1px #cfcfcf solid; }
    .ContentPlaceHolder .ContentPlaceHolderMore a{ display:block;height:20px;background-image:url(http://ml-netservice.com/Images/Dow_Green.png); background-repeat:no-repeat; background-position:center; padding-top:4px;padding-bottom:1px; }
    .ContentPlaceHolder .ContentPlaceHolderMore a:hover {border-bottom:0px #cfcfcf solid;color:#009900; background-color:#282828; }

    @media screen and (min-width:1000px)
        {
            .ContentPlaceHolder .ContentPlaceHolderMore {display:none; }
        }

    /* -ContentPlaceHolder--> -ContentPlaceHolderLeft----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ContentPlaceHolder .ContentPlaceHolderLeft { border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid; padding-bottom:1px; }
    @media screen and (min-width:1000px)
        {
            .ContentPlaceHolder .ContentPlaceHolderLeft {flex: 1;-webkit-flex: 1; padding-bottom:0px;border-right:#cfcfcf 0px solid; }
        }
    
    /* -ContentPlaceHolder--> -ContentPlaceHolderRight----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ContentPlaceHolder .ContentPlaceHolderRight { display:none; /*background-color:#ACACAC;*/ margin-top:-11px; border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid; padding-bottom:1px;}
    @media screen and (min-width:1000px)
        {
            .ContentPlaceHolder .ContentPlaceHolderRight { flex: none;-webkit-flex: none;width:300px; margin-top:0px; padding-bottom:0px;border-left:#cfcfcf 1px solid; display:flex; align-items:stretch;flex-direction:column;}
        }

    .ContentPlaceHolder .ContentPlaceHolderRight .MinSide__infoliste_background { width:auto;}
    @media screen and (min-width:1000px) {
        .ContentPlaceHolder .ContentPlaceHolderRight .MinSide__infoliste_background { min-width:300px;}
    }
    .ContentPlaceHolder .ContentPlaceHolderRight .MinSide__infoliste_background .MinSide__infoliste { width:auto;}
    .ContentPlaceHolder .ContentPlaceHolderRight .MinSide__infoliste_background .MinSide__infoliste_text { width:auto;}




/* -ML-Netservice-PageFrameSidebar----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ML-Netservice-PageFrameSidebar { height:0px; bottom:20px; left:20px;right:20px; background-color:#009900;  border-left:#323232 1px solid; border-top:#323232 1px solid; border-right:#323232 1px solid; border-bottom:#323232 0px solid; padding:0px; background-color:#FFFFFF; position:fixed; }
@media screen and (min-width:600px)
{
    .ML-Netservice-PageFrameSidebar { left:auto;right:20px;width:300px;}
}
@media screen and (min-width:1800px)
{
    #TopBarNotificationsBoxNotifications .MinSide__background_infostor .ML-Netservice-PageFrameContent {margin-right:0px}
    #TopBarNotificationsBoxHelpCenter .MinSide__background_infostor .ML-Netservice-PageFrameContent {margin-right:0px}
    .ML-Netservice-PageFrameSidebar { height:auto; width:300px; top:53px; right:20px;bottom:20px; border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid; border-bottom:#cfcfcf 1px solid; background-color:#FFFFFF;position:fixed; }
}
.ML-Netservice-PageFrameSidebar div{ }
@media screen and (min-width:1800px)
{
    .ML-Netservice-PageFrameSidebar div { display:block; }
}
.ML-Netservice-PageFrameSidebar fieldset { clear:both; margin-left:-10px; margin-right:0px;margin-bottom:10px; border-left:#cfcfcf 0px solid;border-top:#cfcfcf 1px solid;border-right:#cfcfcf 0px solid;border-bottom:#cfcfcf 0px solid; padding-left:10px;padding-top:10px;border-radius: 0px 0px 0px 0px; }

/* -ML-Netservice-PageFrameSidebar--> -SidebarFriends_Div----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageFrameSidebar #SidebarFriends_Div { }
/* -ML-Netservice-PageFrameSidebar--> -SidebarFriends_Div--> -SidebarFriendsList_Div-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageFrameSidebar #SidebarFriends_Div #SidebarFriendsList_Div {margin:0px;margin-top:-10px; padding:0px;padding-top:10px; overflow-y:scroll;overflow-x:hidden; }

/* -ML-Netservice-PageFrameSidebar--> -SidebarEmployees_Div----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageFrameSidebar #SidebarEmployees_Div { }
/* -ML-Netservice-PageFrameSidebar--> -SidebarEmployees_Div--> -SidebarEmployeesList_Div-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageFrameSidebar #SidebarEmployees_Div #SidebarEmployeesList_Div {margin:0px;margin-top:-10px; padding:0px;padding-top:10px; overflow-y:scroll;overflow-x:hidden; }

/* -ML-Netservice-PageFrameSidebar--> -WorkplaceInternal----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageFrameSidebar .WorkplaceInternal { clear:both; height:50px; margin-top:0px; margin-left:-10px; margin-bottom:0px; border-left:#cfcfcf 0px solid; border-top:#cfcfcf 0px solid; border-right:#cfcfcf 0px solid; border-bottom:#cfcfcf 0px solid; padding:10px; padding-top:5px; padding-bottom:5px; }
    .ML-Netservice-PageFrameSidebar .WorkplaceInternal:hover { background-color:#F7F7F7;border-left:#cfcfcf 0px solid; border-top:#ffffff 5px solid; border-right:#cfcfcf 0px solid; border-bottom:#ffffff 5px solid;padding-top:0px; padding-bottom:0px;}
    /*.ML-Netservice-PageFrameSidebar fieldset div div:last-child .WorkplaceInternal {margin-bottom:0px;border-bottom:#cfcfcf 0px solid;}*/
    .ML-Netservice-PageFrameSidebar .WorkplaceInternal img { height:50px; width:50px; margin-right:10px; float:left; margin-bottom:0px; }
    .ML-Netservice-PageFrameSidebar .WorkplaceInternal h3 { margin-top:4px; padding-top:0px; padding-right:10px; /*background-color:#e6e6e6;*/color:#009900; }
    .ML-Netservice-PageFrameSidebar .WorkplaceInternal p { color:#323232;}
/* -ML-Netservice-PageFrameSidebar--> -OpenSidebar_Button----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageFrameSidebar #OpenSidebar_Button {clear:both;left:21px;right:20px; bottom:-2px; height:24px; margin-left:-1px; margin-bottom:0px; border-left:#323232 1px solid; border-top:#323232 1px solid; border-right:#323232 1px solid; border-bottom:#323232 1px solid; display:block;color:#009900;background-color:#e6e6e6; z-index:30; position:fixed; }
    @media screen and (min-width:600px)
    {
        .ML-Netservice-PageFrameSidebar #OpenSidebar_Button { left:auto;right:20px;width:302px;}
    }
    @media screen and (min-width:1800px)
    {
        .ML-Netservice-PageFrameSidebar #OpenSidebar_Button { display:none; }
    }
/* -ML-Netservice-PageFrameSidebar--> -SendMessage_Div----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageFrameSidebar #SendMessage_Div { display:none;    }
/* -ML-Netservice-PageFrameSidebar--> -Messages----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageFrameSidebar .Messages { clear:both; background-color:#F7F7F7;display: flex;display: -webkit-flex;}
    .ML-Netservice-PageFrameSidebar .Messages:last-child { /*border-bottom:#cfcfcf 0px solid;*/}
    .ML-Netservice-PageFrameSidebar .Messages tabel { width:100%; background-color:#ffffff;}
    .ML-Netservice-PageFrameSidebar .Messages a:first-child {  margin:0px; margin-right:10px; margin-top:0px;display:flex; align-items:stretch}
    .ML-Netservice-PageFrameSidebar .Messages img {height:40px; width:40px; margin:0px; margin-right:0px; margin-top:0px;}
    .ML-Netservice-PageFrameSidebar .Messages .MessagesBoxText {flex: 1;-webkit-flex: 1;min-height:40px; }
    .ML-Netservice-PageFrameSidebar .Messages .MessagesBoxText .MessagesDateTime{ float:right; display:none; }
    .ML-Netservice-PageFrameSidebar .Messages .MessagesBoxText .MessagesTextBoxBox { margin-left:1px; margin-right:9px;}
    .ML-Netservice-PageFrameSidebar .Messages .MessagesBoxText .MessagesTextBoxBox .MessagesTextBox {width:100%; overflow:hidden; border:#cfcfcf 1px solid; padding:3px; display:block;white-space: pre-wrap;word-wrap: break-word;text-transform: none;resize: none;}
    .ML-Netservice-PageFrameSidebar .Messages .MessagesBoxText .MessagesButtonBox { margin-left:1px;margin-right:1px;}
    .ML-Netservice-PageFrameSidebar .Messages .MessagesBoxText .MessagesButtonBox .MessagesButton {height:25px;width:100%;border:#cfcfcf 1px solid;border-top:#cfcfcf 0px solid; display:block;}


/* -ML-Netservice-PageMenu----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
    .ML-Netservice-PageMenu { height:100%; background-color:#e6e6e6; }
    .ML-Netservice-PageMenu ul { list-style:none;}
    .ML-Netservice-PageMenu ul li { list-style:none;}
    .ML-Netservice-PageMenu ul li a { height:23px; width:175px; padding-left:10px; padding-top:1px; display:block; font-size:1.3em; color:#282828;}
    .ML-Netservice-PageMenu .activated { background-color:#cfcfcf; }
    .ML-Netservice-PageMenu .active { background-color:#cfcfcf; }
    .ML-Netservice-PageMenu ul li a:hover { background:#0076e6; color:#ffffff; }
    .ML-Netservice-PageMenu ul li ul { margin-top:1px; }
    .ML-Netservice-PageMenu ul li ul li { margin-left:10px; }
    .ML-Netservice-PageMenu ul li ul li a { height:21px; width:165px; padding-left:10px; padding-top:3px; display:block; font-size:1.2em;}
    .ML-Netservice-PageMenu .Divide { height:5px; width:175px; display:block;}
        @media screen and (min-height:600px)
        {
            .ML-Netservice-PageMenu {height:auto;width:185px; margin-right:20px; position:fixed; }
        }

.ContentBig { border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid; }

/* -Index----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
#Index { position:absolute; z-index:90; width:100%;background-size:cover;background-repeat:no-repeat;background-position:center;}
@media screen and (min-height:800px)
{
    #Index { position:fixed; }
}

.ML-Netservice-PageOptionsFrame { min-height:55px; width:100%; }

    .ML-Netservice-PageContent {  }
        .ML-Netservice-PageOptionsFrame_Stor { min-width:300px; margin-bottom:2px; width:100%; }
            .ML-Netservice-PageOptionsLeft { float:none; color:#282828; margin-bottom:20px; }
            .ML-Netservice-PageOptionsLeft h1 { float:none; margin-top:-2px; padding-left:10px; padding-top:7px; padding-right:10px; padding-bottom:7px; background-color:#e6e6e6; color:#282828; }
            .ML-Netservice-PageOptionsRight { float:none; font-weight: normal; }
            .ML-Netservice-PageOptionsRight a:hover {background:#0076e6; color:#ffffff;}
            .ML-Netservice-PageOptionsRight h2 { float:none; margin-bottom:28px;}
            .ML-Netservice-PageOptionsRight h2 a { background-color:#e6e6e6; padding-left:10px; padding-top:7px; padding-right:10px; padding-bottom:7px; font-weight:normal; }
            .ML-Netservice-PageOptionsRight h2 a:active { box-shadow:inset 1px 1px 5px 1px #cfcfcf; } 
            .ML-Netservice-PageOptionsRight .active { background-color:#cfcfcf; color:#282828;}
            .ML-Netservice-PageOptionsRight .active:active {box-shadow:inset 1px 1px 5px 1px #e6e6e6; }
            @media screen and (min-width:800px)
            {
                .ML-Netservice-PageOptionsLeft { float:left;margin-bottom:0px; }
                .ML-Netservice-PageOptionsLeft h1 { float:left;}
                .ML-Netservice-PageOptionsRight { float:right;}
                ML-Netservice-PageOptionsRight h2 { float:right; margin-bottom:0px;}
            }
        .ML-Netservice-PageOptionsContent { min-height:500px; background-color:#5f5f5f; padding:10px; }
        
.ML-Netservice-SearchBig { width:100%; height:100%; margin-top:30px; z-index:10; position:fixed; background-color: rgba(0, 0, 0, 0.90);}

.ML-Netbrand-Venner_tilknyteing{    font-style:normal;    font-variant:normal;    font-weight:normal;    background-color:#323232;    margin-bottom:10px;    height:50px;}
.ML-Netbrand-MinSide__infoliste_background{width:330px;background-color:#DADADA;margin-bottom:10px;float:left;}
 .ML-Netbrand-Page {  margin-left:20px; padding-right:20px;}
    .ML-Netbrand-MinSide__infoliste { width:310px; background-color:#323232; padding-left:10px; padding-right:10px; padding-bottom:10px; margin-bottom:10px;}
        .ML-Netbrand-MinSide__infoliste_text { width:300px ; padding-left:10px; padding-right:10px; }
    
.ML-Netbrand-TwoDivided{width:515px;margin-bottom:10px;float:left;}
    .ML-Netbrand-TwoDivided_Box{width:515px;background-color:#DADADA;padding-bottom:10px;margin-bottom:10px;} 
    .ML-Netbrand-TwoDivided__infoliste_background {width:515px;background-color:#DADADA;padding-bottom:10px;margin-bottom:10px;float:left;	}

    .ML-Netbrand-TwoDivided__infoliste{width:495px; background-color:#323232; padding-left:10px; padding-right:10px; padding-bottom:10px; margin-bottom:10px;}
    .ML-Netbrand-TwoDivided__infoliste_text{width:495px; padding-left:10px; padding-right:10px;}
    
    
     .ML-Netbrand-MenuSpan { width:1px; height:50px; float:left; margin-top:-18px; margin-left:10px; margin-right:5px; border-left:0px #FFFFFF solid;}
    
    .ML-Netbrand-PageMenu a { height:35px;}
    .ML-Netbrand-PageMenu img { margin-bottom:-8px;}
        .ML-Netbrand-PageMenu li { margin:0px; padding:0px; list-style-type:none;}
        .ML-Netbrand-PageMenu ol { margin:0px; padding:0px;}
        .ML-Netbrand-PageMenu ol li { margin:0px; padding:0px;}
        .ML-Netbrand-PageMenu ol li ol { margin:0px; padding:0px; margin-left:10px;}
        .ML-Netbrand-PageMenuBlue { background-image:url(http://ml-netservice.com/Style/TopBannerBGBlue.gif); }
        .ML-Netbrand-PageMenuGray {  background-image:url(http://ml-netservice.com/Style/TopBannerBGGray.gif);}
 /*
    .ML-Netbrand-PageMenu { padding-top:10px; padding-bottom:10px; padding-right:10px;}
        .ML-Netbrand-PageMenu li { margin-left:0px; list-style-type:none; padding-top:5px;}
        .ML-Netbrand-PageMenu li ul { border-left:1px #323232 solid; padding-left:0px; margin-left:10px; margin-bottom:0px; padding-bottom:0px;}
        .ML-Netbrand-PageMenu li ul {margin-left:0px;}
        .ML-Netbrand-PageMenu li ul li ul {margin-left:10px;}
*/
   /* */
    .ML-Netservice-2part35 { z-index:2; position:relative; height:23px; padding-top:10px; margin:1px; margin-left:0px; padding-left:10px; padding-right:10px; background-image:url(http://ml-netservice.com/Style/TopBannerBGGray.gif);background-repeat:repeat-x;}
    .ML-Netservice-2part35:hover .dd-handle { border-left:#282828 10px solid;}
    .ML-Netservice-2PartLeft { float:left; min-width:200px; }
    .ML-Netservice-2PartRight { margin-top:-5px; float:right; }
    .ML-Netservice-2PartRight img{ margin-bottom:-5px; }

    .ML-Netservice-2PartRight a { margin-left:7px; margin-top:-5px; }
    
	#root, #root ul { margin:0; list-style:none; }
	#root ul { margin:0; margin-left:10px; list-style:none; }
	#root ul.sortable { min-height:10px;  } /* this is really important to make sure empty ul.sortable can be droppable */
	#root li li { font-weight:normal; }
	.sortable li > span img.handle { display:none;margin-left:0px; }
	/*.sortable li > span:hover img.handle { cursor:move; display:inline; }*/
	#root .sortable {margin-bottom:20px;}
	.sortable .placeholder { outline: 2px dashed #a7d7ff; }
	
	.hide { display:none; }
		.placeholder { margin-top:10px;outline: 1px dashed #cfcfcf;margin-left:-10px; margin-right:10px;}

		.mjs-nestedSortable-error {background: #fbe3e4;border-color: transparent;}

		.sortable li {padding: 0;}

		.sortable li span  {}

		/*.sortable li.mjs-nestedSortable-branch div {background:linear-gradient(top,  #ffffff 60%,#f6f6f6 60%,#f0ece9 100%); }
		.sortable li.mjs-nestedSortable-leaf div {background:linear-gradient(top,  #ffffff 60%,#f6f6f6 60%,#bcccbc 100%); }*/

		li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div { border-color: #999; background: #fafafa; }

		.disclose { cursor: pointer; width: 10px; display: none; }
		.sortable li.mjs-nestedSortable-collapsed > ol { display: none; }
		.sortable li.mjs-nestedSortable-branch > div > .disclose { display: inline-block; }
		.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before { content: '+ '; }
		.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before { content: '- '; }
		.notice { color: #c33; }

    
/* */
.MinSide__background_infostor { width:100%; clear:both; background-color:#ffffff; }   
    .MinSide__infostor { height:30px; background-color:#e6e6e6; padding-top:0px; }
        .MinSide__infoleft {height:30px; margin-left:10px; padding-top:0px; float:left; }
        .MinSide__infoleft h2 { color:#282828; }
        .MinSide__inforight { height:30px; margin-right:10px; padding-top:0px; font-weight: normal; text-align: right; }
        .MinSide__inforight h2 { font-weight: normal;}
        .MinSide__inforight h2 div { height:0px; margin:0px; margin-top:-20px; }
        .MinSide__inforight h2 input[type="button"] { float:right; height:30px; margin-top:-30px; display:block; border-left:1px #cfcfcf solid;border-top:0px #cfcfcf solid;border-right:0px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-left:10px; padding-top:3px;padding-right:10px; padding-bottom:2px;color:#009900; background-color:#e6e6e6; }
        .MinSide__inforight h2 input[type="button"]:last-child { margin-right:-10px;}
        .MinSide__inforight input[type="button"] { /*float:right;*/ height:30px; margin-top:0px; /*display:block;*/ border-left:1px #cfcfcf solid;border-top:0px #cfcfcf solid;border-right:0px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-left:10px; padding-top:3px;padding-right:10px; padding-bottom:2px;color:#009900; background-color:#e6e6e6; }
        .MinSide__inforight input[type="button"]:last-child { margin-right:-10px;}
        .MinSide__inforight input[type="button"]:hover {color:#ffffff; background-color:#0076e6; }
    
        .MinSide__text_infostor { padding-left:10px; }
    .MinSide__text_infostor .ButtonEnter { margin-right:10px; }
    .MinSide__text_infostor ol { margin-left:20px; }
    .MinSide__text_infostor .Messages { margin-left:-10px; }
    
        .MinSide__infoliste_background {	        /*width:300px;*/	        background-color:#ffffff;	        margin-bottom:0px;		        }
        .MinSide__infoliste {	        height:27px;	        /*width:280px;*/	       background-color:#e6e6e6;	        margin-bottom:10px;	        padding-left:10px;	        padding-top:3px;	        padding-right:10px;        }.MinSide__infoliste h3 { color:#282828;}


        .MinSide__infoliste_text { /*width:290px;*/ margin-left:10px; }
        .MinSide__infoliste_text .Messages { margin-left:-10px;}
        .MinSide__infoliste_text .Messages .MessagesBoxText {min-height:40px; width:230px; float:left; }
        .MinSide__infoliste_text .Messages .MessagesBoxText .MessagesDateTime {  float:left; display:none; }
        .MinSide__infoliste_text .Messages .MessagesBoxText:hover .MessagesDateTime{ float:none; display:block; }


        .MinSide__infoliste_text a:hover { margin-top:0px; margin-bottom:0px; padding-top:8px; font-family:Tahoma, Arial, Helvetica, sans-serif; }
        .MinSide__infoliste_left { width: auto; min-height:25px; float:left; }
        .MinSide__infoliste_right {	min-height:25px; width: auto; margin-right:10px; text-align: right; }

.Rediger_Sider_URL { margin-right:20px; }

/* -CategoriestBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.CategoriestBox{}
.CategoriestBox input[type="text"]:first-child  { display:none;}
.CategoriestBox .CategorySelectorAdd input[type="text"] {display:inline-block; height:20px; margin-right:0px; }
.CategoriestBox .CategorySelectorAdd .Button {display:inline-block;color:#009900; height:22px; min-width:20px; padding:0px;padding-left:5px; padding-right:5px;  border-left:0px #cfcfcf solid; }
.CategoriestBox .CategorySelectorAdd .Button:hover {height:22px;border:0px #cfcfcf solid;background-color:#0076e6; color:#ffffff;}

/* -CategoriesListBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.CategoriesListBox {max-height:200px; margin-left:-10px; margin-bottom:10px; overflow-y:scroll;border-top:1px #cfcfcf solid; border-bottom:1px #cfcfcf solid; padding-top:10px;  padding-left:10px; padding-bottom:10px; }

/* -BeamList----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.BeamList { margin:0; list-style:none; }
.BeamList li {
}

/* -Beam----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Beam { clear:both; min-height:20px;margin-right:10px;padding-left:10px; padding-top:5px; padding-right:0px; }
.Beam:hover { background-color:#e6e6e6;}
.Beam:hover .ListRight a {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;padding-bottom:1px;}
.Beam:hover .ListRight a:first-child {border-left:1px #cfcfcf solid;}
.BeamLeft {height:20px; float:left;}
.BeamRight {height:20px; float:right;}
.BeamRight a { float:left; height:16px;min-width:20px; margin-top:-1px; display:block; border-left:0px #cfcfcf solid;border-top:0px #ffffff solid;border-right:1px #cfcfcf solid;border-bottom:0px #ffffff solid;padding-left:10px; padding-top:0px;padding-right:10px; padding-bottom:1px;color:#009900; text-align:center; }
.BeamRight a:first-child {border-left:1px #cfcfcf solid;}
.BeamRight a:hover {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;color:#009900;padding-bottom:1px; background-color:#282828; }
.BeamRight {height:20px; float:right;}
.BeamRight .Button { float:left; height:16px;min-width:20px; margin-top:-1px; display:block; border-left:0px #cfcfcf solid;border-top:0px #ffffff solid;border-right:1px #cfcfcf solid;border-bottom:0px #ffffff solid;padding-left:10px; padding-top:0px;padding-right:10px; padding-bottom:1px;color:#009900; text-align:center; background-color:transparent; }
.BeamRight .Button:first-child {border-left:1px #cfcfcf solid;}
.BeamRight .Button:hover {height:25px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:0px;color:#009900;padding-bottom:1px; background-color:#0076e6; color:#ffffff;  }

/* -BeamOn----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.BeamOn {background-color:#e6e6e6; clear:both; min-height:20px; margin-bottom:5px; margin-right:10px; padding-left:10px; padding-top:5px; padding-right:9px; }
.BeamOn:hover { background-color:#e6e6e6;}
.BeamOnLeft {height:20px; min-width:100px; float:left; text-align:left;}
.BeamOnRight {height:20px; float:right; text-align:right;}
.BeamOnRight a { float:left; height:20px;min-width:20px; margin-top:-5px; display:block; border-left:0px #cfcfcf solid;border-top:0px #ffffff solid;border-right:1px #cfcfcf solid;border-bottom:0px #ffffff solid;padding-left:10px; padding-top:4px;padding-right:10px; padding-bottom:1px;color:#009900; text-align:center; }
.BeamOnRight a:first-child {border-left:1px #cfcfcf solid;}
.BeamOnRight a:last-child {margin-right:-10px;}
.BeamOnRight a:hover {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;color:#009900;padding-bottom:1px; background-color:#282828; }

/* -BeamBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.BeamBox { clear:both;min-height:25px;margin:0px; margin-left:0px; margin-right:10px;/*margin-bottom:10px;*/}
.BeamBox .List { margin-right:0px;}
.BeamBox .List .ListRight .ListBoxDowButton { width:20px;background-position:center; background-image:url(http://ml-netservice.com/Images/Dow_Green.png);background-repeat:no-repeat;}
.BeamBox .Box { display:none;}
.BeamBox:hover { min-height:20px; border:#cfcfcf 0px solid;}
.BeamBox:hover .List { background-color:#e6e6e6;}
.BeamBox:hover .Box { border:#cfcfcf 1px solid; border-top:0px; padding:10px; padding-right:0px;padding-bottom:0px;}
.BeamBox legend { height:20px; margin-bottom:5px; border:#cfcfcf 0px solid;padding:5px;padding-bottom:0px;border-radius:0px 0px 0px 0px; background-color:#e6e6e6; }

/* -ListBoxOn----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.BeamBoxOn { clear:both;min-height:24px;min-height:20px; border:#cfcfcf 1px solid; margin:0px; margin-top:0px; margin-left:0px; margin-right:10px; margin-bottom:0px;}
.BeamBoxOn .List { margin-right:0px;padding-left:9px;background-color:#e6e6e6; padding-top:4px; padding-right:0px;}
.BeamBoxOn .List .ListRight a {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;padding-bottom:1px;}
.BeamBoxOn .List .ListRight a:last-child {border-right:0px #cfcfcf solid;}
.BeamBoxOn .List .ListRight .ListBoxDowButton { height:20px; width:20px; margin-top:-4px;background-position:center; background-color:#ffffff; background-image:url(http://ml-netservice.com/Images/Dow_Green.png);background-repeat:no-repeat;transform: rotate(180deg);}
.BeamBoxOn .List .ListRight .ListBoxDowButton:hover { background-color:#282828;margin-top:-5px;}
.BeamBoxOn .ListOn { margin-right:0px;background-color:#e6e6e6;padding-left:9px; padding-top:4px; padding-right:9px;}
.BeamBoxOn .Box { margin:0px;border:#cfcfcf 0px solid; padding:10px; padding-right:0px;padding-bottom:10px;}
.BeamBoxOn .Box .Text {border:#cfcfcf 1px solid; padding:10px; margin-right:10px; margin-bottom:10px; background-color:#ffffff; }
.BeamBoxOn legend { height:20px; margin-bottom:5px; border:#cfcfcf 0px solid;padding:5px;padding-bottom:0px;border-radius: 0px 0px 0px 0px; background-color:#e6e6e6; }


/* -workplace----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.workplace { height:150px; width:521px; margin-left:5px; margin-right:5px; margin-bottom:10px; display:inline-block; border-left:#cfcfcf 1px solid; border-top:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid; border-bottom:#cfcfcf 1px solid; }
.workplace img { max-height:150px; width:150px; float:left; }
.workplace h3 { height:25px; width:350px; border-left:#cfcfcf 1px solid; padding-left:10px; padding-top:5px; padding-right:10px; float:left; background-color:#e6e6e6; }
.workplace div { height:115px; width:350px; border-left:#cfcfcf 1px solid; padding-left:10px; padding-top:5px; padding-right:10px; float:left; overflow-y:auto;}

/* -WorkplaceInternal----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.WorkplaceInternal { clear:both; margin-left:-11px; padding-top:0px; border-left:#cfcfcf 1px solid; border-top:#cfcfcf 1px solid; border-right:#cfcfcf 0px solid; border-bottom:#cfcfcf 0px solid; padding:10px; }
.WorkplaceInternal img { height:80px; width:80px; margin-right:10px; margin-bottom:10px; float:left; }
.WorkplaceInternal h3 { height:25px; margin-top:-3px; padding-top:0px; padding-right:10px; /*background-color:#e6e6e6;*/ }
.WorkplaceInternal p {}

/* -InfoBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.InfoBox { min-height:50px; padding:10px; border-top:#cfcfcf 1px solid; }
.InfoBox h1 {}

/* -ErrorInfoBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ErrorInfoBox { min-height:10px; padding:10px; border-top:#cfcfcf 1px solid; }
.ErrorInfoBox h1 {}

/* -Text----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Text { border:#cfcfcf 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}
.Text a:hover {text-decoration:underline;}
.TextRed { border:#ff0000 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}
.TextGreen { border:#009900 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}
.TextYellow { border:#fff000 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}
.TextBlue { border:#0076e6 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}

/* -Red----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Red { border:#ff0000 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}

/* -Green----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Green { border:#009900 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}

/* -Yellow----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Yellow { border:#fff000 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}

/* -Blue----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Blue { border:#0076e6 1px solid; padding:10px; margin-right:10px; margin-bottom:10px;}

/* -RedFrame----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.RedFrame { border:#ff0000 1px solid;}
.RedFrame .InfoBox { border-top:#ff0000 1px solid;}
.RedFrame .ErrorInfoBox { border-top:#ff0000 1px solid;}

/* -GreenFrame----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.GreenFrame { border:#009900 1px solid;}
.GreenFrame .InfoBox { border-top:#009900 1px solid;}
.GreenFrame .ErrorInfoBox { border-top:#009900 1px solid;}

/* -YellowFrame----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.YellowFrame { border:#fff000 1px solid;}
.YellowFrame .InfoBox { border-top:#fff000 1px solid;}
.YellowFrame .ErrorInfoBox { border-top:#fff000 1px solid;}

/* -BlueFrame----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.BlueFrame { border:#0076e6 1px solid;}
.BlueFrame .InfoBox { border-top:#0076e6 1px solid;}
.BlueFrame .ErrorInfoBox { border-top:#0076e6 1px solid;}

/* -Gallery----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Gallery { clear:both;  }
.GalleryBox { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px; float:left;}
.GalleryBox .GalleryVideo {float:left; height:168px;width:268px; border:#cfcfcf 1px solid;position:absolute; z-index:10; display:block; }
.GalleryBox .GalleryVideoIframe {float:left; height:170px; width:270px;}
.GalleryBox .GalleryVideoIframe iframe { height:170px; width:270px;}
.Gallery input { border:#cfcfcf 1px solid; float:left; }
.Gallery img { border:#cfcfcf 1px solid; float:left; }
.GalleryBox:hover .GalleryBoxText { visibility:visible; transition-delay:0.5s;}
.GalleryBoxText { margin-left:10px; border:#cfcfcf 1px solid; padding-bottom:5px; float:left; visibility:hidden; background-color:#ffffff; }  
.GalleryBoxText h3 { height:15px; width:200px; margin-top:-1px; margin-bottom:10px; border-top:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid;border-bottom:#cfcfcf 1px solid; padding-left:10px; padding-bottom:7px; padding-right:10px; position:absolute;  background-color:#e6e6e6;z-index:20;  }  
.GalleryBoxText p {  width:200px; margin-left:-1px; margin-top:24px;border-left:#cfcfcf 1px solid;border-right:#cfcfcf 1px solid;border-bottom:#cfcfcf 1px solid; padding-left:10px; padding-top:10px; padding-right:10px; padding-bottom:10px; position:absolute;z-index:20; background-color:#ffffff;  }
.GalleryBoxText img { height:25px; width:12px; margin-left:-12px; margin-top:-1px; border:#cfcfcf 0px solid; position:absolute;z-index:20;   }

/* -ScrollBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ScrollBox { max-height:250px; padding-left:10px; padding-top:10px; border-top:#cfcfcf 1px solid; overflow-y:scroll; }

/* -ScrollBoxAuto----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ScrollBoxAuto { max-height:250px; padding-left:10px; padding-top:10px; border-top:#cfcfcf 1px solid; overflow-y:auto; }

/* -List----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.List { clear:both; min-height:20px;margin-right:10px;padding-left:10px; padding-top:5px; padding-right:0px; }
.List:hover { background-color:#e6e6e6;}
.List:hover .ListRight a {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;padding-bottom:1px;}
.List:hover .ListRight a:first-child {border-left:1px #cfcfcf solid;}
.ListLeft {height:20px; float:left;}
.ListRight {height:20px; float:right;}
.ListRight a { float:left; height:16px;min-width:20px; margin-top:-1px; display:block; border-left:0px #cfcfcf solid;border-top:0px #ffffff solid;border-right:1px #cfcfcf solid;border-bottom:0px #ffffff solid;padding-left:10px; padding-top:0px;padding-right:10px; padding-bottom:1px;color:#009900; text-align:center; }
.ListRight a:first-child {border-left:1px #cfcfcf solid;}
.ListRight a:hover {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;color:#009900;padding-bottom:1px; background-color:#282828; }

/* -ListOn----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ListOn {background-color:#e6e6e6; clear:both; min-height:20px; margin-bottom:5px; margin-right:10px; padding-left:10px; padding-top:5px; padding-right:9px; }
.ListOn:hover { background-color:#e6e6e6;}
.ListOnLeft {height:20px; min-width:100px; float:left; text-align:left;}
.ListOnRight {height:20px; float:right; text-align:right;}
.ListOnRight a { float:left; height:20px;min-width:20px; margin-top:-5px; display:block; border-left:0px #cfcfcf solid;border-top:0px #ffffff solid;border-right:1px #cfcfcf solid;border-bottom:0px #ffffff solid;padding-left:10px; padding-top:4px;padding-right:10px; padding-bottom:1px;color:#009900; text-align:center; }
.ListOnRight a:first-child {border-left:1px #cfcfcf solid;}
.ListOnRight a:last-child {margin-right:-10px;}
.ListOnRight a:hover {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;color:#009900;padding-bottom:1px; background-color:#282828; }

/* -ListBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ListBox { clear:both;min-height:25px;margin:0px; margin-left:0px; margin-right:10px;/*margin-bottom:10px;*/}
.ListBox .List { margin-right:0px;}
.ListBox .List .ListRight .ListBoxDowButton { width:20px;background-position:center; background-image:url(http://ml-netservice.com/Images/Dow_Green.png);background-repeat:no-repeat;}
.ListBox .Box { display:none;}
.ListBox:hover { min-height:20px; border:#cfcfcf 0px solid;}
.ListBox:hover .List { background-color:#e6e6e6;}
.ListBox:hover .Box { border:#cfcfcf 1px solid; border-top:0px; padding:10px; padding-right:0px;padding-bottom:0px;}
.ListBox legend { height:20px; margin-bottom:5px; border:#cfcfcf 0px solid;padding:5px;padding-bottom:0px;border-radius:0px 0px 0px 0px; background-color:#e6e6e6; }

/* -ListBoxOn----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ListBoxOn { clear:both;min-height:24px;min-height:20px; border:#cfcfcf 1px solid; margin:0px; margin-top:0px; margin-left:0px; margin-right:10px; margin-bottom:0px;}
.ListBoxOn .List { margin-right:0px;padding-left:9px;background-color:#e6e6e6; padding-top:4px; padding-right:0px;}
.ListBoxOn .List .ListRight a {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;padding-bottom:1px;}
.ListBoxOn .List .ListRight a:last-child {border-right:0px #cfcfcf solid;}
.ListBoxOn .List .ListRight .ListBoxDowButton { height:20px; width:20px; margin-top:-4px;background-position:center; background-color:#ffffff; background-image:url(http://ml-netservice.com/Images/Dow_Green.png);background-repeat:no-repeat;transform: rotate(180deg);}
.ListBoxOn .List .ListRight .ListBoxDowButton:hover { background-color:#282828;margin-top:-5px;}
.ListBoxOn .ListOn { margin-right:0px;background-color:#e6e6e6;padding-left:9px; padding-top:4px; padding-right:9px;}
.ListBoxOn .Box { margin:0px;border:#cfcfcf 0px solid; padding:10px; padding-right:0px;padding-bottom:10px;}
.ListBoxOn .Box .Text {border:#cfcfcf 1px solid; padding:10px; margin-right:10px; margin-bottom:10px; background-color:#ffffff; }
.ListBoxOn legend { height:20px; margin-bottom:5px; border:#cfcfcf 0px solid;padding:5px;padding-bottom:0px;border-radius: 0px 0px 0px 0px; background-color:#e6e6e6; }

/* -Box----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Box {margin-right:10px;margin-bottom:10px; border:#cfcfcf 1px solid; padding-left:10px; padding-top:10px; padding-bottom:10px;}

/* -CalenderList----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.CalenderList { clear:both; min-height:20px;margin-right:10px;padding-left:10px; padding-top:5px; padding-right:10px;}
.CalenderList:hover {background-color:#e6e6e6;}
.CalenderListActivity {height:25px;min-width:250px; float:left;}
.CalenderListDato {height:25px; min-width:250px; float:left;}
.CalenderListAddress {height:25px;min-width:250px; float:left;}
.CalenderListOpportunities {height:25px; float:right; text-align:right;}
.CalenderListOpportunities a { float:left; height:20px;min-width:20px; margin-top:-5px; display:block; border-left:0px #cfcfcf solid;border-top:0px #ffffff solid;border-right:1px #cfcfcf solid;border-bottom:0px #ffffff solid;padding-left:10px; padding-top:4px;padding-right:10px; padding-bottom:1px;color:#009900; text-align:center; }
.CalenderListOpportunities a:first-child {border-left:1px #cfcfcf solid;}
.CalenderListOpportunities a:last-child {margin-right:-10px;}
.CalenderListOpportunities a:hover {height:20px;margin-top:-5px;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;color:#009900;padding-bottom:1px; background-color:#282828; }
.CalenderList .Text { clear:both; padding:0px; margin:0px; background-color:rgba(255, 255, 255, 0.00); }

/* -Calendar----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Calendar { Width:237px; margin:0px; margin-bottom:10px; border:0px; padding:0px;}
.Calendar a {text-decoration:blink;}
.Calendar .TitleStyle { height:39px; Width:239px; margin:0px; padding-top:20px; padding-bottom:10px; border:0px solid #ACACAC; border-bottom:0px solid #e2e2e2;background-color:#323232; color:#FFFFFF; font-size:150%;}
.Calendar .TitleStyleReservationObject { height:39px; Width:239px; margin:0px;display:none; padding-bottom:10px; border:0px solid #ACACAC; border-bottom:0px solid #e2e2e2;background-color:#323232; color:#FFFFFF;}
.Calendar .NextPrevStyle { height:39px; margin:0px;border:0px solid #e2e2e2;background-color:#323232; color:#009900; font-size:150%;}
.Calendar .NextPrevStyle:first-child {border-right:3px solid #009900;}
.Calendar .NextPrevStyle:last-child {border-left:3px solid #009900;}
.Calendar .NextPrevStyle:hover { background-color:#282828;}
.Calendar .NextPrevStyle a { cursor:pointer; color:#009900; }
.Calendar .DayStyle {height:20px; width:33px; margin:0px; border:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; background-color:#FFFFFF; text-decoration:blink; color:#000000; }
.Calendar .SelectedDayStyle {height:20px; width:33px; margin:0px; border:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; background-color:#B5424A; text-decoration:blink;}
.Calendar .SelectorStyle {height:20px; width:33px; margin:0px; border:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; background-color:#FFFFFF; text-decoration:blink;}
.Calendar .TodayDayStyle {  width:33px;background-color:#ACACAC; border:1px solid #e2e2e2;}
.Calendar .DayHeaderStyle {height:20px; width:33px; background-color:WhiteSmoke; border:1px #DADADA solid;}
.Calendar .OtherMonthDayStyle { width:33px; background-color:#FFFFFF; color:#ACACAC;border:1px solid #e2e2e2;}

/* -ReservationObjectItem----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ReservationObjectItem { width:100%; float:left;}
.ReservationObjectItem .Day { height:33px; border:1px solid #ACACAC; border-bottom:1px solid #e2e2e2; padding-top:7px; background-color:#323232; color:White;}
.ReservationObjectItem .Day a { color:#009900;}
.ReservationObjectItem .Day h1 { font-size:150%;text-align:center;}
.ReservationObjectItem .Day div { height:34px; width:30px; margin:0px; margin-top:-8px; padding-top:7px; float:left;font-weight:bold;font-size:160%;text-align:center;}
.ReservationObjectItem .ListItem { height:20px; border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; background-color:#FFFFFF; border-right:1px solid #e2e2e2;}
.ReservationObjectItem .ListItem:hover { background-color:WhiteSmoke;}
.ReservationObjectItem .ListItem .Time { height:17px; width:99px; padding-top:3px; border-right:1px solid #e2e2e2; float:left; background-color:WhiteSmoke;text-align:center;}
.ReservationObjectItem .ListItem .Book { height:20px; width:auto;border-left:0px solid #e2e2e2; text-align:right;}
.ReservationObjectItem .ListItem .Book a { height:20px; border-right:0 solid #e2e2e2;}
.ReservationObjectItem .ListItem .Book a:hover { cursor:pointer;}
.ReservationObjectItem .ListItem .Book .Button { height:20px; width:20px; padding-top:3px; border-right:0px solid #e2e2e2; border-bottom:0px solid #e2e2e2; background-color:#FFFFFF;}
.ReservationObjectItem .ListItem .Book .Button:hover { cursor:pointer;}
.ReservationObjectItem .ListItem .Book .SelectedDayMe { border:0px solid #e2e2e2; background-color:#B5424A;}
.ReservationObjectItem .ListItem .Book .SelectedDay { border:0px solid #e2e2e2; background-color:rgb(98, 98, 98);}
.ReservationObjectItem .ListItem .Book .ListLeft { height:18px; margin-left:10px; padding-top:2px; float:left;}
.ReservationObjectItem .ListItem .Book .ListRight { height:18px; margin-right:10px; padding-top:2px; float:right;}
.ReservationObjectItem .ListItemOn { height:20px; border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; background-color:WhiteSmoke; border-right:1px solid #e2e2e2;}
.ReservationObjectItem .ListItemOn .Time { height:17px; width:99px; padding-top:3px; float:left; background-color:WhiteSmoke;text-align:center;}
.ReservationObjectItem .ListItemOn .Book { height:20px; width:auto;border-left:0px solid #e2e2e2; border-right:1px solid #e2e2e2; float:left; background-color:#FFFFFF;}
.ReservationObjectItem .ListItemOn .Book .ListLeft { height:18px; margin-left:10px; padding-top:2px; float:left;}
.ReservationObjectItem .ListItemOn .Book .ListRight { height:18px; margin-right:10px; padding-top:2px; float:right;}

/* -RightList ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.RightList { clear:both; min-height:60px; margin-left:-10px; border-bottom:#cfcfcf 1px solid; padding:10px; }
.RightList img { height:60px; width:60px; float:left; }
.RightListContent { width:210px; margin-left:10px; float:left;}
.RightListContent .RightList h3 {}
.RightListContent .RightListText {}

/* -Connections----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.ConnectionsBox { margin-left:10px; }
.ConnectionsBox h4 {height:20px;padding-bottom:3px;font-weight: normal; font-size:110%; }
.Connections { height:49px; width:49px; margin-right:8px; margin-bottom:5px; display:inline-block;}
.Connections a img { float:left; }
.Connections:hover .GalleryBoxText { display:block; }
.Connections .GalleryBoxText { width:200px; margin-left:49px; margin-top:-11px; border:#cfcfcf 1px solid; padding-bottom:5px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.43); float:left; display:none; position:absolute; z-index:20; background-color:#ffffff; }  
.Connections .GalleryBoxText img { position:absolute; z-index:20;}

/* -AddNews----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.AddNews { clear:both; height:76px; width:100%; margin-left:-10px; margin-bottom:-10px; border-bottom:#cfcfcf 1px solid; padding-left:10px; padding-right:10px; padding-bottom:20px; }
.AddNews img { height:50px; width:50px; margin-right:10px; float:left; }
.AddNews .AddNewsBox { height:76px; width:100%; float:left;}
.AddNews .AddNewsBox .AddNewsBoxTextBox { clear:both; margin-left:60px; margin-top:-50px; margin-right:18px;}
.AddNews .AddNewsBox .AddNewsBoxTextBox .AddNewsTextBox { height:44px; width:100%; overflow:hidden; border:#cfcfcf 1px solid; padding:3px; display:block; white-space: pre-wrap; word-wrap: break-word; text-transform: none; resize: none;}
.AddNews .AddNewsBox .AddNewsBoxButton { clear:both; margin-left:60px; margin-right:10px;}
.AddNews .AddNewsBox .AddNewsBoxButton .AddNewsButton { height:25px; width:100%; border:#cfcfcf 1px solid; border-top:#cfcfcf 0px solid; display:block;}

/* -News----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.News { clear:both; margin-left:-10px; margin-bottom:20px; padding-left:10px; padding-bottom:0px; padding-right:10px;border-bottom:#cfcfcf 0px solid; display:flex;}
.News tabel { width:100%; background-color:#ffffff;}
.News .AddImg { clear:both;width:40px; margin-top:-3px; padding-left:6px;padding-top:6px;padding-right:4px; padding-bottom:0px; background-color:#F7F7F7;}
.News .AddImg a img {clear:both; height:38px; width:38px;margin-right:0px; margin-bottom:5px; border:#cfcfcf 0px solid;}
.News .NewsBoxDots { flex:none; width:60px;}
.News .NewsBoxDots a { height:38px; width:38px; background-color:#F7F7F7; padding:6px; display:block;}
.News .NewsBoxDots a:first-child { height:50px; width:50px;padding:0px; }
.News .NewsBoxDots a img { height:38px; width:38px;}
.News .NewsBoxDots a:first-child img { height:50px; width:50px; }
.News .NewsBoxText {  flex:1; padding-bottom:0px; border:#cfcfcf 1px solid; border-top:#cfcfcf 0px solid; background-color:#ffffff; }
.News .NewsBoxText .ListBox {margin-right:0px; background-color:#e6e6e6;}
.News .NewsBoxText .ListBox .List { padding-left:9px;}
@media screen and (min-width:1200px) {
    .News .NewsBoxText .ListBox .List {display:flex;}
}
.News .NewsBoxText .ListBox .List:hover .ListRight a {height:20px;margin-top:-5px;border-right:0px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;padding-bottom:1px;}
.News .NewsBoxText .ListBox .List:hover .ListRight a:first-child {border-left:1px #cfcfcf solid;}
.News .NewsBoxText .ListBox .List .ListLeft { float:none;  height:auto;}
@media screen and (min-width:1200px) {
    .News .NewsBoxText .ListBox .List .ListLeft {flex:1;}
}
.News .NewsBoxText .ListBox .List .ListLeft h3 { padding-bottom:3px; font-weight: normal;}
.News .NewsBoxText .ListBox .List .ListLeft h3 a:hover {text-decoration:underline;}
.News .NewsBoxText .ListBox .List .ListRight {float:none; text-align:right;}
@media screen and (min-width:1200px) {
    .News .NewsBoxText .ListBox .List .ListRight {flex:none; width:170px;align-self:flex-end}
}
.News .NewsBoxText .ListBox .List .ListRight a {height:20px;margin-top:-5px;border-right:0px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;padding-bottom:1px;}
.News .NewsBoxText .ListBox .ListLeft h3 { margin-top:-1px; margin-bottom:0px;border-bottom:#cfcfcf 0px solid; padding-left:0px; padding-top:0px;padding-bottom:0px; background-color:#e6e6e6; }  
.News .NewsBoxText .ListBox .ListRight a { float:right; margin-left:10px; margin-top:-1px; display:block; border-left:1px #cfcfcf solid;border-top:0px #ffffff solid;border-right:0px #cfcfcf solid;border-bottom:0px #ffffff solid;padding-left:10px; padding-top:0px;padding-right:10px; padding-bottom:1px;color:#009900; text-align:center; }
.News .NewsBoxText .ListBoxOn .List { padding-left:9px;}
@media screen and (min-width:1200px) {
    .News .NewsBoxText .ListBoxOn .List {display:flex;}
}
.News .NewsBoxText .ListBoxOn { margin-right:0px;border:0px;border-top:1px #cfcfcf solid;}
.News .NewsBoxText .ListBoxOn .List:hover .ListRight a {margin-top:-4px;border-left:0px #cfcfcf solid;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;padding-bottom:0px;}
.News .NewsBoxText .ListBoxOn .List:hover .ListRight a:first-child {border-left:0px #cfcfcf solid;}
.News .NewsBoxText .ListBoxOn .List .ListLeft { float:none;  height:auto;}
@media screen and (min-width:1200px) {
    .News .NewsBoxText .ListBoxOn .List .ListLeft {flex:1;}
}
.News .NewsBoxText .ListBoxOn .List .ListLeft h3 a:hover {text-decoration:underline;}
.News .NewsBoxText .ListBoxOn .List .ListRight {float:none; text-align:right;}
@media screen and (min-width:1200px) {
    .News .NewsBoxText .ListBoxOn .List .ListRight {flex:none; width:170px;align-self:flex-end}
}
.News .NewsBoxText .ListBoxOn .List .ListLeft h3 { padding-bottom:3px; font-weight: normal;}
.News .NewsBoxText .ListBoxOn .ListLeft h3 { margin-top:-1px;margin-bottom:0px;border-bottom:#cfcfcf 0px solid; padding-left:0px; padding-top:0px;padding-bottom:0px; background-color:#e6e6e6; }  
.News .NewsBoxText .ListBoxOn .List .ListRight a {float:right; margin-left:10px; margin-top:-4px;border-left:0px #cfcfcf solid;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-top:4px;padding-bottom:0px;}
.News .NewsBoxText .NewsInfoBox { display:none; padding-top:10px; padding-left:10px;}
.News .NewsBoxText .NewsMessageBox .NewsMessage { padding-bottom:10px;}
.News .NewsBoxText .NewsMessageBox { padding-top:10px;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns {padding-left:10px;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns fieldset { margin-left:-11px; margin-right:-1px; border-bottom:0px #cfcfcf solid;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBox {margin-right:10px; background-color:#ffffff;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBox .List .ListRight { width:auto;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBox .ListRight a { float:left; margin-left:0px;margin-right:0px;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBox .ListRight a:last-child { border-right:1px #cfcfcf solid;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBoxOn {margin-right:10px;border:1px #cfcfcf solid;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBoxOn .List .ListRight { width:auto;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBoxOn .List:hover .ListRight a:first-child {border-left:1px #cfcfcf solid;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBoxOn .ListRight a { float:left; margin-left:0px;margin-right:0px;border-left:1px #cfcfcf solid;border-right:0px #cfcfcf solid;}
.News .NewsBoxText .NewsMessageBox .NewsAddOns .ListBoxOn .ListRight a:last-child { border-left:0px #cfcfcf solid;border-right:1px #cfcfcf solid;}
.News .NewsBoxText .NewsMessage h3 { margin-bottom:10px;border-bottom:#cfcfcf 0px solid; padding-left:10px; padding-top:6px;padding-bottom:6px; background-color:#e6e6e6; }  
.News .NewsBoxText .NewsMessage p { padding-left:10px; padding-top:0px; padding-right:10px; padding-bottom:5px; }
.News .NewsBoxText:hover .DeletePost { display:block;}
.News .NewsBoxText .DeletePost { display:none; float:right;}
.News .Comment { border-top:#cfcfcf 1px solid; border-bottom:#cfcfcf 0px solid; padding:10px;}
.News .Comment tabel { width:100%; background-color:#ffffff;}
.News .Comment img { height:40px; width:40px; margin:0px; margin-right:10px; margin-top:0px; border:#cfcfcf 0px solid; position:inherit; z-index:0; }
.News .Comment h4 { margin-bottom:10px; }  
.News .Comment .CommentBoxText {min-height:40px; margin-left:40px; }
.News .Comment .CommentBoxText:hover .DeleteComment { display:block;}
.News .Comment .CommentBoxText .DeleteComment { display:none; float:right; margin-right:-9px;}
.News .Comment .CommentBoxText .CommentTextBoxBox { margin-left:1px; margin-right:9px;}
.News .Comment .CommentBoxText .CommentTextBoxBox .CommentTextBox {width:100%; overflow:hidden; border:#cfcfcf 1px solid; padding:3px; display:block;white-space: pre-wrap;word-wrap: break-word;text-transform: none;resize: none;}
.News .Comment .CommentBoxText .CommentButtonBox { margin-left:1px;margin-right:1px;}
.News .Comment .CommentBoxText .CommentButtonBox .CommentButton {height:25px;width:100%;border:#cfcfcf 1px solid;border-top:#cfcfcf 0px solid; display:block;}
.News .AddComment { border-top:#cfcfcf 1px solid; margin-left:0px; margin-bottom:0px; padding:10px; padding-top:10px;/* background-color:#e6e6e6;*/background-color:#F7F7F7; }
.News .AddComment tabel { width:100%; background-color:#ffffff;}
.News .AddComment img { height:40px; width:40px; margin:0px; margin-right:10px; margin-top:0px; border:#cfcfcf 0px solid; position:inherit; z-index:0; }
.News .AddComment .CommentBoxText {min-height:40px; }
.News .AddComment .CommentBoxText:hover .DeleteComment { display:block;}
.News .AddComment .CommentBoxText .DeleteComment { display:none; float:right; margin-right:-9px;}
.News .AddComment .CommentBoxText .CommentTextBoxBox { margin-left:1px; margin-right:9px;}
.News .AddComment .CommentBoxText .CommentTextBoxBox .CommentTextBox {width:100%; overflow:hidden; border:#cfcfcf 1px solid; padding:3px; display:block;white-space: pre-wrap;word-wrap: break-word;text-transform: none;resize: none;}
.News .AddComment .CommentBoxText .CommentButtonBox { margin-left:1px;margin-right:1px;}
.News .AddComment .CommentBoxText .CommentButtonBox .CommentButton {height:25px;width:100%;border:#cfcfcf 1px solid;border-top:#cfcfcf 0px solid; display:block;}

/* -Comment----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Comment { border-top:#cfcfcf 1px solid; border-bottom:#cfcfcf 0px solid; padding:10px;}
.Comment tabel { width:100%; background-color:#ffffff;}
.Comment img { height:40px; width:40px; margin:0px; margin-right:10px; margin-top:0px; position:inherit; z-index:0; float:left;}
.Comment .CommentBoxText {min-height:40px; }
.Comment .CommentBoxText:hover .DeleteComment { display:block;}
.Comment .CommentBoxText .DeleteComment { display:none; float:right; }
.Comment .CommentBoxText .CommentTextBoxBox { margin-left:1px; margin-right:9px;}
.Comment .CommentBoxText .CommentTextBoxBox .CommentTextBox {width:100%; overflow:hidden; border:#cfcfcf 1px solid; padding:3px; display:block;white-space: pre-wrap;word-wrap: break-word;text-transform: none;resize: none;}
.Comment .CommentBoxText .CommentButtonBox { margin-left:1px;margin-right:1px;}
.Comment .CommentBoxText .CommentButtonBox .CommentButton {height:25px;width:100%;border:#cfcfcf 1px solid;border-top:#cfcfcf 0px solid; display:block;}

/* -Comments----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Comments { clear:both; min-height:40px; margin-left:-10px; margin-bottom:10px; border-top:1px #ddd solid; padding-left:10px; padding-top:10px;padding-right:10px; }
.Comments img { height:40px; width:40px; float:left;margin-right:10px;}
.Comments .CommentBoxText {margin-left:50px;}
.Comments:hover .CommentsTop .CommentsOptions { display:block; }
.Comments .CommentsTop { height:20px;}
.Comments .CommentsTop .CommentsName { float:left; }
.Comments .CommentsTop .CommentsName a { font-weight:bold; text-decoration:blink; color:Black; }
.Comments .CommentsTop .CommentsOptions { float:right; display:none; }
.Comments .CommentsTop .CommentsOptions:hover {}
.Comments .CommentsTop .CommentsOptions a {text-decoration:blink; }
.Comments .CommentsAdd { display:none;}
.Comments .CommentComments { color:Blue;}
.Comments .CommentsText {}
.Comments .CommentsDate { margin-top:5px; padding-top:3px; padding-bottom:0px;}
.Comments .CommentsLike { float:right;}
.Comments .CommentsShowReply_Link { float:right;}
.Comments .CommentsShowReply_Link a {}
.Comments .Comments { clear:both; min-height:40px; margin-left:50px; margin-top:10px; margin-right:0px;margin-bottom:0px; border-top:1px #ddd solid;border-bottom:0px #ddd solid; padding-left:0px; padding-top:10px; padding-right:0px; padding-bottom:0px;}
.Comments .AddComment { clear:both; min-height:40px; margin-left:50px; margin-top:10px; margin-right:0px;margin-bottom:0px;border-top:1px #ddd solid; padding-left:0px; padding-top:10px;padding-right:0px;}

/* -AddComment----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.AddComment { clear:both; min-height:40px; margin-left:-10px; margin-bottom:10px; border-top:1px #ddd solid; padding-left:10px; padding-top:10px; padding-right:10px;}
.AddComment img {float:left;margin-right:10px;}
.AddCommentRight {margin-left:50px;}
.AddComment .CommentNewText { text-align:center;}
.AddComment .CommentTextBox {margin-right:8px;}
.AddComment .CommentTextBox .TextBox {height:30px; width:100%;overflow:hidden; border:#cfcfcf 1px solid; padding:3px; display:block;white-space: pre-wrap;word-wrap: break-word;text-transform: none;resize: none;}
.AddComment .CommentButton {}
.AddComment .CommentButton .Button { width:100%; height:25px; border:1px #ddd solid;border-top:0px #ddd solid;}

/* -Messages----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Messages { border-top:#cfcfcf 0px solid; border-bottom:#cfcfcf 1px solid; padding:10px;}
.Messages tabel { width:100%; background-color:#ffffff;}
.Messages img { height:40px; width:40px; margin:0px; margin-right:10px; margin-top:0px; position:inherit; z-index:0; float:left;}
.Messages .MessagesBoxText {min-height:40px; }
.Messages .MessagesBoxText .MessagesDateTime{ float:right; }
.Messages .MessagesBoxText .MessagesTextBoxBox { margin-left:1px; margin-right:9px;}
.Messages .MessagesBoxText .MessagesTextBoxBox .MessagesTextBox {width:100%; overflow:hidden; border:#cfcfcf 1px solid; padding:3px; display:block;white-space: pre-wrap;word-wrap: break-word;text-transform: none;resize: none;}
.Messages .MessagesBoxText .MessagesButtonBox { margin-left:1px;margin-right:1px;}
.Messages .MessagesBoxText .MessagesButtonBox .MessagesButton {height:25px;width:100%;border:#cfcfcf 1px solid;border-top:#cfcfcf 0px solid; display:block;}

/* -PopUpContent----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.PopUpContentBackground { height:100%; width:100%; z-index:80; position:fixed; background-color:rgba(0, 0, 0, 0.70);}
.PopUpContentBox {width:100%; margin-top:55px; position:absolute; z-index:95;}
    .PopUpContent { min-height:500px; margin-left:20px; margin-right:20px; margin-bottom:20px; border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid; border-bottom:#cfcfcf 1px solid; padding-top:30px; background-color:#ffffff;}
    .PopUpContent .PopUpContentTop { height:30px; width:100%; margin-left:-20px; margin-top:-50px;z-index:1000; position:fixed; background-color:rgb(77, 77, 77);}
    .PopUpContent .PopUpContentTopBar { height:30px; margin-left:19px; margin-top:19px; margin-right:21px; border-left:#cfcfcf 1px solid;border-top:#cfcfcf 1px solid;border-right:#cfcfcf 1px solid; padding-left:10px; padding-right:10px;z-index:1000; background-color:#e6e6e6;}
    /*.PopUpContent .PopUpContentTopBar h2 input[type="button"] { float:right; height:30px; margin-top:-30px; display:block; border-left:0px #cfcfcf solid;border-top:0px #cfcfcf solid;border-right:0px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-left:5px; padding-top:3px;padding-right:5px; padding-bottom:2px;color:#009900; background-color:#e6e6e6; }*/
    .PopUpContent .PopUpContentTopBar input[type="button"] { float:left; height:30px;min-width:30px; margin-top:-27px; display:block; border-left:0px #cfcfcf solid;border-top:0px #cfcfcf solid;border-right:1px #cfcfcf solid;border-bottom:0px #cfcfcf solid;padding-left:10px; padding-top:3px;padding-right:10px; padding-bottom:2px;color:#009900; background-color:#e6e6e6;font-size:1.3em; }
    .PopUpContent .PopUpContentTopBar input[type="button"]:first-child {border-left:1px #cfcfcf solid;}
    .PopUpContent .PopUpContentTopBar input[type="button"]:hover {background:#0076e6; color:#ffffff; /*color:#009900; background-color:#282828;*/ }
    .PopUpContent h1 { margin-top:-15px; }

    .PopUpContent .ML-Netservice-PageFrame h1 { margin-top:-2px; padding-left:10px; padding-top:7px; padding-right:10px; padding-bottom:7px; background-color:#e6e6e6; color:#282828;}
    .PopUpContent .ML-Netservice-PageFrameContent { margin-right:0px; padding:0px;}

/* -SearchBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
#SearchBox1 { visibility:hidden;}

/* -PopUpContentSearch----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.PopUpContentSearchBackground { height:100%; width:100%; z-index:81; position:fixed; /*background-color:rgba(0, 0, 0, 0.70);*/ background-color:#323232;}
.PopUpContentSearchBox {width:100%; margin-top:35px; position:absolute; z-index:96; }
    .PopUpContentSearchBox .SearchLine { height:5px; width:100%; top:35px; position:fixed; background-color:#e6e6e6;}
    .PopUpContentSearchBox fieldset { margin-left:-10px; margin-right:-0px; margin-bottom:0px; border:#cfcfcf 0px solid;border-top:#cfcfcf 1px solid;}
    .PopUpContentSearchBox fieldset fieldset { clear:both; margin-right:10px;margin-bottom:20px; border:#cfcfcf 1px solid;padding-left:10px;padding-top:10px;border-radius: 0px 0px 0px 0px; }
    .PopUpContentSearchBox fieldset li .ListBox {margin-left:-10px;}
    .PopUpContentSearchBox fieldset li .ListBoxOn {margin-left:-10px;}
        .PopUpContentSearch { clear:both; min-height:500px; margin-left:0px; margin-right:0px; margin-bottom:20px; /*border-left:#cfcfcf 1px solid; border-right:#cfcfcf 1px solid;*/ border-bottom:#e6e6e6 5px solid; background-color:#ffffff; padding-top:10px;}
        .PopUpContentSearch h1 { height:30px; padding-left:20px; padding-top:5px; padding-right:20px; background-color:#e6e6e6;}
        .PopUpContentSearch .ML-Netservice-PageFrame { margin:10px; padding:0px;}
        .PopUpContentSearch .ML-Netservice-PageFrame {margin-left:20px;margin-right:20px}
        .PopUpContentSearch .ML-Netservice-PageMenu {min-height:48px; top:55px; position:fixed;}

/* -SearchPage----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.SearchPage { clear:both; margin-left:-10px; border-bottom:#cfcfcf 1px solid; padding:10px; }
.SearchPage:hover .DeletePost { display:block; }
    .SearchPage h3 { margin-bottom:2px; }
    .SearchPage .SearchPageText { }
    .DeletePost { display:none; float:right;}

/* -WebUserControlImageBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
#WebUserControlImageBox {display:none;}

/* -WebUserControlUserBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
#WebUserControlUserBox {display:none;}

/* -WebUserControlTextBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
#WebUserControlTextBox {display:none;}


/* -Calculator----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Calculator {}
.CalculatorButton { height:30px; width:54px; margin-bottom:10px; margin-right:10px; border:#cfcfcf 1px solid;}

/* -Price----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */
.Price { text-align:right; }
.Price b{ text-align:left; }

/* -Plugins----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
.Plugins { width:252px; margin-right:20px; margin-bottom:20px;  float:left;}
.Plugins h3 {padding-left:10px; padding-top:5px; padding-bottom:5px; background-color:#e6e6e6; border:#cfcfcf 1px solid;border-bottom:#cfcfcf 0px solid;}
.Plugins img { height:100px; width:230px; padding:10px; border:#cfcfcf 1px solid;border-bottom:#cfcfcf 0px solid; margin-bottom:-3px;}
.Plugins input[type="submit"] { width:50%;}

/* -ProductBox----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
.ProductBox { width:252px; margin-right:20px; margin-bottom:20px; float:left;border:#cfcfcf 1px solid;}
.ProductBox h3 {padding-left:10px; padding-top:5px; padding-bottom:5px; background-color:#e6e6e6; border-left:#cfcfcf 0px solid; border-right:#cfcfcf 0px solid;border-bottom:#cfcfcf 1px solid;}
.ProductBox .ProductBoxImg { height:120px; width:230px; margin:10px; border:#cfcfcf 1px solid;border-bottom:#cfcfcf 0px solid; background-size:cover; background-repeat:no-repeat; background-position:center;}
.ProductBox .ProductBoxPrice { height:20px;border-top:#cfcfcf 0px solid;border-bottom:#cfcfcf 1px solid; padding-left:10px; padding-bottom:5px; padding-right:10px; }
.ProductBox .ProductBoxPrice span { float:right;}
.ProductBox input[type="button"] { width:50%;border:#cfcfcf 0px solid;}
.ProductBox input[type="button"]:first-child { border-right:#cfcfcf 1px solid;}
.ProductBox input[type="submit"] { width:50%;border:#cfcfcf 0px solid;}
.ProductBox input[type="submit"]:first-child {border-right:#cfcfcf 1px solid;}





/* -TextEditor----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
.TextEditor {}
    /* -spaw2maintoolbar----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
    .spaw2maintoolbar .spaw2toolbar { width:auto; }

    /* -TextEditorFileManager----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
    #TextEditorFileManager  { }
        /* -fm_file----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
        #TextEditorFileManager .fm_file { clear:both; min-height:20px;margin-right:10px;padding-left:0px; padding:5px; }
        #TextEditorFileManager .fm_file:last-child { margin-bottom:10px;}
        #TextEditorFileManager .fm_file:hover { background-color:#e6e6e6;}
            /* -fm_file_icon_big----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
            #TextEditorFileManager .fm_file .fm_file_icon_big { float:left; margin-right:10px; }
            /* -fm_file_icon_big_sel----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
            #TextEditorFileManager .fm_file .fm_file_icon_big_sel { float:left; margin-right:10px; }
            /* -fm_file_title----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
            #TextEditorFileManager .fm_file .fm_file_title { float:left; margin-right:10px; }
            /* -fm_file_SelectItem----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
            #TextEditorFileManager .fm_file .fm_file_SelectItem { float:right; }
            /* -fm_file_SelectItem----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
            #TextEditorFileManager .fm_file .fm_file_SelectItem a { color:#009900; }
            /* -InfoFieldset----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
            #InfoFieldset { display:none; }

    /* -TextEditorColorPicker----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
    #TextEditorColorPicker  { }
        /* -color_sample----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
        #TextEditorColorPicker #color_sample { height:19px; width:45px; margin-bottom:5px; border:#cfcfcf 1px solid;}
        /* -spawCPpredefColor----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> */ 
        #TextEditorColorPicker .spawCPpredefColor { height:19px; width:19px; margin-right:5px; margin-bottom:10px; border:#cfcfcf 1px solid;}






#dhtmlgoodies_xpPane{
		background-color:#7190e0;
		float:left;
		height:1200px;
		width:200px;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel{
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;	
	}
	#dhtmlgoodies_xpPane .panelContent{
		font-size:0.7em;
		background-image:url('../images/bg_pane_right.gif');
		background-position:top right;
		background-repeat:repeat-y;
		border-left:1px solid #FFF;
		border-bottom:1px solid #FFF;	
		padding-left:2px;
		padding-right:2px;	
		overflow:hidden;
		position:relative;
	}
	#dhtmlgoodies_xpPane .panelContent div{
		position:relative;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar{
		background-image:url('../images/bg_panel_top_right.gif');
		background-repeat:no-repeat;
		background-position:top right;
		height:25px;
		padding-right:5px;
		cursor:pointer;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span{
		line-height:25px;
		vertical-align:middle;
		font-family:arial;
		font-size:0.7em;
		color:#215DC6;
		font-weight:bold;
		float:left;
		padding-left:5px;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img{
		float:right;
		cursor:pointer;
	}
    	input.textInput{
		width:50px;
		text-align:right;
	}

	
	#imageContainer{

		margin-bottom:10px;
		left:0px;
		top:0px;
		position:relative;
        
	}
	.crop_content{
		width:660px;
		float:left;	
	}
	
	input.textInput{
		width:50px;
		text-align:right;
	}

	
	.crop_transparentDiv{
		background-color:rgba(0, 0, 0, 0.70);
		position:absolute;
	}
	.crop_dottedDiv{
		position:absolute;
		border:1px dotted #7f7f7f;
		z-index:10000;
	}
	
	.crop_dottedDiv div{
		filter:alpha(opacity=0);
		opacity:0;
		-khtml-opacity: 0;
		-moz-opacity: 0;		
		width:100%;
		height:100%;	
		background-color:#FFF;
	}
	
	#crop_progressBar{
		background-color:#FFF;
		border:1px solid #000;
		padding:1px;
		position:relative;
		height:20px;
		overflow:hidden;
		
	}
	.crop_progressBar_parentBox{
		width:60px;
	}
	.progressBar_square{
		border:1px solid #000;
		margin:1px;
		float:left;
		width:10px;
		height:14px;
		margin-top:2px;
		background-color:#7190E0;
	}
	
	#pageContent{
		width:980px;
	}