/* NORMALIZE */
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
}

[hidden] {
    display: none
}

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

body {
    margin: 0
}

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

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em
}

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

b, strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

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

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

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

q {
    quotes: none
}

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

small {
    font-size: 75%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

ul, ol {
    margin-left: 0;
    padding: 0 0 0 20px
}

dd {
    margin: 0 0 0 40px
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

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

figure {
    margin: 0
}

form {
    margin: 0
}

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

legend {
    border: 0;
    *margin-left: -7px
}

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

button, input {
    line-height: normal
}

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

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

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

.cf:before, .cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

/* GRID */
.row {
    width: 100%;
    width: 990px;
    margin: 0 auto;
    padding: 0 30px
}

.row .row {
    min-width: 0
}

.column, .columns {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    position: relative
}

.column:first-child, .columns:first-child {
    margin-left: 0
}

.row .one.columns {
    width: 4.3%
}

.row .two.columns {
    width: 13%
}

.row .three.columns {
    width: 21.68%
}

.row .four.columns {
    width: 30.37%
}

.row .five.columns {
    width: 39.1%
}

.row .six.columns {
    width: 47.8%
}

.row .seven.columns {
    width: 56.5%
}

.row .eight.columns {
    width: 65.2%
}

.row .nine.columns {
    width: 73.9%
}

.row .ten.columns {
    width: 82.6%
}

.row .eleven.columns {
    width: 91.3%
}

.row .twelve.columns {
    width: 100%
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.row:after, .clearfix:after {
    clear: both
}

.row, .clearfix {
    zoom: 1
}

/* Extra columns */
.row .story.column,
.row .search.column {
    width: 53.4%
}

.row .RightSidebar.column {
    width: 42.2%
}

/*42.2%*/
.row .footer.column {
    width: 100%
}

/*
	990 / 12 = 82.5
	3 = 247.5
	9 = 742.5 (-250 = 492.5
*/

.row .fullwidth.columns {
    width: 100%
}

/* .row .sidebar.columns                 { width: 247px } */
.row .things-sidebar.columns {
    width: 300px;
    height: 510px;
    margin-bottom: 20px;
}

/* 250 231 */
.row .content-without-sidebar.columns {
    width: 640px;
    padding-left: 10px;
    padding-right: 10px;
}

/* 740 */
.row .content-with-sidebar.columns {
    width: 390px;
    padding-right: 20px;
}

/* 493 */

/* dark grey */
/* green */
/** lighter green was: #66B645;  */
/* light grey */
/* medium/light grey */
/* dark grey */
/*$othercolour: #666;*/
/* medium grey */
/* medium grey */
body {
    font: 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
}

/* MAIN */
/* Logo */
.logo,
.logo img {
    display: block;
}

.logo img {
    /* position: absolute; */
    /* left: -99999px; */
}

/* Links */
a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

a:visited {
    /* opacity: 0.75; */
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #679900;
}

a:active,
a:focus {
    position: relative;
    bottom: -1px;
}

/* Helper Classes */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    float: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center,
.text-centre {
    text-align: center;
}

/* Main Styles */
html {
    background: #F2F1ED;
}

.row {
    background: #fff;
}

.MainContent .story p:first-child {
    margin-top: 10px;
}

.nine.columns.header {
    position: relative;
}

.row .content-with-sidebar.columns {
    margin-top: 10px;
}

/* header */
.TopNav > .header > .logo {
    text-align: center;
}

.header .date,
.header .nav {
    position: absolute;
}

.header .things {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .date {
    top: 20px;
    right: 0;
    font: 12px Georgia, Times, "Times New Roman", serif;
}

.header .logo a {
    display: inline-block;
    width: 340px;
    height: 55px;
    overflow: visible;
    /*padding-bottom: 30px;*/
    background-image: url("/images/headerlogo.png");
    background-repeat: no-repeat;
}

a.header.logo.nl {
    background-image: url("/media/nl/images/headerlogo.png");
    width: 553px;
    height: 55px;
}

a.header.logo.nb {
    background-image: url("/media/images/nb-headerlogo.png");
    width: 553px;
    height: 85px;
}

.header .TopNav {
    padding-bottom: 10px;
}

.header .TopNav .nine.columns.header {
    border-bottom: 1px solid #e6e6e6;
}

/* header nav */
div.usermenu {
    /*width: 235px;*/
    width: 200px;
    float: right;
}

ul#datemenu a,
.header ul.nav a,
ul#usermenu ul a,
#leftHeadlines ul a,
.Footer ul a,
.Footer p {
    font-size: 14px;
    font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}

ul#datemenu a,
.header ul.nav a,
ul#usermenu ul a {
    letter-spacing: 2px;
    text-transform: uppercase;
}

ul#datemenu,
.header ul.nav,
ul#usermenu {
    position: relative;
    margin: 0;
    /* padding: 0 0 0 4px; */
    list-style: none;
    float: left;
    padding: 0;
}

ul#datemenu li,
.header ul.nav li,
ul#usermenu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0;
    margin-right: 40px;
}

.footer ul.nav li {
    margin-right: 30px;
}

ul#datemenu a,
.header ul.nav a,
ul#usermenu a,
#leftHeadlines ul a {
    /*color: $navcolour;*/
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    /*padding: 7px 0;*/
}

#leftHeadlines ul li:first-child a {
    padding-top: 0;
}

#leftHeadlines ul a:hover,
#leftHeadlines ul a.current {
    color: #679900;
}

#leftHeadlines ul a {
    font: bold 12px/30px Georgia, Times, "Times New Roman", serif;
    color: #606060;
}

.header ul.nav li a img.flag {
    margin-left: 10px;
    vertical-align: middle;
}

.header ul.nav li:first-child {
    margin-left: 0;
}

.header ul.nav a.current,
.footer ul.nav a.current {
    font-weight: bold;
}

.header ul.nav a:hover,
.header ul.nav a.current:hover {
    color: #679900;
}

/* ... */
ul#datemenu {
    width: 185px;
    width: 210px;
    /* z-index: 1000000; */
}

#ArchiveDateDivScroll {
    z-index: 1000;
}

#leftHeadlines ul {
    /* z-index: 1000; */
}

ul#datemenu {
    float: right;
    text-align: right;
    position: relative;
    right: -20px;
}

ul#usermenu {
    /*float: right;*/
    margin-right: 26px;
    /*min-width: 202px;*/
    min-width: 231px;
}

ul#usermenu span.name {
    font-weight: bold;
    text-decoration: underline;
}

ul#datemenu,
ul#datemenu ul,
ul#usermenu,
ul#usermenu ul {
    border-width: 0;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
}

ul#datemenu li,
ul#usermenu li {
    border-width: 0;
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

ul#datemenu a,
ul#usermenu a {
    border: 0;
    border-radius: 0;
    background-image: none;
    background-color: #fff;
    display: block;
    padding: 7px 20px 7px 0px;
    margin: 0;
}

ul#usermenu > li > a {
    text-transform: none;
    letter-spacing: 0;
    padding: 7px 20px 7px 3px;
}

ul#usermenu ul a {
    padding: 7px 20px;
}

ul#datemenu ul,
ul#usermenu ul {
    box-shadow: 3px 3px 8px 0px rgba(128, 128, 128, 0.6);
}

ul#datemenu ul a,
ul#usermenu ul a {
    /* border-top: 1px solid $bordercolour; */
}

ul#datemenu ul li:first-child a,
ul#usermenu ul li:first-child a {
    border-top: 1px solid #e6e6e6;
}

ul#datemenu ul a,
ul#usermenu ul a {
    border-bottom: 1px solid #e6e6e6;
}

ul#datemenu ul li:last-child a,
ul#usermenu ul li:last-child a {
    border-bottom: 0;
}

ul#datemenu a:hover,
ul#usermenu a:hover {
    background-color: #000;
    color: #fff;
    margin: 0;
}

#leftHeadlines ul {
    margin: 0px;
    padding: 0px;
    width: 240px;
}

.ui-menu {
    z-index: 1000;
}

/* ... */
.Sidebar .nav li a:hover,
.header .nav li a:hover,
.Sidebar .nav li a.current,
.MainContent .search p > a {
    color: #679900;
}

p.search-result > a {
    display: block;
    color: #679900;
}

.MainContent h3 {
    color: #679900;
    font: 18px Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    margin: 0;
}

.MainContent .author {
    font: bold 14px/10px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #606060;
    margin: 12px 0 15px 0;
}

.MainContent .story,
.MainContent .search {
    margin-left: 0;
}

/* sidebar */
.Main .Sidebar {
    margin-top: -5px;
}

.Sidebar .nav {
    font: bold 12px/30px Georgia, Times, "Times New Roman", serif;
    text-align: right;
    width: 85%;
}

#leftHeadlines ul li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    width: 115%;
    width: 220px;
    /* height: 28px; */
    /* line-height: 28px; */
    list-style-type: none;
}

.Sidebar .nav li:first-child,
.header .nav ul li:first-child {
    /* border-top: 1px solid $bordercolour; */
}

.Sidebar .nav li a {
    /* color: #606060; */
    text-decoration: none;
}

/* ... */
.Main .RightSidebar {
    margin-top: 10px;
    float: right !important;
    margin-right: 0px !important;
    margin-left: auto;
}

.Search .RightSidebar {
    margin-top: 50px;
}

.RightSidebarNonStory {
    float: right !important;
    width: 231px;
    margin: 0px;
    padding: 0px;
}

.RightSidebar {
    margin: 0px;
    padding: 0px;
}

.things-sidebar {
    float: right !important;
    margin: 0px;
    padding: 0px;
}

/* footer */
footer.Footer {
    color: #231F20;
    margin-left: 0;
}

footer .nine.columns {
    border-top: 1px solid #e6e6e6;
    margin-top: 50px;
}

.Footer ul {
    /* margin: 0; */
    margin: 10px 0;
    padding: 0;
    /* height: 9px; */
    list-style: none;
    float: left;
}

.Footer ul li {
    display: inline-block;
    margin: 0;
    padding: 0 30px 0 0;
}

.Footer ul li:last-child {
    padding: 0 40px 0 0;
}

.Footer .help li:first-child a {
    border: 0;
}

.Footer a {
    text-transform: uppercase;
    font-weight: normal;
}

.Footer .row {
    padding-bottom: 40px;
}

.footer p {
    margin: 10px 0;
    text-align: right;
}

.footer a {
    color: #231F20;
    text-decoration: underline;
}

/* search */
.MainContent .search p:first-child {
    margin-top: 5px;
}

.MainContent .search p > a {
    display: block;
}

.MainContent .search p > small, .Search .Sidebar small, .Search .Sidebar select {
    font: 12px Georgia, Times, "Times New Roman", serif;
    color: #676767;
}

.Search .search.column {
    margin-top: 46px;
}

.Search .Sidebar {
    margin-top: 55px;
}

.Search .Sidebar form input[name="search_text"] {
    width: 98%;
    margin-bottom: 4px;
}

.Search .Sidebar h4 {
    color: #679900;
    font-weight: 300;
    margin: 0;
}

/* Right Ads */
.extrabanner {
    margin-bottom: 20px;
    float: right;
}

/* WIP, may remove */
.bigbox {
    margin-bottom: 20px;
    float: right;
}

.bigbox-sticky {
    margin-bottom: 20px;
    /* float: none;*/
}

#banner_bottom {
    margin: 0px;
}

/* Fixes */
.icon {
    margin-left: 25px;
}

.icon span {
    margin-left: -20px;
    font-family: 'ErlerDingbatsRegular';
}

/* Testing */
.debug [style], .debug style {
    outline: 5px solid yellow;
}

.debug style {
    display: block;
}

.debug img {
    outline: 5px solid red;
}

.debug img[alt] {
    outline-color: green;
}

.debug img[alt=""] {
    outline-color: yellow;
}

.debug a {
    outline: 5px solid yellow;
}

.debug a[title] {
    outline-color: green;
}

.debug a[href="#"] {
    outline-color: yellow;
}

.debug a[target] {
    outline-color: red;
}

.debug [class=""], .debug [id=""] {
    outline: 5px solid yellow;
}

/* Search Results Page */
.search_result_pages a {
    display: inline !important;
}

.returnButton {
    background-color: #679900;
    padding: 7px;
    color: white;
}

.returnButton a {
    color: white;
}

.returnButton:hover {
    background-color: #679900;
}

a.numresults {
    font-weight: bold;
    color: black !important;
}

.contentSection {
    width: 641px !important;
    margin-left: 0px !important;
    padding: 0 10px !important;
    margin-right: 0px !important;
}

.search {
    min-height: 550px;
}

#subLinks a {
    color: #606060;
    font-weight: bold;
    line-height: 28px;
    font: bold 12px/30px Georgia, Times, "Times New Roman", serif;
}

#subLinks a:visited {
    opacity: 0.75;
}

#subLinks td {
    border-top: 1px solid #F2F1ED;
    border-bottom: 1px solid #F2F1ED;
}

/* inline styles grabbed from left nav markup */
#weather {
    display: none;
}

#the_bottom_thing {
    float: right;
}

#article {
    min-height: 525px;
}

/* hide bookmark and feedback buttons on non-news pages */
#bookmark-div,
#feedback-div {
    display: none;
}

body#news #bookmark-div,
body.news #bookmark-div,
body#news #feedback-div,
body.news #feedback-div {
    display: block;
}

#bigboxDiv {
    text-align: right;
    position: relative;
    width: 300px;
}

#the_top_thing,
#the_bottom_thing,
#the_rt_thing_1,
#the_rt_thing_2 {
    /*background-color: #ccc;*/
}

#the_top_thing,
#the_bottom_thing {
    width: 728px;
    height: 90px;
}

#the_bottom_thing {
    margin-top: 30px;
}

#the_rt_thing_1,
#the_rt_thing_2 {
    display: inline-block;
}

#the_rt_thing_1 > a,
#the_rt_thing_2 > a {
    display: block;
}

#the_rt_thing_1 > a, #the_rt_thing_1 > a img,
#the_rt_thing_2 > a,
#the_rt_thing_2 > a img {
    width: 260px;
    height: 216px;
}

#the_rt_thing_1 {
    margin-bottom: 30px;
    margin-top: 25px;
}

div#bookmark-div {
    float: left;
    width: auto;
    margin-right: 10px;
}

div#feedback-div {
    float: left;
    width: auto;
    margin-right: 10px;
}

div#print-div {
    width: auto;
    margin-right: 10px;
}

button.bookmark-link {
    background-color: #679900;
    background-image: none;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #679900;
    border-radius: 6px;
}

button#feedback-link, button#print-link {
    background-color: #fff;
    background-image: none;
    color: #679900;
    text-transform: uppercase;
    border: 3px solid #679900;
    border-radius: 6px;
}

#nav-bar {
    width: 731px;
    height: 30px;
    background-color: white;
    z-index: 1001;
    /*border-bottom: 1px solid $bordercolour;*/
}

#contact .page-headline {
    color: #679900;
    font: 18px Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
}

#help h3 {
    color: #679900;
    font: 18px Georgia, Times, "Times New Roman", serif;
    text-transform: none;
}

a.password, a.subscribe, a.sample, button.login {
    border: 1px solid #679900;
    background: #679900;
}

a.login_button {
    border: 3px solid #679900;
    border-radius: 6px;
    padding: 9px 6px;
    width: 18em;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    line-height: 1;
    background: white;
    color: #3a3a3c;
}

div#ArchiveDateDivScroll {
    top: 190px;
}

div#mcs_container {
    top: 243px;
}

/*# sourceMappingURL=main2.css.map */

div.busCard {
    position: relative;
    width: 237px;
    height: 90px !important;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    overflow: hidden;
}

div.horizontal > a.busCardLink {
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: #ccc; */
    background-color: transparent;
    text-decoration: none;
}

img.busCardBG {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

div.horizontal img.busCardBG {
    width: 181px;

    height: 47px;

    margin-left: 28px;
    margin-top: 14px;

}

div.vertical img.busCardBG {
    width: 118px;
    height: 90px;
    margin-left: 118px;
}

div.busCardText {
    font-size: 11px;
    position: absolute;
    color: black;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
    text-align: left;
    padding-top: 2px;
}

div.horizontal {
    /*
	background-image: url(images/bc-sides.png);
	background-repeat: repeat-y;
	background-position: bottom right;
	*/
}

div.horizontal div.busCardText {
    top: 61px;
    left: 0;

    margin-left: 28px;
    width: 171px;
    height: 29px;
    line-height: 16px;

    padding-right: 10px;
    text-align: right;
    border: 0px solid red;

    /*
	background-image: url(images/bc-sides.png);
	background-repeat: repeat-y;
	background-position: bottom left;
	*/
}

div.horizontal p.phone, div.horizontal p.url, div.horizontal p.company {
    display: none;
}

div.vertical {
    /*
	background-image: url(images/bc-border.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	*/
}

div.vertical div.busCardText {
    top: 0;
    left: 0px;
    width: 97px;
    height: 58px;
    padding: 25px 10px 5px 6px;
    line-height: 20px;
    border: 0px solid red;
    text-align: right;
}

div.horizontal div.busCardText {
    border: 0px solid red;
}

div.text {
    height: 88px;
}

div.text div.busCardText {
    top: 0;
    left: 0;
    width: 225px;
    height: 88px;
    line-height: 20px;
    padding: 13px 12px 6px 12px;
}

div.busCardText p.url, div.text p.phone {
    display: none;
}

div.busCardText p.company {
    color: #032c5a;
    font-size: 20px;
}

div.busCard div.busCardText p {
    margin: 0;
    padding: 0;
}

div.text div.busCardText {
    border: 0px solid red;
    font-family: arial, sans-serif;
    padding: 13px 12px 6px 10px;
}

div.text div.busCardText p.subscriber {
    font-size: 12.2px;
    font-weight: bold;
}

div.text div.busCardText p.company {
    font-weight: 500;
    margin-top: 3px;
}

div.text div.busCardText p.url {
    margin-top: 20px;
}

div.text div.busCardText p.url a {

}

div.vertical div.busCardText p.subscriber {
    font-size: 12px;
    font-weight: bold;
    font-family: arial, sans-serif;
    line-height: 11.5px;
    margin-top: 7px;
}

div.horizontal div.busCardText p.subscriber {
    font-size: 11.5px;
    font-weight: bold;
    font-family: arial, sans-serif;
    line-height: 11px;
    margin-top: 0px;
    color: #696969;
}

div.vertical div.busCardText p.phone {
    font-size: 12px;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #6eb397;
}

#busCardURL {
    position: absolute;
    top: 60px;
    border: 0px solid red;
}

div.text p.subscriber {
    color: #959595;

    margin-bottom: -3px !important;
}

a.busCardLink {
    text-decoration: none;
    color: #222222;
}

div.busCard div.busCardText p.url a {
    color: #5e5e5e;
    font-weight: bold;
    font-size: 11.5px;
}

div.busCard div.busCardText p.business {
    font-weight: bold;
    font-size: 12px;
}

.letter-nav {
    font-size: larger;
}

.letter-nav .inactive {
    color: #666;
}

.letter-nav a {
    color: #679900;
}

.letter-nav a {
    text-decoration: none;
    font-weight: bold;
}

.bcard-col {
    float: left;
    width: 49%;
    /* Wha? 2% breaks the 2-col effect, even though 49 * 2 + 2 = 100% */
    margin-right: 1%;
}

.bcard {
    line-height: 16px;
}

.bcard h1 {
    margin-top: 1.1em;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
}

#content .bcard p {
    margin: 0;
    font-size: 13px;
}

html {
    overflow-y: scroll;
}

@media print {
    body {
        display: none;
    }
}

th, td {
    vertical-align: top;
}

p.headline {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #676767;
    line-height: 75%;
}

#box a img {
    text-decoration: none;
    border: none;
}

#box {
    position: relative;
    margin: 0 auto;
    width: 1048px;
    text-align: left;
}

#inside {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    width: 650px;
}

#content {
    border-color: #679900;
    border-width: 0 1px 1px;
    width: 650px;
    padding: 0px 6px 0 0px;
}

#extrabanner {
    padding: 5px 0 10px 0;
    line-height: 1px;
}

#search h3 {
    font-family: georgia, serif;
    font-size: 17px;
    font-weight: bold;
    color: #679900;
    margin: 8px 0 4px;
}

#search form {
    background-image: url(/images/search-bg.gif);
    background-repeat: repeat-x;
    padding: 13px;
    height: 24px;
    margin: 0;
}

.search_result a:hover {
    color: #679900;
}

.search_result a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.search_results {
    table-layout: fixed;
    width: 650px;
}

.search_result {
    height: 17px;
    white-space: nowrap;
}

p.search_result_pages a {
    color: #666;
    text-decoration: none;
}

p.search_result_pages {
    text-align: center;
}

p.search_result_stats a {
    color: #666;
    text-decoration: none;
    text-align: center;
}

p.search_result_stats a {
    color: #666;
    text-decoration: none;
}

p.search_result_stats {
    color: #679900;
}

#main {
    position: absolute;
    top: 207px;
    left: 0;
    #width: 100%;
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

#extras {
    float: right;
    margin-left: 5px;
    margin-top: 10px;
    width: 300px;
}

#format {
    border: 0px solid #e7e7e7;
    border-width: 0 1px 1px;
    float: right;
    width: 175px;
    padding: 0px 6px 0 0px;
}

#format h3 {
    font-family: georgia, serif;
    font-size: 15px;
    font-weight: bold;
    color: #679900;
    margin: 0px 0 0 11px;
    border: 1px solid #e7e7e7;
    border-width: 0 0 1px;
}

#content h3 {
    font-family: georgia, serif;
    font-weight: bold;
    font-size: 17px;
    margin: 0px 0 0 0px;
    color: #679900;
}

#content tr td {
    font-size: 12px;
}

#content p {
    font-size: 15px;
}

#content b {
    color: #679900;
}


#howto h3 {
    font-family: georgia, serif;
    font-size: 15px;
    font-weight: bold;
    color: #679900;
    border: 1px solid #e7e7e7;
    border-width: 0 0 1px;
    margin: 0 2px 0 0;
}

#howto ul {
    margin: 3px 6px 3px;
    padding: 0 0 0 175px;
}

#howto ul li {
    list-style-type: none;
    clear: right;
    height: 16px;
    font-size: 12px;
    line-height: 13px;
}

#howto ul li a {
    display: block;
    float: left;
    width: 122px;
    color: #666;
    text-decoration: none;
    border: 1px solid #e7e7e7;
    border-width: 0 0 1px;
    margin: 0 2px 0 0;
}


div.message_error, div.error, p.error, ul.error, .error label {
    padding: 0 5px;
    border: 1px solid red;
    background: #ffdddd;
}

div.message_info {
    padding: 0 5px;
    border: 1px solid green;
    background: lightgreen;
    margin: 0 0 8px 0;
}


a.password, a.subscribe, a.sample, button.login {
    border-radius: 6px;
    padding: 11px 8px;
    /*  border: 1px solid #66b645;*/
    /*	background: #66b645;*/
    width: 9em;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    line-height: 1;
}

button.password {
    margin-top: 2px;
    display: inline;
}

button.login {
    font-size: 12px;
    padding: 11px 8px;
    width: 8em;
    line-height: 0.8;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

a.sample {
    border: 1px solid #3a3a3c;
    background: #3a3a3c;
}

div.login-box {
    display: table;
    width: 300px;
    height: 250px;
}

div.login-box-mid {
    display: table-cell;
    vertical-align: middle;
    background: #7c7d7f;
    border: 1px solid #7c7d7f;
    border-radius: 6px;
    color: white;
}

a.forgot-pw, a.forgot-pw:hover, a.forgot-pw:visited {
    color: white;
    text-decoration: underline;
    font-weight: normal;
}

input[type=text].login, input[type=password].login {
    border-radius: 6px;
    padding: 4px 2px;
    border: 1px solid #ffffff;
    background: #ffffff;
    width: 170px;
    display: inline-block;
    color: black;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    margin: 2px;
    line-height: 1;
}


.disableSelect {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.hidden {
    display: none;
}

img.story_img {
. width: 160 px;
}

.story_img.small {
    width: 160px;
}

.story_img.medium {
    width: 240px;
}

.story_img.large {
    width: 320px;
}

.story_img.float.right {
    float: right;
}

.story_img.float.left {
    float: left;
}

.imageContainer {
    border: 1px solid #CCC;
    margin: 0px;
    /* padding: 6px; */
    width: 250px;
}

.imageContainer.banner, img.story_img.banner {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.imageContainer.banner .cutline {
    display: none;
}

.imageContainer.banner, .story_img.float.left.banner, .story_img.float.right.banner {
    margin: 0 auto;
}


.imageContainer img {
    width: 250px;
    /* border: 1px solid #CCC; */
}

.imageContainer.small {
    width: 162px;
}

.imageContainer.medium {
    width: 240px;
}

.imageContainer.large {
    width: 100%;
}

.imageContainer.large img {
    width: 100%;
}

.imageContainer.right {
    float: right;
    margin: 0px 0px 10px 10px;
}

.imageContainer.left {
    float: left;
    margin: 0px 10px 10px 0px;
}


.imageDescription {
    font-size: 12px;
    color: #666;
}

.cutline {
    font-size: 9px;
    color: grey;
    line-height: 15px;
    clear: both;
    text-align: center;
    margin: 0px;
}

.story_img_div {
    padding: 1px;
}

.story_video {
    border: 1px solid black;
    z-index: 10;
}

#the_top_thing {
    float: right;
    width: 728px;
    height: 90px;
    border: 0px solid black;
    margin-top: -2px;
}

.clear {
    clear: both;
}

.ui-widget-overlay {
    background: #000 !important;
}

h3.new {
    color: #000000;
    font: 18px Georgia, Times, "Times New Roman", serif;
    text-transform: none;
    margin: 0;
}

#user .Sidebar {
    margin-top: -15px !important;
    text-align: right;
}

.green a {
    text-decoration: none;
    font-weight: bold;
    color: #679900
}

.green a:visited {
    opacity: 0.75;
    color: #679900
}

.green a:hover {
    text-decoration: none;
    color: #679900
}

.plain a {
    text-decoration: none;
    font-weight: bold;
    color: #333
}

.plain a:visited {
    opacity: 0.75;
    color: #333
}

.plain a:hover {
    text-decoration: none;
    color: #333 !important
}

@charset "utf-8";

/* content block 1 */
#mcs_container {
    border: 0px solid red;
    position: fixed;
    top: 303px;
    margin: 0 0 0 -20px;
    width: 260px;
    height: 100%;
    padding: 0 10px;
}

#mcs_container .customScrollBox {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#mcs_container .customScrollBox .container {
    position: relative;
    width: 240px;
    top: 0;
    float: left;
}

#mcs_container .customScrollBox .content {
    clear: both;
    margin-top: -10px;
}

#mcs_container .customScrollBox .content p {
    padding: 0 5px;
    margin: 10px 0;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

#mcs_container .customScrollBox .content p.alt {
    padding: 10px 5px;
    margin: 10px 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 19px;
    color: #999;
}

#mcs_container .customScrollBox img {
    border: 5px solid #fff;
}

#mcs_container .dragger_container {
    position: relative;
    width: 4px;
    height: 450px;
    float: left;
    margin: 20px 0 0 4px;
    background: #606060;
    cursor: pointer
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: s-resize;
}

#mcs_container .dragger {
    position: absolute;
    width: 4px;
    height: 60px;
    background: #F2F1ED;
    text-align: center;
    line-height: 60px;
    color: #666;
    overflow: hidden;
    cursor: pointer;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#mcs_container .dragger_pressed {
    position: absolute;
    width: 6px;
    margin-left: -1px;
    height: 60px;
    background: #F2F1ED;
    text-align: center;
    line-height: 60px;
    color: #666;
    overflow: hidden;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: s-resize;
}

#mcs_container .scrollUpBtn, #mcs_container .scrollDownBtn {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 15px;
    margin-right: 17px;
    text-decoration: none;
    right: 0;
    filter: alpha(opacity=20);
    -moz-opacity: 0.20;
    -khtml-opacity: 0.20;
    opacity: 0.20;
}

#mcs_container .scrollUpBtn {
    top: 0px;
    background: url(../images/arrow-up.gif) center center no-repeat;
}

#mcs_container .scrollDownBtn {
    bottom: 12px;
    background: url(../images/arrow-down.gif) center center no-repeat;
}

#mcs_container .scrollUpBtn:hover, #mcs_container .scrollDownBtn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}

#ArchiveDateDivScroll {
    position: fixed;
    top: 240px;
    width: 220px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 0 -10px;
}

#ArchiveDateDiv {
    width: 230px;
}

#ScrollerPositionScroll {
    display: fixed;
    top: 0px;
    left: 0px;
}

#ScrollerPosition {
    margin-top: -62px;
}

/*!
Video.js Default Styles (http://videojs.com)
Version 4.5.1
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
    color: #cccccc;
}

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
    font-family: 'VideoJS';
    src: url('font/vjs.eot');
    src: url('font/vjs.eot?#iefix') format('embedded-opentype'), url('font/vjs.woff') format('woff'), url('font/vjs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
    /* Replace browser focus hightlight with handle highlight */
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    /* background-color-with-alpha */
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.9);
}

.vjs-default-skin .vjs-slider:focus {
    /* box-shadow */
    -webkit-box-shadow: 0 0 2em #ffffff;
    -moz-box-shadow: 0 0 2em #ffffff;
    box-shadow: 0 0 2em #ffffff;
}

.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    /* Needed for IE6 */
    left: 0;
    top: 0;
}

.vjs-default-skin .vjs-slider-handle:before {
    content: "\e009";
    font-family: VideoJS;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-shadow: 0em 0em 1em #fff;
    position: absolute;
    top: 0;
    left: 0;
    /* Rotate the square icon to make a diamond */
    /* transform */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
    /* Start hidden */
    display: none;
    position: absolute;
    /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
    bottom: 0;
    /* Use left/right to stretch to 100% width of player div */
    left: 0;
    right: 0;
    /* Height includes any margin you want above or below control items */
    height: 3.0em;
    /* background-color-with-alpha */
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
}

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    /* Visibility needed to make sure things hide in older browsers too. */

    visibility: visible;
    opacity: 1;
    /* transition */
    -webkit-transition: visibility 0.1s, opacity 0.1s;
    -moz-transition: visibility 0.1s, opacity 0.1s;
    -o-transition: visibility 0.1s, opacity 0.1s;
    transition: visibility 0.1s, opacity 0.1s;
}

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    /* transition */
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none;
}

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
    outline: none;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3.0em;
    width: 4em;
}

/* FontAwsome button icons */
.vjs-default-skin .vjs-control:before {
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
    text-shadow: 0em 0em 1em #ffffff;
}

.vjs-default-skin .vjs-control:focus {
    /*  outline: 0; */
    /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */

}

/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
    /* hide-visually */
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}

.vjs-default-skin .vjs-play-control:before {
    content: "\e001";
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002";
}

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
    content: "\e006";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\e003";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\e004";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\e005";
}

.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right;
}

.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: 0.6em;
    margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
    height: 2.9em;
}

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.5em;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: 0.5em;
    height: 0.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
    font-size: 0.9em;
    top: -0.2em;
    left: -0.2em;
    width: 1em;
    height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    width: 6em;
    left: -4em;
}

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: 0.3em;
    height: 1em;
    /* Set above the rest of the controls. */
    top: -1em;
    /* Shrink the bar slower than it grows. */
    /* transition */
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */

    /* transition */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
    height: 100%;
}

/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    /* Needed for IE6 */
    left: 0;
    top: 0;
}

.vjs-default-skin .vjs-play-progress {
    /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */

    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
    background: #646464 /* IE8- Fallback */;
    background: rgba(255, 255, 255, 0.4);
}

.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%;
}

.vjs-default-skin .vjs-seek-handle:before {
    padding-top: 0.1em /* Minor adjustment */;
}

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    /* Align vertically by making the line height the same as the control bar */
    line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
    float: left;
}

.vjs-default-skin .vjs-duration {
    float: left;
}

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left;
}

.vjs-time-divider {
    float: left;
    line-height: 3em;
}

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right;
}

.vjs-default-skin .vjs-fullscreen-control:before {
    content: "\e000";
}

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b";
}

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
    left: 0.5em;
    top: 0.5em;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 4em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    /* Need a slightly gray bg so it can be seen on black backgrounds */
    /* background-color-with-alpha */
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    border: 0.1em solid #3b4249;
    /* border-radius */
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
    /* box-shadow */
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    /* transition */
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    /* Center it horizontally */
    left: 50%;
    margin-left: -2.1em;
    /* Center it vertically */
    top: 50%;
    margin-top: -1.4000000000000001em;
}

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none;
}

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none;
}

/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    /* IE8 needs a non-glow hover state */
    background-color: #505050;
    background-color: rgba(50, 50, 50, 0.75);
    /* box-shadow */
    -webkit-box-shadow: 0 0 3em #ffffff;
    -moz-box-shadow: 0 0 3em #ffffff;
    box-shadow: 0 0 3em #ffffff;
    /* transition */
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

    line-height: 2.6em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center /* Needed for IE8 */;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    opacity: 0.75;
    /* animation */
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0em 0em 0.1em #000;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0em;
    /* (Width of vjs-menu - width of button) / 2 */

    width: 0em;
    height: 0em;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000000;
    /* Same width top as ul bottom */

    border-top-color: rgba(7, 40, 50, 0.5);
    /* Same as ul background */

}

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    /* Same bottom as vjs-menu border-top */

    max-height: 15em;
    overflow: auto;
    left: -5em;
    /* Width of menu - width of button / 2 */

    /* background-color-with-alpha */
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    /* box-shadow */
    -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
    display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
    outline: 0;
    color: #111;
    /* background-color-with-alpha */
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.75);
    /* box-shadow */
    -webkit-box-shadow: 0 0 1em #ffffff;
    -moz-box-shadow: 0 0 1em #ffffff;
    box-shadow: 0 0 1em #ffffff;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c";
}

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
    content: "\e008";
}

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    /* box-shadow */
    -webkit-box-shadow: 0 0 1em #ffffff;
    -moz-box-shadow: 0 0 1em #ffffff;
    box-shadow: 0 0 1em #ffffff;
}

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */

    font-size: 10px;
    /* Allow poster to be vertially aligned. */

    vertical-align: middle;
    /*  display: table-cell; */
    /*This works in Safari but not Firefox.*/

    /* Provide some basic defaults for fonts */

    font-weight: normal;
    font-style: normal;
    /* Avoiding helvetica: issue #376 */

    font-family: Arial, sans-serif;
    /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */

    /* user-select */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
    position: absolute;
}

/* Fullscreen Styles */
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    /* IE6 full-window (underscore hack) */
    _position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

/* Poster Styles */
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    /* Leave padding on left and right */
    left: 1em;
    right: 1em;
}

/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

/* Individual tracks */
.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    /* Transparent black background, or fallback to all black (oldIE) */
    /* background-color-with-alpha */
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
    color: #ffffff /* Subtitles are white */;
}

.video-js .vjs-captions {
    color: #ffcc66 /* Captions are yellow */;
}

.vjs-tt-cue {
    display: block;
}

/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
    display: none;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/*! jQuery UI - v1.10.4 - 2014-05-30
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=flat&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.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: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.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,
.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: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.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;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("images/ui-bg_flat_75_cccccc_40x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("images/ui-bg_flat_75_e6e6e6_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("images/ui-bg_flat_75_dadada_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("images/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("images/ui-bg_flat_55_fbf9ee_40x100.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("images/ui-bg_flat_95_fef1ec_40x100.png") 50% 50% 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;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}
