/*----------------------------------------------------------------------------
 * reset.css
 * Adapted from Bootstrap's Reset.less http://twitter.github.com/bootstrap
 * Adapted from Normalize.css http://github.com/necolas/normalize.css
 *--------------------------------------------------------------------------*/

* {
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display:                    block;
}

audio, canvas, video {
    display:                    inline-block;
    *display:                   inline;
    *zoom:                      1;
}

audio:not([controls]) {
    display:                    none;
}

html {
    font-size:                  100%;
    -webkit-text-size-adjust:   100%;
    -ms-text-size-adjust:       100%;
}

a:focus {
    .tab-focus();
}

a:hover, a:active {
    outline:                    0;
}

sub, sup {
    position:                   relative;
    font-size:                  75%;
    line-height:                0;
    vertical-align:             baseline;
}

sup {
    top:                        -0.5em;
}

sub {
    bottom:                     -0.25em;
}

img {
/*    max-width:                  100%; */
    vertical-align:             middle;
    border:                     0;
    -ms-interpolation-mode:     bicubic; 
}

#map_canvas img {
    max-width:                  none;
}

button, input, select, textarea {
    margin:                     0;
    font-size:                  100%;
    vertical-align:             middle;
}
button, input {
    *overflow:                  visible;
    line-height:                normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding:                    0;
    border:                     0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor:                     pointer;
    -webkit-appearance:         button; 
}

input[type="search"] {
/* 
    -webkit-box-sizing:         content-box;
    -moz-box-sizing:            content-box;
    box-sizing:                 content-box;
*/
    -webkit-appearance:         textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance:         none;
}

textarea {
    overflow:                   auto;
    vertical-align:             top;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width:                      auto;
}html {
    padding:                            0;
    margin:                             0;
    font-family:                        Lato, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size:                          16px;
    font-weight:                        400;
    line-height:                        20px;
    background-color:                   #fff;
    color:                              #565F60;
    min-height:                         100%;
}

body {
    margin:                             0;
    padding:                            0;
    min-height:                         100%;
}

b {
    font-weight:                        700;
}

h1,h2,h3,h5,h6 {
    color:                              #393F40;
}

h1,
span.h1 {
    font-size:                          28px;
    line-height:                        36px;
    margin:                             0 0 10px 0;
    font-weight:                        700;
}

h2,
span.h2 {
    font-size:                          22px;
    line-height:                        30px;
    margin:                             0 0 5px 0;
    font-weight:                        700;
}

a {
    color:                              #5DAFF0;
    text-decoration:                    none;
}

a.delete {
    color:                              #D9152F;
}

a.edit {
    color:                              #3D91D7;
}

a.delete:hover,
a.edit:hover {
    color:                              #F3AB33;
}

.grey {
    color: #888;
}
.dark {
    color: #666;
}
.light {
    color: #aaa;
}
/*
a:visited {
    color:                              #5DAFF0;
}
*/

blockquote {
    font-style: italic;
    color: #737F80;
}

div.attrib {
    font-style: italic;
    text-align: right;
    color: #969F9F;
    font-size: 12px;
}

a:hover,
a.grey:hover {
    color:                              #F3AB33;
/*    text-decoration:                    underline; */
}
a.mailto, a.telno {
    padding:                            0 5px;
}

a.permalink {
    font-size: 12px;
    line-height: 18px;
}

p {
    margin:                             0 0 10px 0;
}

p.bold {
    font-weight:                        bold;
}

p.prompt {
    font-size:                          14px;
    line-height:                        18px;
    color:                              #666;
}

code {
    color:                              #4583B4;
    font-weight:                        bold;
}

.mono {
    font-family:                        Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

ul.none {
    padding: 0;
}

ul.none li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}


/*
dl {
    overflow:                           auto;
    font-size:                          14px;
    color:                              #444;
    padding:                            0;
    margin:                             0;
}

dt {
    clear:                              left;
    background-color:                   #ddd;
    text-align:                         right;
    margin:                             0 0 2px 0;
    font-weight:                        bold;
}

dd {
    float:                              left;
    margin:                             0;
    background-color:                   #eee;
}
*/

hr {
    clear:                              both;
    display:                            block;
}
div.top {
    margin-top:                         0;
}

div.bottom {
    margin-bottom:                      0;
}

table {
    border-collapse:                    collapse;
    border-spacing:                     0;
}

.bold           {   font-weight:        bold    !important; }
.normal         {   font-weight:        normal  !important; }
.text-left      {   text-align:         left    !important; }
.text-center    {   text-align:         center  !important; }
.text-right     {   text-align:         right   !important; }
.float-left     {   float:              left    !important; }
.float-right    {   float:              right   !important; }
.float-none     {   float:              none    !important; }
.clear          {   clear:              both    !important; }
.clear-left     {   clear:              left    !important; }
.clear-right    {   clear:              right   !important; }
.clear-both     {   clear:              both    !important; }
.clear-none     {   clear:              none    !important; }
.inblock        {   display:            inline-block !important; }
.small          {   font-size:          80%; }
.clearfix:before,
.clearfix:after {
    content:                            "";
    display:                            table;
}
.clearfix:after {
    clear:                              both;
}
.access {
    display:                            none;
}
.hidden {
    display:                            none;
}
.nowrap {
    white-space:                         nowrap;
}
.block-center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
.disabled {
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}

.inactive > * {
    opacity:                            0.4;
    filter:                             alpha(opacity=40);

}

.inactive:hover > * {
    opacity:                            1;
    filter:                             alpha(opacity=100);

}

.box {
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

.text-small {
    font-size: 14px;
}

.text-smaller {
    font-size: 12px;
}

.text-smallest {
    font-size: 10px;
}

.text-large {
    font-size: 18px;
}

.text-larger {
    font-size: 24px;
    line-height: 32px;
}

.text-largest {
    font-size: 32px;
    line-height: 48px;
}

.white {
    background-color: white;
}

.print-only {
    display: none;
}

.strike {
    text-decoration: line-through;
}

/*
.pad {
    padding: 5px;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}
*/

.asset_tag {
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
    font-weight: bold;
    color: #393F40;
}

.font-10 {
    font-size: 10px !important;
}

.line-20 {
    line-height: 20px !important;
}

/* debug */
.dbgr {
    background-color: #a44;
}
.dbgg {
    background-color: #4a4;
}
.dbgb {
    background-color: #44a;
}
.dbgc {
    background-color: #4aa;
}
.dbgm {
    background-color: #a4a;
}
.dbgy {
    background-color: #aa4;
}

.dbgbr {
    border: 1px solid #a44;
}
.dbgbb {
    border: 1px solid #44a;
}


html {
    background: #151919 url('../images/darkside/blank_footer.gif') repeat-y center top;
}

body {
    background: #151919 url('../images/darkside/page_background_spectrum.gif') repeat-y center top;
}

#body {
    background: #151919 url('../images/darkside/page_background_spectrum.gif') repeat-y center top;
}

#page.grid div.grid,
#page.grid div.container {
    background:             rgba(255,255,255,0.8) url('../images/darkside/page_grid.gif')
                            repeat-y center top;
}

.container {
    width:                              980px;
    margin-left:                        auto;
    margin-right:                       auto;
    position:                           relative;
}

.container-wide {
    width:                              auto;
    margin-left:                        30px;
    margin-right:                       30px;
}

/*----------------------------------------------------------------------------
 * Header
 *--------------------------------------------------------------------------*/

header.site {
    position:               fixed;
    padding-top:            5px;
    top:                    0;
    left:                   0;
    width:                  100%;
    height:                 90px;
    overflow:               visible;
    border-bottom:          1px solid #4a5a5c;
/*    background:             transparent url('../images/darkside/header.jpg') repeat-x center top; */
    z-index:                1000;
    background-color:       #565F60;
    background-image: -moz-linear-gradient(top, rgba(40,55,55,1), rgba(72,99,102,0.95));
    background-image: -ms-linear-gradient(top, rgba(40,55,55,1), rgba(72,99,102,0.95));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(40,55,55,1)), to(rgba(72,99,102,0.95)));
    background-image: -webkit-linear-gradient(top, rgba(40,55,55,1), rgba(72,99,102,0.95));
    background-image: -o-linear-gradient(top, rgba(40,55,55,1), rgba(72,99,102,0.95));
    background-image: linear-gradient(top, rgba(40,55,55,1), rgba(72,99,102,0.95));
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",rgba(40,55,55,1),rgba(72,99,102,0.95)));


    -webkit-box-shadow:                 0px 6px 13px rgba(0,0,0,0.65);
    -moz-box-shadow:                    0px 6px 13px rgba(0,0,0,0.65);
    box-shadow:                         0px 6px 13px rgba(0,0,0,0.65);

}

header.site a.logo {
    margin:                 10px 0 0 0px;
    float:                  left;
    background:             transparent url('../images/darkside/header_logo.png')
                            no-repeat 0 0;
    width:                              240px;
    height:                             70px;

}
header.site a.logo:hover {
    background-position: 0 -80px;
}

header .lightswitch {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #1C1F20;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.1);

}
header a.lightswitch:hover {
    color: #F3AB33;
}

header .dropdown {
    margin: 5px 0 0 10px;
}

header .pully {
}

header .dropdown-toggle {
    display:                block;
    text-align:             center;
    height:                 24px;
    font-size:              13px;
    line-height:            17px;
    padding:                3px 10px;
    border:                 1px solid #393F40;
    border:                 1px solid rgba(0,0,0,0.3);
    background-color:       #393F40;
    background-color:       rgba(0,0,0,0.2);
    -webkit-border-radius:              13px;
    -moz-border-radius:                 13px;
    border-radius:                      13px;

    -webkit-box-shadow:                 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:                    0 1px 0 rgba(255,255,255,0.1), inset 0 1px 3px rgba(0,0,0,0.3);
    box-shadow:                         0 1px 0 rgba(255,255,255,0.1), inset 0 1px 3px rgba(0,0,0,0.3);

    -webkit-border-radius:              12px;
    -moz-border-radius:                 12px;
    border-radius:                      12px;

    text-shadow:                        1px 1px 1px rgba(0,0,0,0.3);

}

header div.open {
}

header div.dropdown .dropdown-toggle:hover,
header div.open .dropdown-toggle {
    border:                       1px solid #1C1F20;
    border-color:                 rgba(0,0,0,0.8);
    background-color: ;
    background-image: -moz-linear-gradient(top, #393F40, #565F60);
    background-image: -ms-linear-gradient(top, #393F40, #565F60);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393F40), to(#565F60));
    background-image: -webkit-linear-gradient(top, #393F40, #565F60);
    background-image: -o-linear-gradient(top, #393F40, #565F60);
    background-image: linear-gradient(top, #393F40, #565F60);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#393F40,#565F60));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.3);

}

header div.open .dropdown-toggle {
    -webkit-border-radius:              11px 11px 0 0;
    -moz-border-radius:                 11px 11px 0 0;
    border-radius:                      11px 11px 0 0;

}

header div.open .dropdown-menu {
    margin-top: -1px;
}

header div.upper {
    height: 50px;
}

header div.lower {
    padding-top: 0px;
}

header h1.headline,
header h1.total {
    float: left;
    clear: right;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0,0,0,0.9);
    color: #8B71C8;

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.3);

}

header h1.headline.product {
    font-size: 24px;
/*    color: #F3AB33; */
}

header h2 {
    float: right;
    padding-top: 6px;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0,0,0,0.9);
/*    color: #F3AB33; */
    color: #8B71C8;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.3);

}

header div.lower a.fal {
    font-size: 12px;
    margin-top: 7px;
}

header div.upper a.bts {
    font-size: 12px;
    margin-top: 7px;
}

header div.lower a.button {
    margin-top: 5px;
    border: 1px solid rgba(0,0,0,0.4);

}

/*----------------------------------------------------------------------------
 * Shelf
 *--------------------------------------------------------------------------*/

#darkshelf {
    margin-top:     100px;
    background:     #202424 url('../images/darkside/darkshelf_edge.gif') repeat-x center bottom;
    min-height:     90px;
}

#darkshelf .container {
    background:     #202424 url('../images/darkside/darkshelf_empty.jpg') no-repeat center bottom;
    width:          1040px;
    padding:        0 30px;
    min-height:     90px;
}



/*----------------------------------------------------------------------------
 * Sidebar
 *--------------------------------------------------------------------------*/

div.sidebar {
    float:                  left;
    width:                  240px;
}

div.sidebar div.inset {
    -webkit-border-radius:              4px;
    -moz-border-radius:                 4px;
    border-radius:                      4px;

}

div.main {
    float:                  right;
    width:                  720px;
}

div.sidebar-menu {
/*    margin-right: 20px; */
}


div.numbers {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 10px;
}
div.call_us {
    font-size: 16px;
    line-height: 20px;
}

#sidebar {
    min-height:             250px;
    padding-top:            95px;
/*    background:             transparent url('../images/darkside/lens.jpg') no-repeat center -10px; */
/*    background:             transparent url('../images/darkside/lens.jpg') no-repeat center -25px; */
}

#sidebar div.lens {
    min-height:             230px;
    background:             transparent url('../images/darkside/lens.jpg') no-repeat center -10px;
}

#sidebar.lens_down {
/*    background-position:    center 75px;
    padding-top:            290px; */
}

#sidebar.headless {
    padding-top:            10px;
}

#sidebar ul.menu {
    margin:                 0;
    padding:                0;
    background: transparent none;
}


#sidebar ul.menu li {
    list-style:             none;
    background: transparent none;
    margin: 0 0 5px 0;
}

#sidebar ul.menu li.bottom,
#sidebar ul.menu li:last-child {
    margin-bottom: 0;
}

#sidebar ul.menu li a {
    display:                block;
    font-size:              16px;
    line-height:            16px;
    padding:                5px;
    color:                  #565F60;
    cursor:                 pointer;
    border:                 1px solid #B9BFBF;
    background-color: ;
    background-image: -moz-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -ms-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDFDF), to(#E7E9E9));
    background-image: -webkit-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -o-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: linear-gradient(top, #DCDFDF, #E7E9E9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#DCDFDF,#E7E9E9));
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.4);

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.08);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.08);

    -webkit-border-radius:              2px;
    -moz-border-radius:                 2px;
    border-radius:                      2px;

}

#sidebar ul.menu li a.warm,
#sidebar ul.menu li a:hover {
    color:                  #1C1F20;
    background-color: ;
    background-image: -moz-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -ms-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B9BFBF), to(#DCDFDF));
    background-image: -webkit-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -o-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: linear-gradient(top, #B9BFBF, #DCDFDF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#B9BFBF,#DCDFDF));

}

#sidebar ul.menu li.warm a {
    color:                  #172B3C;
}

#main {
    padding-top:            110px;
}

#main.headless {
    padding-top: 20px;
}


div.glass {
    padding:                5px;
    color:                  #B0C6C9;
    font-size:              12px;
    line-height:            16px;
    background-color:       #304749;
    background-color:       rgba(20, 30, 20, 0.85);
    border: 1px solid       rgba(160, 200, 160, 0.2);
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

    -webkit-box-shadow:                 3px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:                    3px 3px 3px rgba(0,0,0,0.2);
    box-shadow:                         3px 3px 3px rgba(0,0,0,0.2);

}

#sidebar div.glass,
div.ticking_away {
    margin:                 10px -5px 15px;
}

div.glass-round {
    -webkit-border-radius:              22px;
    -moz-border-radius:                 22px;
    border-radius:                      22px;

}

div.glass-round-top {
    -webkit-border-radius:              22px 22px 5px 5px;
    -moz-border-radius:                 22px 22px 5px 5px;
    border-radius:                      22px 22px 5px 5px;

}


#sidebar a.button-fal {
    margin-top: 10px;
    -webkit-box-shadow:                 3px 3px 3px rgba(0,0,0,0.4);
    -moz-box-shadow:                    3px 3px 3px rgba(0,0,0,0.4);
    box-shadow:                         3px 3px 3px rgba(0,0,0,0.4);

}

#sidebar div.glass div.ticking_away,
#sidebar div.glass div.press {
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.4);

}

div.ticking_away h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
    text-align: center;
    color: #D7E2E4;
}

div.ticking_away p {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color:                  #88AAAE;
}

#sidebar h3.phone {
    font-size:      18px;
    line-height:    20px;
    margin:         3px 0;
    padding-right: 10px;
    text-align:     center;
    font-size:      20px;
    line-height:    24px;
    font-weight:    bold;
    color: #F1F5F6;
}

#main h1.heading {
    font-size: 36px;
        text-shadow:                        -1px -1px 0px rgba(0,0,0,0.6);

}

#main a.button-fal.button-large {
    text-shadow:                        1px 1px 1px rgba(0,0,0,0.3);

    -webkit-box-shadow:                 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:                    3px 3px 3px rgba(0,0,0,0.3);
    box-shadow:                         3px 3px 3px rgba(0,0,0,0.3);

}
#main a.button-fal.button-large:hover {
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.3);

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.4);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.4);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.4);

}

.flood {
    background-color: white;
    padding: 10px;
    border: 5px solid #778081;
    -webkit-box-shadow:                 5px 5px 5px rgba(0,0,0,0.5);
    -moz-box-shadow:                    5px 5px 5px rgba(0,0,0,0.5);
    box-shadow:                         5px 5px 5px rgba(0,0,0,0.5);

    -webkit-border-radius:              7px;
    -moz-border-radius:                 7px;
    border-radius:                      7px;

}

hr {
    clear: both;
    margin: 10px 0;
    display: block;
    height: 6px;
    background-color: #8B71C8;
    border: 1px solid black;
    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;

}

#dont_panic {
    width: 390px;
    height: 60px;
    margin: -18px auto 10px auto;
    background: transparent url('../images/darkside/dont_panic_smaller.png') no-repeat center top;
    -webkit-transition:                 all 0.3s ease-out;
    -moz-transition:                    all 0.3s ease-out;
    -ms-transition:                     all 0.3s ease-out;
    -o-transition:                      all 0.3s ease-out;
    transition:                         all 0.3s ease-out;

}
#dont_panic.hot,
#dont_panic:hover {
    background-position: center -70px;
    -webkit-transition:                 all 0.3s ease-out;
    -moz-transition:                    all 0.3s ease-out;
    -ms-transition:                     all 0.3s ease-out;
    -o-transition:                      all 0.3s ease-out;
    transition:                         all 0.3s ease-out;

}


/*----------------------------------------------------------------------------
 * Footers
 *--------------------------------------------------------------------------*/
footer.site {
    padding:                10px 0 0 0;
    margin:                 50px 0 0 0;
    -webkit-box-shadow:                 inset 0px 10px 10px rgba(0,0,0,0.2);
    -moz-box-shadow:                    inset 0px 10px 10px rgba(0,0,0,0.2);
    box-shadow:                         inset 0px 10px 10px rgba(0,0,0,0.2);

    background:             transparent url('../images/darkside/footer.gif') repeat-y center top;
}

footer div.column {
    float: left;
    width: 25%;
}

footer a {
    font-size: 14px;
    color: #4583B4;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.6);

}

footer a:hover {
    color: #F3AB33;
}

footer a {
    text-decoration:        none;
}

footer div.copyright {
    clear:                  both;
    color:                  #88AAAE;
    margin:                 5px -5px;
    padding:                5px;
    font-size:              12px;
    line-height:            16px;
    text-align:             center;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}

footer div.link {
    padding-top: 2px;
}

footer.site div.prism {
    margin:                 20px auto 0 auto;
    padding-bottom:         0px;
    height:                 240px;
    background:             transparent url('../images/darkside/pentaprism.gif') no-repeat center top;
}

footer.prism div.prism {
    position:               relative;
    height:                 250px;
    background:             transparent url('../images/darkside/pentaprism.gif') no-repeat center top;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}

footer.prism div.prism.breathe {
    background-image:       url('../images/darkside/pentaprism_straight.gif');
}

footer.prism div.prism.speak_to_me {
}

footer.prism div.prism.on_the_run {
    background-image:       url('../images/darkside/prism.jpg');
}

footer.prism div.prism.time {
    background-image:       url('../images/darkside/pentaprism_trolley.gif');
}

footer.prism div.prism.great_gig {
    background-image:       url('../images/darkside/pentaprism_split_ends_rounded.gif');
}
footer.prism div.prism.money {
    background-image:       url('../images/darkside/pentaprism_rounded.gif');
}


footer.prism div.prism blockquote {
    display: none;
    padding: 30px 20px 0 0;
}

footer.prism div.prism div.attrib {
    display: none;
}

footer.prism div.prism div.toggles {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 50%;
    height: 20px;
    font-size: 11px;
    text-align: right;
}


footer.prism div.prism div.toggles a {
    color: #393F40;
    padding: 5px;
}

footer.prism div.prism div.toggles a:hover {
    color: #F3AB33;
}


XXfooter.prism div.prism div.attrib {
    margin: 6px 20px 0 0;
    float: right;
    color: #393F40;
}

footer.prism div.prism div.attrib,
footer.prism div.prism div.blockquote {
    display: none;
}


/*--------------------------------------------------------------------------
 * Debugging
 *--------------------------------------------------------------------------*/

footer #grid-control a.grid-switch {
    font-size:              12px;
    line-height:            20px;
    color:                  #aaa;
}

footer #grid-control a.grid-switch span.grid-on {
    color:                  #0a0;
}

footer #grid-control a.grid-switch span.grid-off {
    color:                  #a00;
    display:                none;
}

#page.grid footer #grid-control a.grid-switch span.grid-on {
    display:                none;
}

#page.grid footer #grid-control a.grid-switch span.grid-off {
    display:                inline;
}

#debug-control {
    margin-top: 20px;
}
footer #grid-control a.grid-switch:hover,
footer #grid-control a.grid-switch:hover span.grid-on,
footer #grid-control a.grid-switch:hover span.grid-off,
footer #debug-control a.debug-switch:hover,
footer #debug-control a.debug-switch:hover span.debug-on,
footer #debug-control a.debug-switch:hover span.debug-off {
    color:                  #F3AB33;
    color:                  #98DE30;
}

.if-grid {
    display: none;
}
#page.grid .if-grid {
    display: block;
}

.if-debugging,
#page.debugging .unless-debugging {
    display: none;
}
#page.debugging .if-debugging {
    display: inline-block;
}

#error {
    padding-top: 120px;
}

#error div.sidebar img {
    width: 220px;
    margin-left: 10px;
}

#error div.failure {
    border: 5px solid #B52438;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow:                 3px 3px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:                    3px 3px 3px rgba(0,0,0,0.5);
    box-shadow:                         3px 3px 3px rgba(0,0,0,0.5);

    -webkit-border-radius:              10px;
    -moz-border-radius:                 10px;
    border-radius:                      10px;

}

div.ie9 {
    display: none;
}


/*------------------------------------------------------------------------
 * grid.css
 * Written by Andy Wardley based on blueprint grid.css and Bootsrap
 * See http://code.google.com/p/blueprintcss/
 * and http://twitter.github.com/bootstrap

 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Grid Specification:
 *   Number of cells:      16
 *   Width of each cell:   60px
 *   Margin between cells: 20px
 *------------------------------------------------------------------------*/


.Xcontainer {
    width:                              960px;
    margin-left:                        auto;
    margin-right:                       auto;
    position: relative;
}

/*
.row {
    *zoom:                              1;
}
.row:before,
.row:after {
    display:                            table;
    content:                            "";
}
.row:after {
    clear:                              both;
}
*/

[class*="col-"],
[class*="span-"],
[class*="split-"] {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

.split-1   { width: 100%; }
.split-L,
.split-R,
.split-2   { width: 50%             !important; }
.split-3   { width: 33.33333%       !important; }
.split-2-3,
.split-3-2 { width: 66.66666%       !important; }
.split-4   { width: 25%             !important; }
.split-3-4,
.split-4-3 { width: 75%             !important; }
.split-5   { width: 20%             !important; }
.split-2-5,
.split-5-2 { width: 40%             !important; }
.split-3-5,
.split-5-3 { width: 60%             !important; }
.split-4-5,
.split-5-4 { width: 80%             !important; }
.split-6   { width: 16.66666%       !important; }
.split-7   { width: 14.2857%        !important; }
.split-8   { width: 12.5%           !important; }
.split-3-8 { width: 37.5%           !important; }
.split-5-8 { width: 62.5%           !important; }
.split-7-8 { width: 87.5%           !important; }
.split-9   { width: 11.11111%       !important; }
.split-10  { width: 10%             !important; }
.split-11  { width: 9.0909%         !important; }
.split-12  { width: 8.333333%       !important; }
.split-13  { width: 7.692%          !important; }
.split-14  { width: 7.1428%         !important; }
.split-15  { width: 6.6666%         !important; }
.split-16  { width: 6.25%           !important; }
.split-R   { float: right           !important; }
.split-L   { padding-right: 5px; clear: left; }
.split-R   { padding-left:  5px; clear: right; }

.jump-2   { margin-left: 50%        !important; }
.jump-3   { margin-left: 33.33333%  !important; }
.jump-2-3 { margin-left: 66.66666%  !important; }
.jump-4   { margin-left: 25%        !important; }
.jump-3-4 { margin-left: 75%        !important; }
.jump-5   { margin-left: 20%        !important; }
.jump-2-5 { margin-left: 40%        !important; }
.jump-3-5 { margin-left: 60%        !important; }
.jump-4-5 { margin-left: 80%        !important; }
.jump-6   { margin-left: 16.66666%  !important; }

.span-1 {
    width:              60px !important;
}
.skip-1 {
    margin-left:        60px;
}
.pull-1 {
    margin-left:        -60px;
}
.push-1 {
    margin-left:        60px;
    margin-right:       -60px;
}
.high-1 {
    min-height:         60px;
}
.span-2 {
    width:              120px !important;
}
.skip-2 {
    margin-left:        120px;
}
.pull-2 {
    margin-left:        -120px;
}
.push-2 {
    margin-left:        120px;
    margin-right:       -120px;
}
.high-2 {
    min-height:         120px;
}
.span-3 {
    width:              180px !important;
}
.skip-3 {
    margin-left:        180px;
}
.pull-3 {
    margin-left:        -180px;
}
.push-3 {
    margin-left:        180px;
    margin-right:       -180px;
}
.high-3 {
    min-height:         180px;
}
.span-4 {
    width:              240px !important;
}
.skip-4 {
    margin-left:        240px;
}
.pull-4 {
    margin-left:        -240px;
}
.push-4 {
    margin-left:        240px;
    margin-right:       -240px;
}
.high-4 {
    min-height:         240px;
}
.span-5 {
    width:              300px !important;
}
.skip-5 {
    margin-left:        300px;
}
.pull-5 {
    margin-left:        -300px;
}
.push-5 {
    margin-left:        300px;
    margin-right:       -300px;
}
.high-5 {
    min-height:         300px;
}
.span-6 {
    width:              360px !important;
}
.skip-6 {
    margin-left:        360px;
}
.pull-6 {
    margin-left:        -360px;
}
.push-6 {
    margin-left:        360px;
    margin-right:       -360px;
}
.high-6 {
    min-height:         360px;
}
.span-7 {
    width:              420px !important;
}
.skip-7 {
    margin-left:        420px;
}
.pull-7 {
    margin-left:        -420px;
}
.push-7 {
    margin-left:        420px;
    margin-right:       -420px;
}
.high-7 {
    min-height:         420px;
}
.span-8 {
    width:              480px !important;
}
.skip-8 {
    margin-left:        480px;
}
.pull-8 {
    margin-left:        -480px;
}
.push-8 {
    margin-left:        480px;
    margin-right:       -480px;
}
.high-8 {
    min-height:         480px;
}
.span-9 {
    width:              540px !important;
}
.skip-9 {
    margin-left:        540px;
}
.pull-9 {
    margin-left:        -540px;
}
.push-9 {
    margin-left:        540px;
    margin-right:       -540px;
}
.high-9 {
    min-height:         540px;
}
.span-10 {
    width:              600px !important;
}
.skip-10 {
    margin-left:        600px;
}
.pull-10 {
    margin-left:        -600px;
}
.push-10 {
    margin-left:        600px;
    margin-right:       -600px;
}
.high-10 {
    min-height:         600px;
}
.span-11 {
    width:              660px !important;
}
.skip-11 {
    margin-left:        660px;
}
.pull-11 {
    margin-left:        -660px;
}
.push-11 {
    margin-left:        660px;
    margin-right:       -660px;
}
.high-11 {
    min-height:         660px;
}
.span-12 {
    width:              720px !important;
}
.skip-12 {
    margin-left:        720px;
}
.pull-12 {
    margin-left:        -720px;
}
.push-12 {
    margin-left:        720px;
    margin-right:       -720px;
}
.high-12 {
    min-height:         720px;
}
.span-13 {
    width:              780px !important;
}
.skip-13 {
    margin-left:        780px;
}
.pull-13 {
    margin-left:        -780px;
}
.push-13 {
    margin-left:        780px;
    margin-right:       -780px;
}
.high-13 {
    min-height:         780px;
}
.span-14 {
    width:              840px !important;
}
.skip-14 {
    margin-left:        840px;
}
.pull-14 {
    margin-left:        -840px;
}
.push-14 {
    margin-left:        840px;
    margin-right:       -840px;
}
.high-14 {
    min-height:         840px;
}
.span-15 {
    width:              900px !important;
}
.skip-15 {
    margin-left:        900px;
}
.pull-15 {
    margin-left:        -900px;
}
.push-15 {
    margin-left:        900px;
    margin-right:       -900px;
}
.high-15 {
    min-height:         900px;
}
.span-16 {
    width:              960px !important;
}

.pad,
.gutter,
[class*="pad-"],
[class*="gutter-"] {
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

.span-half      { width: 30px; }
.pad            {   padding:        5px !important; }
.pad-left       {   padding-left:   5px !important; }
.pad-right      {   padding-right:  5px !important; }
.pad-top        {   padding-top:    5px !important; }
.pad-bottom     {   padding-bottom: 5px !important; }
.pad-horz       {   padding-left:   5px !important; 
                    padding-right:  5px !important; }
.pad-vert       {   padding-top:    5px !important; 
                    padding-bottom: 5px !important; }
.pad-none       {   padding:        0 !important; }
.gutter         {   padding:        10px !important; }
.gutter-left    {   padding-left:   10px !important; }
.gutter-right   {   padding-right:  10px !important; }
.gutter-top     {   padding-top:    10px !important; }
.gutter-bottom  {   padding-bottom: 10px !important; }
.gutter-horz    {   padding-left:   10px !important; 
                    padding-right:  10px !important; }
.gutter-vert    {   padding-top:    10px !important; 
                    padding-bottom: 10px !important; }

.gutter         {   padding:        20px !important; }
.gutter-left    {   padding-left:   20px !important; }
.gutter-right   {   padding-right:  20px !important; }
.gutter-top     {   padding-top:    20px !important; }
.gutter-bottom  {   padding-bottom: 20px !important; }
.gutter-horz    {   padding-left:   20px !important; 
                    padding-right:  20px !important; }
.gutter-vert    {   padding-top:    20px !important; 
                    padding-bottom: 20px !important; }
.gutter-none    {   padding:        0 !important; }

.margin         {   margin:         5px !important; }
.margin-left    {   margin-left:    5px !important; }
.margin-right   {   margin-right:   5px !important; }
.margin-top     {   margin-top:     5px !important; }
.margin-bottom  {   margin-bottom:  5px !important; }
.margin-horz    {   margin-left:    5px !important; 
                    margin-right:   5px !important; }
.margin-vert    {   margin-top:     5px !important; 
                    margin-bottom:  5px !important; }
.margin-none    {   margin:         0 !important; }

.hang-right     {   margin-right:   -5px !important; }
.flush-left     {   margin-left:    0 !important; }
.flush-right    {   margin-right:   0 !important; }
.flush-top      {   margin-top:     0 !important; }
.flush-bottom   {   margin-bottom:  0 !important; }
.flush-horz     {   margin-left:    0 !important; 
                    margin-right:   0 !important; }
.flush-vert     {   margin-top:     0 !important; 
                    margin-bottom:  0 !important; }
.flush,
.flush-all      {   margin:         0 !important; }
.trim-left      {   padding-left:   0 !important; }
.trim-right     {   padding-right:  0 !important; }
.trim-top       {   padding-top:    0 !important; }
.trim-bottom    {   padding-bottom: 0 !important; }
.trim-horz      {   padding-left:   0 !important; 
                    padding-right:  0 !important; }
.trim-vert      {   padding-top:    0 !important; 
                    padding-bottom: 0 !important; }
.trim,
.trim-all       {   padding:        0 !important; }

.margin-1L      {  margin-left:   60px !important; }
.margin-1R      {  margin-right:  60px !important; }
.buffer-1L      {  padding-left:   60px !important;
                    margin-left:   -60px !important; 
                    float:          left;
                    width:          100%;
                }
.buffer-1R      {  padding-right:  60px !important;
                    margin-right:  -60px !important; 
                    float:          right;
                    width:          100%;
                }
.margin-2L      {  margin-left:   120px !important; }
.margin-2R      {  margin-right:  120px !important; }
.buffer-2L      {  padding-left:   120px !important;
                    margin-left:   -120px !important; 
                    float:          left;
                    width:          100%;
                }
.buffer-2R      {  padding-right:  120px !important;
                    margin-right:  -120px !important; 
                    float:          right;
                    width:          100%;
                }
.margin-3L      {  margin-left:   180px !important; }
.margin-3R      {  margin-right:  180px !important; }
.buffer-3L      {  padding-left:   180px !important;
                    margin-left:   -180px !important; 
                    float:          left;
                    width:          100%;
                }
.buffer-3R      {  padding-right:  180px !important;
                    margin-right:  -180px !important; 
                    float:          right;
                    width:          100%;
                }

/*----------------------------------------------------------------------------
 * Navigation bar
 *--------------------------------------------------------------------------*/

div.navbar {
    overflow:               visible;
    left:                   0;
    right:                  0;
    padding:                0;
    margin:                 0;
    min-height:             50px;
    z-index:                9000; 
    border-bottom: 1px solid #2E5778;
    -webkit-box-shadow:                 0px 2px 3px rgba(0,0,0,.25);
    -moz-box-shadow:                    0px 2px 3px rgba(0,0,0,.25);
    box-shadow:                         0px 2px 3px rgba(0,0,0,.25);

    opacity:                            1;
    filter:                             alpha(opacity=100);

}

div.navbar:hover {
    opacity:                            1;
    filter:                             alpha(opacity=100);

}

div.navbar div.container {
    position:               relative;
/*    width:                  960px; */
    margin:                 0 auto;
}

div.navbar a.logo {
    float:                  left;
    background:             transparent url('../images/chrome/navbar_logo_220.png')
                            no-repeat left top;
    width:                              220px;
    height:                             50px;

    opacity:                            0.9;
    filter:                             alpha(opacity=90);

}

div.navbar .brand {
    float:                  left;
    width:                  240px;
    padding:                10px 0 0 0;
    margin:                 0;
    text-align:             left;
    font-size:              16px;
    line-height:            30px;
    color:                  rgba(255,255,255,0.9);
    text-shadow:                        -1px -1px 0 rgba(0,0,0,0.3);

}

div.navbar a.logo:hover {
    opacity:                            1;
    filter:                             alpha(opacity=100);

/*    background-position:    left -50px; */
}

div.navbar div.dropdown,
div.navpad div.dropdown {
    padding:                0;
    margin:                 0;
    float: right;
}

div.navbar div.dropdown > a.dropdown-toggle,
div.navpad div.dropdown > a.dropdown-toggle {
    float:                  left;
    text-align:             center;
    height: 26px;
    margin: 10px 5px 10px 0;
    padding: 0 15px;
    color: #F1F8FD;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    line-height: 26px;
    border: 1px solid #2E5778;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: ;
    background-image: -moz-linear-gradient(top, #5E6669, #35393B);
    background-image: -ms-linear-gradient(top, #5E6669, #35393B);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5E6669), to(#35393B));
    background-image: -webkit-linear-gradient(top, #5E6669, #35393B);
    background-image: -o-linear-gradient(top, #5E6669, #35393B);
    background-image: linear-gradient(top, #5E6669, #35393B);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#5E6669,#35393B));

    -webkit-border-radius:              13px;
    -moz-border-radius:                 13px;
    border-radius:                      13px;

    text-shadow:                        -1px -1px 1px rgba(0,0,0,0.3), 1px 1px 1px rgba(255,255,255,.1);

    -webkit-box-shadow:                 inset 1px 1px 1px rgba(255,255,255,0.2), inset -1px -1px 1px rgba(0,0,0,.1), 1px 1px 0px rgba(255,255,255,0.1);
    -moz-box-shadow:                    inset 1px 1px 1px rgba(255,255,255,0.2), inset -1px -1px 1px rgba(0,0,0,.1), 1px 1px 0px rgba(255,255,255,0.1);
    box-shadow:                         inset 1px 1px 1px rgba(255,255,255,0.2), inset -1px -1px 1px rgba(0,0,0,.1), 1px 1px 0px rgba(255,255,255,0.1);

}

div.navbar div.menu-right div.dropdown > a.dropdown-toggle {
    margin-right: 0;
    margin-left: 5px;
}

div.navbar div.menu-left {
    float: left;
}

div.navbar div.menu-right {
    float: right;
    margin-right: 0;
}

div.navbar div.menu-right ul.menu {
    float: right;
}

div.navbar div.dropdown a.dropdown-toggle:hover,
div.navbar div.dropdown.open a.dropdown-toggle,
div.navbar div.dropdown.open a.dropdown-toggle:hover {
    color: white;
    background-color: ;
    background-image: -moz-linear-gradient(top, #4583B4, #5DAFF0);
    background-image: -ms-linear-gradient(top, #4583B4, #5DAFF0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4583B4), to(#5DAFF0));
    background-image: -webkit-linear-gradient(top, #4583B4, #5DAFF0);
    background-image: -o-linear-gradient(top, #4583B4, #5DAFF0);
    background-image: linear-gradient(top, #4583B4, #5DAFF0);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#4583B4,#5DAFF0));

}

div.navbar div.dropdown.open a.dropdown-toggle,
div.navpad div.dropdown.open a.dropdown-toggle {
    -webkit-border-radius:              13px 13px 0 0;
    -moz-border-radius:                 13px 13px 0 0;
    border-radius:                      13px 13px 0 0;

}

div.navbar form.search {
    height:         36px;
    margin-top:     12px;
}

div.navbar form.search input.text {
    width: 170px;
    background-color: rgba(255,255,255,0.8);
    border-color: rgba(0,0,0,0.7);
    -webkit-box-shadow:                 1px 1px 1px rgba(255,255,255,0.4), inset 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:                    1px 1px 1px rgba(255,255,255,0.4), inset 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow:                         1px 1px 1px rgba(255,255,255,0.4), inset 1px 1px 2px rgba(0,0,0,0.2);

}

div.navbar form.search input.hint {
    background-color: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.6) !important;
}

div.navbar form.search input.text:focus {
    background-color: rgba(255,255,255,0.95);
    border-color: rgba(0,0,0,0.8);
    color: rgb(0,0,0,0.8);
}

div.navbar form.search div.autocomplete-results {
    top:                24px; 
    left:               0px;
    width: 170px;
    -webkit-box-shadow:                 3px 4px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:                    3px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow:                         3px 4px 5px rgba(0, 0, 0, 0.2);
    -webkit-background-clip:            padding-box;
    -moz-background-clip:               padding-box;
    background-clip:                    padding-box;
}

div.navbar form.search i.icon {
    color: rgba(255,255,255,0.6);
    font-size: 22px;
    line-height: 24px;
    cursor: pointer;
    text-shadow:                        -1px -1px 0 rgba(0,0,0,0.3);

}

div.navbar form.search i.icon-inbox {
    font-size: 16px;
    line-height: 24px;
}

div.navbar form.open i.icon-inbox,
div.navbar form.search i.icon:hover {
    color: #fff;
}


div.navbar div.autocomplete-select {
    background-color:   #5DAFF0;
}

div.autocomplete-select span.autocomplete-match {
/*     background-color:   #5DAFF0; */
}





/*
div.navbar ul.menu li ul.pulldown {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 200px;
    min-height: 300px;
    border: 1px solid #5DAFF0;
}
*/
.dropdown {
    position:                           relative;
}
.dropdown-toggle {
    *margin-bottom: -3px;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}
.dropdown-toggle .icon{
    font-size: 14px;
    line-height: 12px;
}

.dropdown .icon {
    margin-right: 5px;
}
.dropdown .caret {
    margin-left: 5px;
    opacity:                            0.8;
    filter:                             alpha(opacity=80);

}

.dropdown:hover .caret,
.open .caret {

}

.dropdown-menu,
ul.dropdown-menu {
    position:                           absolute;
    top:                                100%;
    left:                               0;
    z-index:                            1000;
    display:                            none;
    float:                              left;
    min-width:                          105%;
    padding:                            2px;
    margin:                             1px 0 0;
    list-style:                         none;
    border:                             1px solid rgba(0, 10, 10, 0.9);
    *border-right-width:                2px;
    *border-bottom-width:               2px;
    background-color:                   #E7E9E9;
    background-color:                   rgba(70,80,80,0.9);
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;
    -webkit-box-shadow:                 0px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:                    0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow:                         0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-background-clip:            padding-box;
    -moz-background-clip:               padding-box;
    background-clip:                    padding-box;
}

div.dropdown-menu div.dropdown-inset {
    background-color:                   white;
    padding: 5px;    
}

ul.dropdown-menu li.caption {
    padding:                            4px 6px 2px 6px;
    font-size:                          12px;
    line-height:                        12px;
    color:                              #969F9F;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.3);

}

ul.dropdown-menu > li > span,
ul.dropdown-menu > li > a {
    display:                            block;
    float:                              none;
    text-align:                         left;
    clear:                              both;
    white-space:                        nowrap;
    font-weight:                        normal;
    padding:                            2px 5px;
    margin:                             3px;
    font-size:                          14px;
    line-height:                        20px;
    color:                              #393F40 !important;
    background:                         white none;
    border:                             1px solid rgba(0, 0, 0, 0.7); 
    background-color: ;
    background-image: -moz-linear-gradient(top, #F3F4F4, #E7E9E9);
    background-image: -ms-linear-gradient(top, #F3F4F4, #E7E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3F4F4), to(#E7E9E9));
    background-image: -webkit-linear-gradient(top, #F3F4F4, #E7E9E9);
    background-image: -o-linear-gradient(top, #F3F4F4, #E7E9E9);
    background-image: linear-gradient(top, #F3F4F4, #E7E9E9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#F3F4F4,#E7E9E9));

    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;


    -webkit-box-shadow:                 1px 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:                    1px 1px 1px rgba(0,0,0,0.05);
    box-shadow:                         1px 1px 1px rgba(0,0,0,0.05);


}

ul.dropdown-menu > li.sub > span,
ul.dropdown-menu > li.sub > a {
    padding:                            1px 5px 1px 30px;
    line-height:                        16px;
    font-size:                          12px;
}

ul.dropdown-menu > li.sub > span i,
ul.dropdown-menu > li.sub > a i {
    font-size:                          14px;
}


ul.dropdown-menu li > a:hover,
ul.dropdown-menu li.warm > a,
ul.dropdown-menu li.warm > a:hover {
    color:                              #ffffff !important;
    text-decoration:                    none;
    background-color:                   #2997CD !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #1E7199, #5EB1D9);
    background-image: -ms-linear-gradient(top, #1E7199, #5EB1D9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E7199), to(#5EB1D9));
    background-image: -webkit-linear-gradient(top, #1E7199, #5EB1D9);
    background-image: -o-linear-gradient(top, #1E7199, #5EB1D9);
    background-image: linear-gradient(top, #1E7199, #5EB1D9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#1E7199,#5EB1D9));

    opacity:                            1;
    filter:                             alpha(opacity=100);


    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

    -webkit-box-shadow:                 inset 2px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    inset 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow:                         inset 2px 2px 2px rgba(0,0,0,0.1);

}
ul.dropdown-menu > li > a i,
ul.dropdown-menu > li > span > i {
    margin-right: 5px;
}

ul.dropdown-menu > li.cold > span,
ul.dropdown-menu > li.todo > a {
    color:         rgba(0,0,0,0.3);
    opacity:                            0.5;
    filter:                             alpha(opacity=50);
;
}

ul.dropdown-menu > li.todo > a:hover {
    background-color: #ccc;
    color: #888;
    color:         rgba(0,0,0,0.5);
}

.open {
    *z-index:                           1000;
}
.open  > .dropdown-menu {
    display:                            block;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

div.navbar ul.menu > li.open > a,
div.navbar ul.menu > li.open > a:hover {
    -webkit-border-radius:              13px 13px 0 0;
    -moz-border-radius:                 13px 13px 0 0;
    border-radius:                      13px 13px 0 0;

}

div.navbar ul.dropdown-menu,
div.navpad ul.dropdown-menu {
    margin-left: 5px;
    margin-top: -6px;
    -webkit-border-radius:              0px 10px 10px 10px;
    -moz-border-radius:                 0px 10px 10px 10px;
    border-radius:                      0px 10px 10px 10px;

}

ul.dropdown-menu > li:first-child > a,
ul.dropdown-menu > li.top > a {
    -webkit-border-radius:              3px 5px 3px 3px;
    -moz-border-radius:                 3px 5px 3px 3px;
    border-radius:                      3px 5px 3px 3px;

}

ul.dropdown-menu > li:last-child > a,
ul.dropdown-menu > li.bottom > a {
    -webkit-border-radius:              3px 3px 5px 5px;
    -moz-border-radius:                 3px 3px 5px 5px;
    border-radius:                      3px 3px 5px 5px;

}
ul.dropdown-right,
div.navbar ul.dropdown-right,
div.navpad ul.dropdown-right {
    left: auto;
    right: 0;
    -webkit-border-radius:              10px 0 10px 10px;
    -moz-border-radius:                 10px 0 10px 10px;
    border-radius:                      10px 0 10px 10px;

}

ul.dropdown-right > li:first-child > a {
    -webkit-border-radius:              5px 3px 3px 3px;
    -moz-border-radius:                 5px 3px 3px 3px;
    border-radius:                      5px 3px 3px 3px;

}

ul.dropdown-right > li:last-child > a {
    -webkit-border-radius:              3px 3px 5px 5px;
    -moz-border-radius:                 3px 3px 5px 5px;
    border-radius:                      3px 3px 5px 5px;

}

ul.dropdown-menu > li:first-child:last-child > a,
ul.dropdown-menu > li.top.bottom > a {
    -webkit-border-radius:              3px 5px 5px 5px;
    -moz-border-radius:                 3px 5px 5px 5px;
    border-radius:                      3px 5px 5px 5px;

}

ul.dropdown-right > li:first-child:last-child > a,
ul.dropdown-right > li.top.bottom > a {
    -webkit-border-radius:              5px 3px 5px 5px;
    -moz-border-radius:                 5px 3px 5px 5px;
    border-radius:                      5px 3px 5px 5px;

}

ul.dropdown-menu [class^="icon-"]:before,
ul.dropdown-menu [class*=" icon-"]:before {
  width: 20px;
  text-align: center; 
}
/*------------------------------------------------------------------------
 * Buttons
 *------------------------------------------------------------------------*/


button,
.button {
    position:               relative;
    display:                inline-block;
    *zoom:                  1;          /* IE has_layout hack    */
    margin:                 0 0 5px 0;
    min-height:             24px;
    padding:                3px 5px 3px 5px;
    font-family:            Lato, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size:              13px;
    line-height:            15px;
/*    font-weight:            bold;  */
    vertical-align:         middle;
    cursor:                 pointer;
    text-align:             center;
    text-decoration:        none;
    color:                  rgba(0,0,0,0.6);
    border:                 1px solid rgba(0,0,0,0.3);
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

.button {
    background-color: ;
    background-image: -moz-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -ms-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3F4F4), to(#DCDFDF));
    background-image: -webkit-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -o-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: linear-gradient(top, #F3F4F4, #DCDFDF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#F3F4F4,#DCDFDF));
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;
    -webkit-box-shadow:                 2px 3px 5px rgba(0,0,0,0.1), inset 1px 1px 0 rgba(255,255,255,.2);
    -moz-box-shadow:                    2px 3px 5px rgba(0,0,0,0.1), inset 1px 1px 0 rgba(255,255,255,.2);
    box-shadow:                         2px 3px 5px rgba(0,0,0,0.1), inset 1px 1px 0 rgba(255,255,255,.2);
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.75);

}

button.icon {
    margin:                 0;
    padding:                0;
    width:                  30px;
    font-size:              14px;
    line-height:            14px;
    background:             transparent none;
    border:                 none;
}

.button-small {
    font-size: 14px;
    line-height: 16px;
    padding: 1px 4px;
    min-height: 20px;
    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;

}

.button-round {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius:              12px;
    -moz-border-radius:                 12px;
    border-radius:                      12px;

}

.button-large {
    font-size: 24px;
    line-height: 28px;
    padding: 5px 20px;
    min-height: 40px;
    font-weight: bold;
    -webkit-border-radius:              20px;
    -moz-border-radius:                 20px;
    border-radius:                      20px;

}

.button-monster {
    font-size: 32px;
    line-height: 40px;
    padding: 8px 6px;
    min-height: 58px;
    font-weight: bold;
    -webkit-border-radius:              32px;
    -moz-border-radius:                 32px;
    border-radius:                      32px;

}


button.icon:hover {
    color:                  #F3AB33;
}

.button:hover {
    color:                  rgba(0,0,0,0.8);
    background-color: ;
    background-image: -moz-linear-gradient(top, #d7d7d7, #f7f7f7);
    background-image: -ms-linear-gradient(top, #d7d7d7, #f7f7f7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d7d7), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #d7d7d7, #f7f7f7);
    background-image: -o-linear-gradient(top, #d7d7d7, #f7f7f7);
    background-image: linear-gradient(top, #d7d7d7, #f7f7f7);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#d7d7d7,#f7f7f7));


}

.button-dark {
    color:                  rgba(255,255,255,0.9);
    text-shadow:                        -1px -1px 1px rgba(0,0,0,0.2);

}
.button-dark:hover {
    color: white;
}


.button-danger {
    color: rgba(255,255,255,0.9) !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #F2304B, #B52438);
    background-image: -ms-linear-gradient(top, #F2304B, #B52438);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F2304B), to(#B52438));
    background-image: -webkit-linear-gradient(top, #F2304B, #B52438);
    background-image: -o-linear-gradient(top, #F2304B, #B52438);
    background-image: linear-gradient(top, #F2304B, #B52438);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#F2304B,#B52438));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}
.button-danger:hover {
    color: white !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #B52438, #F2304B);
    background-image: -ms-linear-gradient(top, #B52438, #F2304B);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B52438), to(#F2304B));
    background-image: -webkit-linear-gradient(top, #B52438, #F2304B);
    background-image: -o-linear-gradient(top, #B52438, #F2304B);
    background-image: linear-gradient(top, #B52438, #F2304B);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#B52438,#F2304B));

}

.button-inverse {
    color: rgba(255,255,255,0.9) !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #565F60, #1C1F20);
    background-image: -ms-linear-gradient(top, #565F60, #1C1F20);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#565F60), to(#1C1F20));
    background-image: -webkit-linear-gradient(top, #565F60, #1C1F20);
    background-image: -o-linear-gradient(top, #565F60, #1C1F20);
    background-image: linear-gradient(top, #565F60, #1C1F20);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#565F60,#1C1F20));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}
.button-inverse:hover {
    color: white !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #1C1F20, #565F60);
    background-image: -ms-linear-gradient(top, #1C1F20, #565F60);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1C1F20), to(#565F60));
    background-image: -webkit-linear-gradient(top, #1C1F20, #565F60);
    background-image: -o-linear-gradient(top, #1C1F20, #565F60);
    background-image: linear-gradient(top, #1C1F20, #565F60);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#1C1F20,#565F60));

}

.button-primary {
    color: rgba(255,255,255,0.9) !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #2997CD, #1E7199);
    background-image: -ms-linear-gradient(top, #2997CD, #1E7199);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2997CD), to(#1E7199));
    background-image: -webkit-linear-gradient(top, #2997CD, #1E7199);
    background-image: -o-linear-gradient(top, #2997CD, #1E7199);
    background-image: linear-gradient(top, #2997CD, #1E7199);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#2997CD,#1E7199));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}
.button-primary:hover {
    color: white !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #1E7199, #2997CD);
    background-image: -ms-linear-gradient(top, #1E7199, #2997CD);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E7199), to(#2997CD));
    background-image: -webkit-linear-gradient(top, #1E7199, #2997CD);
    background-image: -o-linear-gradient(top, #1E7199, #2997CD);
    background-image: linear-gradient(top, #1E7199, #2997CD);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#1E7199,#2997CD));

}

.button-success {
    color: rgba(255,255,255,0.9) !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #87D85E, #47991E);
    background-image: -ms-linear-gradient(top, #87D85E, #47991E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87D85E), to(#47991E));
    background-image: -webkit-linear-gradient(top, #87D85E, #47991E);
    background-image: -o-linear-gradient(top, #87D85E, #47991E);
    background-image: linear-gradient(top, #87D85E, #47991E);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#87D85E,#47991E));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}
.button-success:hover {
    color: white !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #47991E, #87D85E);
    background-image: -ms-linear-gradient(top, #47991E, #87D85E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47991E), to(#87D85E));
    background-image: -webkit-linear-gradient(top, #47991E, #87D85E);
    background-image: -o-linear-gradient(top, #47991E, #87D85E);
    background-image: linear-gradient(top, #47991E, #87D85E);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#47991E,#87D85E));

}

.button-violet {
    color: rgba(255,255,255,0.9) !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #8B71C8, #685496);
    background-image: -ms-linear-gradient(top, #8B71C8, #685496);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8B71C8), to(#685496));
    background-image: -webkit-linear-gradient(top, #8B71C8, #685496);
    background-image: -o-linear-gradient(top, #8B71C8, #685496);
    background-image: linear-gradient(top, #8B71C8, #685496);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#8B71C8,#685496));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}
.button-violet:hover {
    color: white !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #685496, #8B71C8);
    background-image: -ms-linear-gradient(top, #685496, #8B71C8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#685496), to(#8B71C8));
    background-image: -webkit-linear-gradient(top, #685496, #8B71C8);
    background-image: -o-linear-gradient(top, #685496, #8B71C8);
    background-image: linear-gradient(top, #685496, #8B71C8);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#685496,#8B71C8));

}

.button-warning {
    color: rgba(255,255,255,0.9) !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #ED813F, #E75700);
    background-image: -ms-linear-gradient(top, #ED813F, #E75700);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED813F), to(#E75700));
    background-image: -webkit-linear-gradient(top, #ED813F, #E75700);
    background-image: -o-linear-gradient(top, #ED813F, #E75700);
    background-image: linear-gradient(top, #ED813F, #E75700);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#ED813F,#E75700));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}
.button-warning:hover {
    color: white !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #E75700, #ED813F);
    background-image: -ms-linear-gradient(top, #E75700, #ED813F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E75700), to(#ED813F));
    background-image: -webkit-linear-gradient(top, #E75700, #ED813F);
    background-image: -o-linear-gradient(top, #E75700, #ED813F);
    background-image: linear-gradient(top, #E75700, #ED813F);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#E75700,#ED813F));

}



.button:focus {
    color: rgba(255,255,255,0.9) !important;
    background-color: ;
    background-image: -moz-linear-gradient(top, #ABD26F, #6B932F);
    background-image: -ms-linear-gradient(top, #ABD26F, #6B932F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ABD26F), to(#6B932F));
    background-image: -webkit-linear-gradient(top, #ABD26F, #6B932F);
    background-image: -o-linear-gradient(top, #ABD26F, #6B932F);
    background-image: linear-gradient(top, #ABD26F, #6B932F);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#ABD26F,#6B932F));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}
button[disabled] {
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}

button.hidden {
    display: none;
}

.button-prev {
    float: left;
    -webkit-border-radius:              12px 5px 5px 12px;
    -moz-border-radius:                 12px 5px 5px 12px;
    border-radius:                      12px 5px 5px 12px;

}

.button-next {
    float: right;
    -webkit-border-radius:              5px 12px 12px 5px;
    -moz-border-radius:                 5px 12px 12px 5px;
    border-radius:                      5px 12px 12px 5px;

}

.button .gloss {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0.2)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    background-image: linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",rgba(255,255,255,0.5),rgba(255,255,255,0.2)));

    -webkit-border-radius:              4px 4px 0px 0px;
    -moz-border-radius:                 4px 4px 0px 0px;
    border-radius:                      4px 4px 0px 0px;

}

.radio-set .button {
    margin: 0;
    border-right-width: 0;
    -webkit-border-radius:              0;
    -moz-border-radius:                 0;
    border-radius:                      0;

    -webkit-box-shadow:                 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:                    1px 1px 1px rgba(0,0,0,0.1);
    box-shadow:                         1px 1px 1px rgba(0,0,0,0.1);

}

.radio-set .button:first-child {
    padding-left: 10px;
    -webkit-border-radius:              12px 0 0 12px;
    -moz-border-radius:                 12px 0 0 12px;
    border-radius:                      12px 0 0 12px;

}

.radio-set .button:last-child {
    border-right-width: 1px;
    padding-right: 10px;
    -webkit-border-radius:              0 12px 12px 0;
    -moz-border-radius:                 0 12px 12px 0;
    border-radius:                      0 12px 12px 0;

}

.radio-set .button.warm {
    color: white;
    background-color: ;
    background-image: -moz-linear-gradient(top, #4583B4, #85C3F3);
    background-image: -ms-linear-gradient(top, #4583B4, #85C3F3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4583B4), to(#85C3F3));
    background-image: -webkit-linear-gradient(top, #4583B4, #85C3F3);
    background-image: -o-linear-gradient(top, #4583B4, #85C3F3);
    background-image: linear-gradient(top, #4583B4, #85C3F3);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#4583B4,#85C3F3));

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

    -webkit-box-shadow:                 inset 3px 3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow:                    inset 3px 3px 3px rgba(0,0,0,0.1);
    box-shadow:                         inset 3px 3px 3px rgba(0,0,0,0.1);

/*    border-color: #2E5778; */
}
/*------------------------------------------------------------------------*/
/* tool tips                                                              */
/*------------------------------------------------------------------------*/



a.tip {
    position:           relative;
    overflow:           visible;
    text-decoration:    none;
/*    z-index:            219;  */
}

span.tip {
    display:            none; 
    position:           absolute;
    overflow:           visible;
    padding:            3px 6px;
    top:                24px;
    right:               0px;
    font-size:          12px; 
    line-height:        16px;
    text-align:         center; 
    text-decoration:    none;
    text-transform:     none;
    min-width:          220px; 
/*    z-index:            220; */
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

a.tip:hover span.tip,
a.tip-on span.tip {
    display:            block;
    z-index:            220;
    text-decoration:    none;
    border:             1px solid #ba6d10;
    color:              #ba6d10;
    background-color:   #FFA;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;
    opacity:                            0.95;
    filter:                             alpha(opacity=95);
    -webkit-box-shadow:                 3px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow:                    3px 3px 5px rgba(0,0,0,0.2);
    box-shadow:                         3px 3px 5px rgba(0,0,0,0.2);
    text-shadow:                        1px 1px 0 rgba(255,255,255,0.25);

}


a.tip span.tip span.arrow,
a.tip-on span.tip span.arrow {
    display:            block; 
    position:           absolute;
    width:              10px;
    height:             10px;
    right:              20px;
    top:               -11px; 
    border:             5px solid transparent;
    border-bottom-color: #ba6d10;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

a.tip span.tip span.arrow:after,
a.tip-on span.tip span.arrow:after {
    content:            "";
    display:            block; 
    position:           absolute;
    width:              0px;
    height:             0px;
    top:                -4px;
    left:               -5px;
    border:              5px solid transparent;
    border-bottom-color: #FFA;

}

a.tip-north-east span.tip,
a.tip-north-west span.tip {
    top:                auto;
    bottom:             24px;
}

a.tip-south-east span.tip,
a.tip-south-west span.tip {
    top:                24px;
    bottom:             auto;
}

a.tip-north-east span.tip,
a.tip-south-east span.tip {
    left:               auto;
    right:              0;
}

a.tip-north-west span.tip,
a.tip-south-west span.tip {
    left:               0;
    right:              auto;
}

a.tip-north-east span.tip span.arrow,
a.tip-north-west span.tip span.arrow {
    top:                auto;
    bottom:             -11px; 
    border-bottom-color: transparent;
    border-top-color:    #ba6d10;
}

a.tip-south-east span.tip span.arrow,
a.tip-south-west span.tip span.arrow {
    top:                -11px; 
    bottom:             auto;
}

a.tip-north-east span.tip span.arrow,
a.tip-south-east span.tip span.arrow {
    left:               auto;
    right:              20px;
}

a.tip-north-west span.tip span.arrow,
a.tip-south-west span.tip span.arrow {
    left:               20px;
    right:              auto;
}

a.tip-north-east span.tip span.arrow:after,
a.tip-north-west span.tip span.arrow:after {
    top:                auto;
    bottom:             -4px;
    border-bottom-color: transparent;
    border-top-color:   #FFA;
}

a.tip-east span.tip,
a.tip-west span.tip {
    top:                -8px;
    bottom:             auto;
}

a.tip-east span.tip {
    left:               100%;
    right:              auto;
    margin-left:        10px;
}

a.tip-west span.tip {
    right:              100%;
    left:               auto;
    margin-right:       10px;
}

a.tip-east span.tip span.arrow,
a.tip-west span.tip span.arrow {
    top:                10px;
    bottom:             auto;
}

a.tip-east span.tip span.arrow {
    left:             -11px; 
    right:             auto;
    border:            5px solid transparent;
    border-right-color: #ba6d10;
}

a.tip-west span.tip span.arrow {
    right:             -11px; 
    left:             auto;
    border-color:       transparent;
    border-left-color: #ba6d10;
}

a.tip-east span.tip span.arrow:after {
    border-color:       transparent;
    border-right-color: #FFA;
    top:                -5px;
    left:               -4px;
}

a.tip-west span.tip span.arrow:after {
    border-color:       transparent;
    border-left-color:  #FFA;
    top:                -5px;
    left:               -6px;
}


table.form a.tip span.tip {
    min-height: 30px;
    top: -4px;
/*    left: -20px;
    top: 30px; */
}


/*------------------------------------------------------------------------
 * Forms
 *------------------------------------------------------------------------*/
form.grid {
}

form.grid div.field {
    clear:              both;
    float:              left;
    width:              100%;
    position:           relative;
    margin-top:         0px;
    margin-right:       5px;
    margin-bottom:      5px;
    padding:            0;
}

form.fluid {
    float: none;
    width: 100%;
}

form.fluid div.field {
    clear:              none;
    margin-right:       0;
}

form.grid label {
    padding-left: 4px;
    display: block;
    clear: left;
    font-size: 12px;
    line-height: 16px;
    color: #4583B4;
}

form.grid label.value {
    color: #565F60;
    font-size: 14px;
}

form.grid label.value input {
    margin-right: 5px;
}

form.grid label .optional,
form.grid label .aside {
    font-size: 11px;
    color: #565F60;
    float: right;
}

form.grid div.active label {
    font-weight: bold;
    color: #47621F;
}

form.grid div.field_error label {
    color:              #F2304B;
    font-weight:        bold;
}

form.grid div.field_prominent label {
    font-weight:        bold;
    color:              #47621F;
}


form.grid div.mandatory label {
    font-weight:        bold;
    color:              ;
}

form.grid label span.mandatory {
    font-size: 10px;
    float: right;
    color:              #B52438;
}

form.grid label span.Xmandatory {
    color:              #B52438;
    font-size:          16px;
    font-weight:        bold;
    line-height:        13px;
    position:           relative;
    top:                3px;
    margin:             0 2px;
}

form.grid div.hint {
    margin: 5px 10px;
    color: #5DAFF0;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}
form ::-webkit-input-placeholder,
form ::-moz-placeholder,
form ::-ms-input-placeholder {
    color:                  #B9BFBF;
    font-style:             italic;
}

form div.field_prominent ::-webkit-input-placeholder,
form div.field_prominent ::-moz-placeholder,
form div.field_prominent ::-ms-input-placeholder {
    color:              #6B932F;
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}



/* basic size */
form.grid input.input,
form.grid textarea,
form.grid select,
form.grid div.value {
    clear:              none;
    display:            block;
    position:           relative;
    float:              left;
    font-family:        Lato, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    padding:            3px 3px 2px 3px;
    font-size:          14px;
    line-height:        16px;
    min-height:         24px;
    margin:             0 5px 0 0;
    width: 100%;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

form.grid :focus,
form.grid select:focus,
form.grid option:active {
    outline: none;
    -moz-outline-style: none;
}

/* tweaks to adjust labels, values, input fields, select boxes and buttons
 * so they're all the same size
 */

form.grid input.input {
    /* height: 16px; */
}

form.grid input.button {
    /* It seems FF treats min-height as the overall height for input buttons */
/*     min-height:         24px; */
}

form.grid select {
    /* selects also need to be told exactly how height they should be, inclusive */
    height:             24px;
}

form.grid select option {
}

form.grid select option.teaser,
form.grid select option.placeholder {
    font-style: italic;
    color: #ccc;
}

form.grid div.value {
    /* firefox doesn't apply padding to div.value the same as to input.text */
/*    padding-left:       4px;
    padding-right:      2px; */
}

form.grid textarea {
    /* padding tweak */
    padding:            2px 3px;
}

form.grid textarea.mono {
    font-family:    Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
    font-size:      13px;
    line-height:    17px;
}

form.grid textarea.tall {
    min-height: 500px;
}

form.grid .mini {
    line-height:        16px;
}


form.grid div.prompt {
    clear:              left;
    margin-top:         0;
    padding:            20px 0 5px 0;
    font-size:          12px;
    line-height:        16px;
    color:              #666;
}

/* input fields */
form.grid input.input,
form.grid textarea,
form.grid select,
form.grid div.value {
    background-color:   #f7f7f7;
    color:              #2E5778;
    border:             1px solid #4583B4;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

form.grid input.input:active,
form.grid input.input:focus,
form.grid textarea:active,
form.grid textarea:focus,
form.grid select:active,
form.grid select:focus,
form.grid div.active input,
form.grid div.active textarea,
form.grid div.active select {
    background-color:   #F5FAEF;
    outline:            none;
    border-color:       #8FC43F;
    color:              #47621F;
    -webkit-box-shadow:                 inset 0 0 5px #C7E19F;
    -moz-box-shadow:                    inset 0 0 5px #C7E19F;
    box-shadow:                         inset 0 0 5px #C7E19F;


}



form.grid div.value {
    background-color:   #F3F4F4;
    border-color:       #969F9F;
    color:              #969F9F;
    overflow:           hidden;
}

form.grid input.radio {
    position: relative;
    top: 5px;
    margin-left: 20px;
}

form.grid input.hint {
    color: #aaa !important;
    font-style: italic;
}

/* errors */

form.grid div.field_error {
    margin-top: 0px;
}

form.grid .field_error input.input,
form.grid .field_error textarea,
form.grid .field_error select {
    border:             1px solid #F2304B;
    color:              #B52438;
    background-color:   #fee;
}

form.grid .field_prominent input.input,
form.grid .field_prominent textarea,
form.grid .field_prominent select {
    border:             1px solid #6B932F;
    color:              #47621F;
    background-color:   #F5FAEF;
}

form.grid .field_error input.input:active,
form.grid .field_error input.input:focus,
form.grid .field_error textarea:active,
form.grid .field_error textarea:focus,
form.grid .field_error select:active {
    border:             1px solid #B52438;
    background-color:   #fff4f4;
    color:              #791825;
    -webkit-box-shadow:                 inset 0 0 5px #F56378;
    -moz-box-shadow:                    inset 0 0 5px #F56378;
    box-shadow:                         inset 0 0 5px #F56378;

}

form.grid input.invalid,
form.grid select.invalid,
form.grid textarea.invalid,
form.grid input.invalid:focus,
form.grid select.invalid:focus,
form.grid textarea.invalid:focus {
    border-color:           #D8000C;
    color:                  #D8000C;
    background-color:       #FFAAAA

}

form.grid input.set {
    color:              #393F40;
    border-color:       #DCDFDF;
    background-color:   #F3F4F4;
}

form.grid input.unsaved,
form.grid select.unsaved,
form.grid textarea.unsaved,
form.grid input.unsaved:focus,
form.grid select.unsaved:focus,
form.grid textarea.unsaved:focus {
    color:              #795519;
    border-color:       #B68026;
    background-color:   #FCEACC;
}

/* submit buttons */

form.grid .buttons {
    clear:              both;
    width:              auto;
    padding:            0;
    padding:            10px 0;
}

form.grid .buttons .button,
form.grid .table-buttons .button {
    margin-top:         0;
    width:              112px /*!important*/;
    margin-right:       5px;
}


form.grid .buttons .button:last-child,
form.grid .table-buttons .button:last-child {
    margin-top:         0;
    width:              120px;
    margin-right:       0px;
    margin-left:        8px;
    float:              right;
}

#sidebar form.grid .buttons .button {
    width:              98px !important;
}


/* help */

form.grid div.field a.form-help {
    display:            block;
    position:           absolute;
    top:                14px;
    right:              -24px;
    width:              24px;
    height:             24px;
/*    background:         url('../images/chrome/buttons/stud_help.gif') no-repeat 0 0; */
    overflow:           visible;
    text-decoration:    none;
    font-size: 18px;
    line-height: 24px;
    color: #4583B4;
    -webkit-border-radius:              12px;
    -moz-border-radius:                 12px;
    border-radius:                      12px;

    opacity:                            0.95;
    filter:                             alpha(opacity=95);

}


form.help-off div.field a.form-help {
    display: none;
}


form.grid div.field a.form-help:hover,
form.grid div.field a.form-help:active {
    color: #5DAFF0;
/*    background-position: 0 -100px; */
}



form.grid a.show_password {
    margin-left: 30px;
    color:      #888;
}

form.grid input.hidden,
form.grid select.hidden {
    display: none;
}





/*------------------------------------------------------------------------
 * grid for form fields
 *------------------------------------------------------------------------*/

/* form fields in full column increments: span-1, span-2, span-3, etc. */

form.field-1 input,
form.field-1 textarea,
form.field-1 div.value,
form.grid div.field-1 input,
form.grid div.field-1 textarea,
form.grid div.field-1 div.value,
form.grid input.span-1,
form.grid textarea.span-1 {
    width: 60px !important;
}

/* field labels and select fields have different padding */
form.label-1 label,
form.field-1 select,
form.field-1 div.options,
form.grid div.label-1 label,
form.grid label.span-1,
form.grid select.span-1,
form.grid .buttons input.span-1 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 60px;
}

/* skip columns */
form.grid label.skip-1,
form.grid input.skip-1,
form.grid textarea.skip-1,
form.grid select.skip-1,
form.grid .buttons a.skip-1,
form.grid .buttons input.skip-1 {
    margin-left: 80px;
}

/* help icon position */
form.help-1 div.field a.help,
form.help-1 div.field a.help:link,
form.help-1 div.field a.help:visited,
form.grid div.help-1 a.help,
form.grid div.help-1 a.help:link,
form.grid div.help-1 a.help:visited {
    left: 80px;
}

/* help tooltip widths */
form.help-w1 div.field a.help span.tip,
form.help-w1 div.field a.help:visited span.tip,
form.grid div.help-w1 a.help span.tip,
form.grid div.help-w1 a.help span.tip {
    width: 46px !important;
    left: -65px;
}

/* set checkbox width */
form.field-1 input.checkbox,
form.grid div.field-1 input.checkbox {
    width: auto !important;
}

/* messages */


form.label-1 div.prompt,
form.label-1 div.error,
form.label-1 div.messsage {
    margin-left: 80px;
}

form.field-1 div.prompt,
form.field-1 div.error,
form.field-1 div.messsage {
    width: 60px;
}

form.field-2 input,
form.field-2 textarea,
form.field-2 div.value,
form.grid div.field-2 input,
form.grid div.field-2 textarea,
form.grid div.field-2 div.value,
form.grid input.span-2,
form.grid textarea.span-2 {
    width: 120px !important;
}

/* field labels and select fields have different padding */
form.label-2 label,
form.field-2 select,
form.field-2 div.options,
form.grid div.label-2 label,
form.grid label.span-2,
form.grid select.span-2,
form.grid .buttons input.span-2 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 120px;
}

/* skip columns */
form.grid label.skip-2,
form.grid input.skip-2,
form.grid textarea.skip-2,
form.grid select.skip-2,
form.grid .buttons a.skip-2,
form.grid .buttons input.skip-2 {
    margin-left: 160px;
}

/* help icon position */
form.help-2 div.field a.help,
form.help-2 div.field a.help:link,
form.help-2 div.field a.help:visited,
form.grid div.help-2 a.help,
form.grid div.help-2 a.help:link,
form.grid div.help-2 a.help:visited {
    left: 160px;
}

/* help tooltip widths */
form.help-w2 div.field a.help span.tip,
form.help-w2 div.field a.help:visited span.tip,
form.grid div.help-w2 a.help span.tip,
form.grid div.help-w2 a.help span.tip {
    width: 106px !important;
    left: -125px;
}

/* set checkbox width */
form.field-2 input.checkbox,
form.grid div.field-2 input.checkbox {
    width: auto !important;
}

/* messages */


form.label-2 div.prompt,
form.label-2 div.error,
form.label-2 div.messsage {
    margin-left: 160px;
}

form.field-2 div.prompt,
form.field-2 div.error,
form.field-2 div.messsage {
    width: 120px;
}

form.field-3 input,
form.field-3 textarea,
form.field-3 div.value,
form.grid div.field-3 input,
form.grid div.field-3 textarea,
form.grid div.field-3 div.value,
form.grid input.span-3,
form.grid textarea.span-3 {
    width: 180px !important;
}

/* field labels and select fields have different padding */
form.label-3 label,
form.field-3 select,
form.field-3 div.options,
form.grid div.label-3 label,
form.grid label.span-3,
form.grid select.span-3,
form.grid .buttons input.span-3 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 180px;
}

/* skip columns */
form.grid label.skip-3,
form.grid input.skip-3,
form.grid textarea.skip-3,
form.grid select.skip-3,
form.grid .buttons a.skip-3,
form.grid .buttons input.skip-3 {
    margin-left: 240px;
}

/* help icon position */
form.help-3 div.field a.help,
form.help-3 div.field a.help:link,
form.help-3 div.field a.help:visited,
form.grid div.help-3 a.help,
form.grid div.help-3 a.help:link,
form.grid div.help-3 a.help:visited {
    left: 240px;
}

/* help tooltip widths */
form.help-w3 div.field a.help span.tip,
form.help-w3 div.field a.help:visited span.tip,
form.grid div.help-w3 a.help span.tip,
form.grid div.help-w3 a.help span.tip {
    width: 166px !important;
    left: -185px;
}

/* set checkbox width */
form.field-3 input.checkbox,
form.grid div.field-3 input.checkbox {
    width: auto !important;
}

/* messages */


form.label-3 div.prompt,
form.label-3 div.error,
form.label-3 div.messsage {
    margin-left: 240px;
}

form.field-3 div.prompt,
form.field-3 div.error,
form.field-3 div.messsage {
    width: 180px;
}

form.field-4 input,
form.field-4 textarea,
form.field-4 div.value,
form.grid div.field-4 input,
form.grid div.field-4 textarea,
form.grid div.field-4 div.value,
form.grid input.span-4,
form.grid textarea.span-4 {
    width: 240px !important;
}

/* field labels and select fields have different padding */
form.label-4 label,
form.field-4 select,
form.field-4 div.options,
form.grid div.label-4 label,
form.grid label.span-4,
form.grid select.span-4,
form.grid .buttons input.span-4 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 240px;
}

/* skip columns */
form.grid label.skip-4,
form.grid input.skip-4,
form.grid textarea.skip-4,
form.grid select.skip-4,
form.grid .buttons a.skip-4,
form.grid .buttons input.skip-4 {
    margin-left: 320px;
}

/* help icon position */
form.help-4 div.field a.help,
form.help-4 div.field a.help:link,
form.help-4 div.field a.help:visited,
form.grid div.help-4 a.help,
form.grid div.help-4 a.help:link,
form.grid div.help-4 a.help:visited {
    left: 320px;
}

/* help tooltip widths */
form.help-w4 div.field a.help span.tip,
form.help-w4 div.field a.help:visited span.tip,
form.grid div.help-w4 a.help span.tip,
form.grid div.help-w4 a.help span.tip {
    width: 226px !important;
    left: -245px;
}

/* set checkbox width */
form.field-4 input.checkbox,
form.grid div.field-4 input.checkbox {
    width: auto !important;
}

/* messages */


form.label-4 div.prompt,
form.label-4 div.error,
form.label-4 div.messsage {
    margin-left: 320px;
}

form.field-4 div.prompt,
form.field-4 div.error,
form.field-4 div.messsage {
    width: 240px;
}

form.field-5 input,
form.field-5 textarea,
form.field-5 div.value,
form.grid div.field-5 input,
form.grid div.field-5 textarea,
form.grid div.field-5 div.value,
form.grid input.span-5,
form.grid textarea.span-5 {
    width: 300px !important;
}

/* field labels and select fields have different padding */
form.label-5 label,
form.field-5 select,
form.field-5 div.options,
form.grid div.label-5 label,
form.grid label.span-5,
form.grid select.span-5,
form.grid .buttons input.span-5 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 300px;
}

/* skip columns */
form.grid label.skip-5,
form.grid input.skip-5,
form.grid textarea.skip-5,
form.grid select.skip-5,
form.grid .buttons a.skip-5,
form.grid .buttons input.skip-5 {
    margin-left: 400px;
}

/* help icon position */
form.help-5 div.field a.help,
form.help-5 div.field a.help:link,
form.help-5 div.field a.help:visited,
form.grid div.help-5 a.help,
form.grid div.help-5 a.help:link,
form.grid div.help-5 a.help:visited {
    left: 400px;
}

/* help tooltip widths */
form.help-w5 div.field a.help span.tip,
form.help-w5 div.field a.help:visited span.tip,
form.grid div.help-w5 a.help span.tip,
form.grid div.help-w5 a.help span.tip {
    width: 286px !important;
    left: -305px;
}

/* set checkbox width */
form.field-5 input.checkbox,
form.grid div.field-5 input.checkbox {
    width: auto !important;
}

/* messages */


form.label-5 div.prompt,
form.label-5 div.error,
form.label-5 div.messsage {
    margin-left: 400px;
}

form.field-5 div.prompt,
form.field-5 div.error,
form.field-5 div.messsage {
    width: 300px;
}

form.field-6 input,
form.field-6 textarea,
form.field-6 div.value,
form.grid div.field-6 input,
form.grid div.field-6 textarea,
form.grid div.field-6 div.value,
form.grid input.span-6,
form.grid textarea.span-6 {
    width: 360px !important;
}

/* field labels and select fields have different padding */
form.label-6 label,
form.field-6 select,
form.field-6 div.options,
form.grid div.label-6 label,
form.grid label.span-6,
form.grid select.span-6,
form.grid .buttons input.span-6 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 360px;
}

/* skip columns */
form.grid label.skip-6,
form.grid input.skip-6,
form.grid textarea.skip-6,
form.grid select.skip-6,
form.grid .buttons a.skip-6,
form.grid .buttons input.skip-6 {
    margin-left: 480px;
}

/* help icon position */
form.help-6 div.field a.help,
form.help-6 div.field a.help:link,
form.help-6 div.field a.help:visited,
form.grid div.help-6 a.help,
form.grid div.help-6 a.help:link,
form.grid div.help-6 a.help:visited {
    left: 480px;
}

/* help tooltip widths */
form.help-w6 div.field a.help span.tip,
form.help-w6 div.field a.help:visited span.tip,
form.grid div.help-w6 a.help span.tip,
form.grid div.help-w6 a.help span.tip {
    width: 346px !important;
    left: -365px;
}

/* set checkbox width */
form.field-6 input.checkbox,
form.grid div.field-6 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-7 input,
form.field-7 textarea,
form.field-7 div.value,
form.grid div.field-7 input,
form.grid div.field-7 textarea,
form.grid div.field-7 div.value,
form.grid input.span-7,
form.grid textarea.span-7 {
    width: 420px !important;
}

/* field labels and select fields have different padding */
form.label-7 label,
form.field-7 select,
form.field-7 div.options,
form.grid div.label-7 label,
form.grid label.span-7,
form.grid select.span-7,
form.grid .buttons input.span-7 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 420px;
}

/* skip columns */
form.grid label.skip-7,
form.grid input.skip-7,
form.grid textarea.skip-7,
form.grid select.skip-7,
form.grid .buttons a.skip-7,
form.grid .buttons input.skip-7 {
    margin-left: 560px;
}

/* help icon position */
form.help-7 div.field a.help,
form.help-7 div.field a.help:link,
form.help-7 div.field a.help:visited,
form.grid div.help-7 a.help,
form.grid div.help-7 a.help:link,
form.grid div.help-7 a.help:visited {
    left: 560px;
}

/* help tooltip widths */
form.help-w7 div.field a.help span.tip,
form.help-w7 div.field a.help:visited span.tip,
form.grid div.help-w7 a.help span.tip,
form.grid div.help-w7 a.help span.tip {
    width: 406px !important;
    left: -425px;
}

/* set checkbox width */
form.field-7 input.checkbox,
form.grid div.field-7 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-8 input,
form.field-8 textarea,
form.field-8 div.value,
form.grid div.field-8 input,
form.grid div.field-8 textarea,
form.grid div.field-8 div.value,
form.grid input.span-8,
form.grid textarea.span-8 {
    width: 480px !important;
}

/* field labels and select fields have different padding */
form.label-8 label,
form.field-8 select,
form.field-8 div.options,
form.grid div.label-8 label,
form.grid label.span-8,
form.grid select.span-8,
form.grid .buttons input.span-8 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 480px;
}

/* skip columns */
form.grid label.skip-8,
form.grid input.skip-8,
form.grid textarea.skip-8,
form.grid select.skip-8,
form.grid .buttons a.skip-8,
form.grid .buttons input.skip-8 {
    margin-left: 640px;
}

/* help icon position */
form.help-8 div.field a.help,
form.help-8 div.field a.help:link,
form.help-8 div.field a.help:visited,
form.grid div.help-8 a.help,
form.grid div.help-8 a.help:link,
form.grid div.help-8 a.help:visited {
    left: 640px;
}

/* help tooltip widths */
form.help-w8 div.field a.help span.tip,
form.help-w8 div.field a.help:visited span.tip,
form.grid div.help-w8 a.help span.tip,
form.grid div.help-w8 a.help span.tip {
    width: 466px !important;
    left: -485px;
}

/* set checkbox width */
form.field-8 input.checkbox,
form.grid div.field-8 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-9 input,
form.field-9 textarea,
form.field-9 div.value,
form.grid div.field-9 input,
form.grid div.field-9 textarea,
form.grid div.field-9 div.value,
form.grid input.span-9,
form.grid textarea.span-9 {
    width: 540px !important;
}

/* field labels and select fields have different padding */
form.label-9 label,
form.field-9 select,
form.field-9 div.options,
form.grid div.label-9 label,
form.grid label.span-9,
form.grid select.span-9,
form.grid .buttons input.span-9 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 540px;
}

/* skip columns */
form.grid label.skip-9,
form.grid input.skip-9,
form.grid textarea.skip-9,
form.grid select.skip-9,
form.grid .buttons a.skip-9,
form.grid .buttons input.skip-9 {
    margin-left: 720px;
}

/* help icon position */
form.help-9 div.field a.help,
form.help-9 div.field a.help:link,
form.help-9 div.field a.help:visited,
form.grid div.help-9 a.help,
form.grid div.help-9 a.help:link,
form.grid div.help-9 a.help:visited {
    left: 720px;
}

/* help tooltip widths */
form.help-w9 div.field a.help span.tip,
form.help-w9 div.field a.help:visited span.tip,
form.grid div.help-w9 a.help span.tip,
form.grid div.help-w9 a.help span.tip {
    width: 526px !important;
    left: -545px;
}

/* set checkbox width */
form.field-9 input.checkbox,
form.grid div.field-9 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-10 input,
form.field-10 textarea,
form.field-10 div.value,
form.grid div.field-10 input,
form.grid div.field-10 textarea,
form.grid div.field-10 div.value,
form.grid input.span-10,
form.grid textarea.span-10 {
    width: 600px !important;
}

/* field labels and select fields have different padding */
form.label-10 label,
form.field-10 select,
form.field-10 div.options,
form.grid div.label-10 label,
form.grid label.span-10,
form.grid select.span-10,
form.grid .buttons input.span-10 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 600px;
}

/* skip columns */
form.grid label.skip-10,
form.grid input.skip-10,
form.grid textarea.skip-10,
form.grid select.skip-10,
form.grid .buttons a.skip-10,
form.grid .buttons input.skip-10 {
    margin-left: 800px;
}

/* help icon position */
form.help-10 div.field a.help,
form.help-10 div.field a.help:link,
form.help-10 div.field a.help:visited,
form.grid div.help-10 a.help,
form.grid div.help-10 a.help:link,
form.grid div.help-10 a.help:visited {
    left: 800px;
}

/* help tooltip widths */
form.help-w10 div.field a.help span.tip,
form.help-w10 div.field a.help:visited span.tip,
form.grid div.help-w10 a.help span.tip,
form.grid div.help-w10 a.help span.tip {
    width: 586px !important;
    left: -605px;
}

/* set checkbox width */
form.field-10 input.checkbox,
form.grid div.field-10 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-11 input,
form.field-11 textarea,
form.field-11 div.value,
form.grid div.field-11 input,
form.grid div.field-11 textarea,
form.grid div.field-11 div.value,
form.grid input.span-11,
form.grid textarea.span-11 {
    width: 660px !important;
}

/* field labels and select fields have different padding */
form.label-11 label,
form.field-11 select,
form.field-11 div.options,
form.grid div.label-11 label,
form.grid label.span-11,
form.grid select.span-11,
form.grid .buttons input.span-11 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 660px;
}

/* skip columns */
form.grid label.skip-11,
form.grid input.skip-11,
form.grid textarea.skip-11,
form.grid select.skip-11,
form.grid .buttons a.skip-11,
form.grid .buttons input.skip-11 {
    margin-left: 880px;
}

/* help icon position */
form.help-11 div.field a.help,
form.help-11 div.field a.help:link,
form.help-11 div.field a.help:visited,
form.grid div.help-11 a.help,
form.grid div.help-11 a.help:link,
form.grid div.help-11 a.help:visited {
    left: 880px;
}

/* help tooltip widths */
form.help-w11 div.field a.help span.tip,
form.help-w11 div.field a.help:visited span.tip,
form.grid div.help-w11 a.help span.tip,
form.grid div.help-w11 a.help span.tip {
    width: 646px !important;
    left: -665px;
}

/* set checkbox width */
form.field-11 input.checkbox,
form.grid div.field-11 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-12 input,
form.field-12 textarea,
form.field-12 div.value,
form.grid div.field-12 input,
form.grid div.field-12 textarea,
form.grid div.field-12 div.value,
form.grid input.span-12,
form.grid textarea.span-12 {
    width: 720px !important;
}

/* field labels and select fields have different padding */
form.label-12 label,
form.field-12 select,
form.field-12 div.options,
form.grid div.label-12 label,
form.grid label.span-12,
form.grid select.span-12,
form.grid .buttons input.span-12 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 720px;
}

/* skip columns */
form.grid label.skip-12,
form.grid input.skip-12,
form.grid textarea.skip-12,
form.grid select.skip-12,
form.grid .buttons a.skip-12,
form.grid .buttons input.skip-12 {
    margin-left: 960px;
}

/* help icon position */
form.help-12 div.field a.help,
form.help-12 div.field a.help:link,
form.help-12 div.field a.help:visited,
form.grid div.help-12 a.help,
form.grid div.help-12 a.help:link,
form.grid div.help-12 a.help:visited {
    left: 960px;
}

/* help tooltip widths */
form.help-w12 div.field a.help span.tip,
form.help-w12 div.field a.help:visited span.tip,
form.grid div.help-w12 a.help span.tip,
form.grid div.help-w12 a.help span.tip {
    width: 706px !important;
    left: -725px;
}

/* set checkbox width */
form.field-12 input.checkbox,
form.grid div.field-12 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-13 input,
form.field-13 textarea,
form.field-13 div.value,
form.grid div.field-13 input,
form.grid div.field-13 textarea,
form.grid div.field-13 div.value,
form.grid input.span-13,
form.grid textarea.span-13 {
    width: 780px !important;
}

/* field labels and select fields have different padding */
form.label-13 label,
form.field-13 select,
form.field-13 div.options,
form.grid div.label-13 label,
form.grid label.span-13,
form.grid select.span-13,
form.grid .buttons input.span-13 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 780px;
}

/* skip columns */
form.grid label.skip-13,
form.grid input.skip-13,
form.grid textarea.skip-13,
form.grid select.skip-13,
form.grid .buttons a.skip-13,
form.grid .buttons input.skip-13 {
    margin-left: 1040px;
}

/* help icon position */
form.help-13 div.field a.help,
form.help-13 div.field a.help:link,
form.help-13 div.field a.help:visited,
form.grid div.help-13 a.help,
form.grid div.help-13 a.help:link,
form.grid div.help-13 a.help:visited {
    left: 1040px;
}

/* help tooltip widths */
form.help-w13 div.field a.help span.tip,
form.help-w13 div.field a.help:visited span.tip,
form.grid div.help-w13 a.help span.tip,
form.grid div.help-w13 a.help span.tip {
    width: 766px !important;
    left: -785px;
}

/* set checkbox width */
form.field-13 input.checkbox,
form.grid div.field-13 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-14 input,
form.field-14 textarea,
form.field-14 div.value,
form.grid div.field-14 input,
form.grid div.field-14 textarea,
form.grid div.field-14 div.value,
form.grid input.span-14,
form.grid textarea.span-14 {
    width: 840px !important;
}

/* field labels and select fields have different padding */
form.label-14 label,
form.field-14 select,
form.field-14 div.options,
form.grid div.label-14 label,
form.grid label.span-14,
form.grid select.span-14,
form.grid .buttons input.span-14 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 840px;
}

/* skip columns */
form.grid label.skip-14,
form.grid input.skip-14,
form.grid textarea.skip-14,
form.grid select.skip-14,
form.grid .buttons a.skip-14,
form.grid .buttons input.skip-14 {
    margin-left: 1120px;
}

/* help icon position */
form.help-14 div.field a.help,
form.help-14 div.field a.help:link,
form.help-14 div.field a.help:visited,
form.grid div.help-14 a.help,
form.grid div.help-14 a.help:link,
form.grid div.help-14 a.help:visited {
    left: 1120px;
}

/* help tooltip widths */
form.help-w14 div.field a.help span.tip,
form.help-w14 div.field a.help:visited span.tip,
form.grid div.help-w14 a.help span.tip,
form.grid div.help-w14 a.help span.tip {
    width: 826px !important;
    left: -845px;
}

/* set checkbox width */
form.field-14 input.checkbox,
form.grid div.field-14 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-15 input,
form.field-15 textarea,
form.field-15 div.value,
form.grid div.field-15 input,
form.grid div.field-15 textarea,
form.grid div.field-15 div.value,
form.grid input.span-15,
form.grid textarea.span-15 {
    width: 900px !important;
}

/* field labels and select fields have different padding */
form.label-15 label,
form.field-15 select,
form.field-15 div.options,
form.grid div.label-15 label,
form.grid label.span-15,
form.grid select.span-15,
form.grid .buttons input.span-15 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 900px;
}

/* skip columns */
form.grid label.skip-15,
form.grid input.skip-15,
form.grid textarea.skip-15,
form.grid select.skip-15,
form.grid .buttons a.skip-15,
form.grid .buttons input.skip-15 {
    margin-left: 1200px;
}

/* help icon position */
form.help-15 div.field a.help,
form.help-15 div.field a.help:link,
form.help-15 div.field a.help:visited,
form.grid div.help-15 a.help,
form.grid div.help-15 a.help:link,
form.grid div.help-15 a.help:visited {
    left: 1200px;
}

/* help tooltip widths */
form.help-w15 div.field a.help span.tip,
form.help-w15 div.field a.help:visited span.tip,
form.grid div.help-w15 a.help span.tip,
form.grid div.help-w15 a.help span.tip {
    width: 886px !important;
    left: -905px;
}

/* set checkbox width */
form.field-15 input.checkbox,
form.grid div.field-15 input.checkbox {
    width: auto !important;
}

/* messages */



form.field-16 input,
form.field-16 textarea,
form.field-16 div.value,
form.grid div.field-16 input,
form.grid div.field-16 textarea,
form.grid div.field-16 div.value,
form.grid input.span-16,
form.grid textarea.span-16 {
    width: 960px !important;
}

/* field labels and select fields have different padding */
form.label-16 label,
form.field-16 select,
form.field-16 div.options,
form.grid div.label-16 label,
form.grid label.span-16,
form.grid select.span-16,
form.grid .buttons input.span-16 {
    /* padding doesn't seem to be added for input buttons and selects */
    width: 960px;
}

/* skip columns */
form.grid label.skip-16,
form.grid input.skip-16,
form.grid textarea.skip-16,
form.grid select.skip-16,
form.grid .buttons a.skip-16,
form.grid .buttons input.skip-16 {
    margin-left: 1280px;
}

/* help icon position */
form.help-16 div.field a.help,
form.help-16 div.field a.help:link,
form.help-16 div.field a.help:visited,
form.grid div.help-16 a.help,
form.grid div.help-16 a.help:link,
form.grid div.help-16 a.help:visited {
    left: 1280px;
}

/* help tooltip widths */
form.help-w16 div.field a.help span.tip,
form.help-w16 div.field a.help:visited span.tip,
form.grid div.help-w16 a.help span.tip,
form.grid div.help-w16 a.help span.tip {
    width: 946px !important;
    left: -965px;
}

/* set checkbox width */
form.field-16 input.checkbox,
form.grid div.field-16 input.checkbox {
    width: auto !important;
}

/* messages */





form.grid div.disabled {
    opacity:                            0.8;
    filter:                             alpha(opacity=80);

}

form.grid div.disabled input,
form.grid div.disabled select,
form.grid div.disabled textarea {
    color: #888;
    border-color: #ccc;
    background-color: #eee;
}

form.grid .disabled label,
form.grid label.disabled {
    color: #888;
}

form.grid .changed {
    border-color: #866B2B !important;
    background-color: #F2ECDE !important;
}

form.grid div.disabled .changed {
    opacity: 0.5;
}


form.field-4 textarea.richtext,
form.field-6 textarea.richtext {
    width: 100% !important;
}


/*----------------------------------------------------------------------------
 * Alternate form styles
 *--------------------------------------------------------------------------*/

form.small input.input,
form.small select {
    padding:            2px;
    font-size:          12px;
    line-height:        14px;
    min-height:         20px;
    height:             20px;

}

form.small label {
    clear:              none;
    float:              left;
    font-size:          12px;
    line-height:        14px;
    text-align:         right;
    padding:            3px 5px 1px 2px;
    color:              #666;
}



form.inline div.field {
    clear:              none;
    width:              auto;
}

form.inline label {
    padding-left: 0px;
    display: block;
    float: left;
    clear: none;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
}


form.table label {
    display: block;
    float: none;
    text-align: right;
    padding-top: 7px;
}

form.table tr.mandatory label {
    font-weight: bold;
    color: #2E5778;
}

form.table tr.field_error label {
    font-weight: bold;
    color: #791825;
}

form.prominent label {
    font-size: 14px;
    line-height: 18px;
    color: #565F60;
}



/*------------------------------------------------------------------------
 * autocomplete
 *------------------------------------------------------------------------*/

div.autocomplete {
    position:           relative;
    overflow:           visible;
/*    float:              left;
    clear:              none; */
/*    z-index:            204;  */
}

div.navbar div.autocomplete {
    float:              left;
    clear:              none;
}

div.autocomplete input {
    z-index:            205;
}

div.autocomplete input.text {
}

div.autocomplete input.autocomplete-on {
    -webkit-border-radius:              5px 5px 0 0;
    -moz-border-radius:                 5px 5px 0 0;
    border-radius:                      5px 5px 0 0;

}

div.autocomplete-results {
    display: none;
}

div.autocomplete-on div.autocomplete-results {
    overflow:           auto;
    position:           absolute;
    margin:             0;
    top:                24px;
    left:               0px;
    max-height:         420px;
    background-color:   #f8f8f8;
    z-index:            310;
    border:             1px solid #888;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

    width: 100%;
    -webkit-border-radius:              0 0 5px 5px;
    -moz-border-radius:                 0 0 5px 5px;
    border-radius:                      0 0 5px 5px;

}

div.autocomplete-result {
    overflow:           hidden;
    color:              #555;
    min-height:         16px;
    font-size:          11px;
    line-height:        16px;
    clear:              both;
    padding:            2px 4px;
    border-bottom:      1px solid #888;
/*    border-top:         0; */
}

div.autocomplete-result:hover {
    overflow:           auto;
}

div.autocomplete-no_results {
    font-style:         italic;
    color:              #888;
}

div.autocomplete-no_results,
div.autocomplete-last {
    border-bottom:      0;
}

div.autocomplete-no_results {
    -webkit-border-radius:              0 0 5px 5px;
    -moz-border-radius:                 0 0 5px 5px;
    border-radius:                      0 0 5px 5px;

}

div.autocomplete-select {
    cursor:             pointer;
    color:              white;
    background-color:   #5DAFF0;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}

div.autocomplete-click {
    color:              black;
}

div.autocomplete-result span.autocomplete-match {
    text-decoration:    underline;
    color:              #000;
    font-weight:        bold;
}

div.autocomplete-select span.autocomplete-match {
/*    background-color:   #F3AB33;
/*    background-color: #ff7f00; */
    color: #fff;
}

div.toolbar div.autocomplete input.text {
    border:                 1px solid #888;
    font-size:              20px;
    line-height:            20px;
    padding:                4px;
    margin:                 0px 0 0 0;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.1);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.1);

}

div.toolbar div.autocomplete input.autocomplete-on {
    -webkit-border-radius:              5px 5px 0 0;
    -moz-border-radius:                 5px 5px 0 0;
    border-radius:                      5px 5px 0 0;

}

div.toolbar div.autocomplete div.autocomplete-results {
    top:                    34px;
    left:                   0px;
    background:             transparent;
    width:                  100%;
    opacity:                            0.95;
    filter:                             alpha(opacity=95);

    -webkit-border-radius:              0 0 5px 5px;
    -moz-border-radius:                 0 0 5px 5px;
    border-radius:                      0 0 5px 5px;

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.1);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.1);

}

div.toolbar div.autocomplete div.autocomplete-no_results {
    opacity:                            0.95;
    filter:                             alpha(opacity=95);

    -webkit-border-radius:              0 0 5px 5px;
    -moz-border-radius:                 0 0 5px 5px;
    border-radius:                      0 0 5px 5px;

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.1);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.1);

}

div.toolbar div.autocomplete div.autocomplete-result {
    overflow:               hidden;
    color:                  #555;
    min-height:             18px;
    font-size:              16px;
    line-height:            24px;
    background-color:       #f0f0f0;
}

div.toolbar div.autocomplete div.autocomplete-select {
    background-color:       #F3AB33;
    color:                  white;
}

div.toolbar div.autocomplete div.autocomplete-select span.autocomplete-match {
    background-color:       #F3AB33;
    text-decoration:        none;
}

div.toolbar div.autocomplete span.autcomplete-match {
    text-decoration:        none;
    padding-right:          1px;
    font-weight:            normal;
    color:                  #000;
}

div.autosearch {
    padding-right: 60px;
}

form.grid div.autosearch input.autosearch-text {
    font-size:              12px;
    line-height:            17px;
    -webkit-border-radius:              5px 0 0 5px;
    -moz-border-radius:                 5px 0 0 5px;
    border-radius:                      5px 0 0 5px;

}

form.grid div.autosearch input.autosearch-id {
    width:                  38px;
    margin-left:            -5px;
    margin-right:           -38px;
    border-left:            0;
    border-right:           0;
    font-size:              10px;
    line-height:            17px;
    height:                 24px;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-border-radius:              0;
    -moz-border-radius:                 0;
    border-radius:                      0;

}

#sidebar form.grid div.autosearch button.autosearch-button,
form.grid div.autosearch button.autosearch-button {
    height:                 24px;
    min-height:             24px;
    margin-left:            33px;
    width:                  22px;
    float:                  right;
    margin-right:           -60px;
    margin-bottom:          0;
    border-color:           #4583B4;
    color:                  #346287;
    -webkit-border-radius:              0 12px 12px 0;
    -moz-border-radius:                 0 12px 12px 0;
    border-radius:                      0 12px 12px 0;

    background-color: ;
    background-image: -moz-linear-gradient(top, #E0EAF2, #EFF4F8);
    background-image: -ms-linear-gradient(top, #E0EAF2, #EFF4F8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E0EAF2), to(#EFF4F8));
    background-image: -webkit-linear-gradient(top, #E0EAF2, #EFF4F8);
    background-image: -o-linear-gradient(top, #E0EAF2, #EFF4F8);
    background-image: linear-gradient(top, #E0EAF2, #EFF4F8);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#E0EAF2,#EFF4F8));

    -webkit-box-shadow:                 none;
    -moz-box-shadow:                    none;
    box-shadow:                         none;

    padding:                4px 1px 3px 0px;
}

#sidebar form.grid div.autosearch button.autosearch-button:hover,
form.grid div.autosearch button.autosearch-button:hover {
    color:                  #22415A;
    background-color: ;
    background-image: -moz-linear-gradient(top, #D0E0EC, #E0EAF2);
    background-image: -ms-linear-gradient(top, #D0E0EC, #E0EAF2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D0E0EC), to(#E0EAF2));
    background-image: -webkit-linear-gradient(top, #D0E0EC, #E0EAF2);
    background-image: -o-linear-gradient(top, #D0E0EC, #E0EAF2);
    background-image: linear-gradient(top, #D0E0EC, #E0EAF2);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#D0E0EC,#E0EAF2));

}

#sidebar form.grid div.autosearch button.autosearch-button i:before,
form.grid div.autosearch button.autosearch-button i:before {
    font-size:              18px;
    position:               relative;
    top:                    0px;
    text-align:             left;
}

#XXsidebar form.grid div.autosearch input.autosearch-text {
    width: 150px;
}

form.grid div.autosearch.autocomplete-on input.autosearch-text {
    -webkit-border-radius:              5px 0 0 0;
    -moz-border-radius:                 5px 0 0 0;
    border-radius:                      5px 0 0 0;

}

#sidebar form.grid div.autosearch.autocomplete-on button.autosearch-button,
form.grid div.autosearch.autocomplete-on button.autosearch-button {
    -webkit-border-radius:              0 12px 0 0;
    -moz-border-radius:                 0 12px 0 0;
    border-radius:                      0 12px 0 0;

}

#sidebar form.grid div.autosearch div.autocomplete-result {
    font-size: 10px;
    line-height: 12px;
}

#sidebar form.grid .field_error div.autosearch button.autosearch-button,
form.grid .field_error div.autosearch button.autosearch-button {
    border-color:           #F2304B;
    color:                  #B52438;
    background-color: ;
    background-image: -moz-linear-gradient(top, #FCDCE1, #FDEDF0);
    background-image: -ms-linear-gradient(top, #FCDCE1, #FDEDF0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCDCE1), to(#FDEDF0));
    background-image: -webkit-linear-gradient(top, #FCDCE1, #FDEDF0);
    background-image: -o-linear-gradient(top, #FCDCE1, #FDEDF0);
    background-image: linear-gradient(top, #FCDCE1, #FDEDF0);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#FCDCE1,#FDEDF0));

}


/*------------------------------------------------------------------------
 * layout tweaks
 *------------------------------------------------------------------------*/

form.grid input.checkbox {
    margin-top:         6px;
    line-height:        18px;
    width:              20px;
    float:              left;
}

form.grid label.checkbox,
form.grid span.caption {
    font-size:          12px;
    line-height:        20px;
}

fieldset {
    margin: 0 0 5px 0;
    padding: 0 0 5px 20px;
    border: 0;
/*    border-bottom: 1px solid #B9BFBF; */
}

fieldset legend {
    color: #393F40;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding:    3px 10px;
    margin: 0 0 5px -25px;
    background-color: #DCDFDF;
    -webkit-border-radius:              0 10px 10px 0;
    -moz-border-radius:                 0 10px 10px 0;
    border-radius:                      0 10px 10px 0;

    text-shadow:                        1px 1px 0px rgba(255,255,255,0.2);


}

form div.option {
    padding-left: 30px !important;
}

form div.option input[type=radio],
form div.option input[type=checkbox] {
    margin-top: 4px;
    margin-left: -25px;
    float: left;
}

form div.option .caption {
    font-size: 14px;
    line-height: 16px;
    margin-top: -3px;
    color: #393F40;
}

form div.option .detail {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0;
    color: #565F60;
}

form div.list-select div.option:hover div.caption,
form div.list-select div.option:hover div.detail,
form div.list-select div.option.warm div.caption,
form div.list-select div.option.warm div.detail {
    color: white;
    cursor: pointer;
}

/*----------------------------------------------------------------------------
 * File upload
 *--------------------------------------------------------------------------*/

 /*------------------------------------------------------------------------*/
/* file uploads                                                           */
/*------------------------------------------------------------------------*/

form.upload div.filespec {
    border: 1px solid #2E5778;
    color: white;
    padding: 3px 3px 3px 5px;
    font-size: 14px;
    line-height: 16px;
    background-color: ;
    background-image: -moz-linear-gradient(top, #4583B4, #5DAFF0);
    background-image: -ms-linear-gradient(top, #4583B4, #5DAFF0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4583B4), to(#5DAFF0));
    background-image: -webkit-linear-gradient(top, #4583B4, #5DAFF0);
    background-image: -o-linear-gradient(top, #4583B4, #5DAFF0);
    background-image: linear-gradient(top, #4583B4, #5DAFF0);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#4583B4,#5DAFF0));

    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.1);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.1);

}

form.uploading div.filespec {
    border: 1px solid #795519;
    background-color: ;
    background-image: -moz-linear-gradient(top, #B68026, #F3AB33);
    background-image: -ms-linear-gradient(top, #B68026, #F3AB33);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B68026), to(#F3AB33));
    background-image: -webkit-linear-gradient(top, #B68026, #F3AB33);
    background-image: -o-linear-gradient(top, #B68026, #F3AB33);
    background-image: linear-gradient(top, #B68026, #F3AB33);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#B68026,#F3AB33));

}

form.uploaded div.filespec {
    border: 1px solid #47621F;
    background-color: ;
    background-image: -moz-linear-gradient(top, #6B932F, #8FC43F);
    background-image: -ms-linear-gradient(top, #6B932F, #8FC43F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6B932F), to(#8FC43F));
    background-image: -webkit-linear-gradient(top, #6B932F, #8FC43F);
    background-image: -o-linear-gradient(top, #6B932F, #8FC43F);
    background-image: linear-gradient(top, #6B932F, #8FC43F);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#6B932F,#8FC43F));

}


form.upload div.filespec span.filename {
    display: inline-block;
    padding-top: 1px;
}

form.upload div.filespec a.cancel {
    background-color: #ccc;
    padding: 1px 5px 1px 2px;
    color: #444;
    border: 1px solid #444;
    background-color: ;
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#eee,#ccc));

    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;

    text-shadow:                        1px 1px 0 rgba(255,255,255,0.4);

}

form.upload div.filespec a.cancel:hover {
    background-color: ;
    background-image: -moz-linear-gradient(top, #ddd, #bbb);
    background-image: -ms-linear-gradient(top, #ddd, #bbb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#bbb));
    background-image: -webkit-linear-gradient(top, #ddd, #bbb);
    background-image: -o-linear-gradient(top, #ddd, #bbb);
    background-image: linear-gradient(top, #ddd, #bbb);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#ddd,#bbb));

    color: #222;
}

/*------------------------------------------------------------------------*/
/* progress bar                                                           */
/*------------------------------------------------------------------------*/

div.progress {
    display:            block;
    clear:              left;
    position:           relative;
    background-color:   #fff;
    border:             1px solid #888;
    padding:            0px;
    height:             20px;
    background-color: ;
    background-image: -moz-linear-gradient(top, #eee, #fff);
    background-image: -ms-linear-gradient(top, #eee, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#fff));
    background-image: -webkit-linear-gradient(top, #eee, #fff);
    background-image: -o-linear-gradient(top, #eee, #fff);
    background-image: linear-gradient(top, #eee, #fff);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#eee,#fff));

    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

form.upload div.progress {
    display:            none;
    margin-top:         5px;
}

form.upload div.status {
    margin-top: 5px;
}

div.progress div.filler {
    margin:             1px;
    border:             0;
    -webkit-border-radius:              4px;
    -moz-border-radius:                 4px;
    border-radius:                      4px;

}

div.progress div.bar {
    display:            block;
    width:              0px;
    height:             18px;
    margin:             0;
    padding:            0;
    background-color: ;
    background-image: -moz-linear-gradient(top, #ABD26F, #6B932F);
    background-image: -ms-linear-gradient(top, #ABD26F, #6B932F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ABD26F), to(#6B932F));
    background-image: -webkit-linear-gradient(top, #ABD26F, #6B932F);
    background-image: -o-linear-gradient(top, #ABD26F, #6B932F);
    background-image: linear-gradient(top, #ABD26F, #6B932F);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#ABD26F,#6B932F));

    -webkit-border-radius:              4px;
    -moz-border-radius:                 4px;
    border-radius:                      4px;

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

}

div.progress div.percent {
    position:           absolute;
    top:                0px;
    left:               50%;
    margin-left:        -50px;
    width:              100px;
    height:             16px;
    padding:            3px 0 1px 0;
    color:              black;
    text-align:         center;
    font-size:          12px;
    line-height:        16px;
}


/*------------------------------------------------------------------------
 * status messages
 *------------------------------------------------------------------------*/

div.edit div.status {
    display: none;
    margin: 5px 0;
}


/*----------------------------------------------------------------------------
 * Switch
 *--------------------------------------------------------------------------*/
div.switch {
    padding:                2px;
    background:             rgba(0, 0, 0, 0.1);
    border-radius:          3px;
    height:                 26px;
    border:                 1px solid #969F9F;
    background-color: ;
    background-image: -moz-linear-gradient(top, #DCDFDF, #F3F4F4);
    background-image: -ms-linear-gradient(top, #DCDFDF, #F3F4F4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDFDF), to(#F3F4F4));
    background-image: -webkit-linear-gradient(top, #DCDFDF, #F3F4F4);
    background-image: -o-linear-gradient(top, #DCDFDF, #F3F4F4);
    background-image: linear-gradient(top, #DCDFDF, #F3F4F4);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#DCDFDF,#F3F4F4));

    -webkit-box-shadow:                 inset 1px 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:                    inset 1px 1px 1px rgba(0,0,0,0.05);
    box-shadow:                         inset 1px 1px 1px rgba(0,0,0,0.05);

    margin-bottom: 5px;
}

div.switch div.inner {
    position: relative;
}

form.inline div.switch label {
    position:               relative;
    z-index:                2;
    float:                  left;
    width:                  50%;
    height:                 22px;
    padding:                2px 5px;
    font-family:            Lato, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size:              12px;
    font-weight:            bold;
    line-height:            16px;
    vertical-align:         middle;
    cursor:                 pointer;
    text-align:             center !important;
    text-decoration:        none;
    color:                  #737F80;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

form.inline div.switch label:hover {
    color:                  #393F40;
}

form.inline div.switch input[type=radio] {
    display: none;
}

form.inline div.switch input[type=radio]:checked + label {
    font-weight: bold;
    color: white !important;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

div.switch .switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%;
    height: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: ;
    background-image: -moz-linear-gradient(top, #5DAFF0, #4583B4);
    background-image: -ms-linear-gradient(top, #5DAFF0, #4583B4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5DAFF0), to(#4583B4));
    background-image: -webkit-linear-gradient(top, #5DAFF0, #4583B4);
    background-image: -o-linear-gradient(top, #5DAFF0, #4583B4);
    background-image: linear-gradient(top, #5DAFF0, #4583B4);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#5DAFF0,#4583B4));

    -webkit-transition:                 left 0.15s ease-out;
    -moz-transition:                    left 0.15s ease-out;
    -ms-transition:                     left 0.15s ease-out;
    -o-transition:                      left 0.15s ease-out;
    transition:                         left 0.15s ease-out;

}


form.inline div.switch input[type=radio].switch-on:checked + label ~ .switch-selection {
    /* Note: left: 50% doesn't transition in WebKit */
    left: 50%;
}

/*------------------------------------------------------------------------
 * Tabs
 *------------------------------------------------------------------------*/

ul.tabset {
    margin: 0;
    padding: 0;
}

ul.tabset li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabset li a {
     display: block;
     padding: 2px 8px;
     font-size: 14px;
     line-height: 18px;
     color: #888;
}

div.tabset {
    background-color: #888;
}

div.rounded div.tabset {
    -webkit-border-radius:              0 0 5px 5px;
    -moz-border-radius:                 0 0 5px 5px;
    border-radius:                      0 0 5px 5px;

}

div.tabset div.head {
/*    overflow: auto; */
    padding: 5px 5px 0 0;
    background-color: ;
    background-image: -moz-linear-gradient(top, #999, #aaa);
    background-image: -ms-linear-gradient(top, #999, #aaa);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#aaa));
    background-image: -webkit-linear-gradient(top, #999, #aaa);
    background-image: -o-linear-gradient(top, #999, #aaa);
    background-image: linear-gradient(top, #999, #aaa);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#999,#aaa));


}

div.tabset ul.tabs {
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: right;
}

div.tabset ul.tabs li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

/*    overflow: auto; 
    overflow: visible; */
    margin-right: 5px;
}

div.tabset ul.tabs li.warm {
}

div.tabset ul.tabs li:last-child {
    margin-right: 0;
}

div.tabset ul.tabs li a,
div.tabset ul.tabs li .tab {
    display:            block;
    padding:            0px 5px;
    font-size:          12px;
    line-height:        18px;
    background-color:   #DCDFDF;
    color:              #393F40;
    text-align:         center;
/*    white-space:        nowrap; */
    -webkit-border-radius:              5px 5px 0 0;
    -moz-border-radius:                 5px 5px 0 0;
    border-radius:                      5px 5px 0 0;

    text-shadow:                        1px 1px 0 rgba(255,255,255,0.3);

}

div.tabset ul.tabs li a:hover,
div.tabset ul.tabs li .tab:hover {
    background-color: #B9BFBF;
    color: #1C1F20;
}


div.tabset ul.tabs li.warm a,
div.tabset ul.tabs li.warm .tab {
    background-image: none;
    background-color: #fff;

    color: #172B3C;
}

div.tabset ul.tabs li a i.icon-quid:before {
    font-size: 13px; 
    line-height: 18px;
}

div.tabset div.panes {
    clear: right;
    overflow: auto;
    background-color: white;
}

div.rounded div.tabset div.panes {
    -webkit-border-radius:              0 0 5px 5px;
    -moz-border-radius:                 0 0 5px 5px;
    border-radius:                      0 0 5px 5px;

}


div.tabset div.pane {
    display: none;
}

div.tabset div.warm {
    display: block;
}

div.tabset ul.tabs li {
}


ul.tabset-vertical {
    padding: 5px 0;
}

ul.tabset-vertical li {
    display: block;
    margin-top: 5px;
    border-right: 1px solid rgba(0,0,0,0.2); 
}

ul.tabset-vertical li:last-child {
    margin-bottom: 0px;
}

ul.tabset-vertical li a {
    margin-right: 0px;
    border: 1px solid rgba(0,0,0,0.1);
    border-right: 0; 
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 4px 10px;
    font-size: 16px;
    color: #555;
    background-color: ;
    background-image: -moz-linear-gradient(top, #eee, #ddd);
    background-image: -ms-linear-gradient(top, #eee, #ddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(top, #eee, #ddd);
    background-image: -o-linear-gradient(top, #eee, #ddd);
    background-image: linear-gradient(top, #eee, #ddd);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#eee,#ddd));
    -webkit-border-radius:              3px 0 0 3px;
    -moz-border-radius:                 3px 0 0 3px;
    border-radius:                      3px 0 0 3px;
    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.05),inset 1px 1px 1px rgba(255,255,255,0.5);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.05),inset 1px 1px 1px rgba(255,255,255,0.5);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.05),inset 1px 1px 1px rgba(255,255,255,0.5);
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.5);

}

ul.tabset-vertical li:hover a {
    color: #333;
    background-color: ;
    background-image: -moz-linear-gradient(top, #e6e6e6, #d4d4d4);
    background-image: -ms-linear-gradient(top, #e6e6e6, #d4d4d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #d4d4d4);
    background-image: -o-linear-gradient(top, #e6e6e6, #d4d4d4);
    background-image: linear-gradient(top, #e6e6e6, #d4d4d4);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#e6e6e6,#d4d4d4));

}

ul.tabset-vertical li.warm a,
ul.tabset-vertical li.warm a:hover {
    border-color: rgba(0,0,0,0.3);
    background-color: white;
    background-image: none;
    margin-right: -1px;
    color: #444;
    background-color: ;
    background-image: -moz-linear-gradient(top, #f4f4f4, #fff);
    background-image: -ms-linear-gradient(top, #f4f4f4, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#fff));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #fff);
    background-image: -o-linear-gradient(top, #f4f4f4, #fff);
    background-image: linear-gradient(top, #f4f4f4, #fff);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#f4f4f4,#fff));

    -webkit-box-shadow:                 none;
    -moz-box-shadow:                    none;
    box-shadow:                         none;

}

#sidebar ul.tabset-vertical {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;



}
small,
.small {
    font-size: 12px;
    line-height: 16px;
}

.small p {
    margin: 0 0 5px 0;
}

.na,
.trivia,
.minor {
    font-size: 10px;
    line-height: 14px;
    color: #969F9F;
}

.trivia .bold {
    font-weight: bold;
    color: #565F60;
}

.squish {
    font-size: 10px;
    line-height: 12px;
    color: #737F80;
}

p.intro {
    font-size: 18px;
    line-height: 24px;
}
.money {
    text-align: right;
}

.lozenge {
    font-size:          12px;
    line-height:        14px;
    padding:            2px 15px 2px 5px;
    text-align:         center;
    vertical-align:     center;
    border:             1px solid #aaa;
    min-width:          90px;
    background-color:   #eee;
    color:              #444;
    -webkit-border-radius:              9px;
    -moz-border-radius:                 9px;
    border-radius:                      9px;
;
    -webkit-box-shadow:                 1px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow:                    1px 1px 2px rgba(0,0,0,0.15);
    box-shadow:                         1px 1px 2px rgba(0,0,0,0.15);

    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);

}

.pill {
    padding:            0px 5px 1px 5px;
    text-align:         center;
    vertical-align:     center;
    border:             1px solid #aaa;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;
;
    -webkit-box-shadow:                 1px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow:                    1px 1px 2px rgba(0,0,0,0.15);
    box-shadow:                         1px 1px 2px rgba(0,0,0,0.15);

}

.open > .lozenge {
    -webkit-border-radius:              9px 9px 0px 0;
    -moz-border-radius:                 9px 9px 0px 0;
    border-radius:                      9px 9px 0px 0;
;
    border-bottom: 0;

}

.lozenge-wider {
    width: 110px;
}

.lozenge-smaller {
    padding: 2px 5px;
    width: 60px;
    font-size: 10px;
}


.lozenge i {
    font-size:          16px;
    line-height:        14px;
    padding:            0;
    padding-top:        2px;
    float:              right;
    width:              24px;
    margin:             -2px -16px -2px -20px;
}

.dropdown-lozenge ul.dropdown-right {
    margin-top:         0px;
    right:              0px;
}

/*
.lozenge .dropdown-toggle {
    font-size: 14px;
}
.lozenge .dropdown-menu li {
    font-size: 12px;
    line-height: 14px;
}
.headline ul.dropdown-right {
    right: 10px;
}
*/

.fluid {
    width: auto !important;
    min-width: 0 !important;
    float: left;
}


.shadow {
    -webkit-box-shadow:                 1px 2px 10px rgba(0,0,0,0.15);
    -moz-box-shadow:                    1px 2px 10px rgba(0,0,0,0.15);
    box-shadow:                         1px 2px 10px rgba(0,0,0,0.15);

}

.rounded {
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

.rounded-wide {
    -webkit-border-radius:              10px;
    -moz-border-radius:                 10px;
    border-radius:                      10px;

}

.reverse {
    background-color: #666;
    color: #ccc;
}

.flip {
    -webkit-transform:              rotateY(180deg);
    -moz-transform:                 rotateY(180deg);
    -o-transform:                   rotateY(180deg);
    -ms-transform:                  rotateY(180deg);
    transform:                      rotateY(180deg);


}

.wide {
    width: 100% !important;
}

.overdash {
    margin-top:     15px;
    padding-top:    10px;
    border-top:     1px dashed #ddd;
}

.overdash.compact {
    margin-top:     5px;
    padding-top:    5px;
}

.line-top {
    border-top: 1px solid #5DAFF0;
    padding-top: 10px;
}

.lowlight-top {
    padding-bottom: 5px;
    border-top: 1px solid rgba(0,0,0,0.1) !important;
}
.lowlight-bottom {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.highlight-top {
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,0.5) !important;
}
.highlight-bottom {
    padding-top: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
}

.top-shadow {
    -webkit-box-shadow:                 inset 0px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:                    inset 0px 2px 3px rgba(0,0,0,0.2);
    box-shadow:                         inset 0px 2px 3px rgba(0,0,0,0.2);
;
}

.reverse {
    background-color: #444;
    color: #eee;
}

.notable {
    font-size: 16px;
    font-weight: bold;
    color: #4583B4;
    line-height: 20px;
    padding: 0 2px;
}

.subdued {
    color: #737F80;
}


.flag-on {
/*  color: #6B932F;
    color: #000;
    font-weight: bold;
    font-size: 130%; */
}

.flag-off {
    color: #969F9F;
    font-weight: normal;
}

.overline,
.lines-horz {
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px solid #B9BFBF;
}

.underline,
.lines-horz {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B9BFBF;
}

.warning {
    text-decoration: underline;
    text-decoration-color: #F2304B;
}

.lines-horz {
}

.line-left {
    border-left: 1px solid #DCDFDF;
}

.clearval {
    float:      right;
    font-size:  11px;
    color:      #969F9F;
    cursor:     pointer;
}
.clearval:hover {
    color:      #F3AB33;
}

.thumb-left {
    margin-left:    -60px;
    padding-left:   65px;
    float:          left;
}
.minithumb {
    width:          30px;
    height:         30px;
    float:          left;
}
.minithumb-left {
    padding-left:   45px !important;
}
.minithumb-left .minithumb {
    margin-left: -40px;
    border: 2px solid white;
        -webkit-border-radius:              2px;
    -moz-border-radius:                 2px;
    border-radius:                      2px;

}

div.map {
    background-color: #DCDFDF;
    border: 1px solid #B9BFBF;
}

div.addressee {
    font-style: italic;
    color: #737F80;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #B9BFBF;
}

div.address .fao,
div.address .company {
    opacity:                            0.8;
    filter:                             alpha(opacity=80);

    font-size: 90%;
    /* font-style: italic; */
}

div.address .street {
    clear: left;
}


div.address .town,
div.address .postcode,
div.address .country {
    font-weight: bold;
    clear: left;
}

div.item.address .town {
    font-weight: normal;
}

div.item.address .postcode {
    display: block;
    float: none;
    clear: left;
}

div.address-notes {
    color: #737F80;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #B9BFBF;
}

br.gap {
    clear: both;
    margin-bottom: 50px;
}

div.subsection h2 {
    border-bottom: 1px solid #AED7F7;
}


div.border {
    border:     1px solid #B9BFBF;
    padding:    5px;

}

div.nameplate {
    border: 1px solid;
    padding: 2px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    -webkit-border-radius:              2px;
    -moz-border-radius:                 2px;
    border-radius:                      2px;

    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}


div.bar {
    border: 1px solid #bbb;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 18px;
    color: #888;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

    background-color: ;
    background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#f0f0f0,#e0e0e0));

}


div.bar a {
    color: #444;
}
div.bar a:hover {
    color: #F3AB33;
}


div.detail div.row {
    border-top:         1px solid #ccc;
    padding:            5px 0;
}

div.detail div.row dl {
    margin:             0;
    padding:            0;
}

div.detail div.topless {
    border-top:         0;
}

div.detail div.label,
div.detail div.value,
div.detail dl dd,
div.detail dl dt {
    float:              left;
    font-size:          14px;
    line-height:        16px;
    text-align:         left;
    vertical-align:     top;
    margin-left:        0;
    margin-right:       20px;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

div.detail div.label,
div.detail dl dt {
    font-weight:        bold;
    text-align:         right;
/*    background-color:   #eee; */
}


div.label-1 .label,
div.value-1 .value,
div.label-1 dt,
div.value-1 dd {
    width:              60px;
}

div.label-2 .label,
div.value-2 .value,
div.label-2 dt,
div.value-2 dd {
    width:              120px;
}

div.label-3 .label,
div.value-3 .value,
div.label-3 dt,
div.value-3 dd {
    width:              180px;
}

div.label-4 .label,
div.value-4 .value,
div.label-4 dt,
div.value-4 dd {
    width:              240px;
}

div.label-5 .label,
div.value-5 .value,
div.label-5 dt,
div.value-5 dd {
    width:              300px;
}


dl.split-2 dt {
    width: 45%;
    padding: 2px 10px;
    float: left;
    font-weight: bold;
}
dl.split-2 dd {
    width: 45%;
    padding: 2px 10px;
    float: left;
    margin-left: 2px;
}

dl.split-2 dt.total,
dl.split-2 dd.total {
    background-color: #888;
    color: white;
    font-weight: bold;
}

dl.split-2 dt.heading,
dl.split-2 dd.heading {
    background-color: #ccc;
    color: #444;
    font-weight: bold;
}


.banner {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 5px;
    background-color: #F1F8FD;
    border-top: 1px solid #AED7F7;
}

ul.prices li {
    font-size: 12px;
    color: #444;
    line-height: 14px;
}


div.order-actions a.show-more {
    color: #393F40 !important;
}
div.order-actions a.show-more:hover {
    color: #F3AB33 !important;
}

div.order-actions div.action-content {
    margin: 20px;
    padding: 5px 20px;
    background-color: #E7E9E9;
    color: #1C1F20;
    border: 1px solid #B9BFBF;
    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.1);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.1);

}

/*----------------------------------------------------------------------------
 * Misc status styles
 *--------------------------------------------------------------------------*/

div.red,
span.red,
i.danger,
a.danger {
    color: #F2304B !important;
}

i.warning,
a.warning,
div.todo {
    color: #F3AB33 !important;
}
i.ok,
a.ok,
span.green,
div.green,
div.done {
    color: #6B932F !important;
}

a.danger:hover {
    color: #B52438 !important;
}
a.warning:hover {
    color: #B68026 !important;
}
a.ok:hover {
    color: #47621F !important;
}

a.show_me {
    font-size: 12px;
}

.red {
    color: #F2304B !important;
}
.orange {
    color: #F3AB33 !important;
}
.yellow {
    color: #FDEA23 !important;
}
.green {
    color: #8FC43F !important;
}
.blue {
    color: #5DAFF0 !important;
}
.violet {
    color: #8B71C8 !important;
}
.light_grey {
    color: #B9BFBF !important;
}

.blue-dark {
    color: #4583B4 !important;
}

.canon {
    color: #EE3124 !important;
}
.nikon {
    color: #EDC524 !important;
}

/*----------------------------------------------------------------------------
 * Star ratings
 *--------------------------------------------------------------------------*/

div.rating {
    color:              #888;
    height:             26px;
    overflow:           visible;
}
div.rating [class^="rank-"] {
    float:              left;
    width:              24px;
    text-align:         center;
    font-family:        icons;
    font-weight:        normal;
    font-size:          22px;
    line-height:        26px;
    margin: -2px 0;
}
div.rating [class^="rank-"]:before {
    content:            "\f006";
    color:              #aaa;
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}
div.rating a[class^="rank-"]:hover:before {
    content:             "\f005";
    font-size:           26px;
    line-height:         26px;
    color:               #4583B4;
    opacity:                            1;
    filter:                             alpha(opacity=100);

    text-shadow:                        1px 1px 2px rgba(0,0,0,0.3);

}

div.rating-1 .r1:before,
div.rating-2 .r2:before,
div.rating-3 .r3:before,
div.rating-4 .r4:before,
div.rating-5 .r5:before {
    content:            "\f005";
    color:              #4583B4;
    opacity:                            1;
    filter:                             alpha(opacity=100);

}

div.rating-warning [class^="rank-"]:before,
div.rating-warning a[class^="rank-"]:hover:before {
    content:            "\f071";
}

div.rating-warning.rating-1 .r1:before,
div.rating-warning.rating-2 .r2:before,
div.rating-warning.rating-3 .r3:before,
div.rating-warning.rating-4 .r4:before,
div.rating-warning.rating-5 .r5:before,
div.rating-warning a[class^="rank-"]:hover:before {
    color:              #F3AB33;
}

div.rating-heart  [class^="rank-"]:before,
div.rating-heart a[class^="rank-"]:hover:before {
    content:            "\f08a";
}

div.rating-heart.rating-1 .r1:before,
div.rating-heart.rating-2 .r2:before,
div.rating-heart.rating-3 .r3:before,
div.rating-heart.rating-4 .r4:before,
div.rating-heart.rating-5 .r5:before,
div.rating-heart a[class^="rank-"]:hover:before {
    content:            "\f004";
    color:              #B52438;
}

div.rating-small {
    height:     20px;
}
div.rating-small [class^="rank-"] {
    width:              18px;
    font-size:          16px;
    line-height:        20px;
}
div.rating-small a[class^="rank-"]:hover:before {
    font-size:          18px;
    line-height:        20px;
}

div.rating-tiny {
    height:     14px;
}
div.rating-tiny [class^="rank-"] {
    width:              12px;
    font-size:          12px;
    line-height:        14px;
}
div.rating-tiny a[class^="rank-"]:hover:before {
    font-size:          16px;
    line-height:        14px;
}


div.confidence-none  [class^="rank-"]:before,
div.confidence-none a[class^="rank-"]:hover:before {
    color: #D9152F;
}
div.confidence-low  [class^="rank-"]:before,
div.confidence-low a[class^="rank-"]:hover:before {
    color: #F2304B;
}
div.confidence-medium  [class^="rank-"]:before,
div.confidence-medium a[class^="rank-"]:hover:before {
    color: #F3AB33;
}
div.confidence-high  [class^="rank-"]:before,
div.confidence-high a[class^="rank-"]:hover:before {
    color: #FDEA23;
}
div.confidence-total  [class^="rank-"]:before,
div.confidence-total a[class^="rank-"]:hover:before {
    color: #8FC43F;
}



/*----------------------------------------------------------------------------
 * Workflow progress
 *--------------------------------------------------------------------------*/

div.workflow {
    display:            block;
    clear:              left;
    position:           relative;
    border:             1px solid #666;
    padding:            3px;
    overflow:           visible;
    margin-bottom: 5px;

    background-color: ;
    background-image: -moz-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -ms-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B9BFBF), to(#DCDFDF));
    background-image: -webkit-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -o-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: linear-gradient(top, #B9BFBF, #DCDFDF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#B9BFBF,#DCDFDF));

    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

div.workflow .stage {
    display:            block;
    position:           relative;
    margin-right:       3px;
    padding:            2px 5px;
    border:             1px solid #666;
    font-size:          12px;
    line-height:        16px;
    -webkit-border-radius:              4px;
    -moz-border-radius:                 4px;
    border-radius:                      4px;

    background-color: ;
    background-image: -moz-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -ms-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3F4F4), to(#DCDFDF));
    background-image: -webkit-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -o-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: linear-gradient(top, #F3F4F4, #DCDFDF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#F3F4F4,#DCDFDF));

    -webkit-box-shadow:                 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:                    1px 1px 1px rgba(0,0,0,0.1);
    box-shadow:                         1px 1px 1px rgba(0,0,0,0.1);

    text-shadow:                        1px 1px 0px rgba(255,255,255,0.2);

    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}

div.workflow .stage .n {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    padding-right: 3px;
}

div.workflow h4 {
    margin:         0;
    font-size:      12px;
    line-height:    16px;
    color:          #666;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.8);

}

div.workflow .doable,
div.workflow .stage:hover {
    opacity:                            0.8;
    filter:                             alpha(opacity=80);

}

div.workflow .doable:hover {
    cursor: pointer;
    opacity:                            1;
    filter:                             alpha(opacity=100);

}

div.workflow .done,
div.workflow .doing,
div.workflow .done:hover,
div.workflow .doing:hover {
    opacity:                            1;
    filter:                             alpha(opacity=100);

}

div.workflow *:last-child .stage {
    margin-right: 0;
}

div.workflow .stage-pending {
    color: #172B3C;
    background-color: ;
    background-image: -moz-linear-gradient(top, #E4F1FC, #D6EBFB);
    background-image: -ms-linear-gradient(top, #E4F1FC, #D6EBFB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E4F1FC), to(#D6EBFB));
    background-image: -webkit-linear-gradient(top, #E4F1FC, #D6EBFB);
    background-image: -o-linear-gradient(top, #E4F1FC, #D6EBFB);
    background-image: linear-gradient(top, #E4F1FC, #D6EBFB);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#E4F1FC,#D6EBFB));

}

div.workflow .stage-approved,
div.workflow .stage-confirmed {
    background-color: ;
    background-image: -moz-linear-gradient(top, #ECF5DF, #E3F0CF);
    background-image: -ms-linear-gradient(top, #ECF5DF, #E3F0CF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ECF5DF), to(#E3F0CF));
    background-image: -webkit-linear-gradient(top, #ECF5DF, #E3F0CF);
    background-image: -o-linear-gradient(top, #ECF5DF, #E3F0CF);
    background-image: linear-gradient(top, #ECF5DF, #E3F0CF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#ECF5DF,#E3F0CF));

    color: #23310F;
}

div.workflow .stage-packed,
div.workflow .stage-placed {
    background-color: ;
    background-image: -moz-linear-gradient(top, #FEF9C8, #FEF491);
    background-image: -ms-linear-gradient(top, #FEF9C8, #FEF491);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEF9C8), to(#FEF491));
    background-image: -webkit-linear-gradient(top, #FEF9C8, #FEF491);
    background-image: -o-linear-gradient(top, #FEF9C8, #FEF491);
    background-image: linear-gradient(top, #FEF9C8, #FEF491);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#FEF9C8,#FEF491));

    color: #3F3A08;
}

div.workflow .stage-dispatched,
div.workflow .stage-started {
    background-color: ;
    background-image: -moz-linear-gradient(top, #FCEACC, #F9D599);
    background-image: -ms-linear-gradient(top, #FCEACC, #F9D599);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCEACC), to(#F9D599));
    background-image: -webkit-linear-gradient(top, #FCEACC, #F9D599);
    background-image: -o-linear-gradient(top, #FCEACC, #F9D599);
    background-image: linear-gradient(top, #FCEACC, #F9D599);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#FCEACC,#F9D599));

    color: #3C2A0C;
}

div.workflow .stage-returned {
    background-color: ;
    background-image: -moz-linear-gradient(top, #EECCE5, #DE99CB);
    background-image: -ms-linear-gradient(top, #EECCE5, #DE99CB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EECCE5), to(#DE99CB));
    background-image: -webkit-linear-gradient(top, #EECCE5, #DE99CB);
    background-image: -o-linear-gradient(top, #EECCE5, #DE99CB);
    background-image: linear-gradient(top, #EECCE5, #DE99CB);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#EECCE5,#DE99CB));

    color: #2F0C26;
}

div.workflow .stage-tested {
    background-color: ;
    background-image: -moz-linear-gradient(top, #D3CCEE, #A799DE);
    background-image: -ms-linear-gradient(top, #D3CCEE, #A799DE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D3CCEE), to(#A799DE));
    background-image: -webkit-linear-gradient(top, #D3CCEE, #A799DE);
    background-image: -o-linear-gradient(top, #D3CCEE, #A799DE);
    background-image: linear-gradient(top, #D3CCEE, #A799DE);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#D3CCEE,#A799DE));

    color: #140C2F;
}

div.workflow .stage-finished,
div.workflow .stage-completed {
    background-color: ;
    background-image: -moz-linear-gradient(top, #D7E3EA, #B0C8D5);
    background-image: -ms-linear-gradient(top, #D7E3EA, #B0C8D5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D7E3EA), to(#B0C8D5));
    background-image: -webkit-linear-gradient(top, #D7E3EA, #B0C8D5);
    background-image: -o-linear-gradient(top, #D7E3EA, #B0C8D5);
    background-image: linear-gradient(top, #D7E3EA, #B0C8D5);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#D7E3EA,#B0C8D5));

    color: #18242A;
}





/*------------------------------------------------------------------------
 * tags
 *------------------------------------------------------------------------*/

.tag {
    display: inline-block;
    padding: 3px 8px;
    background-color: #685496;
    font-size: 11px;
    line-height: 13px;
    color: white;
    margin-right: 5px;
    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;

    -webkit-box-shadow:                 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:                    1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:                         1px 1px 1px rgba(0,0,0,0.2);

}

.tag-status-pending {
    background-color: #086972;
}
.tag-status-active {
    background-color: #8FC43F;
}
.tag-status-inactive {
    background-color: #737F80;
}
.tag-status-success {
    background-color: #8FC43F;
}
.tag-status-failed {
    background-color: #F2304B;
}
.tag-status-expired {
    background-color: #AD0074;
}
.tag-status-test {
    background-color: #5DAFF0;
}


/*----------------------------------------------------------------------------
 * slider
 *--------------------------------------------------------------------------*/

div.slidable {
    min-height: 100px;
}

div.slidable div.viewport {
    position: relative;
    height: 30px;
    overflow: hidden;
    border: 1px solid #666;
}

div.slidable div.viewport div.slider {
    height: 230px;
    margin-top: -100px;
    background: url('../images/chrome/knurl_ring.gif') repeat left top;
    -webkit-box-shadow:                 inset 50px 0 200px rgba(0,0,0,0.9),inset -50px 0 200px rgba(0,0,0,0.9);
    -moz-box-shadow:                    inset 50px 0 200px rgba(0,0,0,0.9),inset -50px 0 200px rgba(0,0,0,0.9);
    box-shadow:                         inset 50px 0 200px rgba(0,0,0,0.9),inset -50px 0 200px rgba(0,0,0,0.9);

}

div.slidable div.slider {
    height: 20px;
    background: url('../images/chrome/knurl_ring.gif') repeat left top;

}


#gallery div.thumbnails {
    width: 240px;
    float: right;
}
#gallery div.thumbnails a {
    margin: 0 0 5px 5px;
}

#gallery div.thumbnails a img {
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 1px solid #B9BFBF;
}

#gallery div.thumbnails a:hover img {
    border-color: #737F80;
}

#gallery div.thumbnails a.warm img {
    border-color: #1C1F20;
}


div.rotator {
    overflow:               hidden;
    position:               relative;
    padding:                0px;
    margin-bottom:          10px;
    width: 100%;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;



}

div.rotate div.panes {
    position:               relative;
    width:                  auto;
    white-space:            nowrap;
}

div.picture-180 {
    height:                 180px;
    width:                  180px;
}
div.picture-240 {
    height:                 240px;
    width:                  240px;
}

div.picture-300 {
    height:                 300px;
    width:                  300px;
}

div.rotator div.pane {
    float:                  left;
    white-space:            nowrap;
    padding:                0 0 0 0;
    margin:                 0;
}

div.rotator div.last {
    padding-right:          0;
}

div.rotator div.picture {
    border:                 0;
    padding:                0;
    margin:                 0 0;
    background-position:    0 0;
    background-repeat: no-repeat;
    -webkit-border-radius:              4px;
    -moz-border-radius:                 4px;
    border-radius:                      4px;

    -webkit-box-shadow:                 none;
    -moz-box-shadow:                    none;
    box-shadow:                         none;

    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

div.rotator div.picture h4 {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 5px;
    margin: 0;
    color: #393F40;
    background-color: #DCDFDF;
    float: left;
    -webkit-border-radius:              4px 0 4px 0;
    -moz-border-radius:                 4px 0 4px 0;
    border-radius:                      4px 0 4px 0;

    opacity:                            0.7;
    filter:                             alpha(opacity=70);

    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);

}

div.picture-180 div.picture {
    width:                  180px;
    height:                 180px;
}
div.picture-240 div.picture {
    width:                  240px;
    height:                 240px;
}
div.picture-300 div.picture {
    width:                  300px;
    height:                 300px;
}

div.rotator a.nav,
div.carousel a.nav {
    position:               absolute;
    bottom:                 0px;
    width:                  35px;
    height:                 24px;
    text-align: center;
    vertical-align: middle;
    background:             #ddd; /*
                            no-repeat 3px 3px; */
    opacity:                            0.6;
    filter:                             alpha(opacity=60);

}

div.carousel a.nav,
div.rotator a.nav i {
    font-size: 20px;
    line-height: 24px;
    color: #888;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.8), 0px -1px 0px rgba(0,0,0,0.4);

}

div.carousel:hover a.nav,
div.rotator:hover a.nav {
    opacity:                            0.8;
    filter:                             alpha(opacity=80);

}

div.carousel a.nav:hover i,
div.rotator a.nav:hover i {
    color: #444;
}

div.carousel a.nav:hover,
div.rotator a.nav:hover {
    opacity:                            1;
    filter:                             alpha(opacity=100);

}

div.carousel a.prev,
div.rotator a.prev {
    left:                   0px;
    -webkit-border-radius:              0 13px 0 5px;
    -moz-border-radius:                 0 13px 0 5px;
    border-radius:                      0 13px 0 5px;

}

div.carousel a.prev i,
div.rotator a.prev i {
    float: left;
    margin-left: 8px;
}

div.carousel a.next,
div.rotator a.next {
    right:                  0px;
    -webkit-border-radius:              13px 0 5px 0;
    -moz-border-radius:                 13px 0 5px 0;
    border-radius:                      13px 0 5px 0;

}

div.carousel a.next i,
div.rotator a.next i {
    float: right;
    margin-right: 8px;
}

div.carousel a.nav[disabled=disabled],
div.rotator a.nav[disabled=disabled] {
    visibility:             hidden;
}

div.carousel div.caption,
div.rotator div.caption {
    position:               absolute;
/*    left:                   50%; */
    line-height:            30px;
    text-align:             center;
    background:             white;
}

div.carousel div.summary,
div.rotator div.summary {
    top:                    0px;
    right:                  0px;
    width:                  50px;
    padding-top:            0px;
    font-size:              16px;
    line-height:            24px;
    background:             #ddd;
    -webkit-border-radius:              0 5px 0 10px;
    -moz-border-radius:                 0 5px 0 10px;
    border-radius:                      0 5px 0 10px;
    opacity:                            0.4;
    filter:                             alpha(opacity=40);
}

div.digits-2 div.summary {
    width:                  70px;
}

div.digits-3 div.summary {
    width:                  90px;
}


div.rotator div.help {
    bottom:                    0px;
    left: 50%;
    margin-left:            -160px;
    width:                  320px;
    font-size:              13px;
/*    height:                 24px;
    line-height:            24px; */
    -webkit-border-radius:              10px 10px 0 0;
    -moz-border-radius:                 10px 10px 0 0;
    border-radius:                      10px 10px 0 0;

    opacity:                            0.2;
    filter:                             alpha(opacity=20);

}

div.rotator:hover div.summary,
div.rotator:hover div.help {
    opacity:                            0.8;
    filter:                             alpha(opacity=80);

}


/*----------------------------------------------------------------------------
 * orders/bookings
 *--------------------------------------------------------------------------*/

div.booking-period {
    border-top: 2px solid #5DAFF0;
    padding-top: 2px;
    margin-top: 5px;
}

div.booking-hire-period {
    border-bottom: 2px solid #8FC43F;
    padding-bottom: 2px;
}

div.booking .date {
    color:      #666;
    font-size:  12px;
    line-height: 14px;
}

div.booking .date-from {
    text-align: left;
}

div.booking .date-to {
    text-align: right;
}

div.booking .date-days {
    text-align: center;
}

div.booking-item div.thumbnail img.thumbnail {
    background-color: #fff;
    padding: 3px;
    border: 1px solid #ddd;

}

div.booking-item .crate {
    display:        inline-block;
    width:          40px;
    height:         40px;
    font-size:      20px;
    line-height:    38px;
    text-align:     center;
    vertical-align: middle;
    background:     url('../images/icons/crate32.png') no-repeat 2px 2px;
    color:          #444;
    font-weight:    bold;
    border:         2px solid transparent;
    text-shadow:                        0 0 2px #fff;

    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

div.booking-item .crate.packed-up {
    background-image:     url('../images/icons/crateup48.png');
    margin-top:             -10px;
    height:                 48px;
    background-position:    2px 0;
    font-size:              14px;
    padding-top:            18px;
}

div.booking-item .crate.packed-drag {
    margin:         2px;
    width:          36px;
    height:         36px;
    background-position: 0 0;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    color: #3C2A0C;
    background-image:     url('../images/icons/nocrate32.png');
    border: 2px dotted #F3AB33;
}

div.booking-item .crate.packed-drag i {
    text-shadow:                        0 0 3px #ff0;


}

div.booking-item .crate.packed-drag:hover i {

}


div.booking-item .crate.packed-drag:hover {
    color: #2E5778;
    border: 2px dotted #4583B4;
    background-color: #F1F8FD;
}

div.booking-item .crate.packed-drag.ui-draggable-dragging {
    border: 2px dotted #F3AB33;
    background-color: #FEF8EE;
    color: #F3AB33;
    background-image:     url('../images/icons/crate32.png');
}


div.booking-item .crate.packed-drop.drop-on-me {
    border: 2px dotted #6B932F;
    background-color: #F5FAEF;
}

div.booking-item .crate.packed-drag.dropable {
    background-image:     url('../images/icons/crate32.png');
}

div.booking-item .crate.packed-drop.drop-hover,
div.booking-item .crate.dropped,
div.booking-item .crate.packed-drag.dropped:hover {
    border: 2px solid #8FC43F;
    background-color: #ECF5DF;
}

div.booking-item .crate.packed-drag.droppable,
div.booking-item .crate.packed-drag.dropped {
    border: 2px solid #8FC43F;
    background-color: #ECF5DF;
    background-image:     url('../images/icons/crate32.png');
}

div.booking-item .crate.packed-drag.ui-draggable-dragging i,
div.booking-item .crate.packed-drag.droppable i {
    display: none;
}


.record-add {
    padding: 5px 0;
    background-color: #E4F1FC;
    border-color: #4583B4;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

.record-add-caption {
    padding: 4px 10px;
    background-color: #4583B4;
    border-color: #4583B4;
    color: #F1F8FD;
    font-weight: bold;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

div.height-200 {
    height: 200px;
}

div.midblock {
    width: 600px;
    margin: 0 auto;
}

div.midblock ul.tabs li a {
    padding-bottom: 10px;
}

div.midblock ul.tabs li a i {
    margin-top: 20px;
    font-size: 32px;
    width: 20%;
    float: left;
}

div.midblock ul.tabs li a span.text {
    float: right;
    width: 80%;
    text-align: left;
}

div.midblock ul.tabs li a span.text span.h3 {
    font-size: 24px;
    display: block;
    margin: 10px 0;
}

div.midblock div.panes h4 {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #DCDFDF;
}

hr {
    display: block;
    margin: 10px 0;
    height: 6px;
    background-color: #AED7F7;
    border: 1px solid #4583B4;
    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;


}

div.strip-left {
    border-left: 10px solid #4583B4;
    padding-left: 20px;
}

div.marvin {
    margin: 50px 0 200px 20px;
}

div.marvin div.paranoid {
    width: 25%;
    float: left;
}
div.marvin div.paranoid img {
    width: 200px;
    height: 324px;
}

div.marvin div.android {
    padding: 40px 20px;
    width: 75%;
    float: right;
}
/*----------------------------------------------------------------------------
 * Lists
 *--------------------------------------------------------------------------*/

ul.list {
    margin:                 0;
    padding:                0;
}

ul.list li {
    margin:                 0;
    padding:                0;
    list-style:             none;
}

.list > .item {
    clear:                  left;
    display:                block;
    padding:                5px 0;
    border-bottom:          1px solid #eee;
    font-size:              14px;
    line-height:            20px;
    color:                  #565F60;
    background-color:       white;
}

.list > .item.hidden {
    display:                none;
}


.list > .item.caption {
    background-color:       #ddd;
}

/*
.list > .item.warm {
    background-color:   #E4F1FC;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.1);

}
*/

.list-space  > .item {
    padding-bottom:         10px;
}

.list-space .overdash {
    border-top-color:       #aaa;
}

.list-dash > .item {
    border-bottom:          1px dashed #bbb;
}

.list-stripe > .item {
    border-bottom:          1px solid #D6EBFB;
    color:                  #2E5778;
}

.list-stripe > .item.even,
.list-stripe > .item:nth-child(even) {
    background-color:       #fff;
}

.list-stripe > .item.odd,
.list-stripe > .item:nth-child(odd) {
    background-color:       #F1F8FD;
}

.list-dash   > .item.last,
.list-dash   > .item:last-child,
.list-stripe > .item.last,
.list-stripe > .item:last-child {
    border-bottom:          0;
}

.list-border > .item,
.list-split  > .item,
.list-shade  > .item {
    border:                 1px solid #ccc;
    border-bottom:          0px;
    margin:                 0px -1px;

}

.list-split  > .item,
.list-shade  > .item,
.list-shadow > .item {
    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.08);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.08);

}

.list-shade > .item {

    background-color: ;
    background-image: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f0f0f0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0);
    background-image: -o-linear-gradient(top, #f8f8f8, #f0f0f0);
    background-image: linear-gradient(top, #f8f8f8, #f0f0f0);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#f8f8f8,#f0f0f0));

    text-shadow:                        1px 1px 0px rgba(255,255,255,0.4);

}

.list-shade > .item.prominent {
    color: #23310F;
    background-color: ;
    background-image: -moz-linear-gradient(top, #ECF5DF, #E3F0CF);
    background-image: -ms-linear-gradient(top, #ECF5DF, #E3F0CF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ECF5DF), to(#E3F0CF));
    background-image: -webkit-linear-gradient(top, #ECF5DF, #E3F0CF);
    background-image: -o-linear-gradient(top, #ECF5DF, #E3F0CF);
    background-image: linear-gradient(top, #ECF5DF, #E3F0CF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#ECF5DF,#E3F0CF));

}

.list-shade > .item.prominent div.trivia {
    color: #47621F;
}

.list-shade > .item.inactive {
    background-color: ;
    background-image: -moz-linear-gradient(top, #ddd, #eee);
    background-image: -ms-linear-gradient(top, #ddd, #eee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#eee));
    background-image: -webkit-linear-gradient(top, #ddd, #eee);
    background-image: -o-linear-gradient(top, #ddd, #eee);
    background-image: linear-gradient(top, #ddd, #eee);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#ddd,#eee));

}

.list-shade > .item.caption {
    border-color:   #aaa;
    border-top-color:   #888;
    background-color: ;
    background-image: -moz-linear-gradient(top, #bbb, #ccc);
    background-image: -ms-linear-gradient(top, #bbb, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#ccc));
    background-image: -webkit-linear-gradient(top, #bbb, #ccc);
    background-image: -o-linear-gradient(top, #bbb, #ccc);
    background-image: linear-gradient(top, #bbb, #ccc);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#bbb,#ccc));

    -webkit-box-shadow:                 inset 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    inset 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow:                         inset 0px 2px 2px rgba(0,0,0,0.1);


;

}


.list-border > .item:last-child,
.list-shade  > .item:last-child {
    border-bottom:          1px solid #ccc;
}

.list-split > .item {
    margin-bottom:          5px;
    border:                 1px solid #ccc;
}

.list-round > .item:first-child {
    -webkit-border-radius:              5px 5px 0px 0px;
    -moz-border-radius:                 5px 5px 0px 0px;
    border-radius:                      5px 5px 0px 0px;

}

.list-round > .item:last-child {
    -webkit-border-radius:              0px 0px 5px 5px;
    -moz-border-radius:                 0px 0px 5px 5px;
    border-radius:                      0px 0px 5px 5px;

}

.list-round.list-split > .item {
    -webkit-border-radius:              2px;
    -moz-border-radius:                 2px;
    border-radius:                      2px;

}

.list-round.list-split > .item:first-child {
    -webkit-border-radius:              5px 5px 2px 2px;
    -moz-border-radius:                 5px 5px 2px 2px;
    border-radius:                      5px 5px 2px 2px;

}

.list-round.list-split > .item:last-child {
    -webkit-border-radius:              2px 2px 5px 5px;
    -moz-border-radius:                 2px 2px 5px 5px;
    border-radius:                      2px 2px 5px 5px;

}

.list-round > .item:first-child:last-child {
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

.list-select > .item {
    text-shadow:                        none;

}

.list-select > .item:hover,
.list-select > .item.warm {
    background-color:   #2997CD;
    color:              white;
    cursor:             pointer;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}
.list-select > .item:hover > a,
.list-select > .item.warm  > a,
.list-select > .item:hover > .trivia,
.list-select > .item.warm  > .trivia,
.list-select > a.item:hover,
.list-select > a.item.warm {
    color:              #0A2533;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);

}
.list-select > .item:hover > a:hover,
.list-select > .item.warm  > a:hover {
    color:              #EDF6FA;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}

.list-shade.list-select > a.item {
    color: #4583B4;
}

.list-shade.list-select > .item:hover,
.list-shade.list-select > .item.warm {
    background-color: ;
    background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#f0f0f0,#e0e0e0));


    color: #172B3C;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);

}
.list-shade.list-select > .item:hover > a,
.list-shade.list-select > .item.warm  > a {
    color:              #4583B4;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);

}
.list-shade.list-select > .item:hover > a:hover,
.list-shade.list-select > .item.warm  > a:hover,
.list-shade.list-select > a.item:hover {
    color:              #2E5778;
    color:              #B68026;
}

.list-shade.list-select > .item.prominent:hover {
    color: #23310F;
    background-color: ;
    background-image: -moz-linear-gradient(top, #E3F0CF, #C7E19F);
    background-image: -ms-linear-gradient(top, #E3F0CF, #C7E19F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E3F0CF), to(#C7E19F));
    background-image: -webkit-linear-gradient(top, #E3F0CF, #C7E19F);
    background-image: -o-linear-gradient(top, #E3F0CF, #C7E19F);
    background-image: linear-gradient(top, #E3F0CF, #C7E19F);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#E3F0CF,#C7E19F));

}

.list-shade.list-select > .item.prominent:hover div.trivia {
    color: #23310F;
}

.list-compact  > .item .asset_tag,
.list-compact  > .item {
    font-size: 14px;
    line-height: 16px;
}


.list-compact  > .item:first-child {
    padding-top: 0;
}
.list-compact  > .item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}


.well,
.list > .well,
.list-shade.list-select > .well:hover {
    padding: 5px 0;
    border: 1px solid #888 !important;
    border-top: 1px solid #666 !important;
    overflow: hidden;
    background-color: ;
    background-image: -moz-linear-gradient(top, #aaa, #ccc);
    background-image: -ms-linear-gradient(top, #aaa, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaa), to(#ccc));
    background-image: -webkit-linear-gradient(top, #aaa, #ccc);
    background-image: -o-linear-gradient(top, #aaa, #ccc);
    background-image: linear-gradient(top, #aaa, #ccc);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#aaa,#ccc));

    -webkit-box-shadow:                 inset 0px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:                    inset 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow:                         inset 0px 2px 2px rgba(0,0,0,0.2);
;
}

#body .well:hover,
#body .list-shade.list-select > .well:hover {
    background-color: ;
    background-image: -moz-linear-gradient(top, #999, #bbb);
    background-image: -ms-linear-gradient(top, #999, #bbb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#bbb));
    background-image: -webkit-linear-gradient(top, #999, #bbb);
    background-image: -o-linear-gradient(top, #999, #bbb);
    background-image: linear-gradient(top, #999, #bbb);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#999,#bbb));

}

#body .well .if-edit,
#body .list-shade.list-select > .well .if-edit {
    display: block;
    margin-top: -25px;
    -webkit-transition:                 all 0.3s ease-in-out 0.2s;
    -moz-transition:                    all 0.3s ease-in-out 0.2s;
    -ms-transition:                     all 0.3s ease-in-out 0.2s;
    -o-transition:                      all 0.3s ease-in-out 0.2s;
    transition:                         all 0.3s ease-in-out 0.2s;

}

#body .well:hover .if-edit,
#body .list-shade.list-select > .well:hover .if-edit,
#body.edit .well .if-edit,
#body.edit .list-shade.list-select > .well .if-edit {
    display: block;
    margin-top: 0px;
    -webkit-transition:                 all 0.3s ease-in-out 0.2s;
    -moz-transition:                    all 0.3s ease-in-out 0.2s;
    -ms-transition:                     all 0.3s ease-in-out 0.2s;
    -o-transition:                      all 0.3s ease-in-out 0.2s;
    transition:                         all 0.3s ease-in-out 0.2s;

}

.panel-border > .panel-body > .well {
    margin: 0 -1px -1px -1px;    
    -webkit-border-radius:              0px 0px 5px 5px;
    -moz-border-radius:                 0px 0px 5px 5px;
    border-radius:                      0px 0px 5px 5px;

}

.panel-shade .money,
.panel-list td.money,
.panel-shade .dark {
    color: #444;
}


ul.toc li {
    margin-bottom: 10px;
}


div.list div.item h1,
div.list div.item h2,
div.list div.item h3,
div.list div.item h4,
div.list div.item h1 a,
div.list div.item h2 a,
div.list div.item h3 a,
div.list div.item h4 a {
    margin:         0;
    font-size:      18px;
    line-height:    20px;
    color:          #666;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.8);

}

div.list div.item h1 a:hover,
div.list div.item h2 a:hover,
div.list div.item h3 a:hover,
div.list div.item h4 a:hover {
    color:          #F3AB33;
}

div.list-select div.item:hover h1,
div.list-select div.item:hover h2,
div.list-select div.item:hover h3,
div.list-select div.item:hover h4 {
    color:          #fff;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}

div.list-select div.item:hover h1 a:hover,
div.list-select div.item:hover h2 a:hover,
div.list-select div.item:hover h3 a:hover,
div.list-select div.item:hover h4 a:hover {
    color:          #000;
}

div.list div.item h2,
div.list div.item h2 a {
    font-size: 16px;
}

div.list div.item h3, 
div.list div.item h3 a {
    font-size: 14px;
}

div.list div.item h4, 
div.list div.item h4 a {
    font-size: 12px;
    font-weight: normal;
}

div.summary {
    line-height:        20px;
}

div.list div.item-id,
div.list div.item-id a {
    font-size:          12px;
    line-height:        14px;
    font-weight:        normal;
    color:              #aaa;
}

div.list div.item-id a:hover {
    color:              #F3AB33;
}

div.list div.item-id .entity {
    display:            block;
    font-size:          8px;
    line-height:        8px;
    margin:             -2px 0 -1px 0;
    padding:            0;
    color:              #aaa;
}

div.list div.compact {
    line-height: 16px;
}

div.list div.well h3 {
    color: #222;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);

}

#page.grid .list .item {
    background: transparent none !important;
}


div.panel {
    margin-bottom:          5px;
}

div.panel .panel-head {
    display:                block;
    font-size:              16px;
    line-height:            16px;
    padding:                5px 0;
    color:                  #393F40;
    cursor:                 pointer;
    background-color: ;
    background-image: -moz-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -ms-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDFDF), to(#E7E9E9));
    background-image: -webkit-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -o-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: linear-gradient(top, #DCDFDF, #E7E9E9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#DCDFDF,#E7E9E9));
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.4);

}

div.panel a.panel-head {
    padding: 5px;
}

div.panel .panel-head .trivia {
    font-size: 10px;
    line-height: 12px;
}

div.panel .panel-head a {
    color:                  #393F40;
    /* list/item: #666 */
}

div.panel .panel-head i {
    width:      24px;
    height:     18px;
    text-align: center;
}

div.panel h1.panel-title {
    border-bottom: 2px solid #5DAFF0;
}

div.panel .panel-head h2 {
    margin: 3px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    color:                  #393F40;
}

div.panel .panel-head:hover {
    color:                  #1C1F20;
    background-color: ;
    background-image: -moz-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -ms-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B9BFBF), to(#DCDFDF));
    background-image: -webkit-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: -o-linear-gradient(top, #B9BFBF, #DCDFDF);
    background-image: linear-gradient(top, #B9BFBF, #DCDFDF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#B9BFBF,#DCDFDF));

}

div.panel-stateless .panel-head:hover {
    color:                  #393F40;
    cursor:                 default;
    background-color: ;
    background-image: -moz-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -ms-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDFDF), to(#E7E9E9));
    background-image: -webkit-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -o-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: linear-gradient(top, #DCDFDF, #E7E9E9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#DCDFDF,#E7E9E9));
}

div.panel .panel-head > a:hover {
    color: #F3AB33;
}

div.panel .panel-head a.lozenge {
    margin-top: -1px;
    margin-right: -1px;
    -webkit-box-shadow:                 1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    1px 1px 2px rgba(0,0,0,0.1);
    box-shadow:                         1px 1px 2px rgba(0,0,0,0.1);

}



div.panel .panel-toggle .icon-toggle {
    float:              left;
    font-size:          20px;
    width:              20px;
    height:             18px;
/*    text-align:         right; */

}

div.panel .panel-toggle-left .icon-toggle,
.moreish .show-more .icon-toggle,
.moreish .load-more .icon-toggle {
    float:              left;
/*    text-align:         left; */
}

div.panel .panel-toggle .icon-toggle:before {
    content:            "\f0d9";
    content:            "\f0da";
}

div.panel .panel-toggle-left .icon-toggle:before,
.moreish .show-more .icon-toggle:before,
.moreish .load-more .icon-toggle:before {
    content:            "\f0da";
}

div.panel-open .panel-toggle .icon-toggle:before,
div.panel-open .panel-toggle-left .icon-toggle:before,
.moreish-more .show-more .icon-toggle:before,
.moreish-more .load-more .icon-toggle:before {
    content:            "\f0d7";
}

div.panel-empty .panel-toggle .icon-toggle {
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}

div.panel .panel-body {
    display:            none;
}

div.panel-open .panel-body {
    overflow:           visible;
    display:            block;


}

div.panel-keep-open .panel-body {
    display: block !important;
}


/*----------------------------------------------------------------------------
 * Panel styles
 *--------------------------------------------------------------------------*/

div.panel-shadow,
div.panel-shadow-head .panel-head,
div.panel-list        .panel-head {
    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.08);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.08);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.08);

}

div.panel-round,
div.panel-round .panel-head,
div.panel-list .panel-head {
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

div.panel-round.panel-open .panel-head,
div.panel-list.panel-open .panel-head {
    -webkit-border-radius:              5px 5px 0 0;
    -moz-border-radius:                 5px 5px 0 0;
    border-radius:                      5px 5px 0 0;

}

div.panel-round .panel-body,
div.panel-list .panel-body {
    -webkit-border-radius:              0 0 5px 5px;
    -moz-border-radius:                 0 0 5px 5px;
    border-radius:                      0 0 5px 5px;

}

div.panel-border .panel-head,
div.panel-border-head .panel-head,
div.panel-list .panel-head {
    border:                 1px solid #B9BFBF;
    margin-left:            -1px;
    margin-right:           -1px;
}

div.panel-open .panel-head {
    border-bottom:          0;
}

div.panel-border .panel-body {
    border:                 1px solid #B9BFBF;
    margin-left:            -1px;
    margin-right:           -1px;
}

div.panel-shade.panel-open > .panel-body {
    background-color: #eee;
}

div.panel-round > .panel-body > .list > .item:last-child,
div.panel-list > .panel-body > .list > .item:last-child {
    -webkit-border-radius:              0px 0px 5px 5px;
    -moz-border-radius:                 0px 0px 5px 5px;
    border-radius:                      0px 0px 5px 5px;

}

div.panel-border > .list > .item:last-child {
    border-bottom: 0;
}

div.panel-pad .panel-head {
    padding: 3px 5px;
}

div.panel-pad .panel-body {
    padding: 10px;
    overflow: visible;
}

div.panel-open .panel-body .panel-split {
    font-size:          12px;
    padding:            3px 0;
    margin:             5px 0;
    border-top:         1px solid #ddd;
    border-bottom:      1px solid #ddd;
    background-color: ;
    background-image: -moz-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -ms-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDFDF), to(#E7E9E9));
    background-image: -webkit-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -o-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: linear-gradient(top, #DCDFDF, #E7E9E9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#DCDFDF,#E7E9E9));
}



div.panel-open .panel-body table.wide {
    margin-bottom: 0;
}

div.panel-lozr .panel-head {
    -webkit-border-radius:              5px 15px 15px 5px;
    -moz-border-radius:                 5px 15px 15px 5px;
    border-radius:                      5px 15px 15px 5px;

}
div.panel-open.panel-lozr .panel-head {
    -webkit-border-radius:              5px 15px 0 0;
    -moz-border-radius:                 5px 15px 0 0;
    border-radius:                      5px 15px 0 0;

}

div.panel-icon .panel-head {
    padding-right: 30px !important;
}

div.panel-icon .panel-head a.panel-icon {
    margin-right: -25px;
}

#sidebar div.panel-list {
    margin-right: 2px;
}



/*----------------------------------------------------------------------------
 * Moreish panels
 *--------------------------------------------------------------------------*/

.moreish div.more {
    display: none;
}

.moreish-more div.less {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.moreish-more div.more {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.moreish a.show-more,
.moreish a.load-more {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #aaa !important;
}

.moreish .show-more:hover,
.moreish .load-more:hover {
    color: #F3AB33 !important;
    cursor: pointer;
}

.moreish a.show-more .icon-toggle,
.moreish a.load-more .icon-toggle {
    font-size: 14px;
    line-height: 16px !important;
/*    width: 14px; */
    text-align: left;
}

.moreish .show-more.toggle-pad {
    padding-left: 20px;
}

.moreish .show-more.toggle-pad i.icon-toggle {
    margin-left: -20px;
}


.sideicon {
    font-size: 32px;
    margin: 0;
    padding: 0;
    margin-top: 18px;
    text-align: center;
    color: #aaa;
}

div.curve-right {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}
div.curve-top-right {
    border-top-right-radius: 16px !important;
}
div.curve-bottom-right {
    border-bottom-right-radius: 16px !important;
}

.panel.curve-right .panel-head {
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}

.panel.curve-right.panel-open .panel-head {
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 0px !important;
}


div.slab {
    padding: 5px;
    border: 1px solid #B9BFBF;
    background-color: #E7E9E9;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

div.inset {
    border: 1px solid #B9BFBF;
    background-color: white;
    padding: 5px;
    -webkit-box-shadow:                 1px 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:                    1px 1px 1px rgba(0,0,0,0.05);
    box-shadow:                         1px 1px 1px rgba(0,0,0,0.05);

}

div.slab ul.tabs {
    width: 100%;
}

div.slab ul.tabs li {
    float: left;
    margin: 0;
}

div.slab ul.tabs li a {
    border: 1px solid #B9BFBF;
    border-right: 0;
    background-color: #E7E9E9;
    -webkit-border-radius:              0;
    -moz-border-radius:                 0;
    border-radius:                      0;

    background-color: ;
    background-image: -moz-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -ms-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3F4F4), to(#DCDFDF));
    background-image: -webkit-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: -o-linear-gradient(top, #F3F4F4, #DCDFDF);
    background-image: linear-gradient(top, #F3F4F4, #DCDFDF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#F3F4F4,#DCDFDF));

}

div.slab ul.tabs li.blank {
    border-bottom: 1px solid #B9BFBF;
}

div.slab ul.tabs li a:hover {
    background-color: ;
    background-image: -moz-linear-gradient(top, #DCDFDF, #B9BFBF);
    background-image: -ms-linear-gradient(top, #DCDFDF, #B9BFBF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDFDF), to(#B9BFBF));
    background-image: -webkit-linear-gradient(top, #DCDFDF, #B9BFBF);
    background-image: -o-linear-gradient(top, #DCDFDF, #B9BFBF);
    background-image: linear-gradient(top, #DCDFDF, #B9BFBF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#DCDFDF,#B9BFBF));

}

div.slab ul.tabs li.warm a {
    background: white none;
    background-color: ;
    background-image: -moz-linear-gradient(top, #F3F4F4, #fff);
    background-image: -ms-linear-gradient(top, #F3F4F4, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3F4F4), to(#fff));
    background-image: -webkit-linear-gradient(top, #F3F4F4, #fff);
    background-image: -o-linear-gradient(top, #F3F4F4, #fff);
    background-image: linear-gradient(top, #F3F4F4, #fff);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#F3F4F4,#fff));

}

div.slab ul.tabs li.blank:last-child,
div.slab ul.tabs li:last-child a {
    border-right: 1px solid #B9BFBF;
}

div.slab ul.tabs li.warm a {
    border-bottom: 1px solid white;
}


div.slab div.panes div.pane {
    border-top: 0;
}


/* css/messages.css */

div.message {
    position:               relative;
    overflow:               visible;
    clear:                  both;
    font-size:              13px;
    line-height:            17px;
    border:                 2px solid;
    margin-top:             0px;
    margin-bottom:          5px;
    padding:                5px 5px 5px 5px;
    background-repeat:      no-repeat;
    background-position:    5px 6px;
    border-left:            30px solid;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

div.message.dismissable {
    padding-right:          15px;
}

div.message .title,
div.message .caption { 
    font-size:          14px; 
    line-height:        18px;
    margin:             0;
    padding: 0;
}

div.message p {
    font-size:          12px;
    line-height:        140%;
    margin:             5px 0 0 0;
}

div.message p.intro {
    font-size:          14px;
    line-height:        140%;
}

div.message ul {
    margin:             10px 0;
}

div.message ul li {
    font-size:          12px;
}

div.message a {
    text-decoration: underline;
}
div.message a.button {
    text-decoration: none;
}

div.dismissable {
    position: relative;
}

div.dismissable a.dismiss,
div.message a.dismiss,
div.dismissable a.pin,
div.message a.pin {
    position: absolute;
    top: 2px;
    right: 4px;
    height: 18px;
    width: 18px;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}

div.dismissable a.pin,
div.message a.pin {
    right: 24px;
}
div.fade-out a.pin {
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}
div.fade-out a.pin:hover {
    opacity:                            1;
    filter:                             alpha(opacity=100);

}

div.message a.dismiss i,
div.dismissable a.dismiss i {
/*    font-size: 16px;
    line-height: 16px;*/
}

span.message {
    position:               relative;
    overflow:               visible;
    clear:                  both;
    display:                inline-block;
    font-size:              12px;
    line-height:            16px;
    border:                 1px solid;
    margin:                 0px;
    padding:                2px 4px;
    background-image:       none !important;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

div.message:before {
    font-family:            icons;
    font-weight:            normal;
    font-style:             normal;
    display:                inline-block;
    position:               absolute; 
    text-align:             center;
    top:                    5px;
    left:                   -25px;
    width:                  20px;
    height:                 20px;
    font-size:              20px;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}



span.message.debug,
div.message.debug {
    color:              #844200 !important;
    background-color:   #eeddcc;
    border-color:       #844200;
/*    background-image:   url('../images/messages/debug.png'); */
}

div.message.debug:before {
    content:           "\f0ad";
    color:             #eeddcc;
}

div.debug p,
div.debug .title,
div.debug .caption {
    color:              #844200 !important;
}


div.debug h1,
div.debug h2,
div.debug h3,
div.debug h4,
div.debug h5,
div.debug h6,
div.debug a,
div.debug p a {  
    color:              #633100;
}
div.debug a:hover,
div.debug p a:hover {  
    color:              #422100;
}
div.debug .title,
div.debug .caption { 
    color:              #7E7511;
}
span.debug {
    display: inline-block;
}
span.message.error,
div.message.error {
    color:              #F2304B !important;
    background-color:   #FCDCE1;
    border-color:       #F2304B;
/*    background-image:   url('../images/messages/error.png'); */
}

div.message.error:before {
    content:           "\f071";
    color:             #FCDCE1;
}

div.error p,
div.error .title,
div.error .caption {
    color:              #F2304B !important;
}


div.error h1,
div.error h2,
div.error h3,
div.error h4,
div.error h5,
div.error h6,
div.error a,
div.error p a {  
    color:              #B52438;
}
div.error a:hover,
div.error p a:hover {  
    color:              #791825;
}
div.error .title,
div.error .caption { 
    color:              #7E7511;
}
span.error {
    display: inline-block;
}
span.message.info,
div.message.info {
    color:              #2E5778 !important;
    background-color:   #E4F1FC;
    border-color:       #5DAFF0;
/*    background-image:   url('../images/messages/info.png'); */
}

div.message.info:before {
    content:           "\f024";
    color:             #E4F1FC;
}

div.info p,
div.info .title,
div.info .caption {
    color:              #2E5778 !important;
}


div.info h1,
div.info h2,
div.info h3,
div.info h4,
div.info h5,
div.info h6,
div.info a,
div.info p a {  
    color:              #22415A;
}
div.info a:hover,
div.info p a:hover {  
    color:              #172B3C;
}
div.info .title,
div.info .caption { 
    color:              #7E7511;
}
span.info {
    display: inline-block;
}
span.message.invalid,
div.message.invalid {
    color:              #B68026 !important;
    background-color:   #FDF1DD;
    border-color:       #F3AB33;
/*    background-image:   url('../images/messages/invalid.png'); */
}

div.message.invalid:before {
    content:           "\f071";
    color:             #FDF1DD;
}

div.invalid p,
div.invalid .title,
div.invalid .caption {
    color:              #B68026 !important;
}


div.invalid h1,
div.invalid h2,
div.invalid h3,
div.invalid h4,
div.invalid h5,
div.invalid h6,
div.invalid a,
div.invalid p a {  
    color:              #88601C;
}
div.invalid a:hover,
div.invalid p a:hover {  
    color:              #5B4013;
}
div.invalid .title,
div.invalid .caption { 
    color:              #7E7511;
}
span.invalid {
    display: inline-block;
}
span.message.success,
div.message.success {
    color:              #47621F !important;
    background-color:   #E3F0CF;
    border-color:       #8FC43F;
/*    background-image:   url('../images/messages/success.png'); */
}

div.message.success:before {
    content:           "\f058";
    color:             #E3F0CF;
}

div.success p,
div.success .title,
div.success .caption {
    color:              #47621F !important;
}


div.success h1,
div.success h2,
div.success h3,
div.success h4,
div.success h5,
div.success h6,
div.success a,
div.success p a {  
    color:              #354917;
}
div.success a:hover,
div.success p a:hover {  
    color:              #23310F;
}
div.success .title,
div.success .caption { 
    color:              #7E7511;
}
span.success {
    display: inline-block;
}
span.message.todo,
div.message.todo {
    color:              #00929b !important;
    background-color:   #d4f2f3;
    border-color:       #00929b;
/*    background-image:   url('../images/messages/todo.png'); */
}

div.message.todo:before {
    content:           "\f069";
    color:             #d4f2f3;
}

div.todo p,
div.todo .title,
div.todo .caption {
    color:              #00929b !important;
}


div.todo h1,
div.todo h2,
div.todo h3,
div.todo h4,
div.todo h5,
div.todo h6,
div.todo a,
div.todo p a {  
    color:              #006D74;
}
div.todo a:hover,
div.todo p a:hover {  
    color:              #00494D;
}
div.todo .title,
div.todo .caption { 
    color:              #7E7511;
}
span.todo {
    display: inline-block;
}
span.message.warning,
div.message.warning {
    color:              #7E7511 !important;
    background-color:   #FEFBDA;
    border-color:       #F3AB33;
/*    background-image:   url('../images/messages/warning.png'); */
}

div.message.warning:before {
    content:           "\f071";
    color:             #FEFBDA;
}

div.warning p,
div.warning .title,
div.warning .caption {
    color:              #7E7511 !important;
}


div.warning h1,
div.warning h2,
div.warning h3,
div.warning h4,
div.warning h5,
div.warning h6,
div.warning a,
div.warning p a {  
    color:              #5E570D;
}
div.warning a:hover,
div.warning p a:hover {  
    color:              #3F3A08;
}
div.warning .title,
div.warning .caption { 
    color:              #7E7511;
}
span.warning {
    display: inline-block;
}


div.debug {
    background-position: right top;
}

.status-box {
    border: 2px solid #B9BFBF;
    padding: 3px;
/*    float: left; */
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

.status-active,
tr.status-active th,
tr.status-active td {
    background-color: #ECF5DF;
    border-color: #8FC43F;
    color: #47621F !important;
}
.status-active a,
tr.status-active th a,
tr.status-active td a {
    color: #6B932F;
}
.status-active a:hover,
tr.status-active th a:hover,
tr.status-active td a:hover {
    color: #47621F;
    text-decoration: underline;
}
.lozenge.status-active {
    background-color: #ECF5DF !important;
    border-color: #6B932F !important;
    color: #47621F !important;
}
.open > .lozenge.status-active,
.lozenge.status-active:hover {
    background-color: #E3F0CF !important;
    color: #23310F !important;
}


.status-allocated,
tr.status-allocated th,
tr.status-allocated td {
    background-color: #ECF5DF;
    border-color: #8FC43F;
    color: #47621F !important;
}
.status-allocated a,
tr.status-allocated th a,
tr.status-allocated td a {
    color: #6B932F;
}
.status-allocated a:hover,
tr.status-allocated th a:hover,
tr.status-allocated td a:hover {
    color: #47621F;
    text-decoration: underline;
}
.lozenge.status-allocated {
    background-color: #ECF5DF !important;
    border-color: #6B932F !important;
    color: #47621F !important;
}
.open > .lozenge.status-allocated,
.lozenge.status-allocated:hover {
    background-color: #E3F0CF !important;
    color: #23310F !important;
}


.status-approved,
tr.status-approved th,
tr.status-approved td {
    background-color: #ECF5DF;
    border-color: #8FC43F;
    color: #47621F !important;
}
.status-approved a,
tr.status-approved th a,
tr.status-approved td a {
    color: #6B932F;
}
.status-approved a:hover,
tr.status-approved th a:hover,
tr.status-approved td a:hover {
    color: #47621F;
    text-decoration: underline;
}
.lozenge.status-approved {
    background-color: #ECF5DF !important;
    border-color: #6B932F !important;
    color: #47621F !important;
}
.open > .lozenge.status-approved,
.lozenge.status-approved:hover {
    background-color: #E3F0CF !important;
    color: #23310F !important;
}


.status-archived,
tr.status-archived th,
tr.status-archived td {
    background-color: #E4ECF1;
    border-color: #6192AB;
    color: #304955 !important;
}
.status-archived a,
tr.status-archived th a,
tr.status-archived td a {
    color: #486D80;
}
.status-archived a:hover,
tr.status-archived th a:hover,
tr.status-archived td a:hover {
    color: #304955;
    text-decoration: underline;
}
.lozenge.status-archived {
    background-color: #E4ECF1 !important;
    border-color: #486D80 !important;
    color: #304955 !important;
}
.open > .lozenge.status-archived,
.lozenge.status-archived:hover {
    background-color: #D7E3EA !important;
    color: #18242A !important;
}


.status-authorised,
tr.status-authorised th,
tr.status-authorised td {
    background-color: #ECF5DF;
    border-color: #8FC43F;
    color: #47621F !important;
}
.status-authorised a,
tr.status-authorised th a,
tr.status-authorised td a {
    color: #6B932F;
}
.status-authorised a:hover,
tr.status-authorised th a:hover,
tr.status-authorised td a:hover {
    color: #47621F;
    text-decoration: underline;
}
.lozenge.status-authorised {
    background-color: #ECF5DF !important;
    border-color: #6B932F !important;
    color: #47621F !important;
}
.open > .lozenge.status-authorised,
.lozenge.status-authorised:hover {
    background-color: #E3F0CF !important;
    color: #23310F !important;
}


.status-cancelled,
tr.status-cancelled th,
tr.status-cancelled td {
    background-color: #F2E9DA;
    border-color: #B68026;
    color: #5B4013 !important;
}
.status-cancelled a,
tr.status-cancelled th a,
tr.status-cancelled td a {
    color: #88601C;
}
.status-cancelled a:hover,
tr.status-cancelled th a:hover,
tr.status-cancelled td a:hover {
    color: #5B4013;
    text-decoration: underline;
}
.lozenge.status-cancelled {
    background-color: #F2E9DA !important;
    border-color: #88601C !important;
    color: #5B4013 !important;
}
.open > .lozenge.status-cancelled,
.lozenge.status-cancelled:hover {
    background-color: #ECDFC8 !important;
    color: #2D2009 !important;
}


.status-complete,
tr.status-complete th,
tr.status-complete td {
    background-color: #D5E6E7;
    border-color: #086972;
    color: #043439 !important;
}
.status-complete a,
tr.status-complete th a,
tr.status-complete td a {
    color: #064E55;
}
.status-complete a:hover,
tr.status-complete th a:hover,
tr.status-complete td a:hover {
    color: #043439;
    text-decoration: underline;
}
.lozenge.status-complete {
    background-color: #D5E6E7 !important;
    border-color: #064E55 !important;
    color: #043439 !important;
}
.open > .lozenge.status-complete,
.lozenge.status-complete:hover {
    background-color: #C1D9DB !important;
    color: #021A1C !important;
}


.status-completed,
tr.status-completed th,
tr.status-completed td {
    background-color: #E2E4E4;
    border-color: #565F60;
    color: #2B2F30 !important;
}
.status-completed a,
tr.status-completed th a,
tr.status-completed td a {
    color: #404748;
}
.status-completed a:hover,
tr.status-completed th a:hover,
tr.status-completed td a:hover {
    color: #2B2F30;
    text-decoration: underline;
}
.lozenge.status-completed {
    background-color: #E2E4E4 !important;
    border-color: #404748 !important;
    color: #2B2F30 !important;
}
.open > .lozenge.status-completed,
.lozenge.status-completed:hover {
    background-color: #D4D7D7 !important;
    color: #151718 !important;
}


.status-confirmed,
tr.status-confirmed th,
tr.status-confirmed td {
    background-color: #ECF5DF;
    border-color: #8FC43F;
    color: #47621F !important;
}
.status-confirmed a,
tr.status-confirmed th a,
tr.status-confirmed td a {
    color: #6B932F;
}
.status-confirmed a:hover,
tr.status-confirmed th a:hover,
tr.status-confirmed td a:hover {
    color: #47621F;
    text-decoration: underline;
}
.lozenge.status-confirmed {
    background-color: #ECF5DF !important;
    border-color: #6B932F !important;
    color: #47621F !important;
}
.open > .lozenge.status-confirmed,
.lozenge.status-confirmed:hover {
    background-color: #E3F0CF !important;
    color: #23310F !important;
}


.status-declined,
tr.status-declined th,
tr.status-declined td {
    background-color: #FCDCE1;
    border-color: #F2304B;
    color: #791825 !important;
}
.status-declined a,
tr.status-declined th a,
tr.status-declined td a {
    color: #B52438;
}
.status-declined a:hover,
tr.status-declined th a:hover,
tr.status-declined td a:hover {
    color: #791825;
    text-decoration: underline;
}
.lozenge.status-declined {
    background-color: #FCDCE1 !important;
    border-color: #B52438 !important;
    color: #791825 !important;
}
.open > .lozenge.status-declined,
.lozenge.status-declined:hover {
    background-color: #FBCBD2 !important;
    color: #3C0C12 !important;
}


.status-deleted,
tr.status-deleted th,
tr.status-deleted td {
    background-color: #F1D4E7;
    border-color: #AD0074;
    color: #56003A !important;
}
.status-deleted a,
tr.status-deleted th a,
tr.status-deleted td a {
    color: #810057;
}
.status-deleted a:hover,
tr.status-deleted th a:hover,
tr.status-deleted td a:hover {
    color: #56003A;
    text-decoration: underline;
}
.lozenge.status-deleted {
    background-color: #F1D4E7 !important;
    border-color: #810057 !important;
    color: #56003A !important;
}
.open > .lozenge.status-deleted,
.lozenge.status-deleted:hover {
    background-color: #EABFDC !important;
    color: #2B001D !important;
}


.status-dispatched,
tr.status-dispatched th,
tr.status-dispatched td {
    background-color: #FDF1DD;
    border-color: #F3AB33;
    color: #795519 !important;
}
.status-dispatched a,
tr.status-dispatched th a,
tr.status-dispatched td a {
    color: #B68026;
}
.status-dispatched a:hover,
tr.status-dispatched th a:hover,
tr.status-dispatched td a:hover {
    color: #795519;
    text-decoration: underline;
}
.lozenge.status-dispatched {
    background-color: #FDF1DD !important;
    border-color: #B68026 !important;
    color: #795519 !important;
}
.open > .lozenge.status-dispatched,
.lozenge.status-dispatched:hover {
    background-color: #FCEACC !important;
    color: #3C2A0C !important;
}


.status-disposed,
tr.status-disposed th,
tr.status-disposed td {
    background-color: #E7E9E9;
    border-color: #737F80;
    color: #393F40 !important;
}
.status-disposed a,
tr.status-disposed th a,
tr.status-disposed td a {
    color: #565F60;
}
.status-disposed a:hover,
tr.status-disposed th a:hover,
tr.status-disposed td a:hover {
    color: #393F40;
    text-decoration: underline;
}
.lozenge.status-disposed {
    background-color: #E7E9E9 !important;
    border-color: #565F60 !important;
    color: #393F40 !important;
}
.open > .lozenge.status-disposed,
.lozenge.status-disposed:hover {
    background-color: #DCDFDF !important;
    color: #1C1F20 !important;
}


.status-expired,
tr.status-expired th,
tr.status-expired td {
    background-color: #F1D4E7;
    border-color: #AD0074;
    color: #56003A !important;
}
.status-expired a,
tr.status-expired th a,
tr.status-expired td a {
    color: #810057;
}
.status-expired a:hover,
tr.status-expired th a:hover,
tr.status-expired td a:hover {
    color: #56003A;
    text-decoration: underline;
}
.lozenge.status-expired {
    background-color: #F1D4E7 !important;
    border-color: #810057 !important;
    color: #56003A !important;
}
.open > .lozenge.status-expired,
.lozenge.status-expired:hover {
    background-color: #EABFDC !important;
    color: #2B001D !important;
}


.status-failed,
tr.status-failed th,
tr.status-failed td {
    background-color: #FCDCE1;
    border-color: #F2304B;
    color: #791825 !important;
}
.status-failed a,
tr.status-failed th a,
tr.status-failed td a {
    color: #B52438;
}
.status-failed a:hover,
tr.status-failed th a:hover,
tr.status-failed td a:hover {
    color: #791825;
    text-decoration: underline;
}
.lozenge.status-failed {
    background-color: #FCDCE1 !important;
    border-color: #B52438 !important;
    color: #791825 !important;
}
.open > .lozenge.status-failed,
.lozenge.status-failed:hover {
    background-color: #FBCBD2 !important;
    color: #3C0C12 !important;
}


.status-inactive,
tr.status-inactive th,
tr.status-inactive td {
    background-color: #E7E9E9;
    border-color: #737F80;
    color: #393F40 !important;
}
.status-inactive a,
tr.status-inactive th a,
tr.status-inactive td a {
    color: #565F60;
}
.status-inactive a:hover,
tr.status-inactive th a:hover,
tr.status-inactive td a:hover {
    color: #393F40;
    text-decoration: underline;
}
.lozenge.status-inactive {
    background-color: #E7E9E9 !important;
    border-color: #565F60 !important;
    color: #393F40 !important;
}
.open > .lozenge.status-inactive,
.lozenge.status-inactive:hover {
    background-color: #DCDFDF !important;
    color: #1C1F20 !important;
}


.status-locked,
tr.status-locked th,
tr.status-locked td {
    background-color: #FCDCE1;
    border-color: #F2304B;
    color: #791825 !important;
}
.status-locked a,
tr.status-locked th a,
tr.status-locked td a {
    color: #B52438;
}
.status-locked a:hover,
tr.status-locked th a:hover,
tr.status-locked td a:hover {
    color: #791825;
    text-decoration: underline;
}
.lozenge.status-locked {
    background-color: #FCDCE1 !important;
    border-color: #B52438 !important;
    color: #791825 !important;
}
.open > .lozenge.status-locked,
.lozenge.status-locked:hover {
    background-color: #FBCBD2 !important;
    color: #3C0C12 !important;
}


.status-pending,
tr.status-pending th,
tr.status-pending td {
    background-color: #D5E6E7;
    border-color: #086972;
    color: #043439 !important;
}
.status-pending a,
tr.status-pending th a,
tr.status-pending td a {
    color: #064E55;
}
.status-pending a:hover,
tr.status-pending th a:hover,
tr.status-pending td a:hover {
    color: #043439;
    text-decoration: underline;
}
.lozenge.status-pending {
    background-color: #D5E6E7 !important;
    border-color: #064E55 !important;
    color: #043439 !important;
}
.open > .lozenge.status-pending,
.lozenge.status-pending:hover {
    background-color: #C1D9DB !important;
    color: #021A1C !important;
}


.status-placed,
tr.status-placed th,
tr.status-placed td {
    background-color: #FEFBDA;
    border-color: #FDEA23;
    color: #7E7511 !important;
}
.status-placed a,
tr.status-placed th a,
tr.status-placed td a {
    color: #BDAF1A;
}
.status-placed a:hover,
tr.status-placed th a:hover,
tr.status-placed td a:hover {
    color: #7E7511;
    text-decoration: underline;
}
.lozenge.status-placed {
    background-color: #FEFBDA !important;
    border-color: #BDAF1A !important;
    color: #7E7511 !important;
}
.open > .lozenge.status-placed,
.lozenge.status-placed:hover {
    background-color: #FEF9C8 !important;
    color: #3F3A08 !important;
}


.status-processing,
tr.status-processing th,
tr.status-processing td {
    background-color: #EBE7F5;
    border-color: #8B71C8;
    color: #453864 !important;
}
.status-processing a,
tr.status-processing th a,
tr.status-processing td a {
    color: #685496;
}
.status-processing a:hover,
tr.status-processing th a:hover,
tr.status-processing td a:hover {
    color: #453864;
    text-decoration: underline;
}
.lozenge.status-processing {
    background-color: #EBE7F5 !important;
    border-color: #685496 !important;
    color: #453864 !important;
}
.open > .lozenge.status-processing,
.lozenge.status-processing:hover {
    background-color: #E2DBF1 !important;
    color: #221C32 !important;
}


.status-raised,
tr.status-raised th,
tr.status-raised td {
    background-color: #FDF1DD;
    border-color: #F3AB33;
    color: #795519 !important;
}
.status-raised a,
tr.status-raised th a,
tr.status-raised td a {
    color: #B68026;
}
.status-raised a:hover,
tr.status-raised th a:hover,
tr.status-raised td a:hover {
    color: #795519;
    text-decoration: underline;
}
.lozenge.status-raised {
    background-color: #FDF1DD !important;
    border-color: #B68026 !important;
    color: #795519 !important;
}
.open > .lozenge.status-raised,
.lozenge.status-raised:hover {
    background-color: #FCEACC !important;
    color: #3C2A0C !important;
}


.status-rejected,
tr.status-rejected th,
tr.status-rejected td {
    background-color: #F2DADD;
    border-color: #B52438;
    color: #5A121C !important;
}
.status-rejected a,
tr.status-rejected th a,
tr.status-rejected td a {
    color: #881B2A;
}
.status-rejected a:hover,
tr.status-rejected th a:hover,
tr.status-rejected td a:hover {
    color: #5A121C;
    text-decoration: underline;
}
.lozenge.status-rejected {
    background-color: #F2DADD !important;
    border-color: #881B2A !important;
    color: #5A121C !important;
}
.open > .lozenge.status-rejected,
.lozenge.status-rejected:hover {
    background-color: #ECC8CD !important;
    color: #2D090E !important;
}


.status-resolved,
tr.status-resolved th,
tr.status-resolved td {
    background-color: #ECF5DF;
    border-color: #8FC43F;
    color: #47621F !important;
}
.status-resolved a,
tr.status-resolved th a,
tr.status-resolved td a {
    color: #6B932F;
}
.status-resolved a:hover,
tr.status-resolved th a:hover,
tr.status-resolved td a:hover {
    color: #47621F;
    text-decoration: underline;
}
.lozenge.status-resolved {
    background-color: #ECF5DF !important;
    border-color: #6B932F !important;
    color: #47621F !important;
}
.open > .lozenge.status-resolved,
.lozenge.status-resolved:hover {
    background-color: #E3F0CF !important;
    color: #23310F !important;
}


.status-returned,
tr.status-returned th,
tr.status-returned td {
    background-color: #E4F1FC;
    border-color: #5DAFF0;
    color: #2E5778 !important;
}
.status-returned a,
tr.status-returned th a,
tr.status-returned td a {
    color: #4583B4;
}
.status-returned a:hover,
tr.status-returned th a:hover,
tr.status-returned td a:hover {
    color: #2E5778;
    text-decoration: underline;
}
.lozenge.status-returned {
    background-color: #E4F1FC !important;
    border-color: #4583B4 !important;
    color: #2E5778 !important;
}
.open > .lozenge.status-returned,
.lozenge.status-returned:hover {
    background-color: #D6EBFB !important;
    color: #172B3C !important;
}


.status-settled,
tr.status-settled th,
tr.status-settled td {
    background-color: #D5E6E7;
    border-color: #086972;
    color: #043439 !important;
}
.status-settled a,
tr.status-settled th a,
tr.status-settled td a {
    color: #064E55;
}
.status-settled a:hover,
tr.status-settled th a:hover,
tr.status-settled td a:hover {
    color: #043439;
    text-decoration: underline;
}
.lozenge.status-settled {
    background-color: #D5E6E7 !important;
    border-color: #064E55 !important;
    color: #043439 !important;
}
.open > .lozenge.status-settled,
.lozenge.status-settled:hover {
    background-color: #C1D9DB !important;
    color: #021A1C !important;
}


.status-success,
tr.status-success th,
tr.status-success td {
    background-color: #ECF5DF;
    border-color: #8FC43F;
    color: #47621F !important;
}
.status-success a,
tr.status-success th a,
tr.status-success td a {
    color: #6B932F;
}
.status-success a:hover,
tr.status-success th a:hover,
tr.status-success td a:hover {
    color: #47621F;
    text-decoration: underline;
}
.lozenge.status-success {
    background-color: #ECF5DF !important;
    border-color: #6B932F !important;
    color: #47621F !important;
}
.open > .lozenge.status-success,
.lozenge.status-success:hover {
    background-color: #E3F0CF !important;
    color: #23310F !important;
}


.status-test,
tr.status-test th,
tr.status-test td {
    background-color: #E4F1FC;
    border-color: #5DAFF0;
    color: #2E5778 !important;
}
.status-test a,
tr.status-test th a,
tr.status-test td a {
    color: #4583B4;
}
.status-test a:hover,
tr.status-test th a:hover,
tr.status-test td a:hover {
    color: #2E5778;
    text-decoration: underline;
}
.lozenge.status-test {
    background-color: #E4F1FC !important;
    border-color: #4583B4 !important;
    color: #2E5778 !important;
}
.open > .lozenge.status-test,
.lozenge.status-test:hover {
    background-color: #D6EBFB !important;
    color: #172B3C !important;
}


.status-tested,
tr.status-tested th,
tr.status-tested td {
    background-color: #E5E2ED;
    border-color: #685496;
    color: #342A4B !important;
}
.status-tested a,
tr.status-tested th a,
tr.status-tested td a {
    color: #4E3F70;
}
.status-tested a:hover,
tr.status-tested th a:hover,
tr.status-tested td a:hover {
    color: #342A4B;
    text-decoration: underline;
}
.lozenge.status-tested {
    background-color: #E5E2ED !important;
    border-color: #4E3F70 !important;
    color: #342A4B !important;
}
.open > .lozenge.status-tested,
.lozenge.status-tested:hover {
    background-color: #D9D4E4 !important;
    color: #1A1525 !important;
}


.status-todo,
tr.status-todo th,
tr.status-todo td {
    background-color: #FDF1DD;
    border-color: #F3AB33;
    color: #795519 !important;
}
.status-todo a,
tr.status-todo th a,
tr.status-todo td a {
    color: #B68026;
}
.status-todo a:hover,
tr.status-todo th a:hover,
tr.status-todo td a:hover {
    color: #795519;
    text-decoration: underline;
}
.lozenge.status-todo {
    background-color: #FDF1DD !important;
    border-color: #B68026 !important;
    color: #795519 !important;
}
.open > .lozenge.status-todo,
.lozenge.status-todo:hover {
    background-color: #FCEACC !important;
    color: #3C2A0C !important;
}



.severity-critical,
tr.severity-critical th,
tr.severity-critical td {
    background-color: #FCDCE1 !important;
    border-color: #B52438;
    color: #791825 !important;
}
.severity-critical a,
tr.severity-critical th a,
tr.severity-critical td a {
    color: #B52438;
}
.severity-critical a:hover,
tr.severity-critical th a:hover,
tr.severity-critical td a:hover {
    color: #791825;
    text-decoration: underline;
}
.severity-high,
tr.severity-high th,
tr.severity-high td {
    background-color: #FDF1DD !important;
    border-color: #B68026;
    color: #795519 !important;
}
.severity-high a,
tr.severity-high th a,
tr.severity-high td a {
    color: #B68026;
}
.severity-high a:hover,
tr.severity-high th a:hover,
tr.severity-high td a:hover {
    color: #795519;
    text-decoration: underline;
}
.severity-info,
tr.severity-info th,
tr.severity-info td {
    background-color: #D4E9FF !important;
    border-color: #005FBF;
    color: #003F7F !important;
}
.severity-info a,
tr.severity-info th a,
tr.severity-info td a {
    color: #005FBF;
}
.severity-info a:hover,
tr.severity-info th a:hover,
tr.severity-info td a:hover {
    color: #003F7F;
    text-decoration: underline;
}
.severity-low,
tr.severity-low th,
tr.severity-low td {
    background-color: #ECF5DF !important;
    border-color: #6B932F;
    color: #47621F !important;
}
.severity-low a,
tr.severity-low th a,
tr.severity-low td a {
    color: #6B932F;
}
.severity-low a:hover,
tr.severity-low th a:hover,
tr.severity-low td a:hover {
    color: #47621F;
    text-decoration: underline;
}
.severity-medium,
tr.severity-medium th,
tr.severity-medium td {
    background-color: #FEFBDA !important;
    border-color: #BDAF1A;
    color: #7E7511 !important;
}
.severity-medium a,
tr.severity-medium th a,
tr.severity-medium td a {
    color: #BDAF1A;
}
.severity-medium a:hover,
tr.severity-medium th a:hover,
tr.severity-medium td a:hover {
    color: #7E7511;
    text-decoration: underline;
}


div.flagless {
    background-image: none !important;
    padding-left: 5px;
}

/*------------------------------------------------------------------------*/
/* overlay                                                                */
/*------------------------------------------------------------------------*/

div.backfill {
    display:            none;
    position:           absolute;
    z-index:            2000;
    top:                0px;
    left:               0px;
    height:             100%;
    width:              100%;
}

div.blackout {
    background-color:   #000;
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}

div.whiteout { 
    background-color:   #FFF;
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}

div.loading {
    display:            block;
    position:           absolute;
    z-index:            2001; 
    width:              64px; 
    height:             64px;
    top:                50%; 
    left:               50%; 
    margin:             -32px 0 0 -32px;
    background:         transparent url('../images/messages/loading_black.gif')
                        no-repeat center center;
}

div.whiteout div.loading {
    background-image:   url('../images/messages/loading_white.gif');
}

div.overlay { 
    display:            block;
    position:           absolute;
    z-index:            2005;
    width:              60%;
    top:                0%;
    left:               20%;   /* account for padding */
    text-align:         left;
    background-color:   #ccc;
    border:             2px solid #333;
    padding:            11px;
    overflow:           visible;   /* overhang close */
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

    -webkit-border-radius:              10px;
    -moz-border-radius:                 10px;
    border-radius:                      10px;

}

div.inlay {
/*    position:           relative;  */
    margin:             20px auto;
    left:               0;
}

div.overlay div.content {
    background:         #FFF; 
    text-align:         left; 
    padding:            10px;
    overflow-y:         auto; 
    border: 1px solid #aaa;
    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;

}

div.overlay div.content iframe html {
    background: white none;
}

div.overlay a.close {
    display:            block;
    overflow:           hidden;
    position:           absolute;
    top:                -8px;
    right:              -8px;
    top:                -6px;
    right:              -6px;
    width:              20px;
    height:             20px;
    border:             2px solid #555;
    background:         #888 url('../images/messages/overlay_close.gif')
                        no-repeat -4px -4px;
    -webkit-border-radius:              12px;
    -moz-border-radius:                 12px;
    border-radius:                      12px;

}

div.overlay a.close:hover {
    background-color:   #666;
    border-color:       #333;
    background-position: -4px -104px;
}

div.whitelay {
    border-color:       #888;
}

div.overlay-overload {
    width:              890px;
    left:               50%;
    margin-left:        -445px;
    margin-right:       auto;
}

div.overlay-overload iframe {
    width:              840px;
    border:             0;
    margin:             0;
    height:             600px;
}


div.overlay-confirm {
    width:              600px;
    left:               50%;
    margin-left:        -300px;
    margin-right:       auto;
}

div.overlay div.confirm {
    width:              400px;
    margin:             0 auto;
}

div.overlay div.confirm p.prompt {
    font-size:          16px;
    color:              #444;
    text-align:         center;
}

div.overlay div.confirm div.subject {
    font-size:          16px;
    color:              #222;
    font-weight:        bold;
    text-align:         center;
}

div.overlay div.confirm div.buttons {
    width: 250px;
    margin: 20px auto;
    text-align: center;
}

div.overlay div.confirm div.buttons .button:first-child {
    margin-right: 10px
}
    
/*------------------------------------------------------------------------
 * Fixed size screen
 *------------------------------------------------------------------------*/

#screen {
    display:            none;
    position:           fixed; 
    z-index:            2100;
    top:                0px;
    left:               0px;
    height:             100%;
    width:              100%;
}

#screen div.backfill { 
    z-index:            2101;
}

#screen div.loading {
    z-index:            2102; 
}

#screen div.overlay {
    z-index:            2103; 
}

/*----------------------------------------------------------------------------
 * Debugging 
 *--------------------------------------------------------------------------*/

div.caller {
    background-color:   #eee;
    color:              #444;
    padding:            4px;
    margin:             2px;
    border:             1px solid #bbb;
}

div.caller span.module,
div.caller span.method,
div.caller span.file,
div.caller span.line {
    font-weight:        bold;
    color:              black;
}

div.caller span.method {
    color:              #3e8f84
}

div.caller span.file,
div.caller span.line {
    color:              #448;
}

div.product div.description {
    margin-right: 20px;
    font-size: 14px;
}

/* --------- OLD STUFF BELOW ---------------- */


div.product-column {
    float: left;
    width: 240px;
}

div.product-overview {
    margin: 5px;
    padding: 5px;
    background-color: #eee;
/*    height: 320px; */
    border: 1px solid #aaa;
    background-color: #F1F8FD;
    border: 1px solid #4583B4;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

    -webkit-box-shadow:                 2px 2px 2px #ccc;
    -moz-box-shadow:                    2px 2px 2px #ccc;
    box-shadow:                         2px 2px 2px #ccc;

}

div.product-overview h1.name {
    margin: -5px -5px 5px -5px;
    padding: 0 5px;
    background-color: #ddd;
    font-size: 11px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;

    background-color: #4583B4;
    color: #E4F1FC;
    border-bottom: 1px solid #5DAFF0;




}

div.product-overview div.features {
    width: 70px;
    float: left;
    height: 130px;
    font-size: 11px;
    line-height: 13px;
    color: #2E5778;
}

div.product-overview div.picture {
    height: 120px;
    width: 120px;
    padding: 10px;
    float: right;
    background-color: white;
    border: 1px solid #85C3F3;
}

div.product-overview div.description {
    margin: 0;
    padding: 5px 0;
    clear: right;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #888;
    color: #4583B4;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.product-overview div.price {
    background-color: #4583B4;
    height: 30px;
    padding: 5px;
    text-align: center;
    margin: 0px -5px -5px -5px;
    clear: left;

}


div.product-overview div.price span.amount {
    color: white;
    font-size: 26px;
    line-height: 30px;
}

div.product-overview div.price span.duration {
    color: #D6EBFB;
    font-size: 12px;
    line-height: 30px;
}


div.product-overview:hover {
    background-color: #E4F1FC;
    border: 1px solid #2E5778;
}
div.product-overview:hover h1.name,
div.product-overview:hover div.price {
    background-color: #2E5778;
}


div.product-overview:hover {
    background-color: #F5FAEF;
    border: 1px solid #6B932F;
}

div.product-overview:hover h1.name,
div.product-overview:hover div.price {
    background-color: #6B932F;
}


div.product-overview:hover div.description {
    color: #6B932F;
}

div.product-overview:hover div.features {
    color: #47621F;
}

div.product-overview:hover div.picture {
    border-color: #ABD26F;
}

div.product-overview div.availability {
    display: none;
}

#products.table div.product-overview div.availability {
    display: block;
}

#products.table div.product-column {
    width: 100%;
}


#products.table div.product-overview h1.name,
#products.table div.product-overview div.price {
    float: left;
/*    margin-right: 120px; */
    width: 558px;

}

#products.table div.product-overview div.features {
    width: 550px;
    clear: none;
    height: 50px;
}

#products.table div.product-overview div.picture {
    float: right;
    clear: none;
    margin: -6px;
    -webkit-border-radius:              0 5px 5px 0;
    -moz-border-radius:                 0 5px 5px 0;
    border-radius:                      0 5px 5px 0;

}

#products.table div.product-overview div.description {
    clear: left;
    margin-right: 20px;
/*    display: none; */
}

#products.table div.product-overview div.price {
    height: 25px;
    text-align: right;
    width: 528px;
    padding: 3px 20px 6px 20px;
}



@font-face {
  font-family: 'icons';
  src:  url('/images/fonts/lfh_icons.eot');
  src:  url('/images/fonts/lfh_icons.eot?#iefix')       format('eot'),
        url('/images/fonts/lfh_icons.woff')             format('woff'),
        url('/images/fonts/lfh_icons.ttf')              format('truetype'),
        url('/images/fonts/lfh_icons.svg#FontAwesome')  format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"],
[class*=" icon-"] {
  display:          inline-block;
  text-decoration:  inherit;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family:      icons;
  font-weight:      normal;
  font-style:       normal;
  display:          inline-block;
  padding:          0 2px;
  width: 1em;
  text-align: center;
/*  position: relative;
  top: 1px;  */
}



.icon-large:before {
  font-size:        18px;
  line-height:      18px;
  margin-bottom:    -5px;
}
.icon-huge {
    margin: 10px 0;
}
.icon-huge,
.icon-huge:before {
  font-size:        40px;
  line-height:      40px;
  font-weight: bold;
}

.button[class^="icon-"]:before,
.button[class*=" icon-"]:before,
.button [class^="icon-"]:before,
.button [class*=" icon-"]:before {
  font-size: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-left: 0;
}
.compact [class*="icon-"]:before {
    height: 12px;
    width: 12px;
    margin: 0;
    font-size: 14px;
}
.button-small [class*="icon-"]:before {
    height: 12px;
    width: 12px;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
}
.button-large [class*="icon-"]:before {
    font-size: 24px;
    line-height: 28px;
}

.icon-overhang {
    font-size: 20px;
    margin-right: -30px;
}

ul.icon {
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}

ul.icon li {
    font-size:      14px;
    line-height:    16px;
    padding-left:   20px;
    list-style:     none;
    margin-bottom:  8px;
    display:        block;
    float:          none;
}

ul.icon li:before {
    margin:         0 -5px -5px -20px;
    width:          20px;
    text-align:     left;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }
.icon-quid:before                 { content: "£"; font-family: Lato, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; font-weight: bold; } 
.icon-email:before                { content: "@"; font-family: Lato, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; font-weight: bold; }

.icon-microscope:before           { content: "\f201"; }
.icon-delivery-man:before         { content: "\f202"; }
.icon-basket:before               { content: "\f203"; }
.icon-basket-in:before            { content: "\f204"; }
.icon-basket-out:before           { content: "\f205"; }
/*----------------------------------------------------------------------------
 * tables
 *--------------------------------------------------------------------------*/

table {
    max-width:          100%;
    border-collapse:    collapse;
    border-spacing:     0;
    margin-bottom:      10px;
}


th,
td {
    padding:            5px 0;
    font-size:          14px;
    line-height:        16px;
    text-align:         left;
    vertical-align:     top;
    border-bottom:      1px solid #ccc;
    margin-right:       0 !important;
    float:              none;
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

th.span-1, td.span-1 {
    width:              60px;
    margin-right:       0;
    float:              none;
}
th.span-2, td.span-2 {
    width:              120px;
    margin-right:       0;
    float:              none;
}
th.span-3, td.span-3 {
    width:              180px;
    margin-right:       0;
    float:              none;
}
th.span-4, td.span-4 {
    width:              240px;
    margin-right:       0;
    float:              none;
}
th.span-5, td.span-5 {
    width:              300px;
    margin-right:       0;
    float:              none;
}
th.span-6, td.span-6 {
    width:              360px;
    margin-right:       0;
    float:              none;
}
th.span-7, td.span-7 {
    width:              420px;
    margin-right:       0;
    float:              none;
}
th.span-8, td.span-8 {
    width:              480px;
    margin-right:       0;
    float:              none;
}
th.span-9, td.span-9 {
    width:              540px;
    margin-right:       0;
    float:              none;
}
th.span-10, td.span-10 {
    width:              600px;
    margin-right:       0;
    float:              none;
}
th.span-11, td.span-11 {
    width:              660px;
    margin-right:       0;
    float:              none;
}
th.span-12, td.span-12 {
    width:              720px;
    margin-right:       0;
    float:              none;
}
th.span-13, td.span-13 {
    width:              780px;
    margin-right:       0;
    float:              none;
}
th.span-14, td.span-14 {
    width:              840px;
    margin-right:       0;
    float:              none;
}
th.span-15, td.span-15 {
    width:              900px;
    margin-right:       0;
    float:              none;
}
th.span-16, td.span-16 {
    width:              960px;
    margin-right:       0;
    float:              none;
}

th,
td.th,
tr.th td {
    color: #666;
    font-weight: bold;
}

thead th,
tr.th td,
tr.th th,
tr td.th {
    vertical-align: bottom;
}


tr.topline th,
tr.topline td {
    border-top: 1px solid #ccc;
}

tr.noline th,
tr.noline td,
tr th.noline,
tr td.noline {
    border-bottom: 0px;
}

tr.dashline th,
tr.dashline td,
tr th.dashline,
tr td.dashline {
    border-bottom: 1px dashed #DCDFDF;
}

tr.lightline > th,
tr.lightline > td,
tr th.lightline,
tr td.lightline {
    border-bottom: 1px solid #DCDFDF;
}
tr.darkline > th,
tr.darkline > td,
tr th.darkline,
tr td.darkline {
    border-bottom: 1px solid #969F9F;
}

thead tr:first-child th,
thead tr:first-child td,
tr.topless th,
tr.topless td {
    border-top: 0;
}
tr.last > th,
tr.last > td {
    border-bottom: 0;
}

tr.topthick > th,
tr.topthick > td {
    border-top: 3px solid #aaa;
}

th.money,
td.money {
    text-align: right;
}

td.none {
    color:      #888;
}

tr.total th,
tr.total td {
    background-color:   #E7E9E9;
    font-weight:        bold;
    color:              #393F40;
    border-top:         1px solid #B9BFBF;
    border-bottom:      1px solid #B9BFBF;
}
tr.total th.table-form-label {
    font-weight: bold;
}

tr.pre-total th,
tr.pre-total td {
    border-bottom: 1px solid #999;
}


table.minor th,
table.minor td {
    font-size:          12px;
    line-height:        14px;
}

table.bordered {
    border:             1px solid #ccc;
    border-collapse:    separate;
    *border-collapse:   collapsed;
    border-left:        0;
    -webkit-border-radius:              4px;
    -moz-border-radius:                 4px;
    border-radius:                      4px;

}

table.bordered th,
table.bordered td {
    border-left:        1px solid #ccc;
}

table.bordered thead:first-child tr:first-child th,
table.bordered tbody:first-child tr:first-child th,
table.bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

table.bordered thead:last-child tr:last-child th,
table.bordered tbody:last-child tr:last-child th,
table.bordered tbody:last-child tr:last-child td {
    border-bottom: 0;
}

table.bordered thead:first-child tr:first-child th:first-child,
table.bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
}
table.bordered thead:first-child tr:first-child th:last-child,
table.bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
}

table.bordered thead:last-child tr:last-child th:first-child,
table.bordered tbody:last-child tr:last-child td:first-child {
    .border-radius(0 0 0 4px);
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
}

table.bordered thead:last-child tr:last-child th:last-child,
table.bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
}

table.form th {
    color: #737F80;
    font-weight: normal;
}

table.form th,
table.form td {
/*    border-bottom: 0; 
    border-top: 1px solid #ccc; */
}

table.form th.table-form-label {
    line-height: 26px;
}

table.form th.legend {
    font-weight: bold;
    color: #222;
}

table.form tr.table-buttons th,
table.form tr.table-buttons td {
    border-bottom: 0; 
}

table tr.record-add td {
    background-color: #E4F1FC;
    border-color: #4583B4;
}

table tr.record-add td.record-add-caption {
    background-color: #4583B4;
    border-color: #4583B4;
    color: #F1F8FD;

    font-weight: bold;
}

table tr.record-add td select {
    min-width: 50px;
    max-width: 200px;
}

table tr.field_valid th.table-form-label {
/*    background-color: #F5FAEF;
    border-color: #6B932F; */
    color: #47621F;
}

table tr.mandatory th.table-form-label,
table tr.record-add td.mandatory {
/*    background-color: #E4F1FC;
    border-color: #4583B4; */
    font-weight: bold;
    color: #2E5778 !important;
}

table tr.field_valid td,
table tr td.field_valid {
/*
    background-color: #F5FAEF;
    border-color: #6B932F; */
    color: #47621F;
}


table tr td.field_error,
table tr th.field_error,
table.form tr.field_error td,
table.form tr.field_error th.table-form-label {
/*    background-color: #FDEDF0;
    border-color: #B52438; */
    color: #791825 !important;
}

table.form tr.field_error th.table-form-label {
}

table.info tr th,
table.info tr td {
    font-size: 12px;
}

table.info tr th {
    color: #aaa;
}

table.info-l2 tr th.label,
table.info-l2 > tbody > tr > th:first-child,
table.info-l2 tr th.table-form-label {
    width: 120px;
    text-align: right;
    padding-right: 10px;
    max-width: 120px;
}

table.info-l3 tr th.label,
table.info-l3 > tbody > tr > th:first-child,
table.info-l3 tr th.table-form-label {
    font-size: 12px;
    width: 180px;
    max-width: 180px;
}

table.info-l4 tr th.label,
table.info-l4 > tbody > tr > th:first-child,
table.form-l4 tr th.table-form-label {
    width: 240px;
    max-width: 240px;
    text-align: right;
    padding-right: 10px;
}

table.info-l2 tr th.label i,
table.info-l2 > tbody > tr > th:first-child i,
table.info-l2 tr th.table-form-label i {
    float: left;
}


div.panel table.info-l2 tr:last-child th,
div.panel table.info-l2 tr:last-child td {
    border-bottom: 1px;
}


table.form tr td {
/*    padding-left: 0; */
}

table.form tr.form_error td,
table.form tr.form_error th {
    border: 0;
}

table.form tr.field_error td input,
table.form tr.field_error td select {
    margin-bottom: 10px;
}

table.list-select tr.item:hover td {
    background-color:   #5DAFF0;
    color:              white;
    cursor:             pointer;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}

/*------------------------------------------------------------------------
 * Search and search results.
 *------------------------------------------------------------------------*/

div.results {
    clear:              right;
    margin:             0 0 5px 0;
}

div.results div.overview {
    position:           relative;
/*    min-height:         22px;  */
    padding:            2px 6px;  
    overflow:           visible;
}

div.results div.overview div.summary {
    padding:            2px 5px;
    font-size:          14px;
    line-height:        14px;
    float:              left;
    color:              #888;
}

div.results div.overview div.paging {
    float: right;
    padding: 0px;
    border: 0; 
}

div.paging a {
    text-decoration:    none;
}

div.paging .blank {
    display:            block;
    float:              left;
    width:              22px;
    margin-left:        5px;
}
div.paging .control {
    position:           relative;
    display:            block;
    float:              left;
    overflow:           visible;
    width:              26px;
/*    height:             22px; */
    margin:             0 0 0 1px;
    margin:             0;
    font-size:          12px;
/*    line-height:        22px; */
    text-align:         center;
}

div.paging .control-first {
}

div.paging .control-last {
}

div.paging .control span.text {
    display:            none;  /* using images */
}

div.paging .page_no span.text {
    display:            inline;
    font-weight:        bold;
}

div.paging span.control {
    opacity:                            0.4;
    filter:                             alpha(opacity=40);

}


div.scroll-horz {
    width: 100%;
    overflow-x: auto;
}

table.results {
    font-size:  14px;
    line-height: 18px;
    background-color: #fff;
    padding: 2px;
    margin: 0 auto;
    clear: both;
    width: auto;
    min-width: 100%;
}

table.results thead {
    background-color: #eee;
}

table.results tbody {
    border-top: 0;
    border-bottom: 0;
    width: 110%;
}

table.results tr td,
table.results tr th {
    vertical-align:     top;
    padding:            3px 5px;
    margin:             0;
    font-size:          14px;
    line-height:        18px;
/*    min-width:          120px; */
    font-size: 12px;
/*    white-space: nowrap; */
    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

}

table.results thead th {
    text-align: left;
    background-color: #4583B4;
    color: #ccc;
    border-left: 1px solid rgba(255,255,255,0.1);
}


table.results thead th.money {
    text-align: right;
}

table.results thead th a {
    font-size: 12px;
    display: block;
}

table.results thead th.order a {
    padding-right: 20px;
}

table.results thead th.order a i {
    float: right;
    margin-right: -20px;
}

/*
table.results thead th.down,
table.results thead th.up {
    background-color:   #2E5778;
    color:              white;
    font-weight:        bold;
}
*/

table.results thead th a {
    color: rgba(255,255,255,0.7);
}

table.results thead th a i.cold {
    color: rgba(255,255,255,0.5);
}

table.results thead th a:hover i.cold {
    color: rgba(255,255,255,0.8);
}

table.results th a:hover {
    color: white !important;
}

table.results tr.odd td {
    background-color: #E4F1FC;
}

table.results tr.even td {
    background-color: #F1F8FD;
}

table.results tr:hover td {
/*    font-size: 16px; */
}

/*----------------------------------------------------------------------------
 * New style
 *--------------------------------------------------------------------------*/

table.sortable thead th {
    background-color:       #E7E9E9;
    color:                  #393F40;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.2);

}

table.sortable thead th a {
    color:                  #393F40;
}

table.sortable thead th:first-child {
    -webkit-border-radius:              5px 0 0 0;
    -moz-border-radius:                 5px 0 0 0;
    border-radius:                      5px 0 0 0;

}
table.sortable thead th:last-child {
    -webkit-border-radius:              0 5px 0 0;
    -moz-border-radius:                 0 5px 0 0;
    border-radius:                      0 5px 0 0;

}

table.sortable thead th a {
    color: rgba(0,0,0,0.7);
}

table.results th a:hover {
    color: #393F40 !important;
}

table.sortable thead th a i.cold {
    color: rgba(0,0,0,0.3);
}

table.results thead th a:hover i.cold {
    color: rgba(0,0,0,0.5);
}



table.sortable thead th a:hover,
table.sortable thead th:hover {
    background-color:       #DCDFDF;
    cursor:                 pointer;
}

table.sortable thead th.warm {
    background-color:       #B9BFBF;
    color:                  #1C1F20;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);

}

table.sortable thead th i.icon-lfh-toggle {
    float:                  right;
    font-size:              14px;
}
table.sortable thead th i.icon-lfh-toggle:before {
    content:                "\f0dc";
    color:                  #969F9F;
}
table.sortable thead:hover th i.icon-lfh-toggle:before {
    color:                  #737F80;
}

table.sortable thead th.warm i.icon-lfh-toggle:before {
    content:                "\f0dd";
    color:                  #393F40;
}
table.sortable thead th.warm.up i.icon-lfh-toggle:before {
    content:                "\f0de";
}

table.sortable tr td.multi {
    border-left:            3px solid #DCDFDF;
}

div.inspector {
    float: right;
}
div.risable {
}

div.risable div.riser {
    margin-top: -15px;
    margin-bottom: -5px;
    font-size: 12px;
}

/*
div.risable {
    margin-top: -24px;
    padding-top: 10px;
}

div.risable div.riser {
    margin-bottom: -20px;
    -webkit-transition:                 all 0.3s ease-in-out 0.2s;
    -moz-transition:                    all 0.3s ease-in-out 0.2s;
    -ms-transition:                     all 0.3s ease-in-out 0.2s;
    -o-transition:                      all 0.3s ease-in-out 0.2s;
    transition:                         all 0.3s ease-in-out 0.2s;

}

div.risable:hover div.riser {
    margin-bottom: 0;
    -webkit-transition:                 all 0.3s ease-in-out 0.2s;
    -moz-transition:                    all 0.3s ease-in-out 0.2s;
    -ms-transition:                     all 0.3s ease-in-out 0.2s;
    -o-transition:                      all 0.3s ease-in-out 0.2s;
    transition:                         all 0.3s ease-in-out 0.2s;

}
*/



div.edge {
    padding: 2px;
    background-color: white;
    border: 1px solid #4583B4;
    -webkit-border-radius:              6px;
    -moz-border-radius:                 6px;
    border-radius:                      6px;

    -webkit-box-shadow:                 2px 3px 4px rgba(0,0,0,0.15);
    -moz-box-shadow:                    2px 3px 4px rgba(0,0,0,0.15);
    box-shadow:                         2px 3px 4px rgba(0,0,0,0.15);

}




div.results-blue div.overview {
    color:              #fff; 
    background:         #555;
    background-color: ;
    background-image: -moz-linear-gradient(top, #5DAFF0, #4583B4);
    background-image: -ms-linear-gradient(top, #5DAFF0, #4583B4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5DAFF0), to(#4583B4));
    background-image: -webkit-linear-gradient(top, #5DAFF0, #4583B4);
    background-image: -o-linear-gradient(top, #5DAFF0, #4583B4);
    background-image: linear-gradient(top, #5DAFF0, #4583B4);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#5DAFF0,#4583B4));

    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;


}

div.results-loading div.results-blue div.overview {

    background: #F3AB33 url('../images/icons/loading_orange.gif')
          no-repeat 10px center;
}

div.results-loading div.results-blue div.summary {
    margin-left: 20px;

}


div.results-blue div.overview div.summary {
/*     height:             20px;*/
    padding:            2px 5px;
    font-size:          14px;
    line-height:        14px;
    color:              white;
    float:              left;
    color:              rgba(255,255,255,0.8);
    text-shadow:                        -1px -1px 0 rgba(0,0,0,0.3);

}

div.results-blue div.overview div.paging {
/*    border: 1px solid rgba(255,255,255,0.3);
    border-top-color: rgba(0,0,0,0.3);
    border-left-color: rgba(0,0,0,0.3); */
    border: 0; 
    -webkit-border-radius:              13px;
    -moz-border-radius:                 13px;
    border-radius:                      13px;
    -webkit-box-shadow:                 -1px -1px 1px rgba(0,0,0,0.2), 1px 1px 1px rgba(255,255,255,0.2);
    -moz-box-shadow:                    -1px -1px 1px rgba(0,0,0,0.2), 1px 1px 1px rgba(255,255,255,0.2);
    box-shadow:                         -1px -1px 1px rgba(0,0,0,0.2), 1px 1px 1px rgba(255,255,255,0.2);

}

div.results-blue div.paging .control {
    color:              white;
    background-color: ;
    background-image: -moz-linear-gradient(top, #969F9F, #565F60);
    background-image: -ms-linear-gradient(top, #969F9F, #565F60);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#969F9F), to(#565F60));
    background-image: -webkit-linear-gradient(top, #969F9F, #565F60);
    background-image: -o-linear-gradient(top, #969F9F, #565F60);
    background-image: linear-gradient(top, #969F9F, #565F60);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#969F9F,#565F60));
    -webkit-border-radius:              2px;
    -moz-border-radius:                 2px;
    border-radius:                      2px;
    -webkit-box-shadow:                 inset -1px -1px 0px rgba(0,0,0,0.3),inset 1px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow:                    inset -1px -1px 0px rgba(0,0,0,0.3),inset 1px 1px 0px rgba(255,255,255,0.2);
    box-shadow:                         inset -1px -1px 0px rgba(0,0,0,0.3),inset 1px 1px 0px rgba(255,255,255,0.2);

}

div.results-blue div.paging a.control:hover {
    background-color: ;
    background-image: -moz-linear-gradient(top, #737F80, #393F40);
    background-image: -ms-linear-gradient(top, #737F80, #393F40);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#737F80), to(#393F40));
    background-image: -webkit-linear-gradient(top, #737F80, #393F40);
    background-image: -o-linear-gradient(top, #737F80, #393F40);
    background-image: linear-gradient(top, #737F80, #393F40);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#737F80,#393F40));

}

div.results-blue div.paging a.warm,
div.results-blue div.paging a.warm:hover {
    background-color: ;
    background-image: -moz-linear-gradient(top, #6B932F, #8FC43F);
    background-image: -ms-linear-gradient(top, #6B932F, #8FC43F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6B932F), to(#8FC43F));
    background-image: -webkit-linear-gradient(top, #6B932F, #8FC43F);
    background-image: -o-linear-gradient(top, #6B932F, #8FC43F);
    background-image: linear-gradient(top, #6B932F, #8FC43F);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#6B932F,#8FC43F));


}


div.results-blue div.paging .control-first {
    padding-left: 3px;
    -webkit-border-radius:              11px 2px 2px 11px;
    -moz-border-radius:                 11px 2px 2px 11px;
    border-radius:                      11px 2px 2px 11px;

}

div.results-blue div.paging .control-last {
    padding-right: 3px;
    -webkit-border-radius:              2px 11px 11px 2px;
    -moz-border-radius:                 2px 11px 11px 2px;
    border-radius:                      2px 11px 11px 2px;

}

div.results-blue div.paging span.control {
}

div.results-blue table.results {
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}

div.results-blue table.results thead {
/*    border-bottom: 1px solid rgba(0,0,0,0.8); */
    background-color: #eee;
}

div.results-blue table.results tbody {
}

div.results-blue table.results tr td,
div.results-blue table.results tr th {
    border-bottom:      1px solid white;
}

div.results-blue table.results th {
    background-color: #aaa;
    color: #444;
}



div.results-blue table.results td {
    background-color: #EEEEEE;
}

div.results-blue table.results thead th {
    border-left: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.9);
    background-color: ;
    background-image: -moz-linear-gradient(top, #85C3F3, #4583B4);
    background-image: -ms-linear-gradient(top, #85C3F3, #4583B4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85C3F3), to(#4583B4));
    background-image: -webkit-linear-gradient(top, #85C3F3, #4583B4);
    background-image: -o-linear-gradient(top, #85C3F3, #4583B4);
    background-image: linear-gradient(top, #85C3F3, #4583B4);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#85C3F3,#4583B4));

    text-shadow:                        -1px -1px 0 rgba(0,0,0,0.2);

}


div.results-blue table.results thead th a {
    color: rgba(255,255,255,0.9);
}

div.results-blue table.results thead th a i.cold {
    color: rgba(255,255,255,0.5);
    text-shadow:                        -1px -1px 0 rgba(0,0,0,0.1);

}

div.results-blue table.results thead th a:hover i.cold {
    color: rgba(255,255,255,0.8);
}

div.results-blue table.results th a:hover {
    color: white;
}


div.results-blue table.results td {
    border-left: 1px solid white;
    background-color: #f7f7f7;
    background-color: #F1F8FD;

}

div.results-blue table.results tr.even td {
    background-color: #eee;
    background-color: #E4F1FC;

}

div.results-blue table.results th.th-first,
div.results-blue table.results td.td-first {
    border-left: 0;
}
div.results-blue table.results th.th-last,
div.results-blue table.results th.td-last {
    border-right: 0;
}


div.results-blue table.results tr.status-pending td {
    background-color: #EAF2F3;
    color: #043439;
}

div.results-blue table.results tr.even.status-pending td {
    background-color: #D5E6E7;
}
div.results-blue table.results tr.status-placed td {
    background-color: #FEFDEC;
    color: #7E7511;
}

div.results-blue table.results tr.even.status-placed td {
    background-color: #FEFBDA;
}
div.results-blue table.results tr.status-approved td {
    background-color: #F5FAEF;
    color: #47621F;
}

div.results-blue table.results tr.even.status-approved td {
    background-color: #ECF5DF;
}
div.results-blue table.results tr.status-rejected td {
    background-color: #F8ECEE;
    color: #5A121C;
}

div.results-blue table.results tr.even.status-rejected td {
    background-color: #F2DADD;
}
div.results-blue table.results tr.status-cancelled td {
    background-color: #F8F4EC;
    color: #5B4013;
}

div.results-blue table.results tr.even.status-cancelled td {
    background-color: #F2E9DA;
}
div.results-blue table.results tr.status-active td {
    background-color: #F5FAEF;
    color: #47621F;
}

div.results-blue table.results tr.even.status-active td {
    background-color: #ECF5DF;
}
div.results-blue table.results tr.status-expired td {
    background-color: #F8E9F3;
    color: #56003A;
}

div.results-blue table.results tr.even.status-expired td {
    background-color: #F1D4E7;
}
div.results-blue table.results tr.status-locked td {
    background-color: #FDEDF0;
    color: #791825;
}

div.results-blue table.results tr.even.status-locked td {
    background-color: #FCDCE1;
}
div.results-blue table.results tr.status-cancelled td {
    background-color: #F8F4EC;
    color: #5B4013;
}

div.results-blue table.results tr.even.status-cancelled td {
    background-color: #F2E9DA;
}
div.results-blue table.results tr.status-complete td {
    background-color: #EAF2F3;
    color: #043439;
}

div.results-blue table.results tr.even.status-complete td {
    background-color: #D5E6E7;
}


div.results-blue table.results tr.status-archived td {
    background-color: #bbb;
    background-color: #93b2c1;
    color: #444;
    color: #172B3C;
}

div.results-blue table.results tr.status-archived td a {
    color: #2E5778;
}

div.results-blue table.results tr.even.status-archived td {
    background-color: #aaa;
    background-color: #abc5d2;
}

div.results-blue table.results thead tr th.th-first {
    -webkit-border-radius:              5px 0 0 0;
    -moz-border-radius:                 5px 0 0 0;
    border-radius:                      5px 0 0 0;

}

div.results-blue table.results thead tr th.th-last {
    -webkit-border-radius:              0 5px 0 0;
    -moz-border-radius:                 0 5px 0 0;
    border-radius:                      0 5px 0 0;

}

div.results-blue table.results tfoot td {
    border-top: 1px solid rgba(0,0,0,0.6);
    border-bottom: 0;
    background-color: #eee;
    height: 20px;
}

div.results-blue table.results tfoot td.td-single {
    background-color: ;
    background-image: -moz-linear-gradient(top, #85C3F3, #4583B4);
    background-image: -ms-linear-gradient(top, #85C3F3, #4583B4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85C3F3), to(#4583B4));
    background-image: -webkit-linear-gradient(top, #85C3F3, #4583B4);
    background-image: -o-linear-gradient(top, #85C3F3, #4583B4);
    background-image: linear-gradient(top, #85C3F3, #4583B4);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#85C3F3,#4583B4));

    -webkit-border-radius:              0 0 5px 5px;
    -moz-border-radius:                 0 0 5px 5px;
    border-radius:                      0 0 5px 5px;

}

table.clickable tr:hover td,
div.results table.clickable tr:hover td {
    background-color: #5DAFF0 !important;
    color: white !important;
    cursor: pointer;
}

table.clickable tr:hover td a,
div.results table.clickable tr:hover td a {
    color: white !important;
}

table.clickable tr:hover td a:hover,
div.results table.clickable tr:hover td a:hover {
    color: #F3AB33 !important;
}

table.clickable tr.unclickable:hover td,
div.results table.clickable tr.unclickable:hover td {
    background-color: inherit;
    color: inherit;
    cursor: inherit;
}

table.clickable tr:hover td .flag-on {
    color: white;
}

table.clickable tr:hover td .flag-off {
    color: #AED7F7;
}

/*
table.results tbody tr.tr-last td.td-first {
    -webkit-border-radius:              0 0 0 5px;
    -moz-border-radius:                 0 0 0 5px;
    border-radius:                      0 0 0 5px;

}

table.results tbody tr.tr-last td.td-last {
    -webkit-border-radius:              0 0 5px 0;
    -moz-border-radius:                 0 0 5px 0;
    border-radius:                      0 0 5px 0;

}
*/




/*----------------------------------------------------------------------------
 * Table-based calendar
 *--------------------------------------------------------------------------*/

table.calendar {
    margin-top: 10px;
}

table.calendar td,
table.calendar th {
    padding:            2px 0;
    margin:             0 !important;
    border-bottom:      1px solid #fff;
    border-right:       1px solid #fff;
    height:             19px;
    line-height:        15px;
    font-size:          11px;
}

table.calendar [class^="icon-"],
table.calendar [class*=" icon-"] {
    line-height:        19px;
    font-size:          11px;
}

table.calendar td.day,
table.calendar th.day {
    position:           relative;
    height:             20px !important;
    width:              20px !important;
    overflow:           visible;
    text-align:         center;
    vertical-align:     middle;
    color:              #B9BFBF;
    background-color:   #E7E9E9;
}

table.calendar th.caption {
    background-color:   #737F80;
    color:              #E7E9E9;
    padding-left:       5px;
    padding-right:      5px;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

    -webkit-box-shadow:                 inset 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:                    inset 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:                         inset 1px 1px 1px rgba(0,0,0,0.2);

}

table.calendar th.separator,
table.calendar td.separator {
    background-color:   #DCDFDF;
    color:              #737F80;
    background-color: ;
    background-image: -moz-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -ms-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDFDF), to(#E7E9E9));
    background-image: -webkit-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -o-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: linear-gradient(top, #DCDFDF, #E7E9E9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#DCDFDF,#E7E9E9));

    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);


    -webkit-box-shadow:                 inset 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    inset 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow:                         inset 0px 2px 2px rgba(0,0,0,0.1);

}

table.calendar tbody th.separator,
table.calendar tbody td.separator {
    font-weight: bold;
}

table.calendar tbody th.caption {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

table.calendar tbody tr:first-child th.caption {
    -webkit-border-radius:              5px 0 0 0;
    -moz-border-radius:                 5px 0 0 0;
    border-radius:                      5px 0 0 0;

}

table.calendar tbody tr:last-child th.caption {
    -webkit-border-radius:              0 0 0 5px;
    -moz-border-radius:                 0 0 0 5px;
    border-radius:                      0 0 0 5px;

}

table.calendar tbody tr:first-child:last-child th.caption {
    -webkit-border-radius:              5px 0 0 5px;
    -moz-border-radius:                 5px 0 0 5px;
    border-radius:                      5px 0 0 5px;

}

table.calendar th.month {
    position: relative;
    text-align: center;
}

table.calendar td.weekend {
    background-color:   #DCDFDF;
    color:              #969F9F;
}

table.calendar .name,
table.calendar .names .day {
    background-color:   #DCDFDF;
    color:              #737F80;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.2);

}

table.calendar .name.weekend,
table.calendar .names .weekend {
    background-color:   #B9BFBF;
    color:              #737F80;
}

table.calendar thead th.month {
    -webkit-border-radius:              5px 5px 0 0;
    -moz-border-radius:                 5px 5px 0 0;
    border-radius:                      5px 5px 0 0;

}





/*----------------------------------------------------------------------------
 * Indicate past, present and future.
 *--------------------------------------------------------------------------*/

table.calendar-today .past {
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}

table.calendar-today .past:hover {
    opacity:                            1;
    filter:                             alpha(opacity=100);

}

table.calendar-today td.today {
    background-color:   #D6EBFB;
    color:              #4583B4;
}

table.calendar-today .names th.today {
    background-color:   #AED7F7;
    color:              #4583B4;
}

table.calendar-today .row .booking.today {

}

/*----------------------------------------------------------------------------
 * Availability
 *--------------------------------------------------------------------------*/

table.calendar .row .lots {
    background-color:       #E3F0CF;
    color:                  #47621F;
}
table.calendar .row .lots.weekend {
    background-color:       #C7E19F;
    color:                  #6B932F;
}

table.calendar .row .some {
    background-color:       #F9D599;
    color:                  #B68026;
    font-weight: bold;
}
table.calendar .row .some.weekend {
    background-color:       #F6C066;
    color:                  #B68026;
}

table.calendar .row .none {
    background-color:       #F56378;
    color:                  #791825;
    font-weight:            bold;
}
table.calendar .row .none.weekend {
    background-color:       #F2304B;
    color:                  #791825;
}




/*----------------------------------------------------------------------------
 * Bookings
 *--------------------------------------------------------------------------*/

table.calendar .row .booking {
    background-color:           #8B71C8;
    color:                      #EBE7F5;

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

    -webkit-box-shadow:                 inset 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:                    inset 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:                         inset 1px 1px 3px rgba(0,0,0,0.2);

}

table.calendar .row .booking.weekend {
    background-color:           #685496;
    color:                      #C5B8E3;

}



table.calendar .row .outbound {
    background-color:           #A13F81;
    color:                      #EAD4E3;
}

table.calendar .row .outbound.weekend {
    background-color:           #810057;
    color:                      #DFBFD5;
}

table.calendar .row .inbound {
    background-color:           #458E95;
    color:                      #D5E6E7;
}

table.calendar .row .inbound.weekend {
    background-color:           #086972;
    color:                      #C1D9DB;
}

table.calendar .row .XXXdelivery {
    background-color:           #5DAFF0;
    color:                      #E4F1FC;

}

table.calendar .row .XXXdelivery.weekend {
    background-color:           #4583B4;
    color:                      #85C3F3;

}

table.calendar .row .hire {
    background-color:           #8FC43F;
    color:                      #ECF5DF;

}

table.calendar .row .hire.weekend {
    background-color:           #6B932F;
    color:                      #C7E19F;

}

table.calendar .row .maintenance {
    background-color:       #8D7FB0;
    color:                  #E5E2ED;
}

table.calendar .row .maintenance.weekend {
    background-color:       #685496;
    color:                  #D9D4E4;
}

table.calendar .row .reservation {
    background-color:           #B38F3A;
    color:                      #F2ECDE;

}

table.calendar .row .reservation.weekend {
    background-color:           #866B2B;
    color:                      #ECE3CD;

}

table.calendar .row .clash {
    background-color:           #B52438;
    color:                      white;
    font-weight:                bold;
    background:                 #B52438 url('../images/calendar/blocked.png')
                                repeat-y center top;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.1);

}

table.calendar .row .clash.weekend {
    background-color:           #791825;
    color:                      #FDEDF0;

}

table.calendar .row .unavailable {
    background: #888 url('../images/calendar/blocked.png')
                repeat-y center center;
    color:                      #ddd;
    background-image: url('../images/calendar/blocked.png') !important;
}

table.calendar .row .unavailable.weekend {
    background-color:           #666;
    color:                      #aaa;
}

table.calendar .row .starts {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url('../images/calendar/start.png') !important;
}

table.calendar .row .ends {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url('../images/calendar/end.png') !important;
}



/*----------------------------------------------------------------------------
 * Transport controls
 *--------------------------------------------------------------------------*/

div.calendar-transport {
    font-size: 12px;
    line-height: 16px;
/*    width:  480px; */
}
div.calendar-transport div.range {
    color: #565F60;
    padding: 0 0 5px 0;
    line-height: 16px;
}

div.calendar-transport div.range a.clearval {
    margin-bottom: -2px;
}

div.calendar-transport div.range span.date {
    font-weight: bold;
    color: #393F40;
    padding: 0 4px;
}
div.calendar-transport div.radio-set {
    margin-bottom: 5px;
    padding: 0 0 5px 0;
}


/*----------------------------------------------------------------------------
 * Events
 *--------------------------------------------------------------------------*/

table.calendar td.day   .event,
table.calendar td.day   .booking,
table.calendar td.month .months {
    position:           absolute;
    z-index:            1000;
    top:                100%;
    left:               0;
    min-height:         30px;
    width:              120px;
    padding:            3px;
    border:             1px solid #737F80;
    text-align:         left;
    margin-bottom:      20px;
    -webkit-border-radius:              0 3px 5px 5px;
    -moz-border-radius:                 0 3px 5px 5px;
    border-radius:                      0 3px 5px 5px;

    background-color: ;
    background-image: -moz-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -ms-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCDFDF), to(#E7E9E9));
    background-image: -webkit-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: -o-linear-gradient(top, #DCDFDF, #E7E9E9);
    background-image: linear-gradient(top, #DCDFDF, #E7E9E9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#DCDFDF,#E7E9E9));

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.2);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.2);

}

table.calendar td.day .booking {
    width:              240px;
}

table.calendar-popup {
    margin-bottom:      200px;
}

table.calendar td.day .booking table th,
table.calendar td.day .booking table td {
    font-size:          10px;
    line-height:        12px;
    padding:            2px 0;
    border-right:       0;
    border-bottom:      1px solid #737F80;
    color:              #565F60;
    width:              auto !important;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.2);

}

table.calendar td.day .booking a {
    color:              #000;
    font-weight:        bold;
}

table.calendar td.day .booking a:hover {
    color:              #B68026;
    cursor: pointer;
}

table.calendar td.day .event .caption {
    margin: -2px -2px 1px -2px;
    padding: 1px 2px;
    -webkit-border-radius:              0 3px 0 0;
    -moz-border-radius:                 0 3px 0 0;
    border-radius:                      0 3px 0 0;

    background-color: #393F40;
}

table.calendar td.day .event h5 {
    font-size: 12px;
    margin: 0 -2px;
    padding: 0;
    background-color: #737F80;
    color: #DCDFDF;
    text-align: center;
    border-bottom: 1px solid #969F9F;
}

table.calendar td.day .event p {
    font-size: 11px;
    line-height: 13px;
    color: #565F60;
    margin: 0;
    padding: 2px;
    text-shadow:                        1px 1px 0px rgba(255,255,255,0.2);

}

table.calendar td.day .event .input {
    display: block;
    margin: 2px 0 0 0;
    background-color: #eee;
    border: 1px solid #666;
    color: #666;
    width: 112px;
    -webkit-box-shadow:                 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:                    1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:                         1px 1px 1px rgba(0,0,0,0.2);

    -webkit-border-radius:              2px;
    -moz-border-radius:                 2px;
    border-radius:                      2px;

}

table.calendar td.day .event select {
    float: left;
    margin: 5px 0 0 0;
    -webkit-box-shadow:                 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:                    1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:                         1px 1px 1px rgba(0,0,0,0.2);

}

table.calendar td.day .event .button {
    float: right;
    margin: 5px 0 0 0;
    -webkit-box-shadow:                 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:                    1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:                         1px 1px 1px rgba(0,0,0,0.2);

}

table.calendar tr.selectable .booking:hover {
    cursor:             pointer;
}


/*----------------------------------------------------------------------------
 * Carousel
 *--------------------------------------------------------------------------*/

div.carousel {
    position:           relative;
    background-color:   transparent;
    padding:            0px;
/*    height:             480px; */
    border:             0;
    padding-right:      10px;
    background-color:   #202424;
}

div.carousel div.frame {
    padding:            0;
    margin:             0;
/*    height:             480px; */
    position:           relative;
    float:              left;
    width:              560px;
}

div.carousel div.frame img {
    float:              left;
    margin:             0;
}

div.carousel div.frame div.photographer {
    position:           absolute;
    bottom:             30px;
    left:               10px;
    width:              100%;
    height:             80px;
    font-size:          20px;
    line-height:        24px;
}

div.carousel div.frame div.lens {
    position:           absolute;
    bottom:             200px;
    right:              0px;
    width:              280px;
    height:             100px;
    font-size:          16px;
    line-height:        18px;
    color:              #8FC43F;
    text-align:         right;
}

div.carousel div.frame div.qna {
    position:           absolute;
    top:                10px;
    right:              0px;
    width:              260px;
    height:             150px;
    font-size:          14px;
    line-height:        16px;
    color:              #8B71C8;
    text-align:         right;

}

div.carousel div.frame div.hire {
    position:           absolute;
    bottom:             50px;
    right:              80px;
    width:              120px;
    height:             100px;
}


div.carousel div.frame div.photographer h1 {
    margin: 0;
    color: #F3AB33;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.5);

}

div.carousel div.frame div.lens h2 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #F3AB33;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.5);

}

div.carousel div.frame div.qna h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 22px;
    color: #8FC43F;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.5);

}

div.carousel div.frame div.qna h4 {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #8B71C8;
    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.5);

}

div.carousel div.frame div.hire h3.price {
    font-size: 26px;
    margin: 0 0 10px 0;
    color: #8FC43F;
    text-align: right;
}

div.carousel div.frame div.hire div.trivia {
    text-align: right;
}


OLDdiv.carousel div.frame div.info {
    position: absolute;
    right: 0px;
    bottom: 40px;
    height: 50px;
    width: 50%;
    padding: 5px 10px;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    background-color: rgba(255,255,255,0.6);
    color: #393F40;
}

OLDdiv.carousel div.frame div.chat {
    position: absolute;
    left: 25px;
    top: 50px;
    color: #565F60;
    width: 40%;
    height: 300px;
    font-size: 28px;
    line-height: 36px;
}


div.carousel a.nav {
    bottom: 25%;
    border: 4px solid #393F40;
    height: 32px;
    line-height: 24px;
    background-color: #565F60;
    background-color: ;
    background-image: -moz-linear-gradient(top, #393F40, #737F80);
    background-image: -ms-linear-gradient(top, #393F40, #737F80);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393F40), to(#737F80));
    background-image: -webkit-linear-gradient(top, #393F40, #737F80);
    background-image: -o-linear-gradient(top, #393F40, #737F80);
    background-image: linear-gradient(top, #393F40, #737F80);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#393F40,#737F80));

    -webkit-border-radius:              16px;
    -moz-border-radius:                 16px;
    border-radius:                      16px;

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.2);

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.2);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.2);

    opacity:                            0.2;
    filter:                             alpha(opacity=20);

}

div.carousel a.nav i {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    float: none;
    text-align: center;
    display: block;
}

div.carousel a.nav:hover i {
    color: #F3AB33;
}

div.carousel a.prev{
    left:                   -20px;
}

div.carousel a.next {
    right:                  -10px;
    -webkit-border-radius:              16px;
    -moz-border-radius:                 16px;
    border-radius:                      16px;

}

div.carousel div.pagination_box {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 50%;
}

div.carousel div.pagination_box a {
    float:              left;
    width:              20px;
    height:             20px;
    margin-right:       5px;
    border:             2px solid #393F40;
    text-align:         center;
    background:         #565F60;
    font-size:          12px;
    font-weight:        bold;
    line-height:        14px;
    padding:            1px 0;
    color:              #B9BFBF;
    -webkit-border-radius:              10px;
    -moz-border-radius:                 10px;
    border-radius:                      10px;

    text-shadow:                        -1px -1px 0px rgba(0,0,0,0.3);

    opacity:                            0.5;
    filter:                             alpha(opacity=50);

    -webkit-box-shadow:                 2px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:                    2px 2px 2px rgba(0,0,0,0.2);
    box-shadow:                         2px 2px 2px rgba(0,0,0,0.2);

}


div.carousel div.pagination_box a.selected {
    color:              #F3AB33;
    background-color: ;
    background-image: -moz-linear-gradient(top, #393F40, #737F80);
    background-image: -ms-linear-gradient(top, #393F40, #737F80);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393F40), to(#737F80));
    background-image: -webkit-linear-gradient(top, #393F40, #737F80);
    background-image: -o-linear-gradient(top, #393F40, #737F80);
    background-image: linear-gradient(top, #393F40, #737F80);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#393F40,#737F80));

    opacity:                            1;
    filter:                             alpha(opacity=100);

    -webkit-box-shadow:                 inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:                    inset 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow:                         inset 1px 1px 1px rgba(0,0,0,0.1);

}


div.carousel div.pagination_box a:hover {
    background-color: #F3AB33;
    color: #795519;
    border-color: #795519;
    opacity:                            1;
    filter:                             alpha(opacity=100);

    text-shadow:                        1px 1px 0px rgba(255,255,255,0.3);

    background-color: ;
    background-image: -moz-linear-gradient(top, #B68026, #F6C066);
    background-image: -ms-linear-gradient(top, #B68026, #F6C066);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B68026), to(#F6C066));
    background-image: -webkit-linear-gradient(top, #B68026, #F6C066);
    background-image: -o-linear-gradient(top, #B68026, #F6C066);
    background-image: linear-gradient(top, #B68026, #F6C066);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#B68026,#F6C066));

}


/*----------------------------------------------------------------------------
 * General UI
 *--------------------------------------------------------------------------*/
.ui-widget { 
    border: 1px solid #5DAFF0; background: #ffffff; color: #222222; 
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;
    -webkit-box-shadow:                 2px 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow:                    2px 2px 4px rgba(0,0,0,0.1);
    box-shadow:                         2px 2px 4px rgba(0,0,0,0.1);

}

.ui-state-disabled { cursor: default !important; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-content { 
    background: #ffffff; color: #222222; 
}
.ui-widget-content a { color: #222222; }
.ui-widget-header { 
    border: 1px solid #2E5778; 
    background: #5DAFF0; color: #172B3C; 
    font-size: 12px;
    line-height: 18px;
    font-weight: bold; 
    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;

}
.ui-widget-header a { color: #003a56; }


.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default { 
    border: 1px solid #85C3F3;
    font-weight: normal; 
    color: #2E5778;
    background-color: ;
    background-image: -moz-linear-gradient(top, #F1F8FD, #E4F1FC);
    background-image: -ms-linear-gradient(top, #F1F8FD, #E4F1FC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F1F8FD), to(#E4F1FC));
    background-image: -webkit-linear-gradient(top, #F1F8FD, #E4F1FC);
    background-image: -o-linear-gradient(top, #F1F8FD, #E4F1FC);
    background-image: linear-gradient(top, #F1F8FD, #E4F1FC);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#F1F8FD,#E4F1FC));

}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
    text-decoration: none; 
}

.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus {
    border-color: #4583B4; 
    color: #172B3C; 
    font-weight: normal;
    background-color: ;
    background-image: -moz-linear-gradient(top, #D6EBFB, #AED7F7);
    background-image: -ms-linear-gradient(top, #D6EBFB, #AED7F7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D6EBFB), to(#AED7F7));
    background-image: -webkit-linear-gradient(top, #D6EBFB, #AED7F7);
    background-image: -o-linear-gradient(top, #D6EBFB, #AED7F7);
    background-image: linear-gradient(top, #D6EBFB, #AED7F7);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#D6EBFB,#AED7F7));

}

/* Interaction Cues
----------------------------------*/
.ui-widget-content .ui-state-active {
    color: #23310F;
    border-color: #6B932F;
    background-color: ;
    background-image: -moz-linear-gradient(top, #C7E19F, #ECF5DF);
    background-image: -ms-linear-gradient(top, #C7E19F, #ECF5DF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C7E19F), to(#ECF5DF));
    background-image: -webkit-linear-gradient(top, #C7E19F, #ECF5DF);
    background-image: -o-linear-gradient(top, #C7E19F, #ECF5DF);
    background-image: linear-gradient(top, #C7E19F, #ECF5DF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#C7E19F,#ECF5DF));

}

.ui-widget-content .ui-state-highlight {
    color: #172B3C;
    border-color: #4583B4;
    background-color: ;
    background-image: -moz-linear-gradient(top, #AED7F7, #E4F1FC);
    background-image: -ms-linear-gradient(top, #AED7F7, #E4F1FC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AED7F7), to(#E4F1FC));
    background-image: -webkit-linear-gradient(top, #AED7F7, #E4F1FC);
    background-image: -o-linear-gradient(top, #AED7F7, #E4F1FC);
    background-image: linear-gradient(top, #AED7F7, #E4F1FC);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#AED7F7,#E4F1FC));

}

/*
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #3a5600; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/images/jquery-ui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
*/

/*----------------------------------------------------------------------------
 * Slider
 *--------------------------------------------------------------------------*/

.ui-slider :active,
.ui-slider :focus { 
    outline: none; 
}

.ui-slider { 
    position: relative; 
    text-align: left; 
    border: 1px solid rgba(0,0,0,0.3);
    overflow: visible;
/*    border: 1px solid #4583B4; */
    background-color: ;
    background-image: -moz-linear-gradient(top, #f0f0f0, #f8f8f8);
    background-image: -ms-linear-gradient(top, #f0f0f0, #f8f8f8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #f8f8f8);
    background-image: -o-linear-gradient(top, #f0f0f0, #f8f8f8);
    background-image: linear-gradient(top, #f0f0f0, #f8f8f8);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#f0f0f0,#f8f8f8));

    -webkit-box-shadow:                 inset 1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:                    inset 1px 1px 2px rgba(0,0,0,0.1);
    box-shadow:                         inset 1px 1px 2px rgba(0,0,0,0.1);

}

.ui-slider .ui-slider-range { 
    position: absolute; 
    z-index: 1; 
    margin: 0 0;
    display: block; 
    border: 0; 
    background-position: 0 0; 

    border: 1px solid #4583B4;
    background-color: ;
    background-image: -moz-linear-gradient(top, #5DAFF0, #85C3F3);
    background-image: -ms-linear-gradient(top, #5DAFF0, #85C3F3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5DAFF0), to(#85C3F3));
    background-image: -webkit-linear-gradient(top, #5DAFF0, #85C3F3);
    background-image: -o-linear-gradient(top, #5DAFF0, #85C3F3);
    background-image: linear-gradient(top, #5DAFF0, #85C3F3);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#5DAFF0,#85C3F3));

    -webkit-box-shadow:                 inset 1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:                    inset 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow:                         inset 1px 1px 1px rgba(0,0,0,0.3);

}

.ui-slider .ui-slider-handle { 
    position: absolute; 
    z-index: 2; 
    width: 16px; 
    height: 20px; 
    cursor: default; 

    border: 1px solid #4583B4;
    border-color: rgba(0,0,0,0.3);
    background: #D6EBFB;
    -webkit-border-radius:              2px;
    -moz-border-radius:                 2px;
    border-radius:                      2px;

    background-color: ;
    background-image: -moz-linear-gradient(top, #AED7F7, #D6EBFB);
    background-image: -ms-linear-gradient(top, #AED7F7, #D6EBFB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AED7F7), to(#D6EBFB));
    background-image: -webkit-linear-gradient(top, #AED7F7, #D6EBFB);
    background-image: -o-linear-gradient(top, #AED7F7, #D6EBFB);
    background-image: linear-gradient(top, #AED7F7, #D6EBFB);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#AED7F7,#D6EBFB));

    font-family: icons;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
    color: rgba(0,0,0,0.2);
    color: #4583B4;
    text-shadow:                        1px 1px 0 rgba(255,255,255,0.2);

    -webkit-box-sizing:                 border-box;
    -moz-box-sizing:                    border-box;
    box-sizing:                         border-box;

    -webkit-border-radius:              10px 2px 2px 10px;
    -moz-border-radius:                 10px 2px 2px 10px;
    border-radius:                      10px 2px 2px 10px;

    -webkit-box-shadow:                 1px 2px 2px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(255,255,255,0.3), inset -1px -1px 1px rgba(255,255,255,0.2);
    -moz-box-shadow:                    1px 2px 2px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(255,255,255,0.3), inset -1px -1px 1px rgba(255,255,255,0.2);
    box-shadow:                         1px 2px 2px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(255,255,255,0.3), inset -1px -1px 1px rgba(255,255,255,0.2);

}
.ui-slider .ui-slider-handle:last-child { 
    -webkit-border-radius:              2px 10px 10px 2px;
    -moz-border-radius:                 2px 10px 10px 2px;
    border-radius:                      2px 10px 10px 2px;

}

.ui-slider .ui-slider-handle:last-child { 
    -webkit-border-radius:              2px 10px 10px 2px;
    -moz-border-radius:                 2px 10px 10px 2px;
    border-radius:                      2px 10px 10px 2px;

}


.ui-slider .ui-slider-handle:before { 
    font-size: 18px;
    content: "\f0d9";
}

.ui-slider .ui-slider-handle:last-child:before { 
    content: "\f0da";
}

div.volume.ui-slider .ui-slider-handle { 
    padding-top: 0px;
    -webkit-border-radius:              10px;
    -moz-border-radius:                 10px;
    border-radius:                      10px;

}

div.volume.ui-slider .ui-slider-handle:before { 
    content: "\f026";
}

/*
.icon-step-backward:before        { content: "\f048"; }
.icon-step-forward:before         { content: "\f051"; }
*/

.ui-slider .ui-state-hover,
.ui-slider .ui-state-focus { 
    background-color: ;
    background-image: -moz-linear-gradient(top, #4583B4, #85C3F3);
    background-image: -ms-linear-gradient(top, #4583B4, #85C3F3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4583B4), to(#85C3F3));
    background-image: -webkit-linear-gradient(top, #4583B4, #85C3F3);
    background-image: -o-linear-gradient(top, #4583B4, #85C3F3);
    background-image: linear-gradient(top, #4583B4, #85C3F3);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#4583B4,#85C3F3));

  color: white;
    text-shadow:                        none;

    text-shadow:                        1px 1px 1px rgba(0,0,0,0.2);

    opacity:                            1;
    filter:                             alpha(opacity=100);

}    

.ui-slider-horizontal { 
    height: 7px; 
}
.ui-slider-horizontal .ui-slider-handle { 
    top: -7px; 
    margin-left: -8px; 
}
.ui-slider-horizontal .ui-slider-range { 
    top: -1px; 
    height: 7px; 
}
.ui-slider-horizontal .ui-slider-range-min { 
    left: 0; 
}
.ui-slider-horizontal .ui-slider-range-max { 
    right: 0; 
}

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/*----------------------------------------------------------------------------
 * Date picker
 *--------------------------------------------------------------------------*/


.ui-datepicker { 
    width: 240px; padding: 2px; display: none; 
}

.ui-datepicker .ui-datepicker-header { 
    position:relative; padding:2px; 
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { 
    position:absolute; 
    font-size: 12px;
    line-height: 16px;
    top: 2px; 
    background-color: #E4F1FC;
    border: 1px solid #4583B4;
    color: #2E5778;
    padding: 0 4px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    -webkit-border-radius:              3px;
    -moz-border-radius:                 3px;
    border-radius:                      3px;

}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;

}
.ui-datepicker .ui-datepicker-next {
    right: 2px;

}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-next-hover { 
/*
    background-color:   #ECF5DF;
    background-image:   none;
    border:             1px solid #6B932F;
    color:              #47621F;
    font-weight: normal;
*/
}

.ui-datepicker .ui-datepicker-title { 
    font-size: 14px;
    line-height: 18px; text-align: center; 
    margin: 0px; padding: 0;
    color: white;
}
.ui-datepicker select.ui-datepicker-month-year {width: 80%; margin: 0 auto; }
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 30%;}
.ui-datepicker table {
    width: 100%; font-size: 14px; 
    border-collapse: collapse; margin:0;
}
.ui-datepicker th { 
    padding: 2px 3px; text-align: center; font-weight: bold; border: 0;  
}
.ui-datepicker td { 
    border: 0; padding: 1px; 
}

.ui-datepicker .ui-state-default {
    -webkit-border-radius:              2px;
    -moz-border-radius:                 2px;
    border-radius:                      2px;

}

.ui-datepicker .ui-datepicker-week-end .ui-state-default {
    border: 1px solid #B9BFBF;
    font-weight: normal; 
    color: #737F80;
    background-color: ;
    background-image: -moz-linear-gradient(top, #F3F4F4, #E7E9E9);
    background-image: -ms-linear-gradient(top, #F3F4F4, #E7E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3F4F4), to(#E7E9E9));
    background-image: -webkit-linear-gradient(top, #F3F4F4, #E7E9E9);
    background-image: -o-linear-gradient(top, #F3F4F4, #E7E9E9);
    background-image: linear-gradient(top, #F3F4F4, #E7E9E9);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#F3F4F4,#E7E9E9));

}

.ui-datepicker .ui-datepicker-week-end .ui-state-active {
    color: #6B932F;
    border-color: #6B932F;
    background-color: ;
    background-image: -moz-linear-gradient(top, #E3F0CF, #F5FAEF);
    background-image: -ms-linear-gradient(top, #E3F0CF, #F5FAEF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E3F0CF), to(#F5FAEF));
    background-image: -webkit-linear-gradient(top, #E3F0CF, #F5FAEF);
    background-image: -o-linear-gradient(top, #E3F0CF, #F5FAEF);
    background-image: linear-gradient(top, #E3F0CF, #F5FAEF);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#E3F0CF,#F5FAEF));

}


.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    font-weight: normal; 
    color: #969F9F;
    opacity:                            0.5;
    filter:                             alpha(opacity=50);

}


.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { 
    background-image: none; margin: 5px 0 0 0; padding: 5px 2px 2px 2px; 
    border-top: 1px solid #85C3F3;
    overflow: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button { 
    float: right; margin: 0; cursor: pointer; padding: 0px 10px; width:auto; overflow:visible; 
    font-size: 12px; line-height: 12px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

div.example {
    margin-bottom:                      20px;
}

pre.markup,
div.output {
    font-size:                          12px;
    line-height:                        14px;
    color:                              #2E5778;
    background-color:                   #F1F8FD;
    border:                             1px solid #2E5778;
    margin:                             0 10px 20px 10px;
    padding:                            10px;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;
    -webkit-box-shadow:                 3px 3px 5px #bbb;
    -moz-box-shadow:                    3px 3px 5px #bbb;
    box-shadow:                         3px 3px 5px #bbb;

}

div.output {
    color:                              #453864;
    background-color:                   #F5F3FA;
    border:                             1px solid #453864;
}

pre.markup span.css {
    color:                              #49ADFF;
    font-weight:                        bold;
}

pre.markup span.tt {
    color:                              #685496;
    font-weight:                        bold;
}

pre.markup span.tt span.keyword {
    color:                              #a00;
}

pre.markup span.tt span.literal {
    color:                              #4a4;
}

div.pod div.panel div.panel-body {
    padding: 10px;
}

div.pod pre {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
}

div.pod pre span.keyword {
    color: #a44;
    font-weight: bold;
}

div.pod pre span.table {
    color: #4a4;
    font-weight: bold;
}

div.pod pre span.quote {
    color: #44a;
}

div.example {
    margin-bottom: 10px;
}
div.example h4 {
    margin: 0 0 5px 0;
}

@media (max-width: 1023px) {
    #darkshelf .container,
    .container {
        width:  800px;
    }
    div.main {
        width:  540px;
    }
    body, #body {
        background: #202424 url('../images/darkside/page_background_spectrum_800.gif') repeat-y center top;
    }
    footer.site {
        background: #1a1d1d url('../images/darkside/footer_800.gif') repeat-y center top;
    }
    footer.site div.prism {
        width: 836px;
        margin: 0 auto;
        background-position: -22px top;
    }
    html.lightside body,
    html.lightside #body {
        background: #eff1f2 none;
    }
    html.lightside footer.site {
        background: #dee1e1 none;
    }
    footer.prism div.prism,
    footer.prism div.prism.pink,
    footer.prism div.prism.lens {
        display: none;
    }
    header h1.headline,
    header h1.total {
        font-size: 18px;
    }
    header h1.headline.product {
        font-size: 16px;
    }
    header h2 {
        font-size: 14px;
    }
    header a.bts,
    header a.fal {
        margin-top: 14px;
        font-size: 14px;
    }
    header .dropdown {
        margin-left: 5px;
    }
    header .dropdown-toggle {
        height: 20px;
        font-size: 12px;
        line-height: 12px;
        padding: 3px 5px;
    }
    div.carousel div.frame div.lens {
        bottom:             80px;
        right:              30px;
    }
    div.carousel div.frame div.hire {
        bottom:             0px;
        right:              0px;
    }
    div.carousel div.frame div.lens h2 {
        margin-bottom:          0;
    }
    div.carousel a.nav {
        bottom: 45%;
    }
    div.main .split-L,
    div.main .split-R {
        width: 100% !important;
        padding-right: 0px;
        padding-left:  0px;
    }
}

@media (max-width: 820px) {
    #darkshelf .container,
    .container {
        width:  640px;
    }
    div.sidebar,
    div.main {
        float: none;
        width: 100%;
        margin: 0;
    }
    body, #body {
        background: #202424 url('../images/darkside/spectrum.gif') repeat-y center top;
    }
    footer.site {
        background-image: none;
    }
    footer.site div.prism {
        display:none;
    }
    #main {
        padding-top: 0;
    }
    #sidebar div.lens {
        display: none;
    }
    #sidebar div.ticking_away div.and_waste,
    #sidebar div.ticking_away div.the_hours,
    #sidebar div.ticking_away h3.phone {
        width: 50%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    #sidebar a.button-fal {
        margin-bottom: -25px;
    }
    #body_type {
        width: 240px;
        margin: 0 auto;
    }
    div.marvin {
        margin-top: 130px;
    }
    div.marvin div.paranoid img {
        width: 150px;
        height: 243px;
    }
    div.carousel {
        padding: 10px 0;
        margin: 20px 0 10px 0;
        border-top: 1px solid #393F40;
        border-bottom: 1px solid #393F40;
    }
    div.carousel div.frame div.lens {
        right:              80px;
    }
}

@media (max-width: 660px) {
    #darkshelf .container,
    .container {
        width:  460px;
    }
    header.site {
        height: 120px;
    }
    #sidebar {
        padding-top: 120px;
    }
    div.workflow .split-5,
    div.workflow .split-7 {
        font-size: 10px;
        line-height: 14px;
        display: block;
        float: none;
        width: 100% !important;
    }
    div.workflow .stage {
        margin: 1px 0;
        padding: 1px 5px;
    }
    div.workflow .stage .n {
        font-size: 10px;
    }
    header.site a.logo {
        margin-top: 15px;
    }
    header div.upper a.bts {
        margin-left: -220px;
        margin-top: 0px;
    }
    header div.lower {
        clear: left;
    }
    header h1.headline {
        font-size: 14px;
    }
    header h1.headline.product,
    header h2.hire_price,
    header h1.total {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    footer div.link,
    footer a {
        font-size: 11px;
    }
    div.calendar-transport div.radio-set .button {
        font-size: 11px;
        padding: 2px 3px;
    }
    div.marvin div.paranoid img {
        width: 100px;
        height: 162px;
    }
    div.carousel div.frame div.lens {
        right:              30px;
        bottom: 60px;
    }
    .split-L,
    .split-R   { width: 100% !important }
    .split-L   { padding-right: 0px }
    .split-R   { padding-left:  0px }

}





div.feb50 {
    position: relative;
    border: 5px solid #5DAFF0;
    border-top: 0;
    padding: 10px 10px 0px 200px;
    margin: -20px 0px 20px 0px;
    -webkit-border-radius:              0px 0px 5px 5px;
    -moz-border-radius:                 0px 0px 5px 5px;
    border-radius:                      0px 0px 5px 5px;

    opacity:                            0.9;
    filter:                             alpha(opacity=90);

    background-color: ;
    background-image: -moz-linear-gradient(top, #1C1F20, #393F40);
    background-image: -ms-linear-gradient(top, #1C1F20, #393F40);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1C1F20), to(#393F40));
    background-image: -webkit-linear-gradient(top, #1C1F20, #393F40);
    background-image: -o-linear-gradient(top, #1C1F20, #393F40);
    background-image: linear-gradient(top, #1C1F20, #393F40);
    background-repeat: repeat-x;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#1C1F20,#393F40));

}

#page.home div.feb50 {
    margin: -10px 30px 10px 80px;
}

#page.sales div.feb50 {
    margin-top: -20px;
}

#page.search div.feb50 {
    margin-top: -130px;
    margin-bottom: 60px;
}

#basket div.feb50 {
    margin-top: -10px;
    margin-bottom: 5px;
}

div.feb50 a.dismiss {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

div.feb50 a.revealer {
    text-align: right;
}

div.feb50 div.wow {
    float: left;
    margin-left: -200px;
    width: 200px;
    padding: 0px 20px;
    text-align: center;
}

div.feb50 div.wow img {
    margin-bottom: 10px;
}

div.feb50 div.wow div.text_version {
    display: none;
}

div.feb50 div.wow h2 {
    font-size: 50px;
    line-height: 55px;
    margin: 0px 0 20px 0;
    color: #F3AB33;
}

div.feb50 div.wow h2 span.small {
    font-size: 24px;
}

div.feb50 div.wow p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #969F9F;
    color: #B68026;
}

div.feb50 div.such_discount h3 {
    font-size: 36px;
    line-height: 54px;
    margin: 0px 0 0 0;
    color: #8FC43F;
}

div.feb50 div.such_discount p {
    font-size: 14px;
    line-height: 20px;
    color: #BDAF1A;
}

div.feb50 div.such_discount p b {
    color: #FDEA23;
}

div.feb50 div.such_discount {
/*    font-size: 10px;
    line-height: 12px;
    color: #565F60; */
}

div.feb50 div.message {
    margin: 0 -15px 5px -195px;
    color: #B68026;
}

div.feb50 div.message b {
    color: #795519;
    font-weight: bold;
}


ol.steps,
ul.steps {
    margin-top: 15px;
    color: #8FC43F;
    float: right;
    font-size: 20px;
    line-height: 28px;
    text-shadow:                        2px 2px 3px rgba(0,0,0,0.2);

}
ol.steps li {
    margin-bottom: 10px;
}
ul.bauble {
    float: none;
    list-style: none;
    padding: 20px 20px 20px 120px;
    text-align: center;
    background: #303636 url('/images/darkside_xmas/bauble.png') no-repeat 20px center;
    background-color: transparent;
    width: 420px;
    margin: 20px auto;
    min-height: 70px;
    border: 2px solid #607272;
    border: 3px solid rgba(255,255,255,0.2);
    background-color: rgba(0,0,0,0.2);

    -webkit-box-shadow:                 2px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:                    2px 2px 3px rgba(0,0,0,0.3);
    box-shadow:                         2px 2px 3px rgba(0,0,0,0.3);

    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

}
ul.bauble.wider {
    width: 100%;
}

ul.bauble:hover {
    border-color: #F3AB33;
    cursor: pointer;
}

.mobile-revealable .reveal-body {
    display: block;
}
.mobile-revealable .revealer {
    display: none;
}

.social-icon {
    font-size: 24px;
    line-height: 100%;
    padding: 5px;
    background-color: #393F40;
    color: #969F9F;
    margin: 50px 0 10px 0;
    font-weight: normal;
    -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

    -webkit-box-shadow:                 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow:                    5px 5px 5px rgba(0,0,0,0.2);
    box-shadow:                         5px 5px 5px rgba(0,0,0,0.2);

}
.social-widget {
        -webkit-border-radius:              5px;
    -moz-border-radius:                 5px;
    border-radius:                      5px;

    border: 1px solid black;
    height: 540px;
    width: 355px;
    margin: 0 auto;
    -webkit-box-shadow:                 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow:                    5px 5px 5px rgba(0,0,0,0.2);
    box-shadow:                         5px 5px 5px rgba(0,0,0,0.2);

}

@media (max-width: 1023px) {
    .social-icon {
        width: 355px;
        margin: 10px auto;
    }
}

@media (max-width: 820px) {
    .mobile-revealable .reveal-body {
        display: none;
    }
    .mobile-revealable .revealer {
        display: block;
    }
    .mobile-revealable.revealed .reveal-body {
        display: block;
    }
    .mobile-revealable .revealer .if-revealed {
        display: none;
    }
    .mobile-revealable.revealed .revealer .if-revealed {
        display: inline-block;
    }
    .mobile-revealable.revealed .revealer .not-revealed {
        display: none;
    }
    .ZZZmobile-revealable.revealed .revealer {
        display: none;
    }
    div.feb50 {
        padding-left: 20px;
    }
    #page.home div.feb50 {
        margin: -10px 0px 10px 0px;
    }
    #page.sales div.feb50 {
        border: 5px solid #5DAFF0;
        margin-top: 5px;
    -webkit-border-radius:              5px 20px 5px 5px;
    -moz-border-radius:                 5px 20px 5px 5px;
    border-radius:                      5px 20px 5px 5px;

    }
    #page.search div.feb50 {
        display: none;
    }
    div.feb50 div.wow {
        float: none;
        margin-left: 0px;
        width: 100%;
        padding: 0px 20px;
        text-align: center;
    }
    div.feb50 div.wow h2 {
        font-size: 36px;
        line-height: 42px;
        margin: 0;
    }
    div.feb50 div.wow p {
        margin: 0;
    }
    div.feb50 div.wow div.text_version {
        display: block;
    }
    div.feb50 div.wow img {
        display: none;
    }
    div.feb50 a.read_more {
        display: block;
        text-align: right;
    }
    div.feb50 div.such_discount {
        display: none;
        text-align: center;
        margin-top: -10px;
    }
    div.feb50 div.message {
        margin: 0px -15px 5px -15px;
    }
}
