@import url(fonts/font-all.css);
/* Include font all */

/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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



/* General style */
html {
    height: 100%;
}
body {
    background-color: #e9edf1;
    color: #555;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    min-height: 100%;
}

a {
    color: #004990;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #004990;
    text-decoration: none;
}

p {
    margin: 10px 0 13px;
}

h1, h2, h3 {
    font-weight: normal;
}
h1 {
    color: #004990;
    font-family: 'helvetica_neue_bold';
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
}
.home-content h1 {
    font-family: 'helvetica_neue_bold_italic';
    font-size: 27px;
    line-height: 28px;
    margin: 10px 0 25px;
}
h2 {
    color: #004990;
    font-family: 'helvetica_neue_bold';
    font-size: 24px;
    line-height: 28px;
    margin: 5px 0 20px;
}
h3 {
    color: #ef3d42;
    font-family: 'helvetica_neue_medium';
    font-size: 24px;
    line-height: 28px;
    margin: 5px 0 20px;
}
.clearfix {
    clear: both;
}

.wrap_site {
    margin: auto;
    max-width: 1060px;
    min-width: 320px;
}

/* header style */
header {
    padding-top: 25px;
}

.action-search{
    float: right;
}
/* site-actions */
.site-actions {
    float: right;
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
.site-actions li {
    float: left;
    margin-left: 9px;
}
.site-actions li a {
    background: url("../img/sprite-img.png") no-repeat;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    padding-top: 17px;
    width: 17px;
}
.site-actions li.home a {
    background-position: -2px -104px;
    width: 19px;
}
.site-actions li.site-map a {
    background-position: -1px -131px;
    width: 26px;
}
.site-actions li.mail a {
    background-position: -3px -158px;
}

/* search */
.search-form {
    clear: right;
    float: right;
    margin-top: 14px;
    position: relative;
}
.search-form .search-text {
    background: #eee;
    border: 1px solid #d7d7d7;
    color: #999;
    font-size: 12px;
    line-height: 15px;
    outline: none;
    padding: 4px 26px 5px 8px;
    width: 150px;
}
.search-form .search-btn {
    background: url("../img/sprite-img.png") 0 -69px no-repeat;
    border: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    padding-top: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}

/* navigation */
nav {
    border-collapse: collapse;
    display: table;
    width: 100%;
    margin: 10px 0 10px 0;
}
.navigation {
    display: table-row;
    list-style: none;
    margin: 12px 0;
    padding: 0;
}
.navigation li {
    display: table-cell;
    text-align: center;
}
.navigation li a {
    background-color: #fff;
    color: #384163;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 6px;
    position: relative;
    text-align: center;
}
.navigation li a:after {
    background: #a8b5c5;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 1px;
}
.navigation li.l1 a:after,
.navigation li.active a:after,
.navigation li.active + li a:after
{
    display: none;
}

.navigation li.active a {
    background: transparent;
    color: #ef3d42;
    font-weight: bold;
}

.navigation li a:hover {
    color: #ef3d42;
}


/* home content */
.home-content {
    border-color: #fff;
    border-style: solid;
    border-width: 12px 11px 14px;
}

.news-blog {
    padding: 30px 20px;
}
.news-blog ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.news-blog ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: thin solid #e9edf1;
}
.news-blog ul li .date {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
}
.news-blog ul li .title {
    color: #004990;
    font-family: Helvetica, Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.news-blog ul li .desc {
    color: #55585c;
    font-size: 13px;
    line-height: 15px;
    max-height: 2.4em;
    overflow: hidden;
}
.news-blog ul li .desc p{
    margin:0;
}
.news-blog ul li .more a {
    font-size: 12px;
    margin: 5px 0 0 0;
    text-decoration: underline;
}

.news-blog .thumb {
    float: right;
}

.latest-news {
    float: right;
    padding: 30px 20px;
    width: 28%; /*245px;*/
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.latest-news ul {
    list-style: none;
    margin: 0;
    padding: 0;

}
.latest-news ul li {
    margin-bottom: 20px;
}
.latest-news ul li .date {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;

}
.latest-news ul li .title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.latest-news ul li .desc {
    color: #55585c;
    font-size: 13px;
    line-height: 15px;
    height: 2.4em;
    overflow: hidden;
}
.latest-news ul li .desc p{
    margin:0;
}
.more-link {
    color: #555;
    font-weight: bold;
}
.more-link:hover {
    color: #555;
}
.iner-home-content {
    background-color: #fff;
    padding-bottom: 5px;
    padding-right: 4%; /*40px;*/
    width: 72%; /* 700px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*float: left;*/
}

/* slideshow */
.slideshow-wrap {
    margin-bottom: 30px;
    margin-left: -11px;
    position: relative;
}
.slideshow {
    height: 260px;
    position: relative;
    /*width: 710px;*/
}
.slideshow .slide {
    width: 100% !important; /*710px !important;*/
}
.slideshow .desc {
    color: #004990;
    font-family: 'helvetica_neue_medium';
    font-size: 41px;
    line-height: 45px;
    /*  left: 390px; */
    letter-spacing: 2px;
    /*  position: absolute;
      top: 27px; */
    margin: 27px 0 0 10px;
    /*  width: 34%; */ /*310px; */
    /*  float: right; */
}
.slide > img {
    float: left;
    margin-right: 20px;
}
.slider-nav {
    bottom: 13px;
    left: 393px;
    position: absolute;
    z-index: 10;
}
.slider-nav a {
    background: url("../img/sprite-img.png") no-repeat -46px 0;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-right: 8px;
    outline: none;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
.slider-nav .activeSlide {
    background-position: 0 0;
}


.iner-home-content {
    font-size: 16px;
    line-height: 20px;
    padding-left: 11px;
}


.image-gallery {
    background: #fff;
    border: 10px solid #fff;
    color: #636669;
    clear: both;
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
}
.image-gallery h3 {
    margin-bottom: 10px;
}

.content .image-gallery {
    border: 0;
}
.content .image-gallery .album-item {
    text-decoration: none;
    margin-bottom: 5px;
}

.image-gallery .fancybox .first {
    margin-left: 0 !important;
}
.image-gallery .fancybox .last {
    margin-right: 0 !important;
}

.image-gallery .fancybox {
    float: left;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden;
    margin-right: 3px;
    margin-bottom: 3px;
    width: 144px;
    height: 91px;
    background-color: #e9edf1;
    border: 1px solid #999999;
    text-align: center;
    vertical-align: middle;
    padding: 2px 1px 2px 1px;
    position: relative;
    text-decoration: none;
}
.no-right-column .image-gallery .fancybox {
    margin: 0 17px 17px 0;
}
.image-gallery .fancybox.last {
    margin-right: 0;
}
.delimiter {
    display: inline-block;
    height: 91px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}

.image-gallery .album-item {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    margin-right: 1px;
    overflow: hidden;
    vertical-align: top;
    width: 144px;
}
.image-gallery .album-item.last {
    margin-right: 0;
}
.image-gallery .album-item .desc {
    margin-top: 7px;
    font-weight: bold;
}


/*********
  Fancybox
*********/
.fancybox-overlay {
    background: rgba(0,0,0,0.85);
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 100;
}
.fancybox-overlay-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
}
.fancybox-wrap {
    overflow: hidden;
    z-index: 101;
}

.fancybox-wrap:focus {
outline: none !important;
}

.fancybox-skin {
    overflow: hidden;
    padding: 0 !important;
}
.fancybox-inner img {
    max-width: 100%;
}
.fancybox-wrap .fancybox-title {
    background: #C7C7C7;
    bottom: -35px;
    font-weight: bold;
    left: 0;
    overflow: hidden;
    padding: 10px 2%;
    position: absolute;
    width: 96%;
}

/* content-wrap */
.content-wrap {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 14px 10px 15px;
    position: relative;
}

/* left-column */
.left-column {
    background: #c8d1db;
    float: left;
    /*margin-right: 10px;*/
    /*width: 200px;*/
    margin-right: 1%;
    width: 19.6%;
}
.left-column nav {
    margin: 0;
}
.left-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-column ul li a {
    border-bottom: 1px solid #e9edf1;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;
}
.left-nav ul {
    background-color: #e9edf1;
}
.left-nav ul li a {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 10px 3px 35px;
}
.left-column ul li a.selected {
    color: #ef3e42;
    font-weight: bold;
}
.left-column ul li a:hover {
    color: #ef3e42;
    font-weight: bold;
}

/* content */
.content {
    float: left;
    width: 58.4%;
}

.content ul {
	list-style-type:square;
}

.content a {
    text-decoration:underline;
}
.content td {
    vertical-align:top;
}
.no-columns .content {
    width: 100%;
}
.no-left-column .content {
    /*width: 822px;*/
    width: 79%;
}
.no-right-column .content {
    /*width: 828px;*/
    width: 79.4%;
}
.right-img {
    float: right;
    margin: 0 0 10px 30px;
    width: auto;
}
.right-img img {
    max-width: 100%;
}
.right-img .img-caption {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
    width: 300px;
    margin-top:10px;
}
.document-actions {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    clear: both;
}
.document-actions li {
    display: inline-block;
    margin-right: 5px;
}
.document-actions li a {
    background: url("../img/sprite-img.png") no-repeat 0 -19px;
    color: #555;
    display: inline-block;
    font-size: 9px;
    line-height: 10px;
    min-width: 33px;
    padding: 4px 5px 3px 20px;
    text-align: center;
    text-decoration: none;
}
.document-actions li .fb-share {
    background-position: 0 -44px;
}

/* right-column */
.right-column {
    background-color: #e9edf1;
    float: left;
    margin-left: 2%;
    padding: 15px 10px;
    width: 19%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.right-column .title {
    font-weight: bold;
    margin-bottom: 10px;
}
.right-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.right-column li {
	line-height: 14px;
	margin-bottom: 5px;
}
.right-column ul li a {
    color: #1d5e9c;
    display: block;
    padding: 1px 0;
}

/* Site Map */
.site_map  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site_map > ul > li {
    margin-right: 1%;
    float: left;
    width: 10.15%;
}
.site_map > ul > li:last-child {
    margin-right: 0;
}
.site_map ul li a {
    font-size: 14px;
    line-height: 15px;
    display: block;
    padding: 2px 0;
    text-decoration: none;
}
.site_map ul li a:hover {
    text-decoration: underline;
}
.site_map > ul > li > a {
    font-weight: bold;
    min-height: 30px;
}

.site_map > ul > li > ul > li > a {
    font-size: 12px;
    line-height: 15px;
}

.site_map > ul > li > ul > li > ul {
    margin: 2px 0 2px 15px;
}
.site_map > ul > li > ul > li > ul > li > a {
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
}
.site_map > ul > li > ul > li > ul > li > ul {
    margin: 1px 0 1px 15px;
}
.site_map > ul > li > ul > li > ul > li > ul > li > a {
    font-size: 12px;
    line-height: 14px;
}



footer {
    background-color: #a8b5c5;
    color: #fff;
    font-family: Helvetica, Arial, Sans-serif;
    margin: 13px 0 0;
    padding: 17px 10px 13px;
    letter-spacing: 1px;
}

/* table sorter */
table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 35px;
    font-size: 8pt;
    text-align: left;
    border: 1px solid white;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e9edf1;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}

table.tablesorter tr:nth-child(even) td {
	background-color: #F5F8F8;
}

table.tablesorter thead tr .header {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #c8d1db;
}

/*Google Maps */

#map-canvas {
	width: 87%;
	height: 1200px;
}

.marker-label {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    border: 2px solid black;
    white-space: nowrap;
}

/* Chosen selects */
.chosen-select {
    width: 95%;
}

/* files list */

.files-list ul {
    list-style: none;
    padding: 0;
}
.files-list ul li {
    background: url('../img/pdficon.jpg') left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

/* Full schedule */


.full-schedule-week-container {
    margin-bottom: 25px;
}

table.full-schedule .day {
    font-weight:bold;
}

table.full-schedule a {
    margin: 0 2px 0 2px;
}

table.full-schedule .voyageNumber {
    color: black;
    font-weight: normal;
    margin-top: 5px;
}

table.full-schedule, table.schedule td {
    font:100% Helvetica, Arial, sans-serif;
    text-align: center;
}

table.full-schedule tr:nth-child(even) td {
    background-color: #F5F8F8;
}

table.full-schedule {
    width:100%;
    border-collapse:collapse;
    margin:1em 0;
    table-layout:fixed;
}

table.full-schedule th, table.schedule td {
    padding:.5em;
    border:1px solid #fff;
}
table.full-schedule tr td:first-child {
    width: 10em;
}

table.full-schedule tr:first-child th:first-child {
    color: #ef3e42;
    font-size: 16px;
}


table.full-schedule th {
    background:#e9edf1;
}

table.full-schedule td {
    background:white;
}

/* tablecloth styles */

table.full-schedule tr.even td {
    background:#F5F8F8;
}

table.full-schedule tr.odd td {
    background:#f8fbfc;
}

table.full-schedule th.over, table.schedule tr.even th.over, table.schedule tr.odd th.over {
    background:#C9E0E7;
}

table.full-schedule th.down, table.schedule tr.even th.down, table.schedule tr.odd th.down {
    background:#bce774;
}

table.full-schedule th.selected, table.schedule tr.even th.selected, table.schedule tr.odd th.selected{}

table.full-schedule td.over, table.schedule tr.even td.over, table.schedule tr.odd td.over {
    background:#ecfbd4;
}

table.full-schedule td.down, table.schedule tr.even td.down, table.schedule tr.odd td.down {
    background:#bce774;
    color:#fff;
}
table.full-schedule td.selected, table.schedule tr.even td.selected, table.schedule tr.odd td.selected {
    background:#bce774;
    color:#555;
}













/* Schedule form */

.newWeek {
    vertical-align: top;
}
.form-week-container {
    border: 1px solid;
    border-color: #F5F5F5;
    padding: 10px;
    text-align: center;
}

.dayDateSpan {
    font-size: 8px;
    color: #a8b5c5;
}

.latesUpdate {
    font-weight: bold;
}

table.week-table th {
    width: 250px;
    padding-bottom: 20px;
}

table.week-table th .voyageNumber {
    width: 150px;
    padding-bottom: 20px;
}

table.week-table td {
    text-align: center;
}

/*
	TableCloth
	by Alen Grakalic, brought to you by cssglobe.com
*/

/* Schedules output styles */

.schedule-week-container {
    margin-bottom: 25px;
}

table.schedule .day {
    font-weight:bold;
}

table.schedule a {
    margin: 0 2px 0 2px;
}

table.schedule .voyageNumber {
    color: black;
    font-weight: normal;
    margin-top: 5px;
}

table.schedule, table.schedule td {
    font:100% Helvetica, Arial, sans-serif;
    text-align: center;
}
table.schedule {
    width:100%;
    border-collapse:collapse;
    margin:1em 0;
    table-layout:fixed;
}

table.schedule th, table.schedule td {
    padding:.5em;
    border:1px solid #fff;
}
table.schedule tr td:first-child {
    width: 10em;
}

table.schedule tr:first-child th:first-child {
    background: none;
    color: #ef3e42;
    font-size: 16px;
}


table.schedule th {
    background:#e6EEEE url(tr_back.gif) repeat-x;color:#fff;
}

table.schedule td {
    background:white;
}

/* tablecloth styles */

table.schedule tr.even td {
    background:#F5F8F8;
}

table.schedule tr.odd td {
    background:#f8fbfc;
}

table.schedule th.over, table.schedule tr.even th.over, table.schedule tr.odd th.over {
    background:#C9E0E7;
}

table.schedule th.down, table.schedule tr.even th.down, table.schedule tr.odd th.down {
    background:#bce774;
}

table.schedule th.selected, table.schedule tr.even th.selected, table.schedule tr.odd th.selected{}

table.schedule td.over, table.schedule tr.even td.over, table.schedule tr.odd td.over {
    background:#ecfbd4;
}

table.schedule td.down, table.schedule tr.even td.down, table.schedule tr.odd td.down {
    background:#bce774;
    color:#fff;
}
table.schedule td.selected, table.schedule tr.even td.selected, table.schedule tr.odd td.selected {
    background:#bce774;
    color:#555;
}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty {
    background:#fff;
}


/* Pagination styles */

.reports-list {
    list-style: none;
    padding: 0;
}

#reports-list  {
	list-style-type: none;
}

.reports-list li {
	margin-bottom: 5px;
}

.reports-list .preamble {
	margin-bottom: 5px;
	margin-top: -2px;
}

.holder {
    margin: 15px 0;
}

.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
}

.holder a:hover {
    background-color: #222;
    color: #fff;
}

.holder a.jp-previous {
    margin-right: 15px;
    margin-left: 0;
}

.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
}

.holder span { margin: 0 5px; }

/* schedule-week-container */
.schedule-week-container-mask {
    background: #e9edf1;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
}
.schedule-week-container {
    background: #e9ecf1;
    font-size: 14px;
    float: right;
    line-height: 17px;
    margin-left: 10px;
    padding: 10px 1%;
    position: relative;
    width: 33%;
}
.schedule-week-container h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 3px;
}
.schedule-week-container p {
    margin-left: 3px;
}
.schedule-week-container table.schedule th,
.schedule-week-container table.schedule td {
    border: 3px solid #E9ECF1;
    width: 50% !important;
    text-align: left;
}

/* other styles */

.ui-widget {
    overflow: hidden;
}

/* Cookie warning */
#cookie-wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding:15px 0 15px;
    font-size: 14px;
    color:#fff;
    background-color: #014890;
    background-color: rgba(1, 74, 144, 0.94);
}
#cookie-wrapper .wrapper{
    padding: 0 15px;
}
#cookie-wrapper h2, #cookie-wrapper h3, #cookie-wrapper h4{
    color:#fff;
}
#cookie-wrapper .close{
    float: right;
    margin-right: 15px;
    padding: 5px;
    color: #fff;
    opacity: 1;
}