html {
    overflow-y: scroll;
}
body {
    margin: 0;
    padding:0;
    font-family: 'Helvetica','Arial','Sans-Serif';
    font-size: 0.85em;
    background-color: #ffffff;
    line-height: 1.5em;
    color: #707070;
}

/* global elements */

h1, h2, h3, h4 {
    font-family: 'Trebuchet MS','Helvetica';
    margin-bottom: 0em;
    color: #3880ae;
}


h1 {
    font-size: 1.6em;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #982e5d;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}


img {
    border: 0;
}

a:link, a:visited, a:active, a:hover {
    text-decoration:none;
    color: #3880ae;
}

a:hover {
    text-decoration: underline;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear {
    clear:both;
}

.endrow {
    margin-right:0 !important;
    float:right !important;
}

.date {
    margin-top: 5px;
    font-weight: bold;
}

.small {
    font-size: 0.9em !important;
    line-height: 1.3em;
}

.introduction {
    color: #3880ae;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.introduction .text {
    float:left;
    width: 420px;
}

.introduction .image {
    float:right;
    width: 200px;
}

#a.underline,
.underline {
    text-decoration: underline;
}

/* form */
.pageform {
    padding: 10px 0 0 0;
}

.pageform h2 {
    margin-bottom: 10px;
}

.pageform .fieldWrapper {
    margin-bottom: 8px;
}

.pageform .fieldWrapper label {
    clear: left;
    float: left;
    width: 250px;
}


.pageform .fieldWrapper input {
    border: 1px solid #3880ae;
    padding: 2px;
    width: 240px;
    font-size: 0.9em;
    float:left;
}

.pageform .fieldWrapper textarea {
    border: 1px solid #3880ae;
    float:left;
    width: 240px;
    height: 80px;
    padding: 5px 2px;
}

.pageform .fieldWrapper .recaptcha_widget {
    float:left;
    width: 320px;
}

.pageform .fieldWrapper .checkbox {
    width:200px;
    float:left;
    display:block;
}


.pageform .fieldWrapper .checkbox input {
    width: auto;
}

.pageform .fieldWrapper .checkbox label {
    clear:none;
    float:none;
    width: auto;
}

.pageform .fieldWrapper select {
    width: 240px;
}

.pageform .fieldWrapper .checkbox_long {
    width: auto;
}

.error , .required {
    font-weight:bold;
    color:red;
}

.fieldWrapper .error, .fieldWrapper .errorlist {
    float:left;
    clear:both;
}

.submit {
    margin-top: 15px;
    width: 520px;
}

.submit input {
    float:right;
    margin-left: 10px;
}

.button {
    background: #3880ae;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none !important;
    display: inline-block;
    padding: 8px;
}

/* table styles */

.itemtable {
    margin-top: 10px;
    border-bottom: 5px solid #3880ae;
    width: 100%;
}

.itemtable thead {
    background-color: #3880ae;
    color: #fff;
}

.itemtable thead tr th {
    padding: 7px 10px;
    font-family: 'Trebuchet MS','Helvetica';
}

.itemtable tbody {

}

.itemtable tbody tr {
    background-color: #f3f3f3;
}

.itemtable tbody tr td {
    border-bottom: 2px solid #fff;
    padding: 10px;
}

.itemtable tbody tr.even {
    background-color:#f8f9fa;
}


/*structure */

#headerwrap {
    background:url('../images/header-bg.jpg') repeat-x #3880ae bottom;
    height: 143px;
}

#header {
    width: 900px;
    margin:0 auto;
    padding-top: 12px;
}

#header .logo {
    float:left;
    width: 128px;
}

#header .right {
    width: 750px;
    padding-top: 8px;
}

#header .right .login {
    float: right;
    margin-right: 15px;
    color: #fff;
    text-align: right;
}

#header .right .login a {
    color: #fff;
}

#header .right .text {
    float:left;
    text-align:right;
    color: #ffffff;
    width: 150px;
    margin-right: 10px;
    margin-top:5px;
}

#header .right .field {
    float:left;
    width: 119px;
    padding: 5px 11px;
    height: 14px;
    border: 0;
    color: #588ba0;
}


#header .right .username {
    background: url('../images/login-username-inactive.jpg') no-repeat;
    margin-right: 8px;
}

#header .right .password {
    background: url('../images/login-password-inactive.jpg') no-repeat;
    margin-right: 8px;
}

#header .right .submit {
    width: 28px;
    height: 24px;
    padding:0;
    margin: 0;
}

#header .right .active {
    background: url('../images/login-active.jpg') no-repeat;
}


#header .right .search {
    float:right;
    width:222px;
}

#header .right .forgot {
    margin-top: 5px;
    clear:both;
    font-size: 0.8em;
}

#header .right .search .query {
    display:block;
    float:left;
    width: 169px;
    height:21px;
    background: url('../images/search-field.jpg');
    color: #76a3b9;
    font-size: 0.9em;
    border:0;
    padding: 5px 8px;
}

#header .right .search .submit {
    float:right;
    width:37px;
    height: 31px;
    display:block;
    margin:0;
    padding:0;
    border:0;
}

#header .right .strapline {
    clear:both;
    float:right;
    margin-top: 16px;
}

#contentwrap {
    background-color: #fff;
}

.home #contentwrap {
    background: url('../images/content-bg.jpg') repeat-x #f7f8f8;
}

#contentwrap #content {
    width: 920px;
    margin: 0 auto;
    padding-top: 17px;
}

#content .navigation {
    background: url('../images/nav-bg.jpg') no-repeat;
    padding: 0 10px;
    width: 900px;
    height: 62px;
    overflow:hidden;
    margin-bottom: 15px;
}

#content .navigation ul {
    margin:0;
    padding: 0;
}

#content .navigation ul li {
    list-style:none;
    font-size: 1.05em;
    height: 55px;
    margin: 0;
    float:left;
    border-left: 1px solid #2d6a83;
}

#content .navigation ul li.home {
    border-left:0;
}

#content .navigation ul li.forum a{
    padding: 20px 18px 0 17px;
}


#content .navigation ul li.active {
    background-color: #982e5d;
}

#content .navigation ul li.home.active {
    background: url('../images/nav-home-active.jpg') no-repeat #982e5d top left;
}

#content .navigation ul li a {
   color: #fff;
    padding: 20px 13px 0 13px;
    display:block;
}

#content .navigation ul li.forum a{
    padding: 20px 18px 0 17px;
}

#content .main {
    padding-bottom: 40px;
}

#content .main .whole {
    padding: 0 10px;
}

#content .main .sidebar {
    float:left;
    width: 270px;
    overflow:hidden;
}

/* top left */

.sidebar .areas {
    padding-left: 10px;
}

.sidebar .areas ul {
    margin: 0;
    padding:0;
}

.sidebar .areas ul li {
    margin-bottom: 7px;
    list-style:none;
    background: url('../images/banner-boxes-inactive.jpg') no-repeat top left;
    font-size: 1.1em;
    font-family: 'Trebuchet MS',Helvetica,Arial,Sans-Serif;
    color: #588ba0;
    width: 249px;
    height: 40px;
}

.sidebar .areas ul li a {
    color: #588ba0;
    width: 239px;
    height: 30px;
    padding: 10px 0 0 10px;
    display: block;
}

.sidebar .areas ul li.welcome a:hover {
    text-decoration: none;
}

.sidebar .areas ul li.active,
.sidebar .areas ul li.hover {
    background:url('../images/banner-boxes-active.jpg') no-repeat top left;
    padding-right: 15px;
    color: #fff;
}

.sidebar .areas ul li.active a,
.sidebar .areas ul li.hover a {
    color: #fff;
}

.sidebar .register {
    padding-left: 10px;
    padding-bottom: 20px;
}

.home .sidebar .register {
    padding-top: 25px;
    padding-bottom: 20px;
}

.sidebar .spacer {
    padding-bottom: 13px;
}

/* left widgets */

.sidebar .leftblock {
    padding-bottom: 20px;
}

.sidebar .leftblock h2 {
    color: #fff;
    background: url('../images/leftcol-header.jpg') no-repeat top left;
    margin: 0;
    padding: 12px 0 0 25px;
    width: 236px;
    height: 43px;
    font-size: 1.2em;
    font-weight: normal;
    font-family: 'Trebuchet MS',Helvetica,Arial,Sans-Serif;
}

.sidebar .leftblock h2 a {
    color: #fff;
}

.sidebar .leftblock .description {
    padding: 4px 15px 10px 15px;
    margin-left: 10px;
    background:url('../images/leftcol-content.jpg') repeat-y;
    color: #3880ae;
    width: 220px;
}

.sidebar .leftblock .description .image {
    padding: 5px 0;
}

.sidebar .leftblock .description h3 {
    margin-top:0;
    margin-bottom: 0.8em;
}
.sidebar .leftblock .description p {
    margin: 0 0 5px 0;
    font-size: 1em;
}

.sidebar .annualmeeting .description  p{
    font-size: 1.1em;
}

.sidebar .leftblock .description p a {
    color: #3380ae;
}

.sidebar .leftblock .description ul {
    margin: 0;
}

.sidebar .leftblock .description .buttons {
    margin-top: 15px;
}

.sidebar .leftblock .description .buttons .button {
    padding-top: 3px;
    height: 30px;
    text-align: center;
    font-family: 'Trebuchet MS',Helvetica,Arial,Sans-Serif;
    font-size: 0.95em;
}

.sidebar .leftblock .description .buttons .button  a {
    color: #fff;
}

.sidebar .leftblock .description .buttons .left {
    background: url('../images/left-button.jpg') no-repeat;
    width:135px;
    float:left;
}

.sidebar .leftblock .description .buttons .right {
    background: url('../images/blue-button.jpg') no-repeat;
    width: 84px;
    float:right;
}

.sidebar .leftblock .description .buttons .right a {
    color: #fff;
}

.sidebar .leftblock .bottom {
    background: url('../images/leftcol-bottom.jpg') no-repeat;
    height: 5px;
    font-size: 0;
    margin-left: 10px;
    width: 250px;
}

/* content */

#content .main .maincontent {
   width: 630px;
   padding-right: 10px;
   float:right;
}

#content .main .maincontent .breadcrumbs {
    color:#3880ae;
    border-bottom: 1px solid #982e5d;
    margin: 0;
    padding: 7px 0;
    font-family: 'Trebuchet MS',Helvetica,Arial,Sans-Serif;
}

/* onecol mofifiers */

.onecol #content .main .sidebar {
   display:none;
}


.onecol #content .main .maincontent {
    width:900px;
    padding: 0 10px;
    float:none;
}


#footerwrap {
    background-color: #699dbd;
}

#footerwrap #footer {
    width: 900px;
    margin: 0 auto;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer p {
    margin:0;
}

#footer .top {
    border-bottom: 1px solid #97c8dd;
    padding-bottom: 20px;
}

#footer .top .sponsors {
    padding: 18px 0 20px;
}

#footer .top .sponsor {
    float:left;
    margin-right: 19px;
    margin-bottom: 10px;
}

#footer .top .copyright {
    float:left;
    width: 50%;
}

#footer .top .contact {
    float:right;
    width: 50%;
    text-align: right;
}

#footer .bottom {
    border-top: 1px solid #181d4a;
    font-size: 0.9em;
    padding: 10px 0 40px 0;
}

#footer .bottom p {
    margin-top: 10px;
}

#footer .bottom .calm {

}

#footer .bottom .calm p {
    float:right;
}

#footer .bottom .calm .logo {
    float:right;
    margin-left: 10px;
}


/* homepage specifics */

.maincontent .banner {
    margin: 0;
    padding: 0;
    height: 228px;
    padding-bottom: 34px;
    overflow: hidden;
}

.banner ul {
    margin:0;
    padding: 0;
}

.banner ul li {
    list-style:none;
    margin: 0;
    position:relative;
    display:none;
}

.banner ul li.active {
    display:block;
}

.banner ul li .text {
    position:absolute;
    top: 152px;
    padding: 10px 20px 0 20px;
    height: 65px;
    width: 590px;
    overflow: hidden;
    color: #3880ae;
}

.banner ul li .text h2 {
    margin: 0 0 8px 0;
}

.banner ul li .text p {
    margin:0;
    font-size: 13px;
    line-height: 1.2em;
}

.homecontent {

}

.homecontent .corona {
    background-color: yellow;
    padding: 20px 20px 10px 20px;
}

.homecontent .corona h1 {
    margin-top: 0;
}

.homecontent h1, .homecontent h2 {
    font-family: 'Trebuchet MS',Helvetica,Arial,Sans-Serif;
}

.homecontent .news {
    margin-bottom: 25px;
}

.homecontent .events {

}

.homecontent h2 {
    margin-top: 12px;
    color: #982e5d;
    border-bottom: 1px solid #982e5d;
    padding-bottom: 10px;
}

.homecontent h2 a{
    color: #982e5d;
}

.homecontent .article {

}

.homecontent .article h3 {
    margin-bottom: 8px;
}

.homecontent .article h3 a {
    color: #588ba0;
}

.homecontent .article p {
    margin-top: 0;
}

.homecontent .article .sub {
    color: #588ba0;
    font-size: 0.9em;
    margin-bottom: 8px;
}

.homecontent .article .sub a {
    color: #588ba0;
}

/* pages */

.secondary_nav {
    padding-left: 10px;
}

.secondary_nav ul {
    margin: 0;
    padding: 0;
}

.secondary_nav ul li {
    font-family: 'Trebuchet MS',Helvetica,Arial,Sans-Serif;
    font-size: 1.1em;
    list-style: none outside none;
    padding-bottom: 7px;
    width: 249px;
}


.secondary_nav ul li .inner {
    position:relative;
}

.secondary_nav ul li .inner .dropdown {
    position:absolute;
    right: 15px;
    top: 15px;
    width: 13px;
    height: 10px;
    overflow: hidden;
    background: url('../images/leftcol-arrow-inactive.jpg') no-repeat;
    cursor: pointer;
}

.secondary_nav ul li .inner a {
    color: #588ba0;
    padding: 10px 0 10px 10px;
    width: 239px;
    display:block;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background: #DCEBF1;
    border: 1px solid #abc4ce;
    border-radius: 3px;
}

.secondary_nav ul li.active .inner a,
.secondary_nav ul li.hover .inner a {
    background: #3C82AC;
    border: 1px solid #96C7CB;
    color: #fff;
}

.secondary_nav ul li.active .inner .dropdown,
.secondary_nav ul li.hover .inner .dropdown {
    background: url('../images/leftcol-arrow-active.jpg') no-repeat;
}

.secondary_nav ul li ul {
    display:none;
}

.secondary_nav ul li.active ul {
    display:block;
}


.secondary_nav ul li li {
    background: #eaf3f5;
    font-size: 0.9em;
    margin-top: 3px;
    margin-bottom: 0;
    padding-bottom:0;
}

.secondary_nav ul li li a {
    padding: 10px 0 0 20px;
    height: 27px;
    width: 239px;
    display:block;
}


.secondary_nav ul li li.active {
    background: #3880AE;
}

.secondary_nav ul li li.active a {
    color: #fff;
}

#pageresources, .sectionresources {

}

#pageresources .resource,
.sectionresources .resource {
    padding-top: 18px;
}

#pageresources .resource .thumb,
.sectionresources .resource .thumb {
    float:left;
    margin-right: 10px;
    padding-top: 5px;
}

#pageresources .resource .details,
.sectionresources .resource .details {
    width: 400px;
    float:left;
}

#pageresources .resource .details h3,
.sectionresources .resource .details h3 {
    margin: 0 0 5px 0;
}


#pageresources .resource p,
.sectionresources .resource p {
    margin: 0;
}


#pageresources .resource .downloadlink,
.sectionresources .resource .downloadlink {
    margin-top: 5px;
}

#pageresources .resource .embedcode,
.sectionresources .resource .embedcode {
    margin-top: 5px;
}


#pageresources .bookresource,
.sectionresources .bookresource {

}

#pageresources .bookresource .image,
.sectionresources .bookresource .image,
#pageresources .journalresource .image,
.sectionresources .journalresource .image {
    float:left;
    width: 90px;
    margin-right: 10px;
}

#pageresources .bookresource .details,
.sectionresources .bookresource .details,
#pageresources .journalresource .details,
.sectionresources .journalresource .details{
    float:left;
    width: 530px;
}

#pageresources .journalresource .details h3 .author,
.sectionresources .journalresource .details h3 .author {
    font-size: 0.8em;
    color: #707070;

}
/* meeting */
.meeting_left {
}

.venueinformation {

}

.venueinformation .date {
    float:left;
    background: url('../images/meeting-date-bg.jpg') no-repeat;
    width: 41px;
    height: 38px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2em;
    padding-top: 3px;
    margin :0;
}

.venueinformation .title {
    float:right;
    width: 170px;
    font-size: 1.1em;
    font-weight: bold;
}

.venueinformation .image {
    padding: 5px 0;
}

/* mediacentre */

.article {
    margin-bottom: 10px;
}

.article p {
    margin-top: 5px;
    margin-bottom: 0;
}

.article .eventdate {
   font-weight: bold;
}

.addtocal {

}

.addlink {
    color: #3880AE;
    cursor:pointer;
    font-weight: bold;
}

ul.ui-addtocal {
    cursor: pointer !important;
    border: none;
    margin: 0;
    padding: 0;
    width: 150px !important;
}

ul.ui-addtocal li {
   list-style: none;
   background: #e9f0f6 !important;
   padding: 0 5px;
   font-size: 1em;
   border: 0 !important;
   border-left: 2px solid #699DBD !important;
}

ul.ui-addtocal li a {
   color: #3880AE;
   font-size: 12px;
   border: 0 !important;
}

ul.ui-addtocal li a.ui-state-active,
ul.ui-addtocal li a.ui-state-hover {
   color: #3880AE !important;
   border: 0 !important;
   background: #f7fafc !important;
   margin: 0 !important;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}




/* members database */
#memberssearch {

}

#memberssearch .advancedsearch {
    display:none;
}

#alphalist {
    height: 1em;
    margin: 0 0 10px 0;
    padding:5px 0;
}

#alphalist li {
    float:left;
    list-style: none;
    padding: 0 5px;
}

#alphalist li a {
    color: blue;
}

/* registration */
.member_types {

}

.member_types .type {
    border-bottom: 1px solid #3880ae;
    padding-bottom: 10px;
}

.register_buttons {
}

.register_buttons .button {
    float:right;
    margin-left: 10px;
}

.payment_form {
    float:left;
    margin-right: 15px;
}

.pay_later {
    float:left;
}


/* forum */

#forum_index table .count, #forum_index table .no_posts {
    text-align: center;
}

#forum_index table th {
    text-align: left;
}

#forum_index table .icon {
    width: 26px;
}

#forum_index table .name {
    width: 440px;
}

#forum_index table .count {
    width: 64px;
}

#forum_index table .time {
    width: 140px;
}

#forum_index table .member {
    width: 130px;
}

#post_category {

}

#post_category table th {
    text-align: left;
}

#post_category table td.icon {
    width:26px;
    text-align: center;
    height: 25px;
    padding: 7px 10px;
}

#post_category .add_post {
    display:none;
}

#post_category .add_link {
    cursor:pointer;
}

#forum_post h2.posthead {
    margin: 0 0 15px 0;
    background-color: #3880ae;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.1em;
}

#forum_post .post {
    background:url('../images/post-header.jpg') no-repeat #f5f6f6;
    margin-bottom: 10px;
}

#forum_post .post .header {
    color: #3880ae;
    padding-left:65px;
}

#forum_post .post .header .author {
    float:left;
    padding-left:15px;
    padding-top: 10px;
    width: 600px;
}

#forum_post .post .header .author .user {
    color: #982e5d;
    font-weight: bold;
}

#forum_post .post .header .buttons {
    float:right;
    padding: 7px 12px 0 0;
    width: 150px;
}

#forum_post .post .header .buttons .button {
    float:right;
    width: 25px;
    margin-left:6px;
    font-size: 0;
}

#forum_post .post .content {
    padding: 10px 50px;
    font-size: 1.1em;
    color: #3880ae;
}

#forum_post .post .content .attached a{
    font-weight: bold;
}

#forum_post .post .bottom {
    background: url('../images/post-bottom.jpg') no-repeat #f5f6f6;
    height: 5px;
}

#forum_post .add_link {
    cursor:pointer;
}

#forum_post .add_reply {
    display:none;
}

#forum_post .poll {
    margin-bottom: 30px;
    border-bottom: 1px solid #DDEDF4;
}

#forum_post .poll .option {
    padding: 10px 0;
}

#forum_post .poll .option .selector {
    float:left;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
}

#forum_post .poll .option .selector_label {
    display: block;
    float:left;
    color: #3880AE;
    width: 150px;
}

#forum_post .poll .option .percent_wrap {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 15px;
    margin-top: 2px;
    overflow: hidden;
    float:left;
    width: 250px;
}

#forum_post .poll .option .percent_wrap .percent_inner {
    -moz-box-sizing: border-box;
    background-color: #89B0C1;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#forum_post .poll .option .percent_label {
    display:block;
    float:left;
    font-weight: bold;
    margin-left: 30px;
}

#forum_post .poll .submit {
    width: 300px;
}

#forum_post .poll .submit input {
    float:right;
    border: 1px solid #3880AE;
    background: #3880AE;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}


/* member listings */
#members_list {

}

#members_list #member_search {
    float:right;
    text-align: right;
    color: #fff;
}

#member_search .search_link {
    cursor: pointer;
    float:right;
    margin: 0;
    font-size: 1.1em;
    height: 35px;
    font-family: 'Trebuchet MS','Helvetica';
}

#member_search .search_link .left {
    float:left;
    display:block;
    background: url('../images/search-header-left.jpg') no-repeat;
    width: 9px;
    height: 35px;
}

#member_search .search_link .middle {
    margin-top: 0;
    color: #fff;
    text-align: center;
    padding: 10px 6px 5px 6px;
    display:block;
    float:left;
    background: url('../images/search-header-middle.jpg') repeat-x #3880AE
}


#member_search .search_link .right {
    float:left;
    display:block;
    background: url('../images/search-header-right.jpg') no-repeat;
    width: 9px;
    height: 35px;
}

#member_search .basic_search {
    clear:both;
    padding: 10px 15px;
    width: 870px;
    background-color: #f3f3f3;
}

#member_search .basic_search label {
    color: #3880AE;
}

#member_search .basic_search .query {
    border: 1px solid #3880AE;
    padding: 2px;
}

#members_list table {
    margin: 0;
}

#members_list table th {
    text-align:left;
}

#members_list .name {
    width: 160px;
}

#members_list .last_login {
    width: 160px;
}

#members_list .num_posts {
    text-align: center;
    width: 32px;
}

#members_list .job_title {
    width: 120px;
}

#members_list .site {
    width: 210px;
}

#members_list .specialist_interests {
    width: 200px;
}

#members_list table th a {
    color: #fff;
}

#members_list .bottom {
    background-color: #3880AE;
    color: #fff;
    padding-top: 2px;
}

#members_list .bottom .viewing {
    float:left;
    width: 400px;
    padding: 0 0 3px 15px;
    font-family: 'Trebuchet MS','Helvetica';
}

#members_list .bottom .pagination {
    float:right;
    text-align: right;
    width: 200px;
    margin: 0;
    padding: 0 15px 3px 0;
}

#members_list .bottom .pagination li {
    list-style:none;
    display:inline;
}

#members_list .bottom .pagination a {
    color: #fff;
}

#member_profile {
    font-family: 'Trebuchet MS','Helvetica';
}

#member_profile h1 {
    float:left;
}

#member_profile .link {
    float:right;
    margin-top: 27px;
}

#member_profile .top {
    background-color: #e9f0f6;
    padding: 20px 0 20px 25px;
    color: #3880ae;
}

#member_profile .top .profilepic {
    float:left;
    padding-right:10px;
    width: 152px;
    padding: 12px;
    background: url('../images/profile-image-bg.jpg') no-repeat;
    height: 152px;
}


#member_profile .top .userinfo {
    float:left;
    font-size: 1.1em;
    padding-left: 20px;
    padding-top: 40px;
}

#member_profile .top .userinfo dl {
    margin-top: 0;
}

#member_profile .top .userinfo dt {
    float:left;
    width: 140px;
    clear:left;
    margin-bottom: 6px;
}

#member_profile .top .userinfo dd {
    float:left;
    margin-bottom: 6px;
}


#member_profile .data {
    margin: 0;
    padding: 0;
    color: #3880ae;
}

#member_profile .data li {
    list-style:none;
    margin: 0;
    padding: 5px;
    background-color: #e9f0f6;
    padding: 5px 0 5px 35px;
}

#member_profile .data .odd {
    background-color: #f7fafc;
}

#member_profile .data .name {
    float:left;
    display: block;
    width: 300px;
    margin-right: 10px;
}

#member_profile .data .value {
    float:left;
    display:block;
    width: 500px;
}

#member_profile .bottom {
    background-color: #f7fafc;
    color: #3880ae;
    padding: 20px 0 20px 220px;
}


#member_profile .bottom .submit {
    width: 600px;
}


#interesting_case {

}

#interesting_case .description {
    float:left;
    width: 400px;
}

#interesting_case .description .questions h3 {
    margin-bottom : 5px;
}

#interesting_case .description .questions .submit {
    width: 400px;
}

#interesting_case .images {
    float:right;
    width: 212px;
}

#interesting_case .images h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}


#interesting_case .images .image {
    margin-bottom: 10px;
}

#interesting_case .images .image img {
    border: 1px solid #3880AE;
    padding: 5px;
}

#interesting_case .images .image .description {
    background-color: #3880AE;
    color: #fff;
    width: 200px;
    padding: 5px 6px;
}

#account {

}

#account .extend_membership {
    padding-bottom: 15px;
}


#account ul {
    float:left;
    width: 300px;
}

#account .image {
    float:right;
    width: 250px;
}

#account p.updatelink {
    color: #3880AE;
    cursor:pointer;
}


#account .image .update-picture {
    display:none;
    font-size: 0.9em;
}

#account .image .submit {
    width: 250px;
    margin-top: 10px;
}

#account .image .submit input {
    margin-right: 20px;
}


/* widgets */

/*.sidebar .booknow .bottom {
    background: url('../images/agm-event-bottom.jpg') no-repeat;
    height: 150px;
}*/


.sidebar .applicationform .bottom {
    background: url('../images/agm-event-bottom.jpg') no-repeat;
    height: 150px;
}

.suggestbook .field {
    margin-bottom: 8px;
}

.suggestbook .field label {
    float:left;
    margin-bottom: 5px;
}

.suggestbook .field input {
    float:right;
    border: 1px solid #3880AE;
    font-size: 0.9em;
    width: 208px;
    padding: 2px 5px;
}

.suggestbook .widget_submit input {
    float:right;
}

/* search */
.result_section {
    margin-left:20px;
}

#videos {

}

#videos .search {
    margin: 20px 0;
}

#videos .video-search {
    margin: 10px 0 20px 0;
    width: 735px;
}

#videos .video-search .query {
    border-radius: 5px;
    border: 1px solid #3880ae;
    float: left;
    width: 180px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px;
    margin-right: 5px;
}

#videos .video-search .category,
#videos .video-search .meeting {
    float: left;
    width: 180px;
    border-radius: 5px;
    border: 1px solid #3880ae;
    padding: 4px 5px 3px;
    background: none;
    font-size: 16px;
    margin-right: 5px;
}

#videos .video-search .category select,
#videos .video-search .meeting select {
    background: none;
    border: none;
    color: #666;
    width: 100%;
    font-size: 16px;
}

#videos .video-search .submit {
    width: 70px;
    background: #3880ae;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #3880ae;
    margin: 0;
    padding: 5px;
    font-size: 16px;
}

#videos .video-listing h2 {
    margin-bottom: 15px;
}

#videos .video-listing .video {
    margin-bottom: 20px;
    float: left;
    width: 286px;
    margin-right: 20px;
}

#videos .video-listing .video.end-row {
    margin-right: 0;
}

#videos .video-listing .video  .thumb-wrapper {
    width: 100%;
    height: 160px;
}

#videos .video-listing .video  .thumb-wrapper img {
    width: 100%;
    max-height: 160px;
}

#videos .video-listing .video h3 {
    margin-bottom: 0;
}

#videos .video-listing .video p {
    margin: 0;
}

#videos .video-listing .video .date {
    margin-bottom: 0;
    font-weight: normal;
}

#videos .video-listing .video .description {
    margin: 0;
}

#videos .pagination {

}

#videos .pagination .num {
    float:left;
    width: 50%;
}

#videos .pagination .links {
    float:right;
    width: 50%;
    text-align: right;
}

#videos .pagination .active {
    font-weight: bold;
}

#videos .video-embed{
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 10;
}

#videos .video-embed .duration {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: #000;
    padding: 5px;
    z-index: 100000;
}

#videos .video .backdrop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    pointer-events: none;
}

#videos .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}