@charset
"utf-8"
;

* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #E0E0E0; /*#e5e5e5;  */
    color: #000;
    font: normal 62.5% / 1.5em Tahoma, Arial, FreeSans, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.noscreen {
    left: -9999px;
    position: absolute;
}

.clear, .clear-me {
    clear: both;
    margin: 0;
    padding: 0;
}

.hideme {
    display: none;
}

.replace {
    height: 30px;
    text-indent: -9999px;
}

h3.nopad {
    padding: 0;
    margin: 0;
}

strong.highlight {
    background: #fafda2;
    font-weight: 700;
}

a {
    color: #0089b3;
    text-decoration: none;
}

a.pdf {
    background: url(../img/icon-pdf.gif) no-repeat 0 0;
    display: block;
    line-height: 18px;
    padding: 0 0 0 21px;
}

a.html {
    background: url(../img/icon-html.gif) no-repeat 0 0;
    display: block;
    line-height: 18px;
    padding: 0 0 0 21px;
}

a.external {
    background: url(../img/icon-external-link.gif) no-repeat 100% 50%;
    padding: 0 15px 0 0;
}

a.arrow {
    background: url(../img/bullet-arrow-blue.gif) no-repeat 0 50%;
    text-decoration: underline;
    padding: 2px 0 2px 22px;
}

a.arrow:hover {
    text-decoration: none;
}

ul.arrow li, ol.arrow li {
    background: url(../img/bullet-gray-arrow.gif) no-repeat 0 50%;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
}

ul.smallArrow li, ol.smallArrow li {
    background: url(../img/bullet-small-arrow.gif) no-repeat 0 50%;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
}

ul.checklist li, ol.checklist li {
    background: url(../img/bullet-checklist.gif) no-repeat 0 0;
    margin: 0 0 5px;
    padding: 0 0 0 22px;
}

ul.checklist-disabled li, ol.checklist-disabled li {
    background: url(../img/bullet-checklist-disabled.gif) no-repeat 0 0;
    margin: 0 0 5px;
    padding: 0 0 0 22px;
}

ul.menu, ol.menu {
    list-style-type: none;
    margin: 0 0 10px;
}

div.checklist {

    background: #f5f5f5 url(../img/background/bg-checklist.png) no-repeat bottom left;

}

div.checklist ul {

    list-style-type: none;

    background: url(../img/background/bg-checklist-top.png) no-repeat top left;

    padding: 1px 10px;

}

div.checklist ul li {

    margin: 8px 0;

    padding: 5px 0 5px 23px;

    background: url(../img/bullet-arrow-blue.gif) no-repeat 0 5px;

}

ul.menu li {
    background: url(../img/dotted-blue-hr.gif) repeat-x bottom left;
}

ul.menu a {
    background: url(../img/bullet-small-arrow.gif) no-repeat 0 50%;
    display: block;
    width: 160px;
    padding: 5px 0 5px 10px;
}

ul.menu li.parent a {
    background: #e3f0f6 url(../img/bullet-small-arrow-down.gif) no-repeat 2px 50%;
}

ul.menu ul.menu {
    border-bottom: 1px solid #e3f0f6;
    list-style-type: none;
    margin: 0;
}

ul.menu ul.menu li {
    background: #f6fafd;
    font-size: .9em;
}

ul.menu ul.menu li a {
    background: Transparent url(../img/global/bullet-small-arrow.gif) no-repeat 7px 50%;
    color: #0089b3;
    text-decoration: none;
    width: 159px;
    padding: 3px 0 3px 15px;
}

ul.bluedot li, ol.bluedot li {
    background: url(../img/bullet-blue-dot.gif) no-repeat 3px 3px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}

ul.greendot li, ol.green li {
    background: url(../img/bullet-green-dot.gif) no-repeat 3px 3px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}

ul.links li, ol.links li {
    margin: 0 0 5px;
    padding: 0;
}

#footer ul.fmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer ul.fmenu li {
    display: inline;
    margin-right: 5px;
}

table {
    font-size: 1em;
}

table.dotted {
    margin: 1em 0;
}

table.dotted td, table.dotted th {
    background: url(../img/dotted-hr.gif) repeat-x bottom left;
    text-align: left;
    vertical-align: top;
    padding: 6px 2px;
}

table.dotted th {
    color: #999;
    font: normal .9em Arial, Verdana, Helvetica, FreeSans, sans-serif;
}

table.dotted td {
    color: #666;
}

table.dotted .date {
    white-space: nowrap;
    width: 120px;
}

table.pretty {
    border-collapse: collapse;
}

table.pretty th, table.pretty td {
    padding: 7px;
}

table.pretty th {
    background: #264d7a url(../img/th-bg.gif) repeat-x 0 0;
    border-left: 1px solid #1a3352;
    border-right: 1px solid #2B5486;
    color: #fff;
    font-size: 1.3em;
}

table.pretty td {
    border: 1px solid #bddbe4;
}

table.pretty tr.odd td {
    background: #eef5f7;
}

table.pretty tr td.warning {
    font-weight: bold;
    background-color: #FFF0F0;
    color: #B70000;
}

#content {
    font: 1.2em Arial, FreeSans, Helvetica, sans-serif;
    background: #fff url('../img/background/content_bg.gif') top center repeat-y;
    min-height: 370px;
    margin: 0;
    padding: 0 4px 25px;
}

#content p {
    line-height: 1.4em;
    margin: .5em 0 1em;
}

#content h2 {
    color: #000;
    font: bold 1.5em Arial, FreeSans, Helvetica, sans-serif;
}

#content h3 {
    color: #1C4268;
    font: bold 1.4em Arial, FreeSans, Helvetica, sans-serif;
}

#content h4 {
    color: #333;
    font: bold 1.2em Arial, FreeSans, Helvetica, sans-serif;
}

#content h5 {
    color: #666;
    font: bold 1.1em Arial, FreeSans, Helvetica, sans-serif;
    margin: 1em 0 0;
}

#content hr.largeBreak, #content hr.mediumBreak {
    clear: both;
    visibility: hidden;
}

#content hr.largeBreak {
    height: 30px;
}

#content hr.mediumBreak {
    height: 20px;
}

#content span.error, #content input.error, #content select.error {
    border: 1px solid red;
}

#content div.error {
    background: url(../img/background/bg-validation.gif) no-repeat 0 0;
    color: #666;
    font-size: 1em;
    margin: 0 0 20px;
}

#content div.error .inner {
    background: url(../img/validation-footer.gif) no-repeat bottom left;
    padding: 10px 15px 20px 55px;
}

#content div.error ul {
    margin: 0 0 0 1.2em;
}

#content div.error h3 {
    font-size: 1em !important;
    margin: 0 0 5px;
}

div.error-message {
    clear: both;
    color: #9D0000;
    font-weight: bold;
}

.box {
    background: url(../img/boxes/blue-header-bg.png) no-repeat bottom left;
    margin: 0 0 2em;
}

#content .box h4 {
    background: #06ACDC url(../img/boxes/blue-header-bg.png) no-repeat top left;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#content .box div.inner {
    background: url(../img/boxes/blue-header-bg.png) no-repeat bottom right;
    overflow: visible;
    width: auto;
    margin: 0 0 0 15px;
    padding: 10px 15px 15px 0;
}

.box h4 span.inner {
    background: url(../img/boxes/blue-header-bg.png) no-repeat top right;
    display: block;
    line-height: 30px;
    margin: 0 0 0 15px;
    padding: 0 10px 0 0;
}

.box table td {
    color: #7d7d7d;
}

img, input.checkbox, input.radio, input.img {
    border: 0;
}

.markRequired {
    color: #0C6;
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

a:hover, a:active, a:focus, ul.menu ul.menu li a:hover {
    text-decoration: underline;
}

ul.arrow, ol.arrow, ul.smallArrow, ol.smallArrow {
    list-style-type: none;
    margin: 0;
}

ul.checklist, ol.checklist, ul.checklist-disabled, ol.checklist-disabled {
    list-style-type: none;
    margin: 10px 0 0;
}

ul.menu li.selected a, ul.menu ul.menu li.selected a {
    color: /* #000; */ #42526C;
    font-weight: bold;
}

ul.bluedot, ol.bluedot, ul.greendot, ol.greendot, ul.links, ol.links {
    list-style-type: none;
}

div.inner {
    text-align: left;
    width: 910px;
    margin: 0 auto;
    padding: 0 20px;
}

.imagelink, a#imagelink {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    text-indent: -9999999px;
}

#wrapper {
    background-color: #e0e0e0;
    text-align: left;
    width: 984px;
    margin: 0 auto;
    padding: 0 0 20px;
}

#header {
    background: url('../img/logo/esource_logo_v2.png') top left no-repeat;
    height: 50px;
    position: relative;
    z-index: 9;
    margin: 10px 0 0;
    padding: 0;
}

#header a#logo {
    display: block;
    float: left;
    height: 56px;
    width: 290px;
}

#login_bar {
    background: url('../img/taglinebar.gif') top center no-repeat;
    height: 29px;
    text-align: left;
    z-index: 0;
    margin: 0;
    padding: 0 4px;
}

#login_bar #tagline {
    display: block;
    float: left;
    height: 26px;
    margin-top: 0;
    text-indent: -20000px;
    width: 500px;
}

#login_bar #loginto {
    cursor: pointer;
    float: right;
    margin-right: 8px;
    margin-top: 8px;
}

#middle {
    text-align: left;
    padding: 10px 10px 20px;
}

#content_bottom {
    background: url('../img/background/content_bot_bg.gif') top center no-repeat;
    font-size: 1px;
    height: 4px;
    line-height: 1px;
}

#bottom {
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
}

#footer {
    font-size: 10px;
    margin-top: 0;
    padding: 10px 14px;
}

#footer a {
    color: #707070;
    text-decoration: underline;
}

#emojaLink a {
    color: #707070;
    text-decoration: none;
}

#copyright {
    font-size: 10px;
    width: 500px;
}

.banner {
    padding: 0 0 20px;
}

.layoutA #cA {
    width: 910px;
}

.layoutB #cA {
    padding-right: 30px;
    width: 636px;
}

.layoutC #cB {
    padding-right: 26px;
    width: 440px;
}

.layoutC #cA {
    padding-right: 26px;
    width: 680px;
}

.layoutD #cB {
    width: 710px;
}

.layoutE #cA {
    margin-right: 29px;
    width: 216px;
}

.layoutE #cB {
    width: 665px;
}

.layoutE #cC, .layoutE #cD {
    width: 205px;
    margin: 0 30px 0 0;
}

.layoutF #cA {
    width: 670px;
    margin: 0 35px 0 0;
    padding: 0 10px;
}

.layoutF #cE {
    width: 500px;
    margin: 0 35px 0 0;
    padding: 0 10px;
}

.layoutF #cF {
    width: 270px;

}

.layoutF #cC {
    width: 305px;
    margin: 0 35px 0 0;
    padding: 0 10px;
}

.layoutF #cD {
    width: 305px;
    padding: 0 10px;
}

.layoutG #cD {
    margin-left: 20px;
    width: 195px;
}

.layoutH #cA {
    width: 590px;
}

.layoutH #cB {
    width: 305px;
    margin: 0 0 0 25px;
}

.layoutH #cC {
    width: 440px;
}

.layoutH #cD {
    width: 440px;
    margin: 0 25px 0 0;
}

.layoutC #cA, .layoutD #cA {
    padding-right: 30px;
    width: 170px;
}

div.layoutE, div.layoutF, div.layoutG, div.layoutH {
    width: 920px;
}

.layoutG #cA {
    margin-right: 19px;
    width: 216px;
}

.layoutF #cB, .layoutG #cB {
    width: 685px;
}

.sidebar {
    background: #dceef3 url(../img/sidebar/bg-fade.png) no-repeat 100% 100%;
    line-height: 1.4em;
    width: 244px;
}

.sidebar .buttons {
    background: url(../img/sidebar/bg-buttons.gif) no-repeat top left;
    height: 105px;
    margin-bottom: 5px;
    padding: 30px 0 10px 33px;
}

.sidebar .buttons a {
    float: left;
    margin-bottom: 5px;
}

.sidebar dl {
    float: left;
    padding: 0 14px 150px;
}

.sidebar dt {
    padding: 10px 0 2px;
}

.sidebar dd {
    background: url(../img/sidebar/hr.gif) no-repeat bottom left;
    padding: 0 0 17px;
}

.sidebar hr.separator {
    background: url(../img/sidebar/hr.gif) no-repeat bottom left;
    padding: 0 0 17px;
}

.sidebar dt a {
    float: left;
    font-size: 1.34em;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding-left: 40px;
    width: 175px;
}

.sidebar dt span.title {
    color: #555;
    cursor: default;
    float: left;
    font-size: 1.34em;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding-left: 40px;
    width: 175px;
}

.sidebar dt a span {
    border-bottom: 1px solid #acc6ce;
}

.sidebar dt a:hover span {
    border-bottom: none;
}

.sidebar dt a.blog {
    background: url(../img/sidebar/icon-blog.gif) no-repeat 0 0;
}

.sidebar dt a.eventsList {
    background: url(../img/sidebar/icon-events.gif) no-repeat 0 0;
}

.sidebar dt a.email {
    background: url(../img/sidebar/icon-email.gif) no-repeat 0 0;
}

.sidebar dt a.pdf {
    background: url(../img/sidebar/icon-pdf.gif) no-repeat 0 0;
}

.sidebar dt a.team, .sidebar dt span.team {
    background: url(../img/sidebar/icon-people.gif) no-repeat 0 0;
}

.sidebar dt a.downloads, .sidebar dt span.downloads {
    background: url(../img/sidebar/icon-downloads.gif) no-repeat 0 0;
}

.sidebar dt a.video, .sidebar dt span.video {
    background: url(../img/sidebar/icon-video.png) no-repeat 0 0;
}

/*.sidebar dt a.events,.sidebar dt span.events
{
    background:url(../img/sidebar/icon-events.gif) no-repeat 0 0;
}
*/
.sidebar hr.dottedRule {
    background: url(../img/sidebar/dotted-sidebar-hr.gif) repeat-x 0 0;
    clear: both;
    display: block;
    height: 1px;
    margin: 5px 0;
}

.sidebar #upcomingEvents {
    clear: both;
    list-style-type: none;
}

.sidebar #upcomingEvents li {
    background: url(../img/sidebar/dotted-sidebar-hr.gif) repeat-x left top;
    color: #777;
    padding: 4px 0;
}

.sidebar #upcomingEvents .vevent span, .sidebar #upcomingEvents .vevent abbr {
    font: .915em Tahoma, Arial, Sans-Serif;
}

#navAccess {
    display: block;
    float: left;
    text-indent: -100000px;
}

#topNav, #topNav ul {
    float: left;
    height: 60px;
    line-height: 1;
    list-style: none;
    position: relative;
    width: 400px;
    margin: 0;
    padding: 0;
}

#topNav {
    background: none;
    border: none;
    left: 380px;
    position: absolute;
    top: 10px;
    width: auto;
}

#topNav ul li {
    float: left;
    list-style: none;
}

#topNav ul li a {
    border: none !important;
    height: 30px;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
}

#topNav ul li#nav-home a {
    background: url(../img/nav/nav-home.gif) 0 0 no-repeat;
    left: 100px;
    width: 50px;
}

#topNav ul li#nav-services a {
    background: url(../img/nav/nav-services.gif) 0 0 no-repeat;
    left: 170px;
    width: 75px;
}

#topNav ul li#nav-events a {
    background: url(../img/nav/nav-events.gif) 0 0 no-repeat;
    left: 265px;
    width: 60px;
}

#topNav ul li#nav-faqs a {
    background: url(../img/nav/nav-faqs.gif) 0 0 no-repeat;
    left: 345px;
    width: 45px;
}

#topNav ul li#nav-about a {
    background: url(../img/nav/nav-about.gif) 0 0 no-repeat;
    left: 410px;
    width: 80px;
}

#topNav ul li#nav-contact a {
    background: url(../img/nav/nav-contact.gif) 0 0 no-repeat;
    left: 510px;
    width: 70px;
}

#topNav ul li#nav-home a:hover, #topNav ul li#nav-about a:hover, #topNav ul li#nav-services a:hover, #topNav ul li#nav-events a:hover, #topNav ul li#nav-contact a:hover, #topNav ul li#nav-faqs a:hover {
    background-position: 0 -30px;
}

#topNav ul li#nav-home a.current, #topNav ul li#nav-about a.current, #topNav ul li#nav-services a.current, #topNav ul li#nav-events a.current, #topNav ul li#nav-contact a.current, #topNav ul li#nav-faqs a.current {
    background-position: 0 -60px;
}

#home h2 {
    background: url(../img/banner/title_section_esource_answer.png) no-repeat 0 0;
    height: 99px;
    margin: 0;
    padding-bottom: 30px;
}

#about h2 {
    background: url(../img/banner/title_banner_about_us.gif) no-repeat 0 0;
    height: 70px;
    margin-bottom: 20px;
}

#services h2 {
    background: url(../img/banner/title_banner_services.gif) no-repeat 0 0;
    height: 70px;
    margin-bottom: 20px;
}

#expo-video h2 {
    background: url(../img/banner/title_banner_expo_video.gif) no-repeat 0 0;
    height: 70px;
    margin-bottom: 20px;
}

#login h2 {
    background: url(../img/banner/title_banner_login.gif) no-repeat 0 0;
    height: 70px;
    margin-bottom: 20px;
}

#about .sidebar dl {
    padding-bottom: 150px;
    padding-top: 0;
}

#about #cA ul.submenu {
    margin-top: 5px;
}

#about #cA ul.submenu li {
    background: url(../img/bullet-small-arrow.gif) no-repeat 0 50%;
    height: auto;
    width: 90%;
    margin: 0;
    padding: 0 0 0 10px;
}

#team h2 {
    background: url(../img/banner/title_banner_our_team.gif) no-repeat 0 0;
    height: 136px;
    margin: 0 0 20px;
}

#team #cB {
    width: 660px;
}

#team.row {
    background: url(../img/background/dotted-hr.gif) repeat-x bottom left;
    padding: 20px 0 10px;
}

#team.people h4 {
    font: bold 1em Arial, Helvetica, sans-serif;
}

#team.people h4 em {
    color: #999;
    display: block;
    font-size: .763em;
    font-style: normal;
    font-weight: 400;
}

#hotels, #contacts, #notices, #shipping-info, #schedule {
    margin: 15px 0 15px 0;
}

#upcoming-events {
    background: #E6FCDC;
    border: 1px solid #699E18;
    line-height: 100%;
    width: 100%;
    margin: 0 12px 15px 0;
    padding: 5px;
    line-height: 1.2;
}

#reminders, #notices {
    background: #ffffcc;
    border: 1px solid #cccc00;
    line-height: 100%;
    width: 100%;
    margin: 0 12px 15px 0;
    padding: 5px;
    line-height: 1.2;
}

#newsitem {
}

.hotel, .contact {
    background: #edf5fa; /* lighter blue #F7F9FD  */
    border: 1px solid #bddbe4; /* lighter blue #E7F0F5; */
    line-height: 100%;
    width: 100%;
    margin: 0 12px 8px 0;
    padding: 5px;

}

.shipping-detail, .schedule-day {
    background: #edf5fa; /* lighter blue #F7F9FD  */
    border: 1px solid #bddbe4; /* lighter blue #E7F0F5; */
    line-height: 100%;
    width: 100%;
    margin: 0 12px 8px 0;
    padding: 5px;

}

.presentations {
    background: #edf5fa; /* lighter blue #F7F9FD  */
    border: 1px solid #bddbe4; /* lighter blue #E7F0F5; */
    line-height: 100%;
    width: 100%;
    margin: 0 12px 8px 0;
    padding: 5px;

}

.hotel img {
    border: 1px solid #000;
    float: left;
    margin: 2px 6px 2px 2px;
    padding: 0;
}

.hotel .info {
    margin-left: 125px;
}

#people {
    float: left;
    margin-bottom: 10px;
}

.person {
    background: #edf5fa; /* lighter blue #F7F9FD  */
    border: 1px solid #bddbe4; /* lighter blue #E7F0F5; */
    float: left;
    height: 125px;
    line-height: 100%;
    width: 305px;
    margin: 0 12px 8px 0;
    padding: 5px;
}

.person img {
    border: 1px solid #eee;
    float: left;
    margin: 2px 6px 2px 2px;
    padding: 0;
}

div.portrait img {
    width: 95px;
    height: 120px
}

.person p {
    font-size: 11px;
    line-height: 12px;
    margin: 0;
    padding: 4px 0 0;
}

.personBio small {
    color: #8DB8CF;
}

#events h2 {
    background: url(../img/banner/title_banner_events.gif) no-repeat 0 0;
    height: 70px;
    margin: 0 0 20px;
}

#events .description, #events .summary {
    padding: 5px 0;
    margin-bottom: 10px;
}

#events .event-odd, #events .event-even {
    margin: 10px 0;
    padding-bottom: 5px;
    background: #F5F5F5 url(../img/background/bg-events.gif);
}

#events .event-odd h3, #events .event-even h3 {
    background-color: #E6EDF9;
    border: 2px solid #BBCEEE;
    font-size: 2em;
    font-weight: 700;
    margin: 10px 0;
    padding: 5px;
}

#events .event-odd h4, #events .event-even h4 {
    background-color: #EEF2E6;
    border: 2px solid #D1DCBA;
    font-size: 1.5em;
    font-weight: 700;
    margin: 10px 15px;
    padding: 5px;
}

#events .registrationButton {
    margin-left: 120px;
    margin-top: 10px;
    padding-bottom: 10px;
}

hr.dottedRule {
    background: url(../img/dotted-hr.gif) repeat-x bottom left;
}

#registration h2 {
    background: url(../img/banner/title_banner_registration.gif) no-repeat 0 0;
    height: 70px;
    margin: 0 0 20px;
}

#registration .layoutC #cB {
    padding-right: 0;
    width: 550px;
}

#registration .layoutC #cA {
    padding-left: 30px;
    width: 350px;
}

#faqs div.inner {
    overflow: visible;
}

#faqs h2 {
    background: url(../img/banner/title_banner_our_faq.gif) no-repeat 0 0;
    clear: both;
    height: 70px;
    margin-bottom: 20px;
}

.faq-indiv {
    padding-bottom: 5px
}

.faq-indiv h4 {
}

.faq-indiv p {
}

.right, #footer #emojaLink {
    float: right;
}

.left, .column, .sidebar img.rounded {
    float: left;
}

.padright {
    padding-right: 10px;
    padding-bottom: 10px;
}

form, #content table.pretty p, .person h3, #faqs #cA, #content #cB {
    margin: 0;
    padding: 0;
}

.layoutB #cC, .layoutG #cC {
    width: 410px;
}

.sidebar dd.no-seperator, #team.last {
    background: none;
}

#middle {
    position: relative;
}

#frontpage_banner #event_promo {
    margin: -8px 0 0 -10px;
    padding: 0px;
    width: 510px;
    height: 250px;
    z-index: 1;
}

#frontpage_banner #event_promo a #promo_imagelink {
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 510px;
    height: 248px;
}

#frontpage_banner #info_offer {
    position: absolute;
    right: 2px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 2;
    width: 465px;
    height: 315px;
}

#frontpage_banner #info_offer a {
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    width: 465px;
    height: 315px;
}

#greybar {
    height: 69px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../img/background/home_greybar.jpg');
    z-index: 1;
}

.event-selection-box {
    padding: 10px;
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #B5D7F9;
    border: 1px solid #59A8E8;
}

.event-selection-box .input radio {
    color: #000 !important
}

/* -------------------------------------------
Jquery.Impromtu 
------------------------------------------- */
div.jqi {
    font-size: 12px
}

div.jqifade {
    background-color: #ffffff;
}

div.jqi {
    background-color: #e0eec6;
    padding: 10px;
    width: 425px;
}

div.jqi .jqicontainer {
    background-color: #f0fed6;
    padding: 5px;
    color: #000000;
    font-weight: bold;
}

div.jqi .jqimessage {
    text-align: left;
    background-color: #f0fed6;
    padding: 10px 15px 10px 15px;
}

div.jqi .jqibuttons {
    text-align: center;
    padding: 5px 0 0 0;
}

div.jqi button {
    background-color: #476c5e;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin: 10px;
}

div.jqi h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #446525;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}

div.jqi strong {
    color: #6A0000;
}

#features {
    float: left;
    width: 400px;
}

div > #features {
    width: 440px;
}

#features dt {
    clear: left;
    float: left;
}

#features dt img {
    position: absolute;
}

#features dl dd {
    float: left;
    line-height: 1.4em;
    margin: 0 10px 20px 45px;
}

#features dl > dd {
    margin: 0 10px 20px 90px;
}

#features dd a {
    border-bottom: 1px solid #d4dfe2;
    text-decoration: none;
}

#features dd a:hover, #features dd a:active, #features dd a:hover {
    border-bottom: none;
    text-decoration: underline;
}

#actionButtons {
    clear: both;
    float: left;
    list-style-type: none;
    margin: 20px 0 0 35px;
}

#features > #actionButtons {
    margin: 20px 0 0 70px;
}

#features > #actionButtons {
    margin: 20px 0 0 70px;
}