﻿body {
    width: 100%;
    height: 100%;
    font-size: 80%;
    background: #f2f2f2;
}

td {
    font-size: 80%;
    font-family: Tahoma, Verdana;
}

body, div, iframe, img {
    font-family: Tahoma, Verdana;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

/*
#ElementHolder
{
	background: #fff;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 4px;
}
*/
#ExternalElementHolder {
    background: #fff;
    padding: 0;
}

#Exceptions {
    padding: 5px 5px 5px 5px;
    margin: 4px;
    font-weight: bold;
    color: red;
}

    #Exceptions li {
        list-style: none;
        list-style-position: outside;
    }

a.Button {
    color: #777;
}

a.Nounderline {
    text-decoration: none;
}

#MainHeader {
    background: url(../img/main_header_bg.jpg) repeat-x;
    height: 94px;
    position: relative;
    top: 0;
    left: 0;
}

#MainTitle {
    background: url(../img/main_header.jpg) no-repeat;
    vertical-align: middle;
    height: 68px;
    color: White;
}

    #MainTitle div {
        padding: 20px 20px 0 20px;
    }

#MainProjectTitle {
    font-size: 150%;
    cursor: pointer;
}

#selectproject {
    position: absolute;
    top: 45px;
    left: 30px;
    background: #fff;
    border: 1px solid #ccc;
}

#UserData {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
    text-align: right;
}

    #UserData a {
        color: #fff;
    }

#MenuHolder {
}

#MainMenu {
    list-style: none;
    float: right;
    height: 26px;
    padding: 0;
    margin: 0;
    margin-right: 30px;
    border: 0;
}

    #MainMenu li {
        padding: 0;
        margin: 0 2px;
        float: left;
    }

#SubMenuHolder {
}

#SubMenu {
    list-style: none;
    float: left;
    clear: both;
    height: 26px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    border: 0;
}

    #SubMenu li {
        padding: 0;
        margin: 0 12px 0 5px;
        float: left;
    }

#ProjectMenu {
    list-style: none;
    float: left;
    height: 26px;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    border: 0;
}

    #ProjectMenu li {
        padding: 0;
        margin: 0 2px;
        float: left;
    }

#ElementContent {
    clear: both;
}

/* Context Menu */
#ContextMenu {
    position: absolute;
    width: 120px;
    background: #fff url(../img/contextmenu_bg.gif) repeat-y;
    border: 1px solid #aaa;
    filter: alpha(opacity:85);
    opacity: 0.85;
    -moz-opacity: 0.85;
    z-index: 5;
}

#ContextMenuBg {
    position: absolute;
    z-index: 4;
}

#ContextMenu img {
    vertical-align: middle;
    margin-right: 10px;
}

a.ContextMenuItem {
    display: block;
    padding: 3px;
    font-size: 85%;
    vertical-align: middle;
    color: #777;
    text-decoration: none;
    cursor: default;
}

    a.ContextMenuItem:hover {
        background: #fafafa url(../img/contextmenu_bg_s.gif) repeat-y;
    }

.GroupHeader {
    border-bottom: 1px solid #ddd;
    color: #1370AB;
    padding: 2px;
    margin: 3px 0px 3px 0px;
}

/*Inline Iframe*/
#iframeinline {
    z-index: 26;
    position: absolute;
}

#fader, #iframefader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#iframefader {
    filter: alpha(opacity:0);
    z-index: 24;
}

#fader {
    z-index: 25;
    background: #333;
}

img.Trigger {
    border: 0;
    margin: 0 0px;
    cursor: pointer;
}

/*RIGHT MENU*/
#RightMenuHolder {
    padding: 5px;
}

.RMSubHeader {
    margin: 10px 0 5px 0;
    color: #000;
}

.inset {
    margin-bottom: 30px;
}

.insetheader {
    border-bottom: 1px solid #c1c1c1;
}

.insetcontent {
    margin-top: 2px;
}

    .insetcontent li {
        list-style: none outside;
    }

.top_ins {
    position: absolute;
    top: -1px;
    _top: 0px;
    left: -1px;
}

.bottom_ins {
    height: 10px;
    text-align: right;
    margin: -10px 0 0 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*всплывающее сообщение*/
#MessageHolder {
    position: absolute;
    z-index: 15;
}

.NormalMessage {
    background: #bbbbbb;
    font-weight: bold;
}

.ErrorMessage {
    background: #ffcded;
}

.SuccessMessage {
    background: #cdffcd;
}

#Message {
    border: 1px solid #777;
    padding: 10px;
}

#MessageBg {
    position: absolute;
    z-index: 14;
}

#Copyright {
    margin-right: 20%;
    color: #777;
}

    #Copyright div {
        float: right;
        margin-top: 12px;
    }

a.Red {
    color: Red;
    font-size: 85%;
}

a.Green {
    color: Green;
    font-size: 85%;
}

input.Checkbox {
    width: 15px;
    margin: 3px 5px 0 0;
}


BODY {
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: TAHOMA;
}

TD {
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: TAHOMA;
}

TH {
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: TAHOMA;
}

A:link, A:visited {
    color: blue;
}

BODY {
    BACKGROUND-COLOR: white;
}


A.pager {
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    COLOR: blue;
    TEXT-DECORATION: none;
}

    A.pager:link {
        FONT-SIZE: 11px;
        TEXT-TRANSFORM: none;
        COLOR: blue;
        TEXT-DECORATION: none;
    }

A.white {
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    COLOR: #ffffff;
}

    A.white:link {
        FONT-SIZE: 11px;
        TEXT-TRANSFORM: none;
        COLOR: #ffffff;
    }

A.red {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    COLOR: #cc0000;
}

    A.red:link {
        FONT-WEIGHT: bolder;
        FONT-SIZE: 11px;
        TEXT-TRANSFORM: none;
        COLOR: #cc0000;
    }

A.big {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 14px;
    TEXT-TRANSFORM: none;
    COLOR: #cc0000;
}

    A.big:link {
        FONT-WEIGHT: bolder;
        FONT-SIZE: 14px;
        TEXT-TRANSFORM: none;
        COLOR: #cc0000;
    }

LI.white {
    FONT-SIZE: 11px;
    COLOR: #ffffff;
}

A.pager_disabled {
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    COLOR: gray;
    TEXT-DECORATION: none;
}

    A.pager_disabled:link {
        FONT-SIZE: 11px;
        TEXT-TRANSFORM: none;
        COLOR: gray;
        TEXT-DECORATION: none;
    }

A.pager_active {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    COLOR: blue;
    TEXT-DECORATION: none;
}

    A.pager_active:link {
        FONT-WEIGHT: bold;
        FONT-SIZE: 11px;
        TEXT-TRANSFORM: none;
        COLOR: blue;
        TEXT-DECORATION: none;
    }

A.pager:hover {
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    COLOR: #aaaaff;
    TEXT-DECORATION: none;
}

A.list:visited {
    COLOR: #800080;
}

H1 {
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    FONT-FAMILY: TAHOMA;
}

H2 {
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    FONT-FAMILY: TAHOMA;
}

H3 {
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    FONT-FAMILY: TAHOMA;
}

H4 {
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    FONT-FAMILY: TAHOMA;
}

H5 {
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    FONT-FAMILY: TAHOMA;
}

H6 {
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    FONT-FAMILY: TAHOMA;
}

H3 {
    FONT-SIZE: 13px;
}

H4 {
    FONT-SIZE: 12px;
}

H5 {
    FONT-SIZE: 11px;
}

INPUT {
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: gray 1px solid;
    COLOR: #333333;
    BORDER-BOTTOM: gray 1px solid;
}

BUTTON {
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: gray 1px solid;
    COLOR: #333333;
    BORDER-BOTTOM: gray 1px solid;
    padding-top: 0px;
}

SELECT {
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: gray 1px solid;
    COLOR: #333333;
    BORDER-BOTTOM: gray 1px solid;
}

INPUT.checkbox, input[type="checkbox"] {
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    FONT-SIZE: 10px;
    BORDER-LEFT: 0px;
    COLOR: #333333;
    BORDER-BOTTOM: 0px;
}

TEXTAREA {
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: gray 1px solid;
    COLOR: #333333;
    BORDER-BOTTOM: gray 1px solid;
    FONT-FAMILY: TAHOMA;
}

TABLE.comment {
    BORDER-RIGHT: red 1px solid;
    BORDER-TOP: red 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: red 1px solid;
    COLOR: red;
    BORDER-BOTTOM: red 1px solid;
}

.smalltext {
    FONT-SIZE: 10pt;
}

.tinytext {
    FONT-SIZE: 8pt;
}

.termtext {
    FONT-SIZE: 11px;
    COLOR: #00ee00;
}

.star {
    CURSOR: help;
    COLOR: red;
}

.table_header {
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: silver;
    TEXT-ALIGN: center;
}

.thc {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    COLOR: #000000;
}

.green_b {
    BACKGROUND-COLOR: #d0ffd0;
}

.red_b {
    BACKGROUND-COLOR: #ffd0d0;
}

A.thselect {
    TEXT-TRANSFORM: none;
    COLOR: #000000;
    TEXT-DECORATION: none;
}

    A.thselect:link {
        TEXT-TRANSFORM: none;
        COLOR: #000000;
        TEXT-DECORATION: none;
    }

.table_cell {
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
}

.error {
    padding: 5px 5px 5px 5px;
    margin: 4px;
    FONT-WEIGHT: bold;
    COLOR: red;
}

.success {
    FONT-WEIGHT: bold;
    COLOR: green;
}

LEGEND {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: gray;
    FONT-FAMILY: ARIAL;
}

FIELDSET {
    FONT-SIZE: 11px;
    COLOR: black;
}

INPUT.small {
    FONT-SIZE: 10px;
    FONT-FAMILY: ARIAL;
    HEIGHT: 16px;
}

I.small {
    FONT-SIZE: 9px;
}

H1 {
    FONT-SIZE: 14px;
    COLOR: #0000cc;
    FONT-FAMILY: ARIAL;
}

B.error {
    COLOR: #cc0000;
}

TR.green {
    BACKGROUND-COLOR: #d0ffd0;
}

TR.red {
    BACKGROUND-COLOR: #ffd0d0;
}

TR.white {
    BACKGROUND-COLOR: #ffffff;
}

TR.white_h {
    HEIGHT: 22px;
    BACKGROUND-COLOR: #ffffff;
}

TD.gray {
    BACKGROUND-COLOR: #dddddd;
}

TD.green {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
    BACKGROUND-COLOR: #00ff00;
}

TD.red {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    COLOR: #ffffff;
    PADDING-TOP: 3px;
    BACKGROUND-COLOR: #ff0000;
}

INPUT.green {
    BACKGROUND-COLOR: #00ff00;
}

TD.yellow {
    BACKGROUND-COLOR: #ffffcc;
}

TD.lightgreen {
    BACKGROUND-COLOR: #ccffcc;
}

INPUT.red {
    COLOR: #ffffff;
    BACKGROUND-COLOR: #ff0000;
}

TD.cell {
    BORDER-RIGHT: black 1px solid;
    FONT-SIZE: 9px;
    COLOR: black;
    FONT-FAMILY: TAHOMA;
}

TD.cell_d {
    BORDER-RIGHT: black 1px solid;
    FONT-SIZE: 9px;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA;
}

TD.cell_dt {
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 9px;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA;
}

TD.cell_dtl {
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA;
}

TD.cell_dl {
    BORDER-RIGHT: black 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA;
}

TD.cell_dtl_r {
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA;
}

TD.help {
    BORDER-RIGHT: #a0a0a0 1px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #a0a0a0 1px solid;
    PADDING-LEFT: 20px;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: #a0a0a0 1px solid;
    COLOR: #404040;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    BACKGROUND-COLOR: #ffffea;
}

TD.blue {
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    BACKGROUND-COLOR: lightskyblue;
}

TD.cell_1 {
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    PADDING-TOP: 1px;
    PADDING-BOTTOM: 1px;
}

.warning {
    COLOR: #dc143c;
}

TABLE.warning {
    BORDER-RIGHT: lightgrey 1px solid;
    BORDER-TOP: lightgrey 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: lightgrey 1px solid;
    COLOR: firebrick;
    BORDER-BOTTOM: lightgrey 1px solid;
    BACKGROUND-COLOR: #ececec;
}

TD.disabled {
    text-decoration: line-through;
    FONT-SIZE: 11px;
    COLOR: gray;
    FONT-FAMILY: TAHOMA;
}

.invisible {
    display: none;
}

.AlignCenter {
    text-align: center;
    vertical-align: middle !important;
}

.AlignMiddle {
    vertical-align: middle !important;
}

.AlignRight {
    text-align: right;
    vertical-align: middle !important;
}

.number {
    border: 1px solid black;
    font-weight: bold;
    color: Red;
    float: left;
    padding: 5px;
}

.paddingleft10 {
    padding-left: 10px;
}

.paddingright10 {
    padding-right: 10px;
}

td.help, div.help {
    BORDER-RIGHT: #a0a0a0 1px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #a0a0a0 1px solid;
    PADDING-LEFT: 20px;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: #a0a0a0 1px solid;
    COLOR: #404040;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    BACKGROUND-COLOR: #ffffea;
    width: 707px;
}


.autocomplete-window {
    font-size: 13px;
    cursor: default;
    line-height: 17px;
    border: 1px solid black;
    z-index: 99;
    background: white;
    position: absolute;
    margin: 0;
}

    .autocomplete-window .close-row {
        padding: 0 3px 2px;
        font-size: 10px;
        line-height: 15px;
        text-align: right;
        color: #00c;
        text-decoration: underline;
    }

        .autocomplete-window .close-row span {
            cursor: pointer;
        }

    .autocomplete-window .highlighted {
        background: #36c;
        color: white;
    }

        .autocomplete-window .highlighted td {
            color: white;
        }

    .autocomplete-window .row-class td {
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
        padding-left: 3px;
        padding-bottom: 1px;
    }

    .autocomplete-window .row-class .table-code-name {
        white-space: nowrap;
        overflow: hidden;
        text-align: right;
        font-size: 10px;
        color: #999999;
        padding: 0 3px;
    }


TD.cell {
    BORDER-RIGHT: black 1px solid;
    FONT-SIZE: 9px;
    COLOR: black;
    FONT-FAMILY: TAHOMA
}

TD.cell_d {
    BORDER-RIGHT: black 1px solid;
    FONT-SIZE: 9px;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA
}

TD.cell_dt {
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 9px;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA
}

TD.cell_dtl {
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA
}

TD.cell_dl {
    BORDER-RIGHT: black 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA
}

TD.cell_dtl_r {
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: TAHOMA
}

TD.cell_n {
    FONT-SIZE: 9px;
    COLOR: black;
    FONT-FAMILY: TAHOMA
}

.updateProgress {
    position: absolute;
    top: 0px;
    left: 0px;
}

    .updateProgress div.overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1000;
        background-color: #333;
        opacity: .5;
        filter: Alpha(Opacity=50);
    }

    .updateProgress div.ovcontent {
        border: 2px solid black;
        background-color: white;
        padding: 10px 10px 10px 10px;
        z-index: 1200;
        position: fixed;
    }


/* The main calendar widget.  DIV containing a table. */

div.calendar {
    position: relative;
    z-index: 30;
}

.calendar, .calendar table {
    border: 1px solid #556;
    font-size: 11px;
    color: #000;
    cursor: default;
    background: #eef;
    font-family: tahoma,verdana,sans-serif;
}

    /* Header part -- contains navigation buttons and day names. */

    .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
        text-align: center; /* They are the navigation buttons */
        padding: 2px; /* Make the buttons seem like they're pressing */
    }

    .calendar .nav {
        background: #778 url(/img/menuarrow.gif) no-repeat 100% 100%;
    }

    .calendar thead .title { /* This holds the current "month, year" */
        font-weight: bold; /* Pressing it will take you to the current date */
        text-align: center;
        background: #fff;
        color: #000;
        padding: 2px;
    }

    .calendar thead .headrow { /* Row <TR> containing navigation buttons */
        background: #778;
        color: #fff;
    }

    .calendar thead .daynames { /* Row <TR> containing the day names */
        background: #bdf;
    }

    .calendar thead .name { /* Cells <TD> containing the day names */
        border-bottom: 1px solid #556;
        padding: 2px;
        text-align: center;
        color: #000;
    }

    .calendar thead .weekend { /* How a weekend day name shows in header */
        color: #a66;
    }

    .calendar thead .hilite { /* How do the buttons in header appear when hover */
        background-color: #aaf;
        color: #000;
        border: 1px solid #04f;
        padding: 1px;
    }

    .calendar thead .active { /* Active (pressed) buttons in header */
        background-color: #77c;
        padding: 2px 0px 0px 2px;
    }

    /* The body part -- contains all the days in month. */

    .calendar tbody .day { /* Cells <TD> containing month days dates */
        width: 2em;
        color: #456;
        text-align: right;
        padding: 2px 4px 2px 2px;
    }

        .calendar tbody .day.othermonth {
            font-size: 80%;
            color: #bbb;
        }

            .calendar tbody .day.othermonth.oweekend {
                color: #fbb;
            }

    .calendar table .wn {
        padding: 2px 3px 2px 2px;
        border-right: 1px solid #000;
        background: #bdf;
    }

    .calendar tbody .rowhilite td {
        background: #def;
    }

        .calendar tbody .rowhilite td.wn {
            background: #eef;
        }

    .calendar tbody td.hilite { /* Hovered cells <TD> */
        background: #def;
        padding: 1px 3px 1px 1px;
        border: 1px solid #bbb;
    }

    .calendar tbody td.active { /* Active (pressed) cells <TD> */
        background: #cde;
        padding: 2px 2px 0px 2px;
    }

    .calendar tbody td.selected { /* Cell showing today date */
        font-weight: bold;
        border: 1px solid #000;
        padding: 1px 3px 1px 1px;
        background: #fff;
        color: #000;
    }

    .calendar tbody td.weekend { /* Cells showing weekend days */
        color: #a66;
    }

    .calendar tbody td.today { /* Cell showing selected date */
        font-weight: bold;
        color: #00f;
    }

    .calendar tbody .disabled {
        color: #999;
    }

    .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
        visibility: hidden;
    }

    .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
        display: none;
    }

    /* The footer part -- status bar and "Close" button */

    .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
        text-align: center;
        background: #556;
        color: #fff;
    }

    .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
        background: #fff;
        color: #445;
        border-top: 1px solid #556;
        padding: 1px;
    }

    .calendar tfoot .hilite { /* Hover style for buttons in footer */
        background: #aaf;
        border: 1px solid #04f;
        color: #000;
        padding: 1px;
    }

    .calendar tfoot .active { /* Active (pressed) style for buttons in footer */
        background: #77c;
        padding: 2px 0px 0px 2px;
    }

    /* Combo boxes (menus that display months/years for direct selection) */

    .calendar .combo {
        position: absolute;
        display: none;
        top: 0px;
        left: 0px;
        width: 4em;
        cursor: default;
        border: 1px solid #655;
        background: #def;
        color: #000;
        font-size: 90%;
        z-index: 100;
    }

        .calendar .combo .label,
        .calendar .combo .label-IEfix {
            text-align: center;
            padding: 1px;
        }

        .calendar .combo .label-IEfix {
            width: 4em;
        }

        .calendar .combo .hilite {
            background: #acf;
        }

        .calendar .combo .active {
            border-top: 1px solid #46a;
            border-bottom: 1px solid #46a;
            background: #eef;
            font-weight: bold;
        }

    .calendar td.time {
        border-top: 1px solid #000;
        padding: 1px 0px;
        text-align: center;
        background-color: #f4f0e8;
    }

        .calendar td.time .hour,
        .calendar td.time .minute,
        .calendar td.time .ampm {
            padding: 0px 3px 0px 4px;
            border: 1px solid #889;
            font-weight: bold;
            background-color: #fff;
        }

        .calendar td.time .ampm {
            text-align: center;
        }

        .calendar td.time .colon {
            padding: 0px 2px 0px 3px;
            font-weight: bold;
        }

        .calendar td.time span.hilite {
            border-color: #000;
            background-color: #667;
            color: #fff;
        }

        .calendar td.time span.active {
            border-color: #f00;
            background-color: #000;
            color: #0f0;
        }

table.layout {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

.dis {
    border-color: #eee;
    background: #eee;
    color: #aaa;
    cursor: default !important;
}

.mitem {
    position: relative;
    text-decoration: none;
    float: left;
    display: block;
    color: #000 !important;
    height: 23px;
    line-height: 23px;
    font-family: Arial;
    border-right: 1px solid #000;
    text-align: center;
}

    .mitem:last-child {
        border-right: 0;
    }

    .mitem .fa {
        color: #D00;
        margin: 0 3px;
    }

.undline {
    position: absolute;
    width: 100%;
    height: 0px;
    background: rgb(221, 221, 221);
    z-index: 1;
    bottom: 0;
    -webkit-transition: all ease-out 100ms;
    -moz-transition: all ease-out 100ms;
    -o-transition: all ease-out 100ms;
    transition: all ease-out 100ms;
}

.mitem b {
    position: relative;
    z-index: 2;
    padding: 5px 5px;
}

.mitem:hover .undline {
    height: 100%;
}

#addoffer {
    text-decoration: none;
    background: #95cde8;
    line-height: 34px;
    width: 743px;
    height: 34px;
    padding-left: 7px;
}

#charteroffer {
    padding: 0 7px;
    height: 34px;
    float: right;
    background: #7fbfe3;
}

#sirenaoffer {
    padding: 0 7px;
    height: 34px;
    float: right;
    background: #67b1de;
    display: none;
}

#add-forbidden-offer {
    text-decoration: none;
    background: #f58220;
    line-height: 34px;
    width: 743px;
    height: 34px;
    padding-left: 7px;
}

#offer-container {
    margin: 10px 0 0 0;
}


#addoffer + #add-forbidden-offer {
  margin-top: 0;
}

#forbidden-air-companies {
    padding: 0 7px;
    height: 34px;
    float: right;
    background: #f58220;
}

.abtn {
    text-decoration: none;
    color: #000 !important;
    padding: 0 10px;
    background: #DDD;
    display: block;
    float: right;
    cursor: pointer;
}

.clear{
    clear: both;
}

#wrapper .title {
    background-color: rgb(221, 221, 221);
    padding: 5px;
}

#wrapper {
    width: 100%;
    min-width: 750px;
}

.btn {
    color: #444;
    padding: 2px;
    margin-top: -4px;
    cursor: pointer;
    border: 0;
    cursor: pointer;
    background: #DDD;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    text-decoration: none;
}

    .btn:hover {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .btn .fa {
        margin: 0 4px 0 2px;
    }

.title .printbtn {
    display: block;
    float: right;
    font-size: 17px;
}

table.thead {
    border-spacing: 0;
    border-collapse: separate;
}

    table.thead td {
        border: 1px solid #ddd;
        border-left: 0;
        padding: 3px;
        border-top: 0;
    }

    table.thead tr td:first-child {
        border-left: 1px solid #ddd;
    }

    table.thead th {
        padding: 5px;
        background: #EEE;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        color: #444;
    }

    table.thead tr:first-child th {
        border-top: 1px solid #ddd;
    }

    table.thead tr th:first-child{
        border-left: 1px solid #ddd;
    }

    .clear {
        clear: both;
    }

.legend {
    border-bottom: 2px solid #EEE;
    margin-top: 5px;
}

    .legend span {
        background: #EEE;
        padding: 4px 12px;
        display: inline-block;
        position: relative;
        width: auto;
        font-weight: bold;
        color: #444;
    }

.anchor {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

a {
    cursor: pointer;
    text-decoration: underline;
}
.segmenttable {
    width: 750px;
    border-spacing: 0px;
    border-collapse: separate;
    margin-bottom: 10px;
}

    .segmenttable tr:first-child td {
        border-top: 1px solid #000;
    }

    .segmenttable td {
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 4px;
    }

        .segmenttable td:last-child {
            border-right: 1px solid #000;
        }

        .segmenttable td:first-child {
            width: 260px;
            font-weight: bold;
        }

.segmenttitle:first-child{
    margin-top: 0;
}

.segmenttitle {
    padding: 5px;
    background: #eee;
    border: 1px solid #000;
    border-bottom: 0;
    margin-top: 10px;
}

.form-field {
    display: inline-block;
    margin: 5px 5px 5px 0px;
}

.datep {
    padding: 2px 2px 3px 2px;
    width: 60px;
}

input[type=submit] {
    padding: 2px 5px 3px 6px;
}

.clear {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

td.ar{
    text-align: right;
}

.nowrap{
    white-space: nowrap;
}

.money {
    text-align: right;
}


@keyframes form-locker {
  0% { opacity: 0 }
  99% { opacity: 0 }
  100% { opacity: 1 }
}

#form-locker {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    animation-name: form-locker;
    animation-duration: .5s;
}

#form-locker-overlay {
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background-color: #333;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

#form-locker-overlay-content {
    display: inline-block;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid black;
    background-color: white;
    padding: 10px 10px 10px 10px;
    z-index: 1200;
    position: fixed;
}
