@charset "utf-8";

/* Main CSS document for AIRA.org */


/*************************************
* GENERAL 
**************************************/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    /* Optima */
    font-size: 12px;
    color: #2B3738;
    background: #6F8AA0;
}

#page {
    width: 938px;
    margin: 0 auto;
    padding: 15px;
    background: #ffffff;
}

a,
a:hover,
a:visited,
a:active {
    color: #0055a4;
}

strong {
    color: #033;
}

.smallText {
    font-size: 10px;
}

.alert {
    color: red;
}

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

.clearfix:after {
    float: none;
}


/* #general_content ul li {
	list-style: url('/images/bullett_10x10.gif');
	padding: 1px; 
} */

#general_content ol {
    margin-left: 40px;
    margin-bottom: 12px;
}

#general_content ol li {
    padding: 1px;
}

.link_top {
    width: 50px;
    float: right;
    text-align: right
}

a.button {
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 12px;
    background: #069;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-size: 12px;
}

a:hover.button {
    background-color: #00AADD;
}

blockquote {
    margin: 0 0 12px 30px;
}

div.hr {
    margin: 1.12em 0;
    border-top: 1px dotted #DDD;
}

div.hr hr {
    display: none;
}

.info,
.deal {
    display: block;
    background: #f3f3f3;
    margin: 1.12em 0;
    padding: 10px 15px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.info {
    background: #faf3cc;
    color: #52503f !important;
}

.info:after {
    clear: both;
}

.info_feature {
    background: #cbd5e3;
    font-family: 'Optima', 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-align: center !important;
    padding: 20px 0 0 0;
    width: 100%;
    height: 185px;
}

.info_feature p {
    font-size: 13px;
    text-align: left;
}

.deal {
    background: #cbd5e3;
    color: #4a4c54 !important;
}

.info:first-child,
.deal:first-child {
    margin: 0 0 1.12em 0;
}

.info h3,
.deal h3 {
    font-family: Optima, 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left !important;
}

.info h3,
.info h3 a {
    color: #363429 !important;
}

.deal h3,
.deal h3 a {
    color: #27282c !important;
}

a.deal:hover h3 {
    text-decoration: underline;
}

.info p,
.deal p {
    margin: 1.12em 0;
}

.info p:first-child,
.deal:first-child {
    margin: 0 0 1.12em 0;
}

.info p:last-child,
.deal p:last-child {
    margin: 1.12em 0 0 0;
}

.info strong,
.deal strong {
    color: #52503f;
}


/*************************************
* HEADER
**************************************/

#header {
    background: url('/images/header_bg_1x106.gif') repeat-x;
    height: 106px;
    /* margin-left: 3px; */
}

#main_nav {
    margin-top: 5px;
}

#main_nav ul {
    list-style: none;
}

#main_nav li {
    float: left;
}

#main_nav li a {
    padding: 3px 12px 3px 12px;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

#main_nav li a:hover {
    background: #cad9ef;
    color: #2b3738;
}

#header_icons {
    text-align: center;
    width: 90px;
    float: right;
    padding: 5px 0;
    font-weight: bold;
}

#header_banners {
    text-align: right;
    float: right;
    padding: 5px 0;
}

#header_banners img {
    vertical-align: middle;
}


/*************************************
* MAIN CONTENT 
**************************************/

#main_content {
    width: 652px;
    margin: -6px 0 6px 0;
    /*background: url('/images/main_content_bg_658x396.gif') no-repeat;*/
    float: left;
    line-height: 16px;
}

#main_content h1 {
    color: #003;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 12px;
}

#general_content {
    width: 645px;
    margin: 0 0 6px 0;
    float: left;
    line-height: 1.5;
    padding: 6px;
}

#general_content h2 {
    margin-bottom: 14px;
}

.event_nav {
    width: 150px;
    margin-right: 15px;
    float: right;
    height: 227px;
    padding: 6px;
}


/* */

.event_nav ul li {
    list-style: none;
    margin-left: -6px;
}

.event_nav li a {
    display: block;
    text-decoration: none;
    padding: 3px;
    border-bottom: 1px solid #cad9ef;
    border-left: 5px solid #cad9ef;
}

.event_nav li a:link,
.event_nav li a:visited {
    background: #2b3738;
    color: #cad9ef;
}

.event_nav li a:hover,
.event_nav li a:active {
    background: #cad9ef;
    color: #2b3738;
}

.event_description {
    float: right;
    height: 227px;
    padding: 6px 0 6px 6px;
}

.event_description p {
    margin-bottom: 8px;
    margin-right: 3px;
    width: 650px;
}

ul.topics {
    margin-left: 40px;
    margin-bottom: 8px;
}

ul.topics li {
    list-style: url('/images/bullett_10x10.gif');
    padding: 1px;
}

.thanks {
    width: 350px;
    margin: 0 auto;
    padding: 24px;
    background-color: #EBEBEB;
    border: 1px solid #F5A01A;
}

ul#event_fader {
    list-style: none;
}

ul#event_fader li {
    display: inline;
    /* height: 25px;
	width: 25px; */
}

ul#event_fader li a {
    background: #F5A01A;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin: 5px;
}


/**
 HOME PAGE CONTAINER
 */

#hp_container {
    padding: 5px 0 0 0;
}


/**
 FEATURE GRID
 */

.feature_grid a,
.feature_grid img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.feature_grid table img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.feature_grid table img.top {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.feature_grid table img.bottom {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.feature_grid table img.bottom_left {
    -webkit-border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.feature_grid table img.bottom_right {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.feature_grid .full {
    margin: 0 0 7px;
}

.feature_grid .threeup {
    margin: 0 0 7px;
    display: block;
}

.feature_grid .twoup {
    margin: 0 0 7px;
}

.feature_grid .threeup .item {
    position: relative;
    display: block;
    margin: 0 0 0 7px;
    padding: 83px 10px 10px;
    width: 288px;
    height: 67px;
    float: left;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    line-height: 1.7em;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

.feature_grid .threeup .item:first-child {
    margin: 0;
}

.feature_grid .twoup .item {
    position: relative;
    display: block;
    margin: 0 0 0 7px;
    padding: 10px;
    width: 288px;
    float: left;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.7em;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

.feature_grid .twoup .item:first-child {
    margin: 0;
    width: 603px;
}

.feature_grid .twoup .img {
    position: relative;
    display: block;
    margin: 0 0 0 7px;
    float: left;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    line-height: 1.7em;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

.feature_grid .threeup .item a {
    text-decoration: none;
}

.feature_grid .threeup .item a:hover {
    text-decoration: underline;
}

.feature_grid .threeup .item strong {
    font-family: Optima, 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #fff;
    white-space: nowrap;
}

.feature_grid .threeup a.item:hover strong {
    text-decoration: underline;
}

.feature_grid .threeup .item .label {
    position: absolute;
    bottom: 90px;
    left: 10px;
    font-family: Optima, 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.feature_grid span.item,
.feature_grid span.item>strong,
.feature_grid span.item>span {
    cursor: default;
}

.sub_content .threeup .item {
    /* background: url('/images/gradient_bg_lblue_1x130.gif') left top repeat-x; */
    background: #f4f9fd;
    display: block;
    margin: 0 0 0 7px;
    padding: 10px;
    width: 288px;
    height: 150px;
    float: left;
    border-top: 2px solid #F5A01A;
    color: #4a6d8d;
    font-size: 12px;
    line-height: 14px;
}

.sub_content .threeup .item strong {
    color: #3b5770;
}

.sub_content .threeup .item:first-child {
    margin: 0;
}

.sub_content .threeup .item h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #069;
    font-weight: normal;
    text-transform: uppercase;
}

.sub_content .threeup .item ul {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    list-style: none;
    border-bottom: 1px dotted #d4e2f3;
}

.sub_content .threeup .item ul li {
    margin: 8px 0 0 0;
    padding: 8px 0 0 0;
    border-top: 1px dotted #d4e2f3;
}

.sub_content .threeup .item .links {
    text-align: left;
    font-size: 11px;
    color: #4a6d8d;
}

.sub_content .threeup .item .feature {
    margin: 8px 0;
    padding: 8px 0;
    border-top: 1px dotted #d4e2f3;
    border-bottom: 1px dotted #d4e2f3;
    font-size: 11px;
    line-height: 1.8em;
    height: 75px;
    overflow: hidden;
}

.sub_content .threeup .item .feature .flip {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #4a6d8d;
    width: 288px;
}

.sub_content .threeup .item .feature .flip strong {
    color: #3b5770;
}

.sub_content .threeup .item .feature .flip:hover strong {
    text-decoration: underline;
}

.feature_grid a.course:nth-child(even) {
    background: #EEE url('/images/2012/cira/generic_cira_hp_sub2.png');
    background-size: cover;
}

.feature_grid a.course:nth-child(odd) {
    background-size: cover;
    background: #EEE url('/images/2012/cira/generic_cira_hp_sub.png');
}

.feature_grid a.conference:nth-child(even) {
    background-size: cover;
    background: #EEE url('/themes/clean_cut/assets/img/featured/feature_conference_nypor14.jpg');
}

.feature_grid a.conference:nth-child(1) {
    background-size: cover;
    background: #EEE url('/themes/clean_cut/assets/img/featured/NYPOR15_hp_sub.jpg');
}

.feature_grid a.webinar:nth-child(1) {
    background-size: cover;
    background: #EEE url('/images/2012/webinar/hp_sub.jpg');
}

.feature_grid a.webinar {
    background-size: cover;
    background: #EEE url('/images/2012/webinar/hp_sub.jpg');
}

.feature_grid a.conference#WHARTON22 {
    background-size: cover;
    background: #EEE url('/assets/imgs/2022/WHARTON22/wharton22_3up.jpg');
}
.feature_grid a.conference#NYPOR20 {
    background-size: cover;
    background: #EEE url('/images/2012/webinar/hp_sub.jpg');
}
.feature_grid a.conference#DALLAS22 {
    background-size: cover;
    background: #EEE url('https://aira.org/assets/imgs/2020/DALLAS20/DALLAS20_3up.jpg');
}
.feature_grid a.conference#VALCON22 {
    background-size: cover;
    background: #EEE url('https://aira.org/assets/imgs/2022/VALCON2022/VALCON22_3up.jpg');
}


.feature_grid div.halfwidth {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    height: 50%;
}

.feature_grid div.featurefull {
    width: 288px;
    background-color: #e0e0e0;
    position: relative;
    height: 60px;
}

table,
tr,
td {
    font-size: 12px;
}


/*************************************
* RIGHT COLUMN
**************************************/

#right_column {
    width: 281px;
    padding: 3px 0;
    float: right;
}

.info_box {
    background: url('/images/gradient_bg_lblue_1x130.gif');
    /*height: 126px;*/
    height: auto;
    border-top: 2px solid #f5a01a;
    margin-bottom: 12px;
}

.info_box p {
    margin-left: 12px;
    margin-bottom: 3px;
}

.info_box img.register {
    float: right;
}

#right_column h3 {
    font-size: 18px;
    color: #069;
    margin: 3px 0 3px 6px;
}

#right_column .webinar_box {
    position: relative;
    background: #2c2c2c url(/images/2012/webinar/hp_sub.jpg) center -20px no-repeat;
    display: block;
    margin: 0 0 10px 0;
    padding: 70px 10px 10px 10px;
    width: 260px;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    line-height: 1.7em;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}

#right_column .webinar_box .title {
    display: block;
    font-family: Optima, 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    color: #fff;
}

#right_column .webinar_box:hover .title {
    text-decoration: underline;
}

.callout {
    padding: 5px;
    border: 1px solid #7992B0;
    background-color: #8AA9B7;
}


/*another general information box*/

.genInfoBox {
    background: url('/images/gradient_bg_lblue_1x130.gif') repeat-x;
    border-top: 2px solid #f5a01a;
    padding-bottom: 8px;
}

.genInfoBox p,
.genInfoBox ul {
    margin: 12px 12px;
    font-size: 11px;
    color: #666;
}

.genInfoBox h4 {
    font-size: 14px;
    margin: 6px 0 0 6px;
}

.genInfoBox ul {
    margin-left: 30px;
}


/*************************************
* FOOTER 
**************************************/

#footer {
    clear: both;
}

#footer_description {
    background: url('/images/gradient_bg_lblue_1x130.gif') repeat-x;
    padding: 12px;
    margin: 0 12px 0 4px;
    width: 625px;
    float: left;
}

#footer_description p {
    margin: 0 0 12px 0;
    font-size: 12px;
    line-height: 16px;
    height: 90px;
}

#footer_links strong {
    float: left;
}

#footer_links ul {
    list-style: none;
    width: 120px;
    font-size: 11px;
    float: left;
    margin-top: 3px;
}

#footer_copyright {
    clear: both;
    /* font-size:10px; */
    line-height: 1.5em;
    text-align: center;
    border-top: 1px solid #f5a01a;
    margin-bottom: 6px;
    padding: 6px 0;
}

#fc_left {
    float: left;
}

#fc_right {
    text-align: right;
}

#footer_bottom {
    background: url('/images/footer_bottom_968x4.gif') no-repeat;
    height: 6px;
    margin: 0 -12px -14px -12px;
}

#footer_margin {
    clear: both;
    height: 100px;
}


/*************************************
* Conference Archive 
**************************************/

#general_content p {
    margin-bottom: 14px;
    font-size: 12px;
}

#general_content ul {
    margin-left: 48px;
    margin-bottom: 14px;
}

#general_content h1 {
    color: #f5a01a;
    font-size: 24px;
    line-height: 1.12em;
}

#general_content h2 {
    color: #0055a4;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 14px;
}

#general_content h3 {
    color: #0055a4;
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center
}

.archiveEvent p {
    padding: 7px;
    margin: 0 0 7px;
}

.archiveEvent {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

div.archiveEventSmall {
    width: 195px;
    height: 160px;
    float: left;
    padding: 6px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.archiveEventSmall h5 {
    font-size: 14px;
}

div.archiveWebinarSmall {
    width: 200px;
    height: 200px;
    float: left;
    padding: 6px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.archiveWebinarSmall h5 {
    font-size: 14px;
}

div.bookstoreItem {
    width: 200px;
    /* height: 230px; */
    float: left;
    padding: 6px;
    margin-right: 3px;
    margin-bottom: 3px;
}

div.bookstoreItem p,
div.bookstoreItem img {
    text-align: center;
}

.event_date {
    text-align: right;
    margin-bottom: 12px;
    font-weight: bold;
    color: #1E6462;
}

.eventHome_nav {
    width: 269px;
    float: left;
    padding: 0 6px;
}

.eventHome_nav ul {
    list-style: none;
    margin-left: -6px;
    margin-right: -5px;
}

.eventHome_nav li a {
    display: block;
    text-decoration: none;
    padding: 3px;
    border-bottom: 1px solid #cad9ef;
    border-left: 5px solid #cad9ef;
}

.eventHome_nav li a:link,
.eventHome_nav li a:visited {
    background: #2b3738;
    color: #cad9ef;
}

.eventHome_nav li a:hover,
.eventHome_nav li a:active {
    background: #cad9ef;
    color: #2b3738;
}


/*************************************
* Forms 
**************************************/

.admonition {
    background: #FCCBC2;
    color: #C00;
    clear: both;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 15px 15px 45px;
    position: relative;
}

.admonition .error strong {
    text-indent: -10000px;
    display: block;
    width: 46px;
    height: 46px;
    background: none transparent no-repeat;
    position: absolute;
    left: -12px;
    top: -12px;
}

div.section div.admonition {
    margin-bottom: 10px;
}

.note .error strong {
    background-image: url(/images/alert_46x46.png);
}

.admonitionInfo {
    background: #EABD80;
    color: #930;
    clear: both;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 15px 15px 45px;
    position: relative;
}

.admonitionInfo .info strong {
    text-indent: -10000px;
    display: block;
    width: 46px;
    height: 46px;
    background: none transparent no-repeat;
    position: absolute;
    left: -12px;
    top: -12px;
}

div.sectionInfo div.admonitionInfo {
    margin-bottom: 10px;
}

.noteInfo .info strong {
    background-image: url(/images/question_46x46.png);
}

#general_content #valErrors li {
    font-size: 10px;
    list-style: square;
    margin-bottom: 2px;
}


/*************************************
* Random 
**************************************/

#general_content div.archiveEventSmall:nth-child(odd) {
    background-color: #DAEED7;
}

#general_content div.archiveEventSmall:nth-child(even) {
    background-color: #E7EAF5;
}

#general_content div.archiveWebinarSmall:nth-child(odd) {
    background-color: #DAEED7;
}

#general_content div.archiveWebinarSmall:nth-child(even) {
    background-color: #E7EAF5;
}


/**
 About: Homepage Sub-Features
 */

.hp_content .sub_features {
    padding: 4px;
    margin: 1.12em 0;
    /* border: 1px dotted #ddd; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.hp_content .sub_features h2 {
    padding: 10px 15px;
    margin: 0 0 4px 0;
    text-align: center;
    background: #f3f3f3;
    font-family: 'Lucida Grande', Helvetica, Arial;
    font-size: 20px;
    font-weight: normal;
    color: #555;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.hp_content .sub_features ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /* height: 130px; */
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}

.hp_content .sub_features ul li.item {
    margin-left: 4px;
}

.hp_content .sub_features ul li.item a {
    display: block;
    position: relative;
    background-color: #E7EAF5;
    padding: 25px;
    font-size: 16px;
    color: #4c567d;
    /* 7883ad */
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.hp_content .sub_features ul li.item a:hover {
    text-decoration: underline;
}

.hp_content .sub_features ul li.item:nth-child(2n) a {
    background-color: #DAEED7;
    color: #4b6d47;
    /* 79a173 */
}

.hp_content .sub_features .two_up li.item {
    width: 323px;
    height: 100px;
}

.hp_content .sub_features .three_up li.item {
    width: 174px;
    height: 130px;
}

.hp_content .sub_features .two_up li.item,
.hp_content .sub_features .three_up li.item {
    float: left;
}

.hp_content .sub_features ul li.item:first-child {
    margin-left: 0;
}

.hp_content .sub_features ul h3 {
    font-size: 16px;
    font-weight: normal;
    color: #4c567d;
}

.hp_content .sub_features ul li.item:nth-child(2n) h3 {
    color: #4b6d47;
}

#styled_event_list {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}

#styled_event_list h2 {
    color: #0055A4;
    font-weight: normal;
    line-height: 1.25em;
}

#styled_event_list h3 {
    margin: 0.5em 0;
}

#styled_event_list p {
    margin: 1.12em 0;
    padding: 0;
}

#styled_event_list .event {
    min-height: 82px;
    position: relative;
    padding: 15px 0 15px 95px;
    border-top: 1px solid #ddd;
}

#styled_event_list .event:first-child {
    padding-top: 0;
    border-top: none;
}

#styled_event_list .event ul {
    padding: 0 0 0 30px;
    list-style: disc;
}

#styled_event_list .event .calendar {
    position: absolute;
    top: 15px;
    left: 0;
    background: url(/images/cal_bg.png);
    width: 80px;
    height: 80px;
    font-family: 'Walter Turncoat', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    color: #555;
}

#styled_event_list .event:first-child .calendar {
    top: 0;
}

#styled_event_list .event .calendar .year {
    display: block;
    padding-top: 4px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

#styled_event_list .event .calendar .month {
    display: block;
    padding-top: 5px;
    height: 18px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

#styled_event_list .event .calendar .day {
    display: block;
    height: 26px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
}

.ev_hdr {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

table.conf_schedule td {
    padding: 10px 15px;
    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 11px;
}

table.conf_schedule tbody.day tr.label td {
    background: #cad9ef;
    padding: 10px 15px;
    font-size: 11px;
    color: #15171a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

table.conf_schedule tbody.day tr.sess_hdr td {
    background: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

table.conf_schedule tbody.day tr.sess_sub td:first-child {
    background: transparent;
}

table.conf_schedule tbody.day tr.sess_info td {
    text-align: justify;
}

table.table_widget {
    margin: 20px 0;
}

table.table_widget td {
    background: #f5f5f5;
    padding: 10px 15px;
    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 11px;
}

table.table_widget thead tr th {
    background: #cad9ef;
    padding: 10px 15px;
    font-family: Optima, 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #15171a;
    text-align: left;
    /* text-transform: uppercase; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

table.table_widget tbody tr.sec_hdr td {
    background: #cad9ef;
    padding: 10px 15px;
    /* font-family: Optima, 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal; */
    font-weight: bold;
    color: #15171a;
    text-align: left;
    /* text-transform: uppercase; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

span.author {
    color: #2e308b;
    letter-spacing: 1;
    font-size: 14px;
    font-family: "Century Gothic";
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

span.title {
    color: #aaa;
    font-size: 12px;
    font-family: "Century Gothic";
    font-weight: 700;
}

a.name {
    text-decoration: none;
}

a.name:hover {
    text-decoration: underline;
}

span.divide {
    color: #ffab32;
}

.boxtitle {
    font-size: 18px;
    background: #2e308b;
    color: #ffffff;
    letter-spacing: 2;
    text-transform: uppercase;
    font-family: "Century Gothic", "Arial";
    font-weight: 600;
    vertical-align: middle;
    padding: 5px;
}

.headertitle {
    letter-spacing: 2;
    text-transform: uppercase;
    font-family: "Century Gothic", "Arial";
    font-weight: 600;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
    background: #2e308b;
}

.shadow {
    -webkit-box-shadow: 0px 14px 21px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 21px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 21px -9px rgba(0, 0, 0, 0.75);
}