﻿body {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at 50% 20%, rgb(23, 61, 115), rgb(11, 20, 46)) repeat scroll 0 0 !important;
}

.container.body-content {
    background-color: white;
    padding: 0;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*OVERLAPPING THE BOOTSTRAP CSS STYLES*/
.container {
    max-width: 1000px !important;
}
/*END OF OVERLAPPING THE BOOTSTRAP CSS STYLES*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.panel input, .panel textarea {
    max-width: 100%!important;
}

/*HEADER SECTION*/
#header {
    height: 90px;
}

#signin-section {
    float: right;
    text-align: right;
    margin-top: 18px;
    margin-right: 20px;
}

.green-button {
    display: block;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(124, 182, 42) 0%, rgb(88, 151, 41) 100%) repeat scroll 0 0;
    border-radius: inherit;
    color: #ffffff;
    border-radius: 2px;
}

.register-button {
    /*width: 130px;*/
    height: 30px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
}

    .register-button:hover {
        text-decoration: none;
        color: white;
    }

.dotted {
    border-bottom: 1px dotted rgb(77, 101, 130);
    color: rgb(77, 101, 130);
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    /*margin-right: 14px;*/
}

    .dotted:hover {
        text-decoration: none;
    }

#logo {
    float: left;
}

/*END OF HEADER SECTION*/

/*MENU SECTION*/
.menu-item-border {
    height: 41px;
    width: 2px;
    float: right;
    background-image: url("/Content/Images/menu-item-border.png");
}

#top-menu {
    height: 40px;
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    background-color: blue;
    background-image: url("/Content/Images/top-menu-bg.png");
    /*border-bottom: 2px solid rgb(10, 24, 52);*/
    /*border-top: 2px solid rgb(40, 115, 192);*/
}

    #menu:before,
    #menu:after {
        content: "";
        display: table;
    }

    #menu:after {
        clear: both;
    }

#menu {
    zoom: 1;
}

    #menu li {
        float: left;
        position: relative;
    }

    #menu a {
        float: left;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
        text-shadow: #000 0px 0px 2px;
    }

    #menu li:hover > a {
        color: #fafafa;
    }

    *html #menu li a:hover { /* IE6 only */
        color: #fafafa;
    }

    #menu ul {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 999999;
        background: linear-gradient(rgb(16,63,118), rgb(24,72,126));
        box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        border-radius: 3px;
        transition: all .2s ease-in-out;
    }

    #menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    #menu ul ul {
        top: 0;
        left: 150px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
        box-shadow: -1px 0 0 rgba(255,255,255,.3);
    }

    #menu ul li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
        box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    }

        #menu ul li:last-child {
            box-shadow: none;
        }

    #menu ul a {
        padding: 10px;
        width: 145px;
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
    }

        #menu ul a:hover {
            background-color: #0186ba;
            background-image: linear-gradient(#04acec, #0186ba);
        }

    #menu ul li:first-child > a {
        border-radius: 3px 3px 0 0;
    }

        #menu ul li:first-child > a:after {
            content: '';
            position: absolute;
            left: 40px;
            top: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid rgb(16,63,118);
        }

    #menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid rgb(16,63,118);
    }

    #menu ul li:first-child a:hover:after {
        border-bottom-color: #04acec;
    }

    #menu ul ul li:first-child a:hover:after {
        border-right-color: #0299d3;
        border-bottom-color: transparent;
    }

    #menu ul li:last-child > a {
        border-radius: 0 0 3px 3px;
    }

.menu-selected {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(15, 62, 117), rgb(24, 72, 126)) repeat scroll 0 0;
}
/*END OF THE MENU SECTION*/

/*SLIDESHOW SECTION BEGINS*/
#slideshow {
    height: 320px;
    width: 1000px;
    /*background: rgba(0, 0, 0, 0) url("/Content/Images/slideshow.png") no-repeat scroll 0 0;*/
}

    #slideshow img {
        height: 320px !important;
        width: 1000px !important;
    }

#slides {
    height: 320px;
    overflow: hidden;
    width: 1000px;
}

#slideshow-pager {
    display: block !important;
    position: absolute !important;
    z-index: 999 !important;
    background: none !important;
    margin-top: 280px;
    width: 300px;
    margin-left: 395px;
}

    #slideshow-pager a {
        color: white;
        font-size: 0px;
        display: block;
        float: left;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-image: url("/Content/Images/Slideshow/blank_circle.png");
    }

    #slideshow-pager .activeSlide {
        background-image: url("/Content/Images/Slideshow/current.png");
    }
/*SLIDESHOW SECTION ENDS*/


/*CONTENT SECTION*/
#content, #sidebar-right {
    min-height: 500px;
    padding-bottom: 30px;
}

#main-content {
    width: 580px;
    float: left;
}

h2 {
    color: rgb(24, 64, 102);
    font-size: 25px !important;
}

#layout-container {
    padding-left: 20px;
    padding-right: 40px;
    width: 1000px;
}

    #layout-container #content {
        width: 683px;
        float: right;
    }

#sidebar-right {
    float: left;
    margin-right: 20px;
    width: 237px;
    clear:both;
}
/*END OF THE CONTENT SECTION*/

/*FOOTER SECTION*/
#footer {
    height: 120px;
    background-image: url("/Content/Images/footer-background.png");
    clear: both;
}

#footer-content {
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    color: rgb(121, 155, 212);
    font-size: 15px;
}

#social-networks {
    float: right;
    margin-right: 40px;
    margin-top: 32px;
}

    #social-networks td {
        padding-left: 10px;
    }

.contact-us {
    color: white;
    margin-right: 40px;
}

    .contact-us:hover {
        text-decoration: none;
    }

#partners > table {
    width: 100%;
    margin-left: 12px;
}

div#partners-title-table {
    padding-top: 35px;
    padding-left: 40px;
    margin-bottom: 20px;
}
/*END OF FOOTER SECTION*/

/*Partners section*/
#partners {
    height: 180px;
    background: rgb(223, 235, 250);
    clear: both;
}

#partners-title {
    color: rgb(24, 64, 102);
    float: left;
    font-size: 20px !important;
    font-weight: bold;
    margin: 0;
    padding-right: 15px;
}

.partners-title-table {
    margin-left: 40px;
    margin-bottom: 10px;
}

#see-whole-list {
    display: block;
    text-decoration: underline !important;
    color: rgb(24, 64, 102);
    font-size: 17px;
}

    #see-whole-list:hover {
        text-decoration: none !important;
    }
/*End of the partners section*/



div#main-page-content-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    height: 755px;
    width: 1000px;
    margin-bottom: 40px;
}

.start-free-trial {
    width: 292px;
    height: 60px;
    font-size: 25px;
    padding-top: 12px;
    text-align: center;
}

    .start-free-trial:hover {
        text-decoration: none;
        color: white;
    }

#trading-block {
    height: 250px;
    background: rgb(223, 235, 250);
    border-bottom: 2px solid rgb(212, 223, 237);
}

    #trading-block h2 {
        font-size: 20px !important;
    }

#trading-systems-block {
    float: right;
    padding-left: 40px;
}

#video-block {
    float: left;
}

#video-block, #trading-systems-block {
    width: 497px;
    padding-left: 38px;
}

#video-description-block {
    float: right;
    width: 247px;
    padding-left: 20px;
}

    #video-description-block #video-title a {
        color: rgb(40, 114, 217);
        font-weight: bold;
    }

#video-block h2 {
    margin-bottom: 21px;
}

#vimeo-iframe {
    width: 212px;
    float: left;
}

#trading-systems-list {
    float: left;
    margin-right: 25px;
    padding-left: 0;
}

    #trading-systems-list > li {
        list-style: outside none none;
        margin-bottom: 6px;
    }

    #trading-systems-list a {
        color: rgb(40, 114, 217);
        font-weight: bold;
    }

#trading-block-separator {
    float: left;
}

#trading-systems-block > h2 {
    margin-bottom: 20px;
}

/*EVENTS*/
#wide-content {
    min-height: 600px;
}

#events-table tr {
    border-bottom: 2px dotted rgb(23, 64, 105);
    height: 70px;
}

    #events-table tr:hover {
        background-color: rgb(214, 233, 255);
    }

.event-description {
    color: rgb(36, 36, 36);
    font-weight: bold;
    text-align: left;
    width: 670px;
}

    .event-description a {
        color: rgb(36, 36, 36);
        font-weight: bold;
    }

    .event-description span {
        font-weight: normal;
    }

.event-date {
    color: rgb(22, 70, 121);
    font-weight: bold;
    text-align: center;
}

.event-time {
    color: rgb(22, 70, 121);
    text-align: center;
    width: 120px;
}

#wide-layout-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 1000px;
}

#events-table {
    width: 100%;
}

.event-register {
    width: 100px;
    text-align: center;
}

.event-register-btn {
    display: block;
    width: 90px;
    height: 28px;
    background: linear-gradient(to bottom, rgb(228, 241, 255), rgb(212, 230, 254));
    border-radius: 2px;
    border: 1px solid rgb(187, 209, 231);
    text-align: center;
    padding-top: 3px;
    text-decoration: none;
}

    .event-register-btn:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(124, 182, 42) 0%, rgb(88, 151, 41) 100%) repeat scroll 0 0;
        color: white;
        border-radius: 2px;
    }

#right-sidebar {
    float: right;
    padding-top: 20px;
    width: 312px;
    height: 576px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: none !important;
}

.ui-datepicker-prev {
    margin-left: 40px;
    margin-right: 21px;
    cursor: pointer;
}

#member-registration-form label.control-label.col-md-2 {
    float: none;
    width: 153px;
    text-align: left;
}

#member-registration-form table td {
    width: 322px;
}

#registration-form {
    width: 500px;
}

    #registration-form .col-md-offset-2.col-md-10 {
        margin-left: 90px !important;
    }

#sign-in-form {
    width: 500px;
    margin: auto;
    padding-left: 135px;
    margin-top: 100px;
}

#sign-in-form-modal,
#register-for-event-form-modal,
#register-for-free-trial-form-modal {
    width: 390px;
}

    #sign-in-form-modal input,
    #register-for-event-form-modal input,
    #register-for-free-trial-form-modal input {
        width: 320px;
    }

    #sign-in-form-modal .form-horizontal .form-group,
    #register-for-event-form-modal .form-horizontal .form-group,
    #register-for-free-trial-form-modal .form-horizontal .form-group{
        margin-left: 0px;
        margin-right: 0px;
    }

    #sign-in-form-modal .modal-body,
    #register-for-event-form-modal .modal-body,
    #register-for-free-trial-form-modal .modal-body,
    .form-horizontal .modal-body {
        padding: 42px;
    }

.modal-title {
    color: rgb(36, 63, 112);
    font-weight: bold;
}

.modal-form-submit {
    height: 50px;
    width: 320px;
    font-size: 16px !important;
    text-shadow: 1px 0 0 rgb(68, 103, 23);
}

    .modal-form-submit:hover {
        color: white !important;
    }

.field-validation-error, #incorrect-credentials {
    /*color: rgb(242, 146, 124)!important;*/
    color: red;
}

.input-validation-error {
    border-color: rgb(242, 146, 124) !important;
}

.modal-header {
    padding-left: 42px !important;
}

.table-responsive {
    overflow: auto;
}

#twitter-widget-0 {
    height: 320px;
}

#sign-in-form .form-horizontal {
    width: 300px;
}

#left-slide-btn {
    margin-top: 141px;
    margin-left: 40px;
    position: absolute;
    z-index: 999;
}

#right-slide-btn {
    margin-top: 141px;
    position: absolute;
    z-index: 999;
    margin-left: 937px;
}

    #right-slide-btn:hover, #left-slide-btn:hover {
        cursor: pointer;
    }

#event-detail {
    margin-top: 20px;
    width: 715px;
    float: right;
}

.social-links-table td {
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 150px;
}

#ny-time {
    font-size: 12px;
    margin-left: 92px;
    margin-bottom: -16px;
    margin-top: 45px;
    color: grey;
}

.contact-description {
    float: left;
    width: 500px;
}

.contact-section {
    margin-left: 25px;
    margin-bottom: 20px;
}

.partners-list li {
    display: block;
    width: 300px;
    height: 142px;
    float: left;
    border: 1px solid #d8d8d8;
    list-style: outside none none;
    margin: 3px;
}

.partners-list .absolute {
    background: rgba(35, 117, 185, 0.9) none repeat scroll 0 0;
    display: none;
    height: 140px;
    margin-top: -140px;
    position: relative;
    top: 0;
    width: 300px;
    z-index: 1;
    padding-top: 55px;
}

.partners-list li:hover {
    cursor: pointer;
}

    .partners-list li:hover .absolute {
        display: block;
    }

.visit-company-website {
    display: block;
    color: white;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
}

    .visit-company-website:hover {
        text-decoration: none;
        color: white;
    }

.partner-empty {
    border: 0 !important;
}

.video-item {
    border: 1px solid #d8d8d8;
    ;
    width: 325px;
    padding: 10px;
    float: left;
    margin: 5px;
    height: 250px;
}

.video-item-title a {
    color: black;
    font-size: 16px;
}

.video-item-title {
    margin-top: 10px;
}

.video-iframe {
    margin-bottom: 20px;
    margin-top: 20px;
}

.video-list-item-container {
    border: 1px solid #d8d8d8;
    float: left;
    height: 207px;
    margin: 5px;
    padding: 5px;
    width: 213px;
}

#video-list-container {
    border-top: 1px solid #d8d8d8;
    height: 212px;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 8px;
}

.video-list-item-title {
    margin-top: 5px;
}

    .video-list-item-title > a {
        color: black;
    }

#more-videos {
    color: grey;
}

    #more-videos:hover {
        color: black;
        text-decoration: none;
    }

#more-videos-container {
    padding-right: 11px;
    text-align: right;
}

.submenu {
    list-style: outside none none;
    padding-left: 0;
}

.widget-ul {
    list-style: outside none none;
    padding-left: 0;
}

    .widget-ul li a {
        color: rgb(24, 64, 102);
        display: inline-block;
        min-height: 30px;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-top: 5px;
        text-decoration: underline;
        width: 100%;
    }

#upcoming-events-widget-title {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
}

.submenu li a {
    color: rgb(24, 64, 102);
    display: inline-block;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    text-decoration: underline;
    width: 100%;
}

#upcoming-events-widget-title .submenu-sub-title {
    margin-top: 10px;
}

#upcoming-events-widget-title {
    background: rgba(0, 0, 0, 0) url("/Content/Images/icons/icon_cal4.png") no-repeat scroll 200px center;
    height: 42px;
    padding: 5px;
}

.submenu li a:hover, .widget-ul li a:hover {
    text-decoration: none;
    color: white;
    background-color: rgb(47, 135, 233);
}

.submenu-title, .submenu-sub-title {
    color: rgb(24, 64, 102);
    padding-left: 10px;
}

.submenu-sub-title {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
}

#upcoming-events-widget {
    border: 1px solid #d8d8d8;
}

#video-widget {
    margin-top: 20px;
}

.video-widget-row div a {
    color: rgb(24, 64, 102);
    text-decoration: underline;
}
    
.video-widget-row div a:hover {
    text-decoration: none;
}

.video-widget-row {
    margin-bottom: 15px;
}

.fc-event-inner {
    background-color: #3a87ad;
    color: white;
}

#slide-caption {
    width: 490px;
    height: 275px;
    color: white;
    font-size: 22px;
    margin-left: 442px;
    z-index: 100;
    position: absolute;
    text-align:center;
    line-height: 275px;
}

.form-label-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.listAll{
    border: 1px solid #eee;
    width: 300px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
  }
  .listAll li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1em;
    width: 290px;
    cursor: pointer;
  }
  .list-group-link {
      float:right;
  }