.minwidth_300 {
    min-width: 300px;;
}

.minwidth_400 {
    min-width: 400px;;
}

.minwidth_500 {
    min-width: 500px;;
}
.minwidth_600 {
    min-width: 600px;;
}

.minwidth_700 {
    min-width: 700px;;
}
.minwidth_800 {
    min-width: 800px;;
}

.header {
    overflow:visible;
}
.header .mainmenu
{
background-color:#fff;
float: left;
width: 100%;
margin: 0px;
padding: 0em;
}
#left_bottom
{
position:absolute;
bottom:5px;
}

#menuitem {
padding: 4px;
text-align:left;
}

#menuitem:hover {
padding: 4px;
color:#ccc;
background-color:#800;
text-align:left;
}

#sidebar
{
float: right;
width: 200px;
margin: 0px;
padding: 1em;
}


abbr {
border-bottom: 1px dotted #222;
color: #222;
cursor: help;
}
#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
#menutitle    {
                  background-color:#60490E;
                  color:#ffffff;
                  font-size:12px;
                  font-weight:bold;
                  text-align:center
                }

a.menuitem        { text-decoration:none; color: #555; }
a.menuitem:hover{ color: #fff; }

.clear { clear: both; }

.info {
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  padding:4px;
  color : #7F97B9;
  background-color : #FDF9F2;
  border-color : #C2CFDD #C2CFDD #C2CFDD #C2CFDD;
  border-width : 1px 2px 2px 1px;
  border-style: solid;
}

.alert {
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  text-align:center;
  vertical-align:middle;
  padding: 4px;
  color : #7B1D00;
  background-color : #FFAF47;
  border-color : #FFE4B5 #7B4E00 #7B4E00 #FFE4B5;
  border-width : 1px 2px 2px 1px;
  border-style : solid solid solid solid;
}

/* data browser */
/* .databrowser {} */
div.databrowser { padding:0px;margin:0px; } /* poistettu height:inherit; */
.databrowser_body {border:0px solid; height:inherit;padding:0px;margin:0px;}
.databrowser .titles {
    color:#0b3652;
    font-size:16px;
    font-weight:bold;
    margin:10px 0px 10px 0px;
    outline:1px solid #ccd;
    padding:4px
}
.databrowser .title {
    color:#0b3652;
    font-size:16px;
    font-weight:bold;
    margin:10px 0px 10px 0px;
}
.databrowser .subtitle {
    background-color: #fff;
    color:#0b3652;
    font-size:12px;
    font-weight:bold;
    margin:5px 0px 5px 0px;
}

.databrowser .description {
    font-size: 12px;
    padding:0px;
    font-weight:normal
}
.databrowser .buttons {
    padding:4px;
    outline:1px solid #ccd;
    text-align:center;
    border-top:none
}
.databrowser .buttons form {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    margin-bottom:2px;
}

td .button, button, input[type="submit"], input[type="reset"], input[type="button"]{
    margin:2px 2px;
    padding:2px 8px;
    min-height:24px;
    font-size:13px;
    background: #e6e6e6;
    text-shadow: none;
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: none;

}
table.browsebg { margin-bottom: 24px }
table.databrowser { width: 100%; border-collapse:collapse; outline: 1px solid #ccc }
.databrowser td {
    padding:2px;
    vertical-align:top;
    border:1px inset #ccd;
    border-left: 0px;
}
.databrowser th {text-align:left; font-weight:bold; color:#555; outline: 1px solid #ccd}
.databrowser .topdropdowns {
    padding:4px;
    background-color:#f8f8f8;
    border:0px dotted;
    border-left:4px solid #ddd;
    height:20px;
    float:left;
    height:32px;
    width:auto;
}
.dbheading {
    background-color:#134465;color:#fff;


}
.dbheading th {padding:2px 0px 2px 0px;text-align:center}
.dbheading th a,.dbheading th a:visited {text-decoration:none;font-weight:bold;color:yellow}
.dbheading th a:hover                   {text-decoration:none;font-weight:bold;color:white;}
tr.dbodd    { background-color:#fff }
tr.dbeven   { background-color: rgba(227, 238, 253, 0.47); }
tr.dbodd:hover  { background-color:#FFEEBF; color:#600;border-width:4px;}
tr.dbeven:hover { background-color:#FFEEBF; color:#600;border-width:4px;}

div.frodd { background-color: #ECF3FA }
div.freven  { background-color: #fff }
div.dbformrow { overflow-y: hidden }

div.dbprompt{padding:2px;margin-left:10px;min-width:16%;font-weight:bold;float:left;margin-bottom:2px}
div.dbdata  {float:right;width:80%;} /* width: 500px */
div.pagelinks {height:30px; text-align:center; padding:4px}
a.pagelink, a.pagelink:visited {color:#400; text-decoration:none;font-weight:bold;border:1px solid;padding:2px}
a.pagelink:hover {color:#f00;}
a.currentpage, a.currentpage:visited a.currentpage:hover {color:#fff;padding-left:5px;padding-right:5px;background-color:#000; border:1px solid #000;}
/* this may well in form as well */
.info {
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  padding:4px;
  color : #7F97B9;
  background-color : #FDF9F2;
  border-color : #C2CFDD #C2CFDD #C2CFDD #C2CFDD;
  border-width : 1px 2px 2px 1px;
  border-style: solid;
}

.alert {
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  text-align:center;
  vertical-align:middle;
  padding: 4px;
  color : #ffffff;
  background-color : #7B1D00;
  border-color : #FFE4B5 #7B4E00 #7B4E00 #FFE4B5;
  border-width : 1px 2px 2px 1px;
  border-style : solid solid solid solid;
}

.toggleTr {
    width: 150px;
    background-color:rgba(227, 238, 253, 0.47);;
    padding: 4px;
    float:left;
    border-left: 4px solid #ddd;
}

.toggleTr label { display: inline }
/** inline editing */
.edit_inline {
    width: 100%;
    background-color: rgb(252, 252, 164)
}
/* todo: add other inline edit types */

/* updateform */
table.updateform { border: 1px solid #ddd; padding:4px}
table.updateform .subtitle {
    background-color:rgba(227, 238, 243, 0.6);
    padding-top:6px;
    font-weight:bold;
    letter-spacing: 1px;
    color:#3448B3;;
    text-align: left;
    padding-left: 150px;
}
table.updateform tr { height: 32px; }
table.updateform td { padding-top:2px; padding-bottom:2px }
table.updateform td.fieldlabel {
    font-weight:bold;
    color:#60490E;
    vertical-align:top;
    text-align:right;
    padding-top:6px;
    padding-right:5px;
    width: 200px;
}

.updateform .title {
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
    background-color: #525252;
    margin-left: -5px;
    padding-left: 5px;
    margin-right: -5px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

.updateform input[type="text"], .updateform input[type="password"] {
    width: 200px;
}
.updateform textarea {
    width: 400px;
}

.updateform .formdescription {font-size:1em; }
div.updateform { vertical-align:top;  }
form.updateform { vertical-align:top;  }
/* menu */
#mainmenu a.head, #mainmenu a.head:visited {
   display: block;
   padding: 4px 0px 4px 0px;
   font-family: "Trebuchet MS","Bitstream Vera Sans",Tahoma,Verdana,arial,helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   color: #8a8a8a;
   background-color: #000000;
   border-width: 0px 0px 1px 0px;
   border-style: solid;
   border-color: #1a1a1a;
/* text-align: center; */
}
#mainmenu a.head:hover {  background-color: #3a3a3a; color: #FFFFFF; }

#mainmenu a.simpleitem, #mainmenu a.simpleitem:visited, #mainmenu a.simpleitem:active {
   display: block;
   padding: 4px 2px 4px 14px;
   font-family: "Trebuchet MS","Bitstream Vera Sans",Tahoma,Verdana,arial,helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   color: #4F3C0A;
   background-color: #FFE9AF;
   border-width: 0px 0px 1px 0px;
   border-style: solid;
   border-color: #1a1a1a;
   /* text-align: center; */
}
#mainmenu a.simpleitem:hover { background-color:#800; background-image:url("./images/menu_active_bg.jpg"); background-position: 0px 0px; background-repeat: repeat-x; color: #FFFFFF;}

/* update form settings, a bit tricky to get working for both IE and others */
div.subtitle { width:780px; padding:4px; background-color:#FFE9AF; font-weight:bold; color:#60490E}
div.updateform {
    background-color: #f3f3f3;
    min-height: 0px;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    outline: 1px solid #525252;
    /*
    border-bottom: 1px solid #d0def1;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #b6c5d9;

    border-top: 2px solid #e8eef6;
    border-left: 2px solid #e8eef6;
    border-right: 2px solid #d0def1;
    */
}
div.row { padding-top: 5px; clear: both; }
div.left { float: left; width: 100px; text-align: left; }
div.right { margin-left: 110px; width:660px;}

div.roundedframe {
    border-radius: 4px;
    border: 1px solid #ccc;
}
div.dropshadow {
    box-shadow: 4px 4px 4px #888;
}

div.loginform {
    width:300px;
    min-height:150px;
    background-color: #fff;
}

loginform input { width: 50px}

div.bannermaker {
    background-color:#ddd;
    min-height:400px;
}
div.bannermaker label {
    float:left;
    width: 100px;
}

.toolbarbutton { margin-left:2px; }
.toolselected  { border: 1px dotted #ccc;background-color:#fff }

.toolbardiv, .toptoolbardiv {
    background-color: #d6d6d6;
    z-index:400;
    width:38px;
    height:auto;
    position:absolute;
    top:500px;
    left:250px;
    display:block;
    overflow:hidden;
}

.toptoolbardiv {
    height: 24px;
    position:relative;
    width:auto;
    top:0px;
    left:0px;
    font-size:10px;
}
.toptoolbardiv label, .floatdivbody label {
    font-size:10px;
    font-weight:bold;
    font-family:sans-serif;
    letter-spacing:0px;
}
.toptoolbardiv input, .toptoolbardiv select { font-size:10px }

.tool_group { float:left; margin-left: 10px; padding-top:3px }

#shape_tools {
    float:left;
    position:relative;
    padding-top:3px;
    width:80px;
}

#closed_settings input {width:20px; color:#888; background-color:#ccc }

.hor_separator {
    float:left;
    border-left:#666 1px solid;
    border-right: 2px solid #eee;
    height:20px;
    margin-top:2px;
    margin-left: 10px;
}
.characterdiv {
    font-size:10px;
    background-color: #d6d6d6;
    z-index:400;
    border:2px solid #666;
    width:266px;
    height:auto;
    position:absolute;
    top:200px;
    left:250px;
    display:inline;

}

.characterdiv select, .subtab select, .subtab input {
    font-size:10px;
}

.toolbardiv .header, .characterdiv .header, .selectimage .header, .newimage .header, .draggabletitle{
    cursor:default;
    height:24px;
    padding:2px 0px 0px 20px;
    text-align:left;
    /*width:100%; */
    background-color:#555;
    font-size:10px;
    font-weight:bold;
    letter-spacing:1px;
    color:#ccc;
    border-radius: 0px 0px 0px 0px;
}

.selectimage {
    height:60px;
    background-color: #d6d6d6;
    z-index:400;
    border:2px solid #666;
    width:200px;
    height:auto;
    position:absolute;
    top:300px;
    left:550px;
    display:inline;
}

.newimage {
    height:60px;
    background-color: #d6d6d6;
    z-index:400;
    border:2px solid #666;
    width:200px;
    height:auto;
    position:absolute;
    top:300px;
    left:550px;
    display:inline;
}

.floatdivbody{
    padding:2px;
}

.bannertitle {
    background-color:#444;
    color:#fff;
}

.default_banner {
    z-index:100;
    width:980px;
    height:220px;
    background-color:#ccc;
    padding:0px;
    border:0px solid #000;
}

.fg_color_button, .bg_color_button{
    width:20px;
    height:20px;
    border:1px solid #eee;
    background-color:#000000;
    z-index:10;
    position:relative
}
.bg_color_button {
    background-color:#ffffff;
    float:right;
}
.bevelled {
    border:2px solid;
    border-color: #eee #666 #666 #eee;
}

.shadowed {
    box-shadow: 3px 3px 6px #aaa;
}
.toolwindow {
    border-radius: 5px;
}


/*   JCSSLIDER */
.jscslider, .jscslider_scale, .jscslider_tracker {
    padding:0;
    margin:0;
    overflow:hidden;
}
.jscslider {
    height:15px;
    /*position:relative;*/
    position:absolute;
    border:1px inset #000;
    background:#ffffff;
    border-radius:3px;
    /*display:inline-block; */
    display:none;
    z-index:1999;
}
.jscslider_scale {
    position:absolute;
    z-index:1;
    left:5%;
    width:90%;
    height:45%;
    top:25%;
    background:#eee;
    border:1px inset #999;
    border-radius:2px;
}
.jscslider_tracker {
    position:absolute;
    z-index:2;
    width:10px;
    height:15px;
    left:0;
    top:0;
    background:#6699cc;
    border-radius:50%;
}

/* LAYERS & paths  */

#layers_window {
    width:200px;
    min-height:200px;
    z-index:1000;
    background-color:#ddd;
}

#paths_window {
    width:200px;
    min-height:200px;
    z-index:1000;
    background-color:#ddd;
}

.layer_fx {
    z-index:1000;
    background-color:#ddd;
    min-height:300px;
    width: 520px;
    padding: 4px;
    border:1px solid #888;
    font-size:9px;
    font-family: Sans-serif,Arial;
}
.layer_fx_main {
    padding: 5px;
}
.layer_fx_menu {
    width: 100px;
    padding:4px;
    border: 1px solid #888;
    float:left;
}
.layer_fx_settings {
    width: 350px;
    float:left;
    padding: 4px;
}

.layer_fx_settings input{ font-size: 10px; }

img.button, img.button:hover { cursor:pointer; background:none; border:none }
img.clickable, img.clickable:hover { cursor:pointer; background-none: border: none }
img.clickable:hover { opacity: .6; outline: 0px dotted #000 }

a.button {
    border: 1px solid #888;
    border-radius:3px;
    background-color: #eee;
    padding: 2px 5px;
    margin-right: 5px;
    color:#000;
    text-decoration: none;
}
.activeFx {background-color:#004; font-weight:bold; color:#fff; }

.checkboxes label {
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}

.checkbox_label {
    display: inline;
    margin-left: 10px;
}
.checkboxes input {
    vertical-align: middle;
}

.checkboxes label span {
    vertical-align: middle;
}

.layer_fx_main .fieldset {
    border-color: #555555 #FFFFFF #FFFFFF #555555;
    border-radius: 10px 0 10px 0;
    border-style: solid;
    border-width: 2px;
}

button.stylish {
    background-color:#eee;
    box-shadow: 2px 2px 4px #aaa;
    border-radius: 4px;
}

h4 { letter-spacing: 2px; margin-top:4px; margin-bottom:5px; color:#005}

.short { width: 40px; font-size:10px;}
.logininput { width: 100px }
input[type="text"], input[type='password'], textarea, select {
    border-radius: 2px;
    padding: 2px 4px;
    width: auto;
}

/* tabs */

.setting_tab, .setting_tab_active {
    padding-top:4px;
    background-color:rgb(243, 243, 237);
    margin-right:-1px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    border-top:1px solid;
    border-left:1px #888 solid;
    border-right:1px solid;
    border-color: #444;
    width:80px;
    height:20px;
    display:inline;
    float:left;
    cursor:pointer;
    letter-spacing:0px;
    border-radius: 4px 4px 0px 0px;
}

.setting_tab_active {
    background-color:rgb(22, 121, 187);
    color:#fff;
    text-align:center;
    font-weight:bold;
}

div.subtab {
    float: left;
    min-width:100px;
    margin-right: -1px;
    border-top: 1px solid #888;
    border-right: 2px solid #ccc;
    border-left: 1px solid #888;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 105px;
    background-color: #f8f8f8;
    border-radius: 0px 0px 4px 4px;
    border-bottom: 2px solid #ccc;
    font-size: 10px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 2px #bbb;
}
.subtab label {
    font-weight:bold;
    color:#008;
    border-bottom:1px dotted #008;
}
.subtab input {
    border-radius: 4px;
}

input.short { width: 48px }

input.icon {
    border-top-color: #ddd;;
    border-left-color: #ddd;
    border-bottom-color:#888;
    border-right-color:#888;
    color: #200;
    background-color: #ddd;
    padding: 0 0px 0px 16px;
    width: auto;
    height: 18px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 12px;
    margin: 0px 1px;
    cursor: pointer;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px rgba(128,128,128,0.2);
}
input.icon:active {
    background-position: 1px 2px;
    border-top-color: #bbb;;
    border-left-color: #bbb;;
    border-bottom-color:#ccc;
    border-right-color:#ccc;
    background-color: #ddd;
    padding-top:1px;
}

input.delete {
    background-image:url(img/delete_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 2px, top left;
    background-repeat: no-repeat, repeat-x;
}
input.open {
    background-image:url(img/open_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 2px, top left;
    background-repeat: no-repeat, repeat-x;
}

input.upload {
    background-image:url(img/upload_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 2px, top left;
    background-repeat: no-repeat, repeat-x;
}

input.colorpicker {
    background-image:url(img/color_select.png);
}

input.bolt{
    background-image:url(img/bolt_16x16.png);
}

input.overwrite{
    background-image:url(img/save_red_16x16.png);
}

input.copy{
    background-image:url(img/copy_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 1px, top left;
    background-repeat: no-repeat, repeat-x;
}


input.resize {
    background-image:url(img/resize_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 1px, top left;
    background-repeat: no-repeat, repeat-x;
}

input.rename {
    background-image:url(img/rename_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 1px, top left;
    background-repeat: no-repeat, repeat-x;
}

input.cancel {
    background-image:url(img/cancel_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 1px, top left;
    background-repeat: no-repeat, repeat-x;
}

input.ok {
    background-image:url(img/ok_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 1px, top left;
    background-repeat: no-repeat, repeat-x;
}

input.crop {
    background-image:url(img/crop_16x16.png), url(img/gradient_22px.png);
    background-position: 0px 1px, top left;
    background-repeat: no-repeat, repeat-x;
}

input.buttonstd {
    width:auto;
    padding-right:4px;
    /* background:url(gradient_22px.png) top left repeat-x; */
    height: 22px;
    padding-left:20px;
    font-size:11px;
    color: #000;
    margin-bottom: 2px;
}

input.buttonstd disabled {
    color: #ccc;
}

input.icon:hover {
        background-color: #fff;
}

.compound_edit label {
    display:inline-block;
    vertical-align:middle;
    width:80px;
}

#div_compound_frame {
    width: 101%;
    min-height: 500px;
    margin-left:0px;
    border: 0px dashed #600;
    overflow:visible;
}

.div_compound_area {

    margin: 2px;
    border: 1px dashed #ccc;
    padding-top:24px;
}

#div_compound_top {
    width:100%;
    height:50px;
    text-align:center;
    background-color: #fcc;
}

#div_compound_middle{
    text-align:center;
    width:100%;
    clear:both;
    min-height:200px;
    margin-bottom:4px;
}


#div_compound_left {
    text-align:center;
    width:160px;
    float:left;
    min-height:200px;
    background-color: #ffc;
}

#div_compound_center {
    text-align:center;
    width:460px;
    float:left;
    min-height:200px;
    background-color: #fcf;
}

#div_compound_right {
    text-align:center;
    margin-right:0px;
    width:164px;
    height:50px;
    float:right;
    min-height:200px;
    background-color: #ccf;
    overflow:hidden;
}

#div_compound_bottom {
    text-align:center;
    width:100%;
    height:50px;
    margin-top:4px;
    clear:both;
    background-color: #fcc;
}


#drag_to_page_helper { width: 180px; height: 25px; background: yellow; border: 1px dashed blue; }

.topmost { z-index: 1000 }
.edittools {
    width:60px;
    height:25px;
    z-index:500;
    position:relative;
    top:0px; left:0px;
    color:#c00;
    background-color:yellow;
    border: 1px solid red;
}

.content_page:hover, .content_module:hover {
    margin:-2px;
    border: 2px dotted #c00;
}

.content_module {
    overflow-y:auto;
    clear:left;
}

ul.modules, ul.pages {
    margin-left:10px;
    padding:0px;
}
li.modules, li.pageitem {
    list-style-type: none;
    border-top: 1px solid #ccc;
    margin-right: 5px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: rgba(215, 223, 231, 0.64);
    background-position-x: 2px;
    background-repeat:no-repeat;
    color: #008;
    box-shadow: 2px 2px 2px #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    padding: 2px;
    padding-left: 28px;
    cursor: move;
}

li.pageitem {
    background-image: url(img/pages_18x18.png);
}

li.moduleitem{
    background-image: url(img/modules.png);
}
div#fixedHelp {
    position: fixed;
    bottom: 25px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: rgb(163, 226, 250);
    background-image: url(img/wrench_blue_24x24.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
    border-radius: 5px;
    border: 4px solid rgb(75, 201, 224);
    padding: 2px;
}

div#fixedToggleHeader {
    position: fixed;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    /*background-color: rgb(163, 226, 250); */
    background-image: url(img/toggle-header.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    border-radius: 5px;
    border: 0px solid rgb(75, 201, 224);
    padding: 0px;
}

div.fixedToggleContainer {
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    /*background-color: rgb(163, 226, 250); */
    background-image: url(img/toggle-header.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    border-radius: 5px;
    border: 0px solid rgb(75, 201, 224);
    padding: 0px;
}

.submitbutton, input[type="file"] {
    background-color: rgb(121, 156, 204);
    border-radius: 4px;
    border-top-color: rgb(243, 245, 248);
    border-left-color: rgb(243, 245, 248);
    border-bottom-color: rgb(186, 204, 228);
    border-right-color: rgb(186, 204, 228);
    box-shadow: 2px 2px 3px #ccc;
    letter-spacing: 1px;
    color: #fff
}

.pageblock {
    min-height:200px;
    padding:40px 0px;
    box-sizing:border-box;
    border:1px solid #eee;
}

.popup_minimize,popup_restore {
    float:right;
    height:14px;
    width:14px;
    background-image:url(img/popup_minmax.png);
    background-position: 0px 1px;
    background-repeat:no-repeat;
    background-color:rgb(170, 184, 199);;
    border-radius:2px;
    cursor:default;
    margin-top:2px;
    margin-right:2px
}

.popup_restore { background-image:url(img/arrowhead_down_16.png);}

.popup_minimize:hover, popup_restore:hover { background-color: #ccf; }

ul { list-style: inside }

ul li {
    margin: 0px;
    padding: 0px;
    text-indent: -1em;
    margin-left: 1em;
}

.header .mainmenu {
    margin-top:0px;
}

.noaccess {
    height: 200px;
    width: 550px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 4px 4px 3px #ccc;
}
.helpbutton, .helpbutton:focus, .helpbutton:active {
    float:right;
    background-color: rgba(41, 104, 162, 0.0);
    outline:none;
}

.helpbutton:hover {
    opacity:.8;
}