/**
 * @site VWM
 * @revision $Revision: 1.6 $
 *
 * @styleguide:
 *   colors {
 *     white:      #fff;
 *     black:      #000;
 *     orange:     #f60;
 *     blue:       #003384;
 *     light blue: #b0c4e2;
 *     light gray: #e8e8e8;
 *     gray:       #d4d0c8;
 *   }
 *   fonts {
 *     logo:    Verdana, Arial, Helvetica, sans-serif;
 *     headers: Verdana, Arial, Helvetica, sans-serif;
 *     text:    Verdana, Arial, Helvetica, sans-serif;
 *   }
 */

/**
 * 'baseline' style sheet: resets browser styles
 * Don't forget to set a foreground and background color on the 'html' or 'body' element!
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: inherit;
    font-family: inherit;
    text-align: inherit;
    vertical-align: baseline;
}

a img,
:link img,
:visited img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a:focus,
a:hover,
a:active {
    outline: none;
}

/* links */
a {
    color: #003384;
    text-decoration: none;
}

a:active {
    color: #f60;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

/* headers */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em 0;
}

h1 {
    font-size: 1em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1em;
}

p {
    font-size: 1.1em;
    color: #4c4c4c;
    line-height: 1.7em;
}

/* images */
img,
a img {
    border: 0;
}

/* tables */
table {
    font-size: 1.1em;
    vertical-align: top;
    border-collapse: collapse;
}

table thead {}

table tbody {}

table td,
table th {
    text-align: left;
}

/* form elements, labels & fieldsets */
form {
    margin: 0;
    clear: left;
}

input,
select,
textarea {}

input[disabled] {
    cursor: default;
    background-color: #e8e8e8;
}

input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

input[type="submit"]:active,
input[type="reset"]:active {
    position: relative;
    top: 1px;
}

fieldset {
    padding: 0 1em 1em 1em;
}

fieldset legend {
    margin: 0 0 .5em .4em;
    padding: .1em .7em;
    font-weight: bold;
}

label {
    cursor: pointer;
}

label:hover {
    color: #003384;
}

iframe {
    border: 0;
}

/**
 * Layout
 */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font: normal .7em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #003384;
    background-color: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 100%) fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff)) fixed;
}

#body {
    height: 100%;
    width: 980px;
    margin: 0 auto;
}

#header {
    width: 226px;
    width: 100%\9;
    padding-top: 3px;
    left: 0;
    right: 0;
    position: relative;
    z-index: 10;
}

#header a {
    margin: 3px 0 0;
    position: relative;
    z-index: 5;
}

#header #global {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 20;
}

#header #userinfo {
    float: right;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    background: #fff;
}

#header #userinfo a {
    margin: 0 0 0 5px;
    color: #263c8f;
    text-decoration: underline;
}

#container {
    width: 980px;
    height: 85%;
    float: right;
    margin-top: 55px;
    position: relative;
}

#buttonbar {
    z-index: 11;
    position: absolute;
    top: 40px;
    right: 25px;
}

#buttonbar .button {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    height: auto;
    width: auto;
    color: #fff;
    font-weight: normal;
}

#buttonbar .button img {
    vertical-align: text-bottom;
    margin-right: 3px;
}

#buttonbar .button:hover {
    border-color: #003384;
    color: #003384;
    text-decoration: none;
    background-color: #b0c4e2;
}

#buttonbarpage {
    margin-right: 0px;
    height: 15px;
}

.barbutton {
    cursor: pointer;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: -12px 0px 5px 5px;
    padding: 0 10px 0 0;
}

.barbutton a.button {
    text-decoration: underline;
}

.barbutton:hover {}

.barbutton:active {}

.barbutton a.button {
    margin-left: 5px;
    float: left;
    width: auto;
    color: #253d8d;
}

.barbutton:hover a.button {}

.barbutton img {
    float: left;
    margin: 11px 3px 0 0;
}

#domainpicker {
    cursor: default;
    float: left;
    font-weight: bold;
    color: #000;
    padding: 1px 10px 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fbd4bb;
}

#domainpicker img {
    margin-left: 8px;
    margin-right: 1px;
    margin-top: 4px;
    vertical-align: text-top;
    vertical-align: text-top;
}

#domainpicker:hover {}

#domainpicker:hover ul,
#domainpicker ul:hover {
    display: block;
}

#domainpicker ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin: -5px 0 0 -5px;
    padding: 0;
    min-width: 200px;
    max-width: 300px;
    max-height: 250px;
    border-bottom: 1px solid #003384;
    list-style-type: none;
    overflow: auto;
}

#domainpicker ul li a {
    display: block;
    height: 100%;
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #003384;
    border-width: 1px 1px 0 1px;
    font-weight: bold;
    color: #003384;
    text-decoration: none;
    background-color: #e8e8e8;
}

#domainpicker ul li a:hover {
    background-color: #b0c4e2;
}

#egriptoolenabler {
    cursor: default;
    font-weight: bold;
    color: #000;
    line-height: 3em;
    padding: 0 2% 0 10px;
    background: #FFFFFF url(/pear/VWM/assets/armadillo/images/arrow.gif) 97% 12px no-repeat;
    width: 96%;
    margin-bottom: 1em;
    border: 1px solid #e8e8e8;
    box-shadow: inset 0 -3px 9px #E8E8E8;
}

#egriptoolenabler img {
    margin-left: 8px;
    margin-right: 1px;
    margin-top: 4px;
    vertical-align: text-top;
    vertical-align: text-top;
}

#egriptoolenabler:hover ul,
#egriptoolenabler ul:hover {
    display: block;
}

#egriptoolenabler ul {
    display: none;
    top: 100%;
    right: 0;
    min-width: 250px;
    max-height: 91px;
    border-bottom: 1px solid #D8D8D8;
    list-style-type: none;
    overflow: auto;
    line-height: 1.8em;
    margin-bottom: 1em;
    box-shadow: 0px 2px 4px #D8D8D8;
}

#egriptoolenabler ul li a {
    display: block;
    height: 100%;
    padding: 4px 10px;
    border: 1px solid #D8D8D8;
    border-width: 1px 1px 0 1px;
    font-weight: bold;
    color: #003384;
    text-decoration: none;
    background: #F3F3F3;
}

#egriptoolenabler ul li a:hover {
    background-color: #b0c4e2;
}


#content {
    z-index: 3;
    height: 100%;
    width: 750px;
    float: right;
    position: relative;
}

#pagetitle {
    padding: 3px 10px 6px;
    font-weight: bold;
    font-size: 1.2em;
    border: #e0e0e0 1px solid;
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
}

#pagetitle img {
    display: none;
}


#nav {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    width: 215px;
    padding: 5px;
    padding-top: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav ul li {
    position: relative;
    cursor: pointer;
    margin-bottom: 3px;
}

#nav ul li span.title {
    display: block;
    padding: 1px 3px 0px 30px;
    height: 26px;
    white-space: nowrap;
    color: #676565;
    font-size: 1.5em;
    border: #e0e0e0 1px solid;
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
}

#nav ul li span.title:active {
    position: relative;
    top: 1px;
}

#nav ul li span:focus {
    outline: none;
}

#nav ul li ul {
    position: relative;
    overflow: hidden;
    padding: 5px 0 5px 10px;
    list-style: square inside;
    list-style-type: square;
    color: #b2b2b2;
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    background-color: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
}

#nav ul li ul li {
    margin-top: 0.2em;
    text-align: left;
}

#nav ul li ul li a {
    font-size: 1.2em;
    font-weight: bold;
}

#nav ul li ul li a:hover {
    color: #f36d2a;
}

#nav ul li ul li a:active {
    position: relative;
    top: 1px;
}

#nav ul li ul li a img {
    display: none;
    border: 1px solid #003384;
    margin: 0 auto;
    padding: 0;
    background-color: white;
}

#nav ul li ul li a:hover img,
#nav ul li ul li a.selected img {
    border-color: #f60;
    background-color: #ffe2cf;
}

.ui-accordion-content {
    /*overflow-y: scroll !important; height: auto !important; 8*/
}

.breadcrumbs {
    clear: left;
    margin-bottom: 5px;
    padding: 4px 10px;
    color: #4c4c4c;
}

.breadcrumbs #path {
    float: left;
    margin-right: .5em;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumbs ul li {
    display: inline;
    margin-right: .3em;
    padding-left: 12px;
    background: url(/pear/VWM/img/arrows/crumb.gif) 0px 1px no-repeat;
}

.breadcrumbs ul li.first {
    padding-left: 0;
    background: none;
}

.breadcrumbs a {
    font-weight: bold;
    text-decoration: none;
    color: #4c4c4c;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

#footer {}

#header-border-container {
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 61px;
    width: 100%;
    z-index: 1;
}

#header-border {
    height: 25px;
    background: #3e53a0;
    background: #fbd4bb url(/pear/VWM/assets/armadillo/images/header_bg.gif) left top no-repeat;
}


/**
 * Content
 */

/* start page logo */
#mainlogoholder {
    height: 0;
}

#mainlogoholder img {
    display: none;
}

#mainlogoholder p {}

/* introduction text */
.menuholder {
    width: 438px;
    margin: 0px 10px;
}

.menuholder h3 {
    height: 17px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.25em;
    color: #003384;
    border: #e0e0e0 1px solid;
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
}

.menuholder p {
    margin-bottom: 20px;
    margin-left: 10px;
}

.menuholder a {
    color: #f60;
}

.menuholder a:hover {
    color: #003384;
}

/* rss feed on start page */
.rssholder {
    float: right;
    width: 280px;
    margin-left: 20px;
    border: #e0e0e0 1px solid;
    background: #fff;
}

.rssholder h3 {
    height: 17px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.25em;
    color: #003384;
    border-bottom: #e0e0e0 1px solid;
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
}

.rssholder ul {
    margin: 20px 10px;
    padding: 0;
    list-style-type: none;
    color: #000;
}

.list ul {
    float: none;
    width: auto;
}

.rssholder ul li {
    margin-bottom: 20px;
}

.rssholder h4 {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    font-weight: bold;
}

.rssholder p {
    margin: .4em 0 .2em 0;
}

.rssholder a {
    color: #f36d2a;
    text-decoration: none;
}

.rssholder a:hover {
    text-decoration: underline;
}

/* rss page */
.page {
    margin: 0 10px;
    padding: 0;
    max-width: 750px;
}

.page h3 {
    border: 1px solid #E0E0E0;
    height: 17px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.25em;
    color: #003384;
    border-bottom: #e0e0e0 1px solid;
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
}

.page h4 {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 1.3em;
    font-weight: bold;
}

.page p {
    margin-left: 10px;
}

.page .imgbox {
    float: right;
    clear: both;
    width: 200px;
    margin: 1em 38px 0 38px;
    padding: 0;
}

.page ul#linkbox {
    margin: 0 38px 38px 38px;
    padding: 0;
    list-style-type: none;
    float: right;
    clear: both;
    width: 200px;
}

.page ul#linkbox li {
    margin: .5em 0;
    font-weight: bold;
}

.page ul#linkbox li a {
    display: block;
    color: #f60;
    text-decoration: none;
    padding-left: 10px;
    background: transparent url(/pear/VWM/img/arrows/arrow_list.gif) no-repeat 0 .4em;
}

.page ul#linkbox li a:hover {
    color: #003384;
    text-decoration: underline;
    background-image: url(/pear/VWM/img/arrows/arrow_list_over.gif);
}

/* paging navigation */
.navbox {
    clear: both;
    margin: 10px 0;
    padding-top: 5px;
    border-top: 2px solid #e8e8e8;
}

.navbox .prev {
    float: left;
    margin: 0px 10px 20px 0px;
    padding: 3px 10px 0;
    height: auto;
    width: auto;
    color: #656767;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e8e8e8;
    background: -moz-linear-gradient(center top, #E8E8E8, #C8C8C8 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c8c8c8)) fixed;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.navbox .prev div {}

.navbox .next {
    float: right;
    margin: 0px 10px 20px 0px;
    padding: 3px 10px 0;
    height: auto;
    width: auto;
    color: #656767;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e8e8e8;
    background: -moz-linear-gradient(center top, #E8E8E8, #C8C8C8 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c8c8c8)) fixed;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.navbox .next div {}

.navbox .index {
    margin: 0 auto;
    padding: 3px 10px 0;
    height: auto;
    width: 40px;
    text-align: center;
    color: #656767;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e8e8e8;
    background: -moz-linear-gradient(center top, #E8E8E8, #C8C8C8 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c8c8c8)) fixed;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.navbox .index div {}

.navbox .prev:hover,
.navbox .next:hover,
.navbox .index:hover {
    -moz-box-shadow: 0px 1px 2px #aaa;
    /* CSS3 Firefox */
    -webkit-box-shadow: 0px 1px 2px #aaa;
    /* CSS3 Chrome & Safari */
    -box-shadow: 0px 1px 2px #aaa;
    /* CSS3 Opera */
    text-decoration: none;
}

.navbox .prev a,
.navbox .prev a:hover,
.navbox .next a,
.navbox .next a:hover,
.navbox .index a,
.navbox .index a:hover {
    text-decoration: none;
    color: #656767 !important;
}

.navbox .prev span,
.navbox .next span,
.navbox .index span {
    opacity: 0.4;
}

.navbox .prev:active,
.navbox .next:active,
.navbox .index:active {
    position: relative;
    top: 1px;
}

/* list */
.vwm-list {
    position: relative;
    width: 100%;
    margin: 1em 0;
}

.vwm-list col {}

.vwm-list th,
.vwm-list td {
    vertical-align: text-top;
}

.vwm-list th.align-middle {
    text-align: center;
}

.vwm-list thead th {
    padding: 3px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    margin-bottom: 10px;
    background-color: #003384;
}

.vwm-list thead th.action {}

.vwm-list thead th a {
    color: white;
}

.vwm-list thead th a:hover {
    text-decoration: none;
}

.vwm-list tbody td {
    padding: 3px;
    color: #4c4c4c;
    white-space: normal;
    border-bottom: #f7f7f7 2px solid;
}

.vwm-list tbody td:first-child {
    padding-left: 10px;
}

.vwm-list tbody td button {
    font-weight: normal;
}

.vwm-list tbody td img,
.vwm-list tbody td input {
    vertical-align: middle;
}

.vwm-list tbody td.action {
    padding-right: 5px;
    text-align: right;
}

.vwm-list tbody td.vspace5 {
    height: 2px;
    padding: 0;
    background: none;
}

.vwm-list tbody td.align-left {
    text-align: left;
}

.vwm-list tbody td.align-right {
    text-align: right;
}

.vwm-list tbody .button {
    display: inline;
    float: none;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

.vwm-list tbody .button:hover {
    color: #003384;
    text-decoration: none;
    background-color: #b0c4e2;
}

.vwm-list tfoot td {
    padding: 5px 25px 2px 0;
    background: url(/pear/VWM/assets/default/images/arrow_right_up.gif) right center no-repeat;
}

.vwm-list tfoot td {
    text-align: right;
}


/* zones */
.vwm-list tbody.zone {}

.vwm-list tbody.zone tr td:first-child {
    padding-left: 15px;
    font-size: .1em;
}

.vwm-list tbody.zone tr.zone td:first-child {
    font-size: 1em;
}

.vwm-list tbody.zone tr:first-child {
    font-weight: bold;
}

.vwm-list tbody.zone tr:first-child td {
    padding: 3px 10px 6px;
    font-weight: bold;
    font-size: 1.2em;
    border: #e0e0e0 1px solid;
    background-color: #e8e8e8;
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
}

.vwm-list tbody.spacing tr td {
    height: 15px;
}

.vwm-list tbody.spacing tr {
    background: none !important;
}

.ui-sortable td:first-child {
    cursor: url(/pear/VWM/assets/default/images/openhand.cur), default;
    text-indent: -9000px;
    background: url(/pear/VWM/assets/default/images/arrow_up_down.gif) 5px 7px no-repeat transparent;
}

.ui-sortable-helper td:first-child {
    cursor: url(/pear/VWM/assets/default/images/closedhand.cur), default;
}

.ui-sortable tr:hover td:first-child {
    background-image: url(/pear/VWM/assets/default/images/arrow_up_down_over.gif);
}

.ui-sortable tr.zone td,
.ui-sortable tr.zone:hover td {
    cursor: default;
    text-indent: 0;
    background: none transparent;
}

/* filterform */
#filterform {
    clear: both;
    margin: 0px 0px 30px;
    padding: 10px;
    border: 1px solid #dedede;
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

#filterform h3 {
    margin: 0 0 10px;
    font-size: 1.1em;
    color: black;
}

#filterform div {
    margin-bottom: 1px;
}

#filterform .title {
    clear: left;
    float: left;
    width: 200px;
    padding-top: 6px;
    font-size: 1.1em;
    color: black;
}

#filterform input,
#filterform select {
    padding: 5px;
    margin-bottom: 3px;
    width: 465px;
    font-size: 1.1em;
    border: #d8d8d8 1px solid;
    background: #f3f3f3;
}

#filterform select {
    width: 477px;
}

#filterform .filter_range input {
    width: 225px;
}

#filterform .filter_range input:last-child {
    margin-left: 4px;
    width: 224px;
}

#filterform .buttons {
    margin: 5px 0 0 200px;
}

#filterform .buttons input {
    width: auto;
    margin-right: 5px;
    padding: 2px 15px 4px;
    border: none;
    font-size: 1.1em;
    color: #fff;
    background-color: #003384;
}


/* paging */
#jumptopage {
    float: left;
    width: 100px;
    margin: 0;
    padding: 7px 0px;
    text-align: left;
}

#pagelisting {
    margin-left: 100px;
    padding: 7px 0;
    text-align: center;
}

#pagelisting p {
    display: inline;
}

#pagelisting span {
    color: black;
    padding: 5px 1px;
}

#pagelisting a {
    margin: 0;
    padding: 5px 1px;
    text-decoration: none;
    color: #003384;
}

#pagelisting a:hover {
    color: black;
    text-decoration: underline;
}

#pagelisting #currentpage {
    margin: 0;
    padding: 5px 6px;
}

#prev,
#next,
#pages {
    margin: 0;
}

#prev {
    float: left;
    text-align: left;
}

#next {
    float: right;
    text-align: right;
}


/* tabs */
.tabset {
    position: relative;
    margin-top: 1em;
    padding-left: 5px;
    height: 24px;
    line-height: normal;
}

.tabset ul {
    display: inline;
    margin: 0;
    padding: 10px 10px 0;
    list-style-type: none;
}

.tabset ul li {
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 10px;
}

.tabset ul li.selected {
    border-left: #dbdbdb 1px solid;
    border-top: #dbdbdb 1px solid;
    border-right: #dbdbdb 1px solid;
    border-radius: 5px 5px 0 0;
    background-color: #f1f1f1;
    background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
}

.tabset ul li a {
    font-size: 1.3em;
    color: #676565;
    text-decoration: none;
}

.tabset ul li.selected a {
    color: #3e3939;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.tabsheet {
    overflow: hidden;
    clear: both;
    padding: 35px 5px 5px;
    color: black;
    box-shadow: inset 0 -3px 9px #e8e8e8;
    border: #dbdbdb 1px solid;
}

.tabsheet a.button {
    float: left;
    margin: 0px 10px 20px 0px;
    padding: 3px 10px 0;
    height: auto;
    width: auto;
    color: #656767;
    border-radius: 5px;
    background: #e8e8e8;
    background: -moz-linear-gradient(center top, #E8E8E8, #C8C8C8 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c8c8c8)) fixed;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.tabsheet a.button:hover {
    box-shadow: 0px 1px 2px #aaa;
    border-bottom: #dbdbdb 1px solid;
    text-decoration: none;
}

.tabsheet a.button:active {
    position: relative;
    top: 1px;
}


/* forms */
.vwm_form .formrow {
    clear: both;
    overflow: hidden;
    /* position: relative; padding-top: 15px; font-size: 1em; font-weight: bold; color: black; */
}

.vwm_form .label {
    position: relative;
    float: left;
    clear: left;
    width: 170px;
    padding: 5px 0px 5px 10px;
    font-size: 1.1em;
    color: #4c4c4c;
}

.vwm_form #input-buttonrow .label {
    width: 415px;
    margin-left: 175px;
}

.vwm_form .forminput {
    margin: 0;
    position: relative;
    float: left;
    clear: right;
    padding: 5px 2px;
    width: 410px;
    font-weight: normal;
    /* overflow: hidden; */
}

#input-frmhtmlpreview .forminput {
    width: auto;
    min-width: 720px;
    overflow: visible;
}

.vwm_form label {
    font-weight: normal;
}

.vwm_form textarea {
    width: 400px;
    height: 100px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.vwm_form .textinput {
    width: 400px;
    clear: left\9;
}

.vwm_form .textinput.color {
    width: 60px;
}

.vwm_form .selectinput {
    width: 411px;
}

.vwm_form .textinput,
.selectinput,
.vwm_form textarea,
.vwm_form .datetimeinput {
    padding: 5px;
    font-size: 1.1em;
}

.vwm_form .textinput,
.vwm_form .selectinput,
.vwm_form textarea,
.vwm_form .datetimeinput,
.vwm_form .checkbox {
    border: #d8d8d8 1px solid;
    background: #f3f3f3;
}

.vwm_form .textinput:focus,
.vwm_form textarea:focus,
.vwm_form .datetimeinput:focus {}

.vwm_form .textinput>button.bevelup {
    display: none;
}

.vwm_form input.required,
form.vwm_form select.required,
form.vwm_form textarea.required {
    /* background-color: #ffe2cf; */
}

.vwm_form img.selectfilterbutton {
    margin-left: 4px;
    vertical-align: middle;
}

.vwm_form div.selectrest {
    float: none;
}

.vwm_form div.selectmulti {
    float: left;
}

.vwm_form select.selectmulti {
    width: 180px;
}

.vwm_form .selectmultibuttons {
    text-align: center;
    position: relative;
    float: left;
    padding: 40px 0px;
    vertical-align: middle;
    width: 80px;
}

.vwm_form .selectmultibuttons button {
    width: 10px;
    padding: 4px 0px;
    margin: 5px 0px;
}

.vwm_form .buttonrow {
    padding-bottom: 20px;
}

.vwm_form .defaultbutton {
    background-color: #d4d0c8;
    padding: 2px;
}

.vwm_form .leftbuttons {
    float: left;
    position: relative;
}

.vwm_form div.rightbuttons {
    text-align: right;
}

.vwm_form button:hover {}

.vwm_form button img {
    border: 0px;
    margin: 0px 6px 0px 2px;
    vertical-align: top;
}

.vwm_form span.submit {}

.vwm_form #input-login .label {
    width: 265px;
}

.vwm_form .requirednote {
    clear: left;
    float: left;
    margin: -20px 0 0 175px;
}

.vwm_form input[type="file"] {
    width: 500px;
    border: #d8d8d8 1px solid;
    background: #f3f3f3;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.vwm_form #input-frmparent_title .label,
.vwm_form #input-frmentity .label,
.vwm_form #input-frmtitle .label {
    font-weight: bold;
}

.vwm_form #input-frmparent_title .forminput,
.vwm_form #input-frmentity .forminput,
.vwm_form #input-frmtitle .forminput,
.vwm_form #input-frmpath .forminput,
.vwm_form #input-frmcategories .forminput {
    width: 550px;
}

.vwm_form #input-frmtitle {
    margin-bottom: 1em;
}

/* checkbox */
div>input[type="checkbox"] {
    opacity: 0;
}

div:not(#foo)>input[type="checkbox"]:checked+label:before {
    background: url(/pear/VWM/assets/armadillo/images/checkbox.png) 0 -19px no-repeat !important;
}

div:not(#foo)>input[type="checkbox"]+label:before {
    background: url(/pear/VWM/assets/armadillo/images/checkbox.png) 0 0px no-repeat !important;
    height: 19px;
    padding: 0px 0 0 19px;
    margin: 5px 0 0 -20px;
    content: "  ";
    overflow: hidden;
    position: absolute;
    z-index: 10;
    pointer-events: none;
}





/* globalsearch */
#globalsearch {
    float: right;
    padding: 0 5px;
    position: relative;
    z-index: 7;
    margin-top: 5px;
}

#globalsearch #search-icon {
    cursor: pointer;
}

#globalsearch #search-icon.active {}

#globalsearch form {
    position: absolute;
    top: 25px;
    right: 5px;
    min-width: 350px;
    padding: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(232, 232, 232, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(232, 232, 232, 0.9)));
}

#globalsearch input {
    float: right;
    margin-right: .5em;
    width: 330px;
    border: #d8d8d8 1px solid;
    background: #f3f3f3;
}

#globalsearch-results {
    z-index: 100;
    position: absolute;
    top: 65px;
    right: 5px;
    padding: 1em;
    width: 350px;
    max-height: 500px;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #e8e8e8;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(232, 232, 232, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(232, 232, 232, 0.9)));
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: .1;
        }
    }

    #globalsearch-results p {
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
        width: 16px;
        color: rgb(38, 61, 142);
        height: 0;
        margin: -8px 0 0 -8px;
        padding-top: 16px;
    }

    #globalsearch-results p * {
        position: absolute;
        width: 25%;
        height: 25%;
        background: rgb(38, 61, 142);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-animation: fadeOut 1s linear infinite;
    }

    #globalsearch-results p :nth-child(1) {
        top: 0;
        right: 6px;
        -webkit-animation-delay: .125s;
    }

    #globalsearch-results p :nth-child(2) {
        top: 2px;
        right: 2px;
        -webkit-animation-delay: .25s;
    }

    #globalsearch-results p :nth-child(3) {
        top: 6px;
        right: 0;
        -webkit-animation-delay: .375s;
    }

    #globalsearch-results p :nth-child(4) {
        bottom: 2px;
        right: 2px;
        -webkit-animation-delay: .5s;
    }

    #globalsearch-results p :nth-child(5) {
        bottom: 0;
        right: 6px;
        -webkit-animation-delay: .625s;
    }

    #globalsearch-results p :nth-child(6) {
        bottom: 2px;
        left: 2px;
        -webkit-animation-delay: .75s;
    }

    #globalsearch-results p :nth-child(7) {
        bottom: 6px;
        left: 0;
        -webkit-animation-delay: .875s;
    }

    #globalsearch-results p :nth-child(8) {
        top: 2px;
        left: 2px;
    }
}

#globalsearch-results dl {
    margin-bottom: 2em;
}

#globalsearch-results dt {
    clear: both;
    padding-top: 6px;
    float: left;
    width: 35%;
    font-weight: bold;
}

#globalsearch-results dd {
    float: right;
    width: 64%;
    padding-bottom: 3px;
    border-left: 1px solid #e8e8e8;
}

#globalsearch-results dd a {
    display: block;
    height: 100%;
    padding: .3em 0 0em 1em;
}

#globalsearch-results dd a:hover {
    text-decoration: none;
}

#globalsearch-results dd:hover {
    background: #003384;
    background: rgba(38, 61, 142, .4);
}

#globalsearch-results dd:hover a {
    color: white;
}

/* iframe */
.iframeholder {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Checkbox/radio tree styles */
.elementtree,
.checkboxgroup,
.radiogroup,
.grouplist {
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 5px;
    width: 400px;
    border: #d8d8d8 1px solid;
    background: #f3f3f3;
    list-style-type: none;
}

.elementtree {
    white-space: nowrap;
}

.elementtree ul {
    margin: 0 0 0 18px;
    padding: 0;
    list-style-type: none;
}

.elementtree li {
    position: relative;
    padding-left: 0;
}

.elementtree li label {
    margin-left: 12px;
    display: block;
    padding: 1px 0px;
}

.elementtree li label input {}

.elementtree a {
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.elementtree li.expanded a {
    background-image: url(/pear/VWM/img/icons/i_expanded.gif);
}

.elementtree li.collapsed a {
    background-image: url(/pear/VWM/img/icons/i_collapsed.gif);
}

.elementtree li.collapsed ul {
    display: none;
}

/* selectform (select box with filter form) */
.selectform-container {
    position: relative;
    width: 400px;
    border: 1px solid #666;
    padding-bottom: 5px;
    background-color: white;
}

.selectform-container .notice {
    border: 1px dotted #003384;
    margin: 10px;
    padding: .3em;
    color: #003384;
    font-weight: bold;
    cursor: default;
}

.vwm_form .selectform-container select.selectinput {
    margin-left: 10px;
    width: 380px;
}

.selectform-container .searchoptions {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 2px;
    width: 200px;
    border-width: 1px;
}

.selectform {
    width: 400px;
    margin-top: -5px;
    border-top-width: 0px;
}

.selectform fieldset {
    border: 0px;
}

.selectform legend {
    margin-top: 1em;
    font-weight: bold;
    color: black;
}

.selectform dl {
    margin-left: .5em;
}

.selectform dl dt,
.selectform dl dd {
    float: left;
    border-top: 1px dotted #d4d0c8;
    margin: 0;
    padding: .5em 0 0 0;
}

.selectform dl dt {
    clear: both;
    width: 30%;
}

.selectform dl dd {
    width: 60%;
    margin-bottom: 1em;
}

.selectform dl dd.submit {
    text-align: right;
}

.selectform dl dd.restore {
    width: 90%;
    text-align: right;
}

.selectform input,
.selectform select {
    width: 100%;
}

.selectform .checkbox {
    width: auto;
}


/**
 * listed groups with a label
 */
.grouplist {
    white-space: nowrap;
}

.grouplist dt {
    cursor: pointer;
    padding: 0 0 3px 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.grouplist dt.expanded {
    background-image: url(/pear/VWM/img/icons/i_expanded.gif);
}

.grouplist dt.collapsed {
    background-image: url(/pear/VWM/img/icons/i_collapsed.gif);
}

.grouplist dd {
    margin: 0 0 .9em 1em;
    padding-left: 0;
}

.grouplist dd.collapsed {
    display: none;
}

.grouplist dd ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/**
 * Placeholder list
 */
.placeholder form.vwm_form textarea {
    width: 400px;
}

.placeholders {
    position: absolute;
    top: 30px;
    left: 450px;
    right: 1em;
    max-height: 285px;
    overflow: auto;
    z-index: 2;
    border: 1px solid black;
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}

.placeholders dt,
.placeholders dd {
    margin: 0;
}

.placeholders dt {
    border-top: 1px solid white;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid white;
    padding: 4px;
    cursor: default;
    font-weight: bold;
    background-color: #d4d0c8;
}

.placeholders dt span {
    display: block;
    padding: 1px;
    color: #003384;
    background-color: white;
}

.placeholders dd {
    border: 1px solid #e8e8e8;
    border-bottom: 1px solid #d4d0c8;
    margin: .5em 1em;
    cursor: pointer;
}

.placeholders dd:hover {
    border-top: 1px solid white;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid white;
    background-color: #d4d0c8;
}


/**
 * Google maps
 */
.mapcontainer {}

html>body .mapinput {
    float: left;
    width: 550px;
}

.map {
    border: 1px solid #003384;
}

.map .address {
    margin-right: 1em;
}

html>body .mapsearch {
    float: left;
    max-width: 30%;
    min-height: 60px;
}

*:first-child+html .mapsearch {
    width: auto;
}

.mapform {
    position: relative;
    top: 20px;
}

.mapform input {
    min-width: 200px;
    margin-right: 3px;
}

.mapform label {
    position: absolute;
    left: 0;
    top: -15px;
    display: block;
    font-weight: bold !important;
}

.mapform button {
    min-width: 20px !important;
}

.mapresults {
    margin-top: 25px;
}

.mapresults .result {
    margin-bottom: 5px;
}

.mapresults .result a {
    display: block;
    color: #003384;
    text-decoration: none;
    padding-left: 15px;
    background: url(/pear/VWM/img/buttons/i_right.gif) 0 2px no-repeat;
}

.mapform button img,
.mapform .button img {
    display: block;
}

/* live set */
.forminput .set,
.forminput .input {}

.forminput .set {
    width: 400px;
    height: 150px;
    overflow: auto;
    border: 1px inset #666;
    padding: .3em 0;
    background-color: white;
}

.forminput .set span {
    float: left;
    margin-right: 1em;
    margin-bottom: .5em;
    padding-left: 5px;
    padding-bottom: 1px;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    background-color: #003384;
    cursor: default;
}

.forminput .set span .remove {
    float: none;
    margin-left: 5px;
    margin-right: 0;
    padding: 2px 5px;
    border-color: #003384;
    border-left-color: white;
    cursor: pointer;
}

.forminput .set span .remove:hover {
    color: #003384;
    background-color: white;
}

.forminput .liveset {
    padding: 4px 0;
    font-style: italic;
    color: gray;
}

.forminput .liveset:focus {
    font-style: normal;
    color: inherit;
}

#suggestions {
    position: absolute;
    top: 2.2em;
    left: .5em;
    width: 400px;
    height: 140px;
    overflow: auto;
    border: 1px outset #666;
    background-color: #e8e8e8;
}

#suggestions p {
    padding: .3em .2em;
    cursor: pointer;
}

#suggestions p.highlighted {
    color: white;
    font-weight: bold;
    background-color: #003384;
}

/* popup select */
.popupselect {}

.popupselect button {}

.popupselect .title {
    width: 400px;
    padding: 0.2em 0;
    font-size: 1.1em;
    border: 1px solid #666;
}

iframe.popupselect {}

.layer {
    position: absolute !important;
    width: 95% !important;
    height: 95% !important;
}

.layer iframe {
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #fff;
}

.ui-dialog-titlebar {
    height: 20px;
    background-color: #003384;
    display: none;
}

.ui-dialog-titlebar-close {
    float: right;
    color: #FF6600;
    padding-right: 5px;
}

/* inline editable lists */
#inline-form {
    position: fixed;
    top: 110px;
    left: 184px;
    right: 5px;
    height: 50%;
    border: 1px solid black;
    padding: 5px;
    background-color: #d4d0c8;
    overflow: auto;
}

#inline-form .buttonrow {}

.vwm_list tr.editing td {
    border-top: 2px solid #003384;
    border-bottom: 2px solid #003384;
    color: #003384;
    background-color: #d4d0c8;
}

table.defaultlist {
    border-collapse: separate;
}

/* input hints */
img.hint {
    margin-left: 5px;
    vertical-align: text-top;
}

.optionhint {
    display: none;
    margin: 5px 0 0 25px;
    font-style: italic;
}

/* caps-lock notification bar */
#capsnotice {
    display: none;
    margin-bottom: 1em;
}

/* record info block ('last edited by') */
.recordinfo {
    float: left;
    margin-left: 5px;
    margin-top: -25px;
    color: #4c4c4c;
}

.recordinfo span.user {
    font-weight: bold;
}

.confirmtext {
    font-weight: bold;
}

/* button class */
a.search,
.tabsheet a.search {
    display: block;
    float: right;
    position: relative !important;
    margin: 5px -30px 0 !important;
    height: 20px;
    width: 20px;
    text-indent: -9000px;
    text-indent: -9000px;
    background: url(/pear/VWM/assets/armadillo/images/searchglass.png) center center no-repeat #003384;
    cursor: pointer;
    border: none;
    padding: 0px;
}

a.button {
    display: block;
    float: right;
    margin: 5px 0 0;
    height: 20px;
    width: 20px;
    color: #003384;
}

td a.button,
td a.edit {
    padding: 0 10px !important;
    margin: 0 0 -5px 0 !important;
    color: rgb(38, 61, 142) !important;
    font-weight: normal !important;
    border: none !important;
    background: url(/pear/VWM/assets/armadillo/images/add.png) left center no-repeat !important;
    text-decoration: underline;
    text-shadow: none !important;
    -moz-box-shadow: 0 0 0 #fff !important;
    -webkit-box-shadow: 0 0 0 #fff !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

td a.button:hover,
td a.edit:hover {
    text-decoration: underline !important;
    color: #f36e25 !important;
}

td a.button:active,
td a.edit:active {
    position: relative;
    top: 1px;
}

button {
    overflow: visible;
    vertical-align: middle;
    min-width: 80px;
    margin-right: 5px;
    padding: 0px 15px 2px;
    white-space: nowrap;
    border: none;
    font-size: 12px;
    color: #fff;
    background-color: #003384;
    cursor: pointer;
}

button:active,
.buttonrow button:active,
button:visited:active {
    position: relative;
    top: 1px;
}

button:hover {}

button img,
.button img {
    display: none;
}

button.loading-active {
    padding-left: 20px;
    background-image: url(/pear/VWM/assets/armadillo/images/loading-white.png);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    background-size: 12px 12px;
    -webkit-transition: padding 0.2s ease;
    -moz-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
}

tfoot td button,
tfoot td .button {
    width: auto;
    margin-right: 5px;
    padding: 2px 15px 4px;
    border: none;
    font-size: 1.0em;
    font-weight: normal;
    color: #fff;
    background-color: #003384;
    cursor: pointer;
}

button:active,
.button:active {
    -moz-box-shadow: none;
    /* CSS3 Firefox */
    -webkit-box-shadow: none;
    /* CSS3 Chrome & Safari */
    -box-shadow: none;
    /* CSS3 Opera */
}

/*
button.delete, .button.delete { padding: 3px 18px 3px 2px; font-weight: bold; background: url(/pear/VWM/img/buttons/i_del.gif) 95% 4px no-repeat; }
    button.delete:hover, .button.delete:hover { background-color: #b0c4e2; }
.button.insert { padding-left: 25px; background: url(/pear/VWM/img/buttons/t_add.gif) 5px center no-repeat; }
.button.edit { padding-left: 25px; background: url(/pear/VWM/img/buttons/i_mod.gif) 5px center no-repeat; }
.button.select { padding-left: 25px; background: url(/pear/VWM/img/buttons/i_choose.gif) 5px center no-repeat; }
.button.preview { padding-left: 25px; background: url(/pear/VWM/img/buttons/i_view1.gif) 5px center no-repeat; }
.button.go { padding-left: 25px; background: url(/pear/VWM/img/buttons/i_right.gif) 5px center no-repeat; }
.button.sections { padding-left: 25px; background: url(/pear/VWM/img/buttons/i_subs.gif) 5px center no-repeat; }
a.button.search { padding: 2px 3px 2px 25px; background: url(/pear/VWM/img/buttons/i_search.gif) 5px center no-repeat; float: none; display: inline; }
button.refresh { padding-left: 25px; background: url(/pear/VWM/img/buttons/i_refresh.gif) 5px center no-repeat; }
*/
/* loading icon */
.loading {
    position: absolute;
    left: 10px;
    top: 10px;
}

/* panel icon */
span.panelicon {
    z-index: 10;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    margin: 3px 3px 0 7px;
}


/* color picker */
.colorSelector {
    float: left;
}

.colorSelector div {
    cursor: pointer;
    height: 26px;
    width: 26px;
    box-shadow: 0 2px 4px #D8D8D8;
    border: 1px solid #D8D8D8;
}

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    z-index: 999;
}

.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}

.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_overlay.png);
}

.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
}

.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}

.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
}

.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}

.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}

.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
}

.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}

.colorpicker_hex input {
    right: 6px;
}

.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}

.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}

.colorpicker_rgb_r {
    background-image: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}

.colorpicker_rgb_g {
    background-image: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}

.colorpicker_rgb_b {
    background-image: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}

.colorpicker_hsb_h {
    background-image: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}

.colorpicker_hsb_s {
    background-image: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}

.colorpicker_hsb_b {
    background-image: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}

.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(/pear/VWM/assets/armadillo/images/colorpicker/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}

.colorpicker_focus {
    background-position: center;
}

.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_slider {
    background-position: bottom;
}

/**
 * Common
 * Very often used classes
 */
.bevelup {}

.copy {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /* background:-moz-linear-gradient(center top , #E8E8E8, #C8C8C8 100%) repeat scroll 0 0 transparent; */
    border-color: -moz-use-text-color #E0E0E0 #E0E0E0;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    float: left;
    margin: 0px 10px 5px 12px;
    padding: 2px 10px 4px;
    -moz-box-shadow: 0px 1px 2px #aaa;
    /* CSS3 Firefox */
    -webkit-box-shadow: 0px 1px 2px #aaa;
    /* CSS3 Chrome & Safari */
    -box-shadow: 0px 1px 2px #aaa;
    /* CSS3 Opera */
}

.copy:hover {
    text-decoration: none;
}

.copy:active {
    position: relative;
    top: 1px;
}


.notice {
    font-weight: bold;
    color: red;
}

.noresult {
    clear: left;
}

#globalsearch-results dd:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* IE underlines */
.tabset ul li:hover a,
#nav ul li.selected span.title,
#nav ul li:hover span.title {
    text-decoration: underline\9;
}

#nav ul li.selected span.title {
    color: #003384;
}

/* shadows */
.shadow,
.rssholder,
.menuholder h3,
.page h3,
.ui-accordion-li-fix,
#pagetitle,
#filterform .buttons input,
#input-buttonrow button,
.buttonrow button,
a.search,
#globalsearch form,
#globalsearch-results,
.vwm-list tfoot input,
.barbutton,
.tabsheet a.button,
.navbox .prev,
.navbox .next,
.navbox .index,
.vwm-list tbody.zone tr:first-child td,
.notice {}

#domainpicker ul {
    -moz-box-shadow: 0px 3px 10px #000;
    /* CSS3 Firefox */
    -webkit-box-shadow: 0px 3px 10px #000;
    /* CSS3 Chrome & Safari */
    -box-shadow: 0px 3px 10px #000;
    /* CSS3 Opera */
}

#filterform input,
#filterform select,
.forminput input,
.forminput select,
.forminput textarea,
#deleteform thead:first-child,
#globalsearch input,
.elementtree,
.checkboxgroup,
.radiogroup,
.grouplist,
.copy {
    -moz-box-shadow: 0px 2px 4px #d8d8d8;
    /* CSS3 Firefox */
    -webkit-box-shadow: 0px 2px 4px #d8d8d8;
    /* CSS3 Chrome & Safari */
    -box-shadow: 0px 2px 4px #d8d8d8;
    /* CSS3 Opera */
}

.tabset ul li.selected {
    box-shadow: 0 0 4px #d8d8d8;
}

input:focus,
select:focus,
textarea:focus,
#globalsearch input:focus,
#input-buttonrow button:hover,
#filterform .buttons input:hover,
#filterform select:focus,
tfoot td button,
tfoot td .button:hover,
.buttonrow button:hover {
    -webkit-box-shadow: 0px 0px 5px #263c8f !important;
    -moz-box-shadow: 0px 0px 5px #263c8f !important;
    box-shadow: 0px 0px 5px #263c8f !important;
}

.layer {
    -moz-box-shadow: 0px 0px 10px #aaa;
    /* CSS3 Firefox */
    -webkit-box-shadow: 0px 0px 10px #000;
    /* CSS3 Chrome & Safari */
    -box-shadow: 0px 0px 10px #000;
    /* CSS3 Opera */
}

/* text-shadows */
.tabset ul li.selected a,
.tabset ul li:hover a,
#nav ul li.selected span.title,
#nav ul li:hover span.title {}

.barbutton a.button,
.copy {}

.tabsheet a.button,
.navbox .prev,
.navbox .next,
.navbox .index {
    text-shadow: 1px 1px 1px #fff;
}

/* positioning and visibility */
.clear-both {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.inline {
    display: inline;
}

.block-level {
    display: block;
}

.nodisplay {
    display: none;
}

.show {
    visibility: visible;
}

.hide {
    visibility: hidden;
}

.visible {
    display: block;
}

.invisible {
    display: none;
}

/* coloring and text decoration/transformation */
.req {
    color: red;
}

.err {
    color: red;
    font-weight: bold;
}

input.err {
    font-weight: normal;
    background-color: #ffbfbf;
}

.notice {
    clear: left;
    border: 1px dotted #036;
    padding: .3em .5em;
    color: #000;
    font-weight: bold;
    background-color: #eee;
}

/* odd, even and first for row coloring (zebra tables and distinctive first row) */
.odd {
    background-color: #ffe2cf;
}

.even {
    background-color: #fff;
}

/* Tiny MCE */
.mce-tinymce button {
    min-width: 1px;
}

.vwm_form .textarea-tinymce.enabled {
    height: 257px;
}

.forminput .mce-panel {
    background-color: #f2f2f2;
}

.mce-btn-group .mce-btn {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
}

/* imagecropper */
#divCropImageBorder {}

#cropImageContainer {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: crosshair;
}

#cropImage {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    cursor: crosshair;
}

.divSelectionHor {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    font: 1px/1px verdana, sans-serif;
    background: transparent url(/pear/VWM/assets/armadillo/images/selection_horizontal_static.gif) repeat-x;
    z-index: 10;
    cursor: crosshair;
    visibility: hidden;
}

.divSelectionVer {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    font: 1px/1px verdana, sans-serif;
    background: transparent url(/pear/VWM/assets/armadillo/images/selection_vertical_static.gif) repeat-y;
    z-index: 10;
    cursor: crosshair;
    visibility: hidden;
}

#imageCropSelection {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    overflow: hidden;
    z-index: 9;
    visibility: hidden;
}

#divShield {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 4;
    cursor: default;
    visibility: hidden;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

/* CSS 3 animations */
@-webkit-keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 8px rgba(62, 83, 160, 0.5);
        border-color: rgba(0, 0, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 8px rgba(62, 83, 160, 1.0), 0 0 16px rgba(62, 83, 160, 1.0);
        border-color: rgba(0, 0, 255, 1.0);
    }
}

.notice {
    -webkit-animation-name: glow;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 10;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}

/**
 * Fix for Chrome
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    textarea,
    input {
        outline: none;
    }
}

/* MEDIA QUERIES
---------------------------------------------------------------------- */
/* iPhone */
/* TODO */
@media screen and (max-width:320px) {}

/* TODO */
@media screen
/*and (min-width:480px)*/
and (max-width:640px) {
    * {
        box-sizing: border-box;
    }

    #body,
    #header,
    #container {
        width: 100%;
    }

    #nav {
        position: relative;
        padding: 0;
        width: 100%;
    }

    span.panelicon {
        position: absolute;
        left: 0;
        top: 0;
        background: none !important;
        width: 0px;
        margin: 3px 0 0 7px;
    }

    #header {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .logo {
        margin-top: 20px;
        width: 200px;
    }

    #container {
        float: none;
        padding: 0 10px;
    }

    #content {
        float: none;
        width: 100%;
        height: auto;
    }

    .rssholder {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .rssholder h3,
    .rssholder h4,
    .menuholder h3 {
        box-sizing: initial;
        font-size: 100%;
    }

    .menuholder {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .vwm_form .label {
        width: 100%;
    }

    .vwm_form .textinput,
    .selectinput,
    .vwm_form .textarea {
        width: 100%;
    }

    .vwm_form .selectinput {
        width: 100%;
    }

    .vwm_form .forminput {
        width: 100%;
    }

    #input-frmbody .forminput {
        width: 100%;
    }

    .vwm_form .forminput-tinymce,
    #input-frmbody .forminput-tinymce,
    .vwm_form .elementtree {
        width: 100%;
    }

    .vwm_form #input-buttonrow .label {
        margin-left: 0px;
        width: 100%;
    }

    .vwm-list tbody td {
        white-space: normal;
    }

    .vmw-list tfoot td {
        text-align: left;
    }

    .vwm-list tbody td.Edit,
    .vwm-list tbody td.OpenWebsite {
        white-space: nowrap;
    }

    .vwm-list tbody td.Delete {
        text-align: center;
    }

    .elementtree,
    .checkboxgroup,
    .radiogroup,
    .grouplist {
        width: 100%;
    }

    #filterform input {
        width: 100%;
    }

    #filterform select {
        width: 100%;
    }

    #filterform .title {
        float: none;
    }

    #filterform .buttons {
        margin-left: 0px;
    }

    #nav ul li span.title,
    #nav ul li ul li a {
        padding: 3px;
        font-size: 100% !important;
        height: auto;
        background-image: none !important;
    }

    .vwm-list {}

    .tabset {
        height: 20px;
    }

    .tabset ul li {
        margin: 0;
        padding: 2px 5px;
    }

    .tabset ul li a {
        font-size: 100%;
    }

    .tabsheet {
        margin-bottom: 20px;
    }

    .datetime_content,
    .datetime_modified,
    .filename,
    .dates {
        display: none;
    }

    tfoot td button,
    tfoot td .button {
        font-size: 100%;
    }

    #pagetitle {
        font-size: 100%;
        padding-bottom: 3px;
    }

    .vwm_form #input-login .label {
        width: 100%;
    }

    .vwm_form #input-frmparent_title .forminput,
    .vwm_form #input-frmentity .forminput,
    .vwm_form #input-frmtitle .forminput,
    .vwm_form #input-frmpath .forminput,
    .vwm_form #input-frmcategories .forminput {
        width: 100%;
    }

    .recordinfo {
        float: none;
    }

    #nav ul li span.title {
        font-size: 14px !important;
    }

    #egriptoolenabler {
        width: 100%;
    }
}

@media (min-width:640px) and (max-width:800px) {

    #body,
    #header,
    #container {
        width: 640px
    }

    #nav {
        width: 143px;
    }

    span.panelicon {
        position: absolute;
        left: 0;
        top: 0;
        background: none !important;
        width: 0px;
        margin: 3px 0 0 7px;
    }

    #content {
        width: 485px;
    }

    .rssholder {
        width: 200px;
    }

    .rssholder h3,
    .rssholder h4,
    .menuholder h3 {
        font-size: 100%;
    }

    .menuholder {
        width: 255px;
    }

    .vwm_form .label {
        width: 400px;
    }

    .vwm_form .textinput,
    .selectinput,
    .vwm_form .textarea {
        width: 425px;
    }

    .vwm_form .selectinput {
        width: 440px;
    }

    .vwm_form .forminput {
        width: 440px;
    }

    #input-frmbody .forminput {
        width: 440px;
    }

    .vwm_form .forminput-tinymce,
    #input-frmbody .forminput-tinymce,
    .vwm_form .elementtree {
        width: 432px;
    }

    .vwm_form #input-buttonrow .label {
        margin-left: 0px;
        width: 425px;
    }

    .vwm-list tbody td {
        white-space: normal;
    }

    .vmw-list tfoot td {
        text-align: left;
    }

    .vwm-list tbody td.Edit,
    .vwm-list tbody td.OpenWebsite {
        white-space: nowrap;
    }

    #filterform input {
        width: 254px;
    }

    #filterform select {
        width: 265px;
    }

    #filterform .title {
        float: none;
    }

    #filterform .buttons {
        margin-left: 0px;
    }

    #nav ul li span.title,
    #nav ul li ul li a {
        padding: 3px;
        font-size: 100% !important;
        height: auto;
        background-image: none !important;
    }

    .vwm-list {}

    .tabset {
        height: 20px;
    }

    .tabset ul li {
        margin: 0 5px;
        padding: 2px 10px;
    }

    .tabset ul li a {
        font-size: 100%;
    }

    .datetime_content,
    .datetime_modified,
    .filename,
    .dates {
        display: none;
    }

    tfoot td button,
    tfoot td .button {
        font-size: 100%;
    }

    #pagetitle {
        font-size: 100%;
        padding-bottom: 3px;
    }
}

@media (min-width:800px) and (max-width:980px) {

    #body,
    #header,
    #container {
        width: 770px;
    }

    #nav {
        width: 172px;
    }

    #content {
        width: 580px;
    }

    .rssholder {
        width: 250px;
    }

    .menuholder {
        width: 315px;
    }

    .vwm_form .label {
        width: 133px;
    }

    .vwm_form .textinput,
    .vwm_form .textarea {
        width: 380px;
    }

    .vwm_form .textinput.color {
        width: 60px;
    }

    .vwm_form .selectinput {
        width: 360px;
    }

    .vwm_form .forminput {
        width: 360px;
    }

    #input-frmbody .label {
        float: none
    }

    #input-frmbody .forminput {
        width: 535px;
    }

    .vwm_form #input-buttonrow .label {
        margin-left: 135px;
        width: 360px;
    }

    .vwm-list tbody td {
        white-space: normal;
    }

    .vwm-list tbody td.Edit,
    .vwm-list tbody td.OpenWebsite {
        white-space: nowrap;
    }

    #filterform input {
        width: 354px;
    }

    #filterform select {
        width: 365px;
    }

    #nav ul li span.title,
    #nav ul li ul li a {
        padding: 3px;
        font-size: 100% !important;
        height: auto;
        background-image: none !important;
    }

    .vwm-list {}
}

@media (min-width:980px) and (max-width:1280px) {

    #body,
    #header,
    #container {
        width: 980px;
    }

    #nav {}

    #content {
        width: 750px;
    }

    .rssholder {}

    .menuholder {
        width: 440px;
    }

    .vwm_form .textinput,
    .vwm_form .textarea {
        width: 500px;
    }

    .vwm_form .textinput.color {
        width: 60px;
    }

    .vwm_form .selectinput {
        width: 502px;
    }

    .vwm_form .forminput {
        width: 503px;
    }

    .vwm_form .forminput-tinymce,
    #input-frmbody .forminput-tinymce,
    .vwm_form .elementtree {
        width: 508px;
    }

    #filterform input,
    #filterform select {}

    .vwm-list tbody td {
        white-space: normal;
        word-wrap: break-word;
    }

    .vwm-list tbody td.Edit,
    .vwm-list tbody td.OpenWebsite {
        white-space: nowrap;
    }

    .vwm-list tbody td.Delete {
        text-align: center;
    }
}

@media (min-width:1280px) and (max-width:1440px) {

    #body,
    #header,
    #container {
        width: 1250px
    }

    #nav {}

    #content {
        width: 1020px;
    }

    .rssholder {}

    .menuholder {
        width: 710px;
    }

    .vwm_form .textinput,
    .vwm_form .textarea {
        width: 600px;
    }

    .vwm_form .textinput.color {
        width: 60px;
    }

    .vwm_form .selectinput {
        width: 612px;
    }

    .vwm_form .forminput {
        width: 623px;
    }

    .vwm_form .forminput-tinymce,
    #input-frmbody .forminput-tinymce,
    .vwm_form .elementtree {
        width: 608px;
    }

    .vwm_form #input-buttonrow .label {
        width: 675px;
    }

    #filterform input {
        width: 735px;
    }

    #filterform select {
        width: 746px;
    }

    #filterform .filter_range input {
        width: 360px;
    }

    #filterform .filter_range input:last-child {
        width: 359px;
    }

    .vwm-list {
        width: 1020px;
    }
}

@media (min-width:1440px) and (max-width:1680px) {

    #body,
    #header,
    #container {
        width: 1410px;
    }

    #nav {}

    #content {
        width: 1180px;
    }

    .rssholder {}

    .menuholder {
        width: 870px
    }

    .vwm_form .textinput,
    .vwm_form .textarea {
        width: 600px;
    }

    .vwm_form .textinput.color {
        width: 60px;
    }

    .vwm_form .selectinput {
        width: 612px;
    }

    .vwm_form .forminput {
        width: 623px;
    }

    .vwm_form .forminput-tinymce,
    #input-frmbody .forminput-tinymce,
    .vwm_form .elementtree {
        width: 608px;
    }

    #filterform input,
    #filterform select {
        width: 895px;
    }

    #filterform .filter_range input {
        width: 440px;
    }

    #filterform .filter_range input:last-child {
        width: 439px;
    }

    .vwm-list {}
}

@media (min-width:1680px) and (max-width:1920px) {

    #body,
    #header,
    #container {
        width: 1650px;
    }

    #nav {}

    #content {
        width: 1420px;
    }

    .rssholder {}

    .menuholder {
        width: 1110px;
    }

    .vwm_form .textinput,
    .selectinput,
    .vwm_form .textarea {
        width: 1070px;
    }

    .vwm_form .forminput-tinymce,
    #input-frmbody .forminput-tinymce,
    .vwm_form .elementtree {
        width: 1078px;
    }

    .vwm_form .selectinput {
        width: 612px;
    }

    .vwm_form .forminput {
        width: 623px;
    }

    #filterform input,
    #filterform select {
        width: 1135px;
    }

    #filterform .filter_range input {
        width: 560px;
    }

    #filterform .filter_range input:last-child {
        width: 559px;
    }

    .vwm-list {}
}

@media (min-width:1920px) and (max-width:2400px) {

    #body,
    #header,
    #container {
        width: 1890px;
    }

    #nav {}

    #content {
        width: 1660px;
    }

    .rssholder {}

    .menuholder {
        width: 1350px;
    }

    .vwm_form .textinput,
    .selectinput,
    .vwm_form .textarea {
        width: 1250px;
    }

    .vwm_form .forminput-tinymce,
    #input-frmbody .forminput-tinymce,
    .vwm_form .elementtree {
        width: 1258px;
    }

    .vwm_form .selectinput {
        width: 612px;
    }

    .vwm_form .forminput {
        width: 623px;
    }

    #filterform input,
    #filterform select {
        width: 1325px;
    }

    #filterform .filter_range input {
        width: 655px;
    }

    #filterform .filter_range input:last-child {
        width: 654px;
    }

    .vwm-list {}
}

@media (min-width:2400px) {

    #body,
    #header,
    #container {
        width: 2370px;
    }

    #nav {}

    #content {
        width: 2120px;
    }

    .rssholder {}

    .menuholder {
        width: 1840px;
    }

    .vwm_form .textinput,
    .selectinput,
    .vwm_form .textarea {
        width: 1620px;
    }

    .vwm_form .forminput-tinymce,
    #input-frmbody .forminput-tinymce,
    .vwm_form .elementtree {
        width: 1628px;
    }

    .vwm_form .selectinput {
        width: 612px;
    }

    .vwm_form .forminput {
        width: 623px;
    }

    #filterform input,
    #filterform select {
        width: 1710px;
    }

    .vwm-list {}
}

/* *