div.popupframe {
    border: solid 1px #c0c0c0;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
    background-color: #f1f1f1;
    padding: 1px;
    border-radius: 2px;
}

div.popupcaption {
    cursor: move;
    background-color: #d0d0d0;
    color: white;
    padding: 3px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
div#DRAG_MOVE {
    font-weight: bold;
}
div.popupcaption a {
    float: right;
    color: #808080;
    text-decoration: none;
}
div.popupcontent {
    background-color: #f1f1f1;
}

div.item {
    padding: 9px 9px 0px 4px;
    font: 12px Verdana, Arial;
}

iframe {
    display: none;
}
body {
    margin: 0;
    background-color: #fefefd;
}
a{
    color: #007cc2;
}

label {
    position: relative;
    top: -2px;
}

div {
    line-height: 15px;
}

.ib {
    display: inline-block;
}

div.gripper {
    display: inline;
    position: relative;
    top: 31px;
    border-radius: 10px;
    border: solid 1px #C0C0C0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.05), inset 1px 1px 1px rgba(255,255,255,0.5);
    background-color: #f7f7f4;
    background: linear-gradient(to right, #f7f7f4, #eeeef0);
}

div.gripper a {
    color: #888888;
    text-decoration: none;
}

td.info {
    padding: 10px;
    background-color: white;
    border-left: solid 1px #cfcfcf;
    border-radius: 0 3px 0 0;
    border-bottom: solid 1px #cfcfcf;
}
td.info1 {
    padding: 10px;
    background-color: white;
    border-left: solid 1px #cfcfcf;
    border-radius: 0 3px 0 0;
}

div.info {
    border-radius: 3px;
    background-color: #f9f9f9;
    border: solid 1px #f1f1f1;
    padding: 10px;
}

div.warning {
    border-radius: 3px;
    background-color:#ffffc0;
    border: solid 1px #f1f1f1;
    padding: 10px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

div.locitem {
    display: inline-block;
    padding: 6px;
}
div.locitem a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
div.locsel {
    display: inline-block;
    background-color: white;
    padding: 6px;
    font-weight: bold;
    color: #0d6c98;
}
div.next {
    margin-top: 5px;
}
div.next1 {
    margin-top: 7px;
}
span.next {
    margin-left: 12px;
}
span.follow {
    margin-left: 4px;
}
div.head {
    border-left: solid 1px #1482b5;
    border-bottom: solid 1px #1482b5;
    background-color: #1fa6e3;
}
div.headContent {
    margin-left: 1px;
    margin-bottom: 1px;
    background-color: #1681b7;
}
div.changeDepartment {
    display: inline-block;
    margin: 12px 0 12px 0;
}
div.help {
    display: inline-block;
    border-left: solid 1px #0d6c98;
    padding: 18px 14px 18px 12px;
    border-right: solid 1px #158cc3;
    margin-right: -4px;
}
div.help a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
div.loclist {
    display: inline-block;
    border-left: solid 1px #0d6c98;
    padding: 12px;
    border-right: solid 1px #158cc3;
}
div.logout {
    display: inline-block;
    border-left: solid 1px #0d6c98;
    padding: 18px 12px;
}
div.logout a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
div.formbg#basketItems {
    background-color: #f1f1f1;
    margin-bottom: 0;
    margin-top: 0;
    border: 0;
    padding: 0;
}

.new {
    color: #008c22;
}
a.delete {
    color: #b01000;
}
.topmenu {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: #171717;
}
img.ard {
    z-index:10;
    position: relative;
    top: 19px;
    left: -50%;
    display: inline;
    margin-left: -5px;
    margin-right: -4px;
}
div.viewselector {
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    margin: 0 0 20px 0;
    background-color: #f9f9f9;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
div.vsspace {
    background-color: #f1f1f1;
    margin: 1px;
}

div.viewitem:first-child {
    border-radius: 3px 0 0 3px;
    margin-left: -2px;
    border-left: solid 1px #d9d9d9;
}

div.viewsel:first-child {
    border-radius: 3px 0 0 3px;
    margin-left: -2px;
}

div.viewitem {
    display: inline-block;
    background-color: #f9f9f9;
    border-right: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    margin-top: -2px;
    margin-bottom: -2px;
}

div.viewitem a {
    text-decoration: none;
    color: black;
    text-shadow: 0 1px 1px white;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 10px;
    margin: 1px;
    line-height: 14px;
}

div.viewsel {
    display: inline-block;
    background-color: #52a8d2;
    border: solid 1px #1382b7;
    margin-left: -1px;
    margin-top: -2px;
    margin-bottom: -2px;
}
div.viewsel a {
    text-decoration: none;
    color: white;
    text-shadow: 0 1px 1px #075493;
    display: inline-block;
    padding: 10px;
    background-color: #1788be;
    margin: 1px;
    line-height: 14px;
}
div.menuitem {
    padding: 8px 0 8px 23px;
}
div.menuitemsel {
    padding: 8px 0 8px 19px;
    background-color: white;
    border-left: solid 4px #007cc2;
}
div.menuitemsel a {
    color: #2687c6;
    text-decoration: none;
    font: normal 14px Arial;
    text-shadow: 1px 0 0.5px #d0d0d0;
}
div.menuitem a {
    color: #362f2d;
    text-decoration: none;
    font: normal 14px Arial;
    text-shadow: 0 1px 1px #fff;
}
div.menuitem a img.icon {
    padding-right: 4px
}
div.menuitemsel a img.icon {
    padding-right: 4px
}
div.content {
    padding: 23px;
}
div.topmenuitem {
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f1f1f1;
    border-color: #cfcfcf;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
div.topmenusel {
    border-radius: 3px;
    background-color: #1583b9;
    margin-left: 5px;
    margin-right: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #1482b5;
    color: white;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

div.topmenusel1 {
    background-color: #1583b9;
    color: white;
    font-weight: bold;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height:14pt;
    text-decoration: none;
    padding: 3px 5px;
    display: inline-block;
    border: solid 1px #1690c0;
    border-radius: 2px;
}

td.topmenusel {
    background-color: #1583b9;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height:14px;
    color: #ffffff;
    border-left: solid 4px white;
    border-right: solid 4px white;
}
td.menusel {
    background-color: #d0d0d0;
    background-repeat:repeat-x;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height:14px;
    color: #ffffff;
}
form{
    margin-bottom:0;
    margin-top:0;
}
td.topmenuitem {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height:14px;
    color: #4b4b4b;
    border-left: solid 4px white;
    border-right: solid 4px white;
}
a.topmenusel {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height:14px;
    color: #ffffff;
    text-decoration: none;
}
a.topmenuitem {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height:14pt;
    text-decoration: none;
    padding: 3px 5px;
    background-color: #f1f1f1;
    display: inline-block;
    border: solid 1px #f9f9f9;
    border-radius: 2px;
}
.line {
    background-color: #5e6f9a;
}
.redline {
    background-color: red;
}
.mbg {
    background-color: #5e6f9a;
    color: white;
}
h1,div.hdr {
    font: 18pt Arial, Helvetica, sans-serif;
    color: #362f2d;
    margin-bottom:16px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1)
}
h2 {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #585858;
    margin-top: 22px;
    margin-bottom: 15px;
}

table.formbg, td.formbg, tr.formbg {
    background-color: #f1f1f1;
}

div.formbg {
    background-color: #f1f1f1;
    margin-bottom: 22px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04), inset 0 0 3px white;
    padding: 1px
}

div.f2 {
/*    background-color: #f1f1f1;
    border: 1px solid #f8f8f8;
    border-radius: 2px;*/
}

div.view {
    background-color: #fafafa;
    margin-bottom: 22px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04)
}

div.formbg1 {
    background-color: #f1f1f1;
    margin: 22px 22px 0 22px;
    border-top: solid 1px #cfcfcf;
    border-left: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: 0;
    border-radius: 3px;
    padding: 2px;
}

div.result {
    margin: 0;
}

table.t td.forminfo {
    padding-top:5px;
}
th {
    background-color: #dddddd;
    font: bold 11pt Verdana, Arial, Helvetica, sans-serif;
    color: #4b4b4b;
    line-height: 16pt;
    box-shadow: inset 0 1px 0px #BABABA
}
th.wth {
    background-color:white;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: black;
}
.title {
    font: bold 14px Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
}
td.menu,table.menu,div.menu {
    background-color: #d3d3d3;
    background-image:url("/i/grey_bg.jpg");
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: white;
    line-height:14px;
}
a.menu {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: #505050;
    line-height:14px;
    text-decoration: none;
}
.submenu {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: white;
    background-color: #8EA1D2;
}

td {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
}

input, textarea{
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 14pt;
    color: #4b4b4b;
}

input.st {
    width: 200px;
}

select {
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 14pt;
    margin: 2px;
    color: #4b4b4b;
    width: 200px;
}
select.not {
    width: 150px;
}
.inp {
	border: 1px solid #bebebe;
    border-radius: 3px;
}
input.inp {
    margin: 2px;
}
input.d {
    width: 71px;
}
.inpr {
	border: 1px solid #bebebe;
    text-align: right;
}
input.inpr {
    margin: 2px;
}
input.smlinp {
	border: 1px solid #bebebe;
    font-size: 11px;
    line-height: 12px;
    height:16px;
    padding-top:0;
    padding-top=1px;
    margin:0;
}
select.smlinp {
    font-size: 11px;
    height:18px;
    padding-top:0;
    padding-top=1px;
    margin:0;
    width: inherit;
}
.w {
    background-color: white;
}
.w1 {
    background-color: white;
    padding: 16px;
}
.grey {
    background-color: #9c9c9c;
}
.small {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #171717;
}
.white {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: white;
}
tr.even {
    background-color: #fafafa;
    behavior: url(/IEFixes.htc);
}
tr.evensel {
    background-color: #f0f0c8;
    behavior: url(/IEFixes.htc);
}
tr.even:hover, tr.even_hover,tr.evensel:hover, tr.evensel_hover {
    background-color: #e1ecf5;
    behavior: url(/IEFixes.htc);
}
.even {
    background-color: #f9f9f2;
}
.evensel {
    background-color: #f9f9d0;
}
tr.odd {
    background-color:inherit;
    behavior: url(/IEFixes.htc);
}
tr.odd:hover, tr.odd_hover,tr.oddsel:hover, tr.oddsel_hover {
    background-color: #e1ecf5;
    behavior: url(/IEFixes.htc);
}
.oddsel {
    background-color: #fffed0;
}
.red {
    font-weight: bold;
    color: #cc3300;
}
.disabled {
    font-weight: bold;
    color: #e8e8e8;
}
.report {
    color: #669fc8;
    font-weight: bold;
    margin-top: 3px;
}
.reportsuccess {
    color: #107000;
    font-weight: bold;
    margin-top: 3px;
}
.smallred {
    color: #cc3300;
    font-size: 11px;
}
.redbg {
    background-color: #cc0000;
}
.splash {
    font: bold italic 18px Arial, Helvetica, sans-serif;
    color: #5e6f9a;
}
.greyred{
    background-color: #FCECEC;
}
.thred {
    background-color: #9C6A6A;
}
.frspn{
    background-color: #7cd230;
    background-image: url('/i/gbg.gif');
}
.flspn {
    background-color: #f05f2d;
    background-image: url('/i/rbg.gif');
}
.slspn {
    background-color: #5b9a23;
    background-image: url('/i/dgbg.gif');
}
table.t {
    border-collapse:collapse;
    width:100%;
}
table.t td {
    padding: 5px;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-color: white;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-color: #b8c2d8;
    border-top-width: 1px;
    border-top-style: dotted;
    border-bottom: 0;
    vertical-align: top;
}
table.t th  {
    padding: 4px;
    color: #4b4b4b;
    border: solid 1px #ffffff;
}
table.t1 {
    border-collapse:collapse;
    width:100%;
}
table.t1 td {
    padding:2px;
    border-top-color: #b8c2d8;
    border-top-width:1px;
    border-bottom-width:0;
    border-right-color:white;
    border-right-width:1px;
    border-left-color:white;
    border-left-width:1px;
    border-style:solid;
    vertical-align: top;
}
table.t1 th {
    padding:2px;
    border-color: white;
    border-width:1px;
    border-style:solid;
}
table.z {
    border-collapse:collapse;
}
table.z td {
    padding:0;
    border-style:none;
    border-width:0;
}
table.z th {
    padding:0;
    border-style:none;
    border-width:0;
}
table.l {
    border-collapse:collapse;
    width:100%;
    height: 1px;
    background-color: #5e6f9a;
}
table.l td {
    padding:0;
    background-color: #5e6f9a;
}
table.l1 {
    border-collapse:collapse;
    width:100%;
    height: 5px;
    background-image: url('/i/bs.gif');
}
table.l1 td {
    padding:0;
    background-image: url('/i/bs.gif');
}
.gtxt {
    color: #cc7777;
}
.grtxt {
    color: #7e765f;
}
.b {
    font-weight:bold;
}
.c {
    text-align: center;
}
.n {
    font-weight: normal;
}
div.user {
    background-color: #14719b;
    color: #dde6ea;
    border-radius: 2px;
    border: solid 1px #0e618c;
    font-weight: bold;
    padding: 6px;
    display: inline-block;
    margin: 12px;
}
option.user {
    background-image: url(/i/user.png);
    background-repeat: no-repeat;
    padding-left: 18px;
}
option.department {
    background-image: url(/i/department.png);
    background-repeat: no-repeat;
    padding-left: 18px;
}
table.simple td {
    padding: 0;
    border-width: 0;
}
.v {
    vertical-align:top;
}
a.menu img.icon {
    margin-right:5px;
    margin-left:4px;
    border:none;
    width:16px;
    height:16px;
    vertical-align:top;
}
a.topmenusel img.icon {
    margin-right:5px;
    margin-left:4px;
    border:none;
    width:16px;
    height:16px;
    vertical-align:top;
}
.bigicon {
    margin-right: 6px;
    border: none;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin-bottom: -2px;
    float: left;
    margin-top: -5px;
}
.icon {
    margin-right:4px;
    border:none;
    width:16px;
    height:16px;
    vertical-align:top;
    margin-bottom: -2px;
}

.icn {
    border:none;
    width:16px;
    height:16px;
    vertical-align:top;
    margin-bottom: -2px;
}

div.menuitem a img.icn {
    margin-left: -17px;
}
div.menuitemsel a img.icn {
    margin-left: -17px;
}
a.menu img.icon {
    margin-bottom: 0;
}
a.topmenusel img.icon {
    margin-bottom: 0;
}
.smallicon {
    margin: 0 4px 1px 1px;
    border:none;
    width:12px;
    height:12px;
    vertical-align:bottom;
}
.delicon {
    margin-left:4px;
    border:none;
    width:16px;
    height:16px;
    vertical-align:top;
    margin-bottom: -2px;
}
.calendar {
    margin-left:2px;
    margin-top:5px;
    border:none;
    width:16px;
    height:16px;
    vertical-align:top;
}
.thumb {
    margin-right:3px;
    border:none;
    width:72px;
    height:48px;
    vertical-align:top;
}
.f {
    background-color:#ffffc0;
}
.frm {
    background-color: #8e9faa;
}
.weight {
    text-align: right;
    color: #007000;
}
.volume {
    text-align: right;
    color: #3000d0;
}
.eventType {
    background-color: #F0F8D0;
    border-bottom: 1px solid #80A090;
    border-right: 1px solid #80A090;
    padding: 1px;
    white-space: nowrap;
}
table.t td.noborder {
    border-top: 0;
}
.progressbar {
    margin-top:1px;
    line-height: 0;
}
table.t td.ts {
    border-top-width: 2px;
    padding-top: 5px;
}
table.z td.l {
    border-top: 1px solid #b8c2d8;
    padding:2px;
}
table.z td.l1 {
    padding:2px;
}
.typeCode {
    width: 90px;
}
.lbl {
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #818181;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 1px;
}
select.lbl {
    margin-bottom: 5px;
}
.r {
    text-align: right;
}
#infoBar {
    background-color: white; border:solid 1px #e0e0e0;position: absolute; right:10px; padding:20px;z-index:10;
}
.nowrap {
    white-space: nowrap;
}
tbody.h:hover tr {
    background-color: #e1ecf5;
}

table.t tbody.h tr:not(:first-child) td {
    border-top:0;
    padding-top:2px;
}

div.legend {
    position: relative;
    top: -300px;
    left: 322px;
    max-width: 278px;
    display: inline-block;
}
ul.doughnut-legend  {
    margin:0;
    padding: 0;
    list-style: none;
}
.legend li {
    display: block;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    cursor: default;
    text-align: left;
}
.legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    border-radius: 10px;
}
.legend li a {
    font-weight: bold;
}
.es {
    float: right;
    margin: 0 1px 1px 0;
}
.es1 {
    margin: 4px 0 -11px -5px;
}
.iestwice {
    width: 10px;
    height: 6px;
    border-radius: 4px;
    margin: 1px;
}
.iesonce {
    width: 6px;
    height: 6px;
    margin: 1px 3px;
    border-radius: 4px;
}
.iesnone {
    display: none;
}
.oesplan {
    display: inline-block;
    width: 12px;
    height: 8px;
    border-radius: 4px;
    margin: 0 0 0 4px;
    border: 2px solid;
}
.oesnone {
    display: inline-block;
    width: 12px;
    height: 8px;
    border-radius: 4px;
    margin: 0 0 0 4px;
    padding: 1px;
    border: 1px solid;
}

.iesempty {
    width: 12px;
    height: 2px;
    margin: 3px 0px;
    border-radius: 4px;
}
img.disabled {
    filter: grayscale(100%) opacity(30%);
    -webkit-filter: grayscale(100%) opacity(30%);
}

