/*------------------------------------------------------------------------
                      IBAN Main Stylesheet 
-------------------------------------------------------------------------*/

body {
background-color:#fff; 
font-family: 'Hind', Helvetica,Arial,sans-serif;
margin:0;
color:#231F20;
font-size:16px;
}

.container-fluid {
padding:0px;
}

p, div {
color:#231F20;
font-size:16px;
}

a {
color:#a3238e;
}

a:hover {
color:#E06F2F;
}

a:focus {
outline:none;
}

h1, h2.search {
color:#231F20;
font-size:32px;
margin-top:20px;
margin-bottom: 20px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px 0px;
}

h2, .ZineTitle h3 {
color:#C0161B;
font-size:24px;
}

div.join h2 {
font-size:24px;
color:#231F20;
}

div.conditions h2 {
margin-bottom:5px;
}

h3 {
color:#231F20;
font-size: 20px;
text-transform: uppercase;
}

div.login {
margin:14px 0px 7px;
height:auto;
}

div.login a.memberArea {
float:right;
color:#a3238e;
font-size:16px;
font-weight:600;
}

div.home_login {
float:right;
color:#a3238e;
font-size:16px;
font-weight:600;
}

.LoginUserLink{
padding-left: 3px;
}

.login .separate{
margin: 0 10px;
color: #C2C2C2;
}

div.top_menu {
height:auto;
}

div.logo img{
float:left;
padding:0px 0px 20px 0px;
}

/*-------------------------------------------------
               Main Menu
---------------------------------------------------*/


div.mainmenu {
margin-top:30px;
}


div.mobile_menu .hmenu a {
display:inline; 
color:#343438;
padding-left:40px;
font-size:16px;
font-weight:600;
}

.mobile_menu {
position: absolute;
top: 82px;
z-index: 999;
right: 120px;
text-align: right;
}

div.hmenu a.hmenu_page_66.menu,
div.hmenu a.hmenu_page_10.menu,
div.hmenu a.hmenu_page_11.menu,
div.hmenu a.hmenu_page_105.menu {
display:none;
}


#jumptomenu{
display: none;
}


/*-------------------------------------------------
               Banner / Image Boxes 
---------------------------------------------------*/

div.banner {
padding:0px;
}

div.banner img {
width:100%;
}

div.image_boxes div.img_box1,
div.image_boxes div.img_box2,
div.image_boxes div.img_box3 {
padding:0px;
}

div.image_boxes {
margin-top:-30px;
}

div.image_boxes .img_box1 a,
div.image_boxes .img_box2 a,
div.image_boxes .img_box3 a {
height:116px;
z-index:0;
cursor:pointer;
color:#fff;
text-decoration:none;
text-align:center;
width:100%;
display:inline-block;
}

div.image_boxes div.img_box1 a {
background-color: #A3238E;
border-radius: 15px 0px 0px 15px;
-moz-border-radius: 15px 0px 0px 15px;
-webkit-border-radius: 15px 0px 0px 15px;
}

div.image_boxes div.img_box1 a:hover {
background-color:#880E74;
}

div.image_boxes div.img_box2 a{
background-color:#C0161B;
}

div.image_boxes div.img_box2 a:hover {
background-color:#A01216;
}

div.image_boxes div.img_box3 a{
background-color:#e06f2f;
border-radius:0px 15px 15px 0px;
-moz-border-radius:0px 15px 15px 0px;
-webkit-border-radius:0px 15px 15px 0px;
}

div.image_boxes div.img_box3 a:hover {
background-color:#A9440C;
}

div.image_boxes div.img_box1 a h2,
div.image_boxes div.img_box2 a h2,
div.image_boxes div.img_box3 a h2 {
color:#fff;
font-size:24px;
text-align:center;
}

div.image_boxes div.img_box1 a p,
div.image_boxes div.img_box2 a p,
div.image_boxes div.img_box3 a p { 
color:#fff;
font-size:16px;
line-height:16px;
text-align:center;
}

div.home_banner img {
max-width:100%; 
height:336px;
z-index:-1;
}

/*iv.image_boxes div.img_box1 a,
div.image_boxes div.img_box1 a:hover,
div.image_boxes div.img_box2 a,
div.image_boxes div.img_box2 a:hover,
div.image_boxes div.img_box3 a,
div.image_boxes div.img_box3 a:hover {
color:#fff;
text-decoration:none;
*/


/*********************************
      Inside Banner/Image Boxes
*********************************/

div#inside_banner img{
max-width:100%;
height:220px;
z-index:-1;
}

div.inside_image_boxes {
line-height:1.0;
margin-top:-30px;
}

div.inside_img_box1,
div.inside_img_box2,
div.inside_img_box3 {
padding:0px;
}

div.inside_image_boxes .inside_img_box1 a,
div.inside_image_boxes .inside_img_box2 a,
div.inside_image_boxes .inside_img_box3 a {
height:75px;
z-index:0;
cursor:pointer;
color:#fff;
text-decoration:none;
text-align:center;
width:100%;
display:inline-block;
}

div.inside_image_boxes .inside_img_box1 a h2,
div.inside_image_boxes .inside_img_box2 a h2,
div.inside_image_boxes .inside_img_box3 a h2 {
margin-top:10px;
margin-bottom: 3px;
text-align:center;
color:#fff;
text-decoration:none;
text-align:center;
}

div.inside_image_boxes .inside_img_box1 a p,
div.inside_image_boxes .inside_img_box2 a p,
div.inside_image_boxes .inside_img_box3 a p { 
color:#fff;
font-size:16px;
line-height:16px;
text-align:center;
margin:0px;
}

div.inside_image_boxes .inside_img_box1 a {
background-color: #A3238E;
border-radius: 15px 0px 0px 15px;
-moz-border-radius: 15px 0px 0px 15px;
-webkit-border-radius: 15px 0px 0px 15px;
}

div.inside_image_boxes .inside_img_box1 a:hover {
background-color:#880E74;
}

div.inside_image_boxes .inside_img_box2 a {
background-color:#C0161B;
}

div.inside_image_boxes .inside_img_box2 a:hover {
background-color:#A01216;
}

div.inside_image_boxes .inside_img_box3 a {
background-color:#e06f2f;
border-radius:0px 15px 15px 0px;
-moz-border-radius:0px 15px 15px 0px;
-webkit-border-radius:0px 15px 15px 0px;
}

div.inside_image_boxes .inside_img_box3 a:hover {
background-color:#A9440C;
}


/*-------------------------------------------------
                   Main Content 
---------------------------------------------------*/

div.Welcome {
background-color:#fff;
margin:0px auto;
padding-bottom:30px;
height:auto;
}

div.Welcome h1 {
text-align:center;
color:#C0161B;
font-weight:600; 
font-size:30px;
border:none;
}

div.Welcome p {
text-align:center;
font-size:18px;
font-style:normal;
padding:0px 90px;
}

div.maincontent {
padding:30px;
height:auto;
min-height:500px;
}

div.maincontent .pmenu {
margin-top:20px;
font-style: italic;
font-size: 0.9em;
}

div.home_boxes .home_box1,
div.home_boxes .home_box2 {
border-right:1px solid #ddd;
height:auto;
margin-bottom:20px;
border-top:1px solid #ddd;
}

div.home_boxes .home_box1 img,
div.home_boxes .home_box3 img {
margin:25px;
}

div.home_boxes .home_box2 p {
text-align:center;
margin:58px 0px;
font-size:18px;
font-weight:normal;
}

div.home_boxes .home_box2 h2 {
text-align:center;
margin:104px 0px 0px 0px;
font-size:24px;
color:#e06f2f;
}

div.home_boxes .home_box3 {
height:400px;
margin-bottom:20px;
border-top:1px solid #ddd;
}

div.home_box1 a.btn,
div.home_box2 a.btn,
div.home_box3 a.btn{
border-color:#C0161B;
background-color:#fff;
width:200px;
color:#C0161B;
font-size:16px !important;
padding: 10px 16px;
line-height: 1.33;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
display: block;
margin-right: auto;
margin-left: auto;
font-weight:400;
}


div.home_box1 a.btn,
div.home_box2 a.btn,
div.home_box3 a.btn {
color:#C0161B;
font-size:16px !important; 
}

div.home_box1 a.btn:hover,
div.home_box2 a.btn:hover,
div.home_box3 a.btn:hover {
color:#fff;
background-color: #C0161B;
}

div.home_box1 .btn-default:hover, .btn-default:focus, .btn-default:active,
div.home_box2 .btn-default:hover, .btn-default:focus, .btn-default:active,
div.home_box3 .btn-default:hover, .btn-default:focus, .btn-default:active {
color: #fff;
background-color: #C0161B;
}

div.home_boxes a.home {
padding:21px;
}



 

/*-------------------------------------------------
                   Subcontent 
---------------------------------------------------*/

div.subcontent {
background-color:#A3238E;
height: auto;
overflow: hidden;
}


div.subcontent div.broker,
div.subcontent div.news,
div.subcontent div.twitter{
background-color:#A3238E;
} 

div.broker hr.home,
div.news hr.home {
height:3px;
display:block;
width:40px; 
background-color:#e06f2f;
padding:0; 
margin:10px 0;
border:0;
} 


.at-cal {
    margin-top: 70px;
}

.at-cal p a {
    font-size: 16px !important;
}

@media(max-width:991px) {
 .at-cal {
    margin-top: 40px;
 }
}



/***********  Atlantic Broker Magazine  *****************/

#AIB {
    margin-top: 15px;
}

#AIB td {
    padding: 5px 0px;
}

#AIB img {
    max-width: 100%;
}

#AIB a:hover img {
    opacity: 0.8;
}


/***********  Home Broker  *****************/

div.subcontent div.broker {
padding:25px 75px;
height:auto;
}

div.subcontent div.broker p,
div.subcontent div.broker a {
text-transform:uppercase;
color:#fff;
font-weight:normal;
}

div.subcontent div.broker p {
font-size:16px;
}

div.subcontent div.broker a {
font-size:14px;
text-decoration:underline;
}

div.subcontent div.broker a:hover {
color:#fff;
font-weight:bold;
}

div.subcontent div.broker h2 {
text-transform:uppercase;
color:#fff;
font-size:24px;
}

/**********  Home News  ****************/

div.subcontent div.news {
padding:25px 75px;
height:auto;
}

div.subcontent div.news p,
div.subcontent div.news a {
text-transform:uppercase;
font-weight:normal;
font-size:16px;
color:#fff;
}

div.news .ZineItem .ZineAboutBody {
padding-left:0px;
}


div.news .ZineBody {
color:#fff;
}

div.news .ZineItem .ZineAbstract {
font-size: 16px;
font-style: normal;
color: #fff;
}

div.news .ZineArticle .ZineAbout {
padding-bottom:0px;
}

div.news .ZineDate,
div.news .ZineTitle {
display:none;
}

div.news a.ZineLink {
text-decoration: none;
color: #fff;
text-transform:uppercase;
font-size:21px !important;
}

div.news div.ZineSummaryIndex a {
color: #fff;
text-decoration:underline;
font-size:14px;
}

div.news div.ZineSummaryIndex a:hover {
font-weight:bold;
}

div.news a.ZineLink:hover {
text-decoration: underline;
color: #fff;
}

div.news .ZineTools td a {
color:#fff;
font-size:9pt;
text-decoration:none;
text-transform:capitalize;
}

div.news table.ZineTools a.ZinkToolLink {
display:none;
}

div.news p.ZineNoArticles {
display:none;
}

div.subcontent div.news h2 {
text-transform:uppercase;
color:#fff;
font-size:24px;
}

div.subcontent div.news h3 {
font-size:18px;
}


/***********  Twitter  **************/

div.subcontent div.twitter {
padding:25px 75px;
height:auto;
}

div.subcontent div.twitter h2 {
text-transform:uppercase;
color:#fff;
font-size:24px;
display:inline-block;
}

div.subcontent div.twitter img.twitter_bird {
display:inline;
margin-right:15px;
margin-left:5px;
width:65px; 
height:65px;
}


/*-------------------------------------------------
                   Sidebar
---------------------------------------------------*/

div.sidebar {
margin:50px auto;
background-color: #F0F0F1;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

ul#VMenu li span.VM_expand{display:none;}
ul#VMenu li span.VM_expand li span.VM_expand{display:inline;}

ul#VMenu {
list-style-type: none;
margin: 20px 0px;
padding-left: 0;
}

ul#VMenu li ul {
padding-left:15px;
}

ul#VMenu li ul li {
text-decoration: none;
list-style-type: none;
padding:5px 0px;
font-size:0.9em;
margin-bottom:0;
border-bottom: 1px solid #ddd;
}

ul#VMenu li ul li ul li{
border:0;
}

ul#VMenu li.hidden_page {
display:none;
}

ul#VMenu li ul li {
padding:10px 0;
}

ul#VMenu ul span.VM_collapse {
background-image: url("plus.png") !important;
background-position: 95% center !important;
background-repeat: no-repeat !important;
display:block;
}


ul#VMenu ul span.VM_expand {
background-image: url("minus.png") !important;
background-position: 95% center !important;
background-repeat: no-repeat !important;
display: block;
}

/*ul#VMenu li#VM_page_66 span.VM_expand {
background-image:none !important;
}*/

.VM_expand {
background-image: url(minus.png);
background-position: 95% center;
background-repeat: no-repeat;
cursor: pointer;
display:block;
padding-right: 0;
background-size:8px auto;
}

.VM_collapse {
cursor: pointer;
display:block;
padding-right: 0;
background-image: url(plus.png);
background-position:95% center;
background-repeat: no-repeat;
background-size:8px auto;
}


.sidebar #viewallevent {
    background: url(viewallevent.png) no-repeat scroll 0px center rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
    display: block;
}
.sidebar div.EvtCal .EvtCalRSS,
.sidebar #viewallevent {
    font-size: 14px;
}

@media(max-width:767px) {
  .sidebar #viewallevent {
    margin: 0 0 20px 20px;
  }
}

/*-------------------------------------------------
                   Footer 
---------------------------------------------------*/

div.footer {
background-color:#f0f0f1; 
height:auto;
}

div.footer h2 {
font-size:24px;
display:inline;
color:#A3238E;
}

div.footer p {
font-size:16px; 
font-weight:normal;
}

div.footer_menu {
display:inline;
margin-top:20px;
height:auto;
}

div.footer_menu p.social_media {
display:inline;
}

div.footer_menu p.social_media a {
    background: #a3238e;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 200px;
    margin-left: 10px;
    font-size: 18px;
}

div.footer_menu p.social_media {
    margin-left: 15px;
}

div.footer_menu p.social_media a:hover,
div.footer_menu p.social_media a:active,
div.footer_menu p.social_media a:focus{
    background: #E06F2F;
}

div.footer_menu img.footer_twitter {
padding-left:20px; 
padding-right:10px;
}

div.footer_menu hr.footer {
height:2px;
display:block;
width:30px; 
background-color:#a3238e;
padding:0; 
margin:15px 0;
border:0;
} 

div.side_footer {
margin-top:20px;
}

div.side_footer .search {
display:inline;
font-size:14px;
border: 1px solid #cdcdcd;
color: #777;
max-width: 242px;
margin-left:15px;
height:40px;
background-color:#fff;
vertical-align:middle;
}

div.Search h1 {
display:none;
}

div.side_footer .search table {
width:212px;
}

div.side_footer .search td#searchsubmit {
padding:3px;
}

div.side_footer .footer_logo{
text-align:right;
padding:0px;
}

div.side_footer .footer_logo img {
margin:15px 0px;
float:right;
}

div.copyright {
margin-left:0px;
margin-top:15px;
padding:0;
}

/*div.copyright p {
margin-left:0px;
margin-bottom:15px;
}*/

div.copyright p.exware {
margin-top:-34px;
text-align:right;
}

div.copyright p.policy {
margin-top:-34px;
text-align:center;
}

div.copyright p.policy a {
padding:0 10px;
}

div.copyright a.term1 {
margin-left:-50px;
}


/*-------------------------------------------------
                Event Calendar          
---------------------------------------------------*/



div.EvtDateSelector {
border:1px solid #999;
background-color:#f7f7f7;
padding-left:20px;
padding-right:20px;
margin-bottom:10px;
}

.EvtCalHeader {
font-size:large;
font-weight:normal;
}

.EvtCalMonthMenuButton {
cursor:pointer;
}

table.EvtCal { 
border:2px #666677 solid; 
border-collapse:collapse; 
margin-bottom:10pt;
}

table.EvtCal td 
{ 
border:1px #204379 solid;
margin:0px; 
padding:5px; 
height:80px;
width:14.2%;
vertical-align:top;
background-color:#fff;
font-size:90%;
}

table.EvtCal th 
{ 
border:1px solid #999; 
margin:0px; 
padding:4px; 
background-color:#EEE;
font-weight:bold; 
font-size:12px; 
text-align:center;
}

table.EvtCal caption {
background-color:#204379;
color:#ffffff;
border:1px #204379 solid;
margin:0px; 
margin-left:-1px;
margin-right:-1px;
padding:4px; 
font-weight:bold; 
font-size:10px; 
}

table.EvtCal td.EvtDay {
background-color:#a3238e;
color:#fff;
}

table.EvtCal td.Today {
background-color:#C0161B;
color:#fff;
}

table.EvtCal div.EvtDay {
font-weight:bold;
}

table.EvtCal div.Evt {
padding-top:4px;
}

table.EvtCal div.Evt a {
font-weight:normal;
}

table.EvtCal div.SharedEvt a {
color:red;
}

table.EvtCal div.OtherEvt a {
color:magenta;
}

table.EvtCal td.NoDay {
background-color:#ddd;
}

.popup_p a:hover {
text-decoration:none;
}

.EvtCal div.popup 
{
border: 2px solid #666677;
background-color:white;
color:black;
padding:10px;
display:none;
z-index:10;
position:absolute;
left: -80px;
text-align:left;
line-height: 140%;
width:300px;
}

div.popup a {
font-weight:normal;
}
span.popup_p { 
position:relative;
}
.EvtCal a.popup_close {
display:block;
float:right;
border:1px solid #bbb;
padding:2px;
top:-5px;
left:5px;
position:relative;
font-size:xx-small;
font-weight:normal;
}
table.Report.Membership .popup_close {
background-color:#ddd;
text-decoration:none;
}
.ThisMonth {
font-weight:bold;
}


div.vCalendarLink
{
padding-left:50px;
background-image:url(add_small.png);
background-repeat:no-repeat;
background-position:left center;
margin-top:25px;
height: 45px;
font-size: 90%;
display:table;
}

div.vCalendarLink a{
display: table-cell;
vertical-align: middle;
}

p.EvtCalCalendarLink{
background-image: url(back.jpg);
background-position: 0 center;
background-repeat: no-repeat;
margin: 10px 0;
padding-left: 17px;
font-size:14px;
}

div.EvtCal .EvtCalRSS img
{
margin-right:7px;
vertical-align:top;
}

div.EvtCal .EvtCalRSS a:hover
{
text-decoration:none;
}

div.EvtCal .EvtCalRSS
{
margin-top:15px;
}

div.EvtCal p.EventDate
{
font-size:110%;
font-weight:bold;
}

div.EvtCal dl.EvtCalList dt
{
font-weight:bold;
}

div.EvtCal dl.EvtCalList dd
{
margin-left:0px;
}

div.EvtCal dl.EvtCalList dd p
{
margin-top:0px;
}

div.EvtCal table.EvtCalSm
{
position:relative;
top:0px;
border-collapse:collapse;
}

div.EvtCal table.EvtCalSm th
{
text-align:center;
padding:6px 10px;
color:#999;
background-color:#EEE;
width: 20px;
border:1px solid #999;
}

div.EvtCal table.EvtCalSm th select{
font-weight: normal;
color:#333;
}

div.EvtCal table.EvtCalSm td
{
text-align:center;
padding:6px;
border:1px solid #999999;
}

div.EvtCal table.EvtCalSm td.EvtDay {
background-color:#a3238e;
}

div.EvtCal table.EvtCalSm td.EvtDay a {
color:#fff;
}

div.EvtCal table.EvtCalSm td.Today
{
background-color:#c0161b;
color:#fff;
}

.EvtCal:after{
clear:both;
}

.EvtCal:before, 
.EvtCal:after{
display: table;
content: " ";
}

/*-------------------------------------------------
           Event Registration
---------------------------------------------------*/
.EvtReg h1{
border:0;
padding:0;
font-size:26px;
}

div.EvtSessionRegistrant div.EventFee 
{
border-bottom: 1px dotted #ccc;
padding:5px;
margin:0px;
}

span.EvtFeeName 
{
text-transform: uppercase;
margin-right:10px;
display: block;
float: left;
}

div.EvtSessionRegistrant
{
margin:0;
padding:0 0 10px 0;
}

div.EventFees div.EvtSessionRegistrant
{
margin-bottom:35px;
}

span.EvtFeeAccess 
{
color:red;
display:block;
font-size:x-small;
font-style:italic;
line-height:120%;
}

span.EvtFeeCost 
{
margin-right:7px;
font-weight:bold;
float:left;
}

span.EvtFeeRegLink 
{
float: right;
text-align: center;
margin-bottom:10px;
margin-top:6px;
}

span.EvtFeeRegDoneLink
{
float:right;
}

span.EvtFeeRegLink a 
{
border: 1px solid black;
color:#fff;
font-weight: bold;
margin-left: 25px;
padding: 4px 7px;
font-size:95%;
text-decoration:none;
background:#1a700a;
text-transform:uppercase;
}

span.EvtFeeRegLink a:hover 
{
opacity:0.7;
color:white;
text-decoration:none;
background:#666;
border: 1px solid #999;
}

div.EventFees
{
padding:10px;
}

div.EventFees h3
{
background-color: #ccc;
color: #3C3C3C;
font-size:100%;
top: 0;
line-height:10pt;
margin-bottom:3px;
}

div.EvtRegRegistrants div.popup, div.popup
{
display:none;
background-color: white;
border: 1px solid #ccc;
padding: 15px;
position: absolute;
width: 500px;
z-index: 100;
}

span.EvtFeeRegDone a
{
color: green;
font-weight: bold;
margin-left: 35px;
padding: 0px 5px;
line-height:170%;
display:inline-block;
float:left;
text-transform:uppercase;
text-decoration:none;
}

div.EventFee span.popup_p a.popup
{
padding:0 15px 0 0;
}

div.EvtRegRegistrants span.popup_p a.popup:hover,div.EventFee span.popup_p a.popup:hover
{
color:#9097A9;
text-decoration:underline;
}

div.EvtFeeActivityInfo
{
display: inline;
}

div.EvtFeeGroup div.EventFee div.EvtFeeActivityInfo
{
float:left;
}

div.EvtRegRegistrants div.popup .Event h3
{
padding:0;
width:80%;
background:none;
font-size:12pt;
text-transform:none;
margin:0px;
}

span.EvtFeeGroupName
{
font-size: 120%;
font-weight: bold;
margin-bottom: 7px;
margin-top:30px;
padding-bottom: 2px;
display:block;
color:#666;
}

div.EvtRegContinue
{
padding:0;
margin-bottom:20px;
}

div.EvtRegContinue h2, div.EvtRegFinish h2
{
background-color:#E3E3E3;
color: #333;
line-height: 12pt;
margin: 0px;
padding: 10px 10px 10px 15px;
position: relative;
font-size:12pt;
text-transform:uppercase;
}

div.EvtRegRegistrants h3, div.EvtRegMerchandise h3
{
background-color: #E3E3E3;
line-height: 12pt;
margin: 0px;
padding: 10px 10px 10px 15px;
position: relative;
font-size:12pt;
border-radius:0px !important;
-moz-border-radius:0px !important;
-webkit-border-radius:0px !important;
text-transform:uppercase;
display:block;
}

div.EvtRegMerchandise h3
{
margin-bottom:15px;
}


div.EvtRegRegistrants .EventFees h3
{
color: black;
margin: 15px 0px;
padding: 0px;
font-size:22px;
background-color: white;
border:0px;
}

.EvtFeeThankYou h2{
font-size: 20px;
}

.backToEvent{
display:block;
margin-top:20px;
}

.EvtRegContinue .boxhead{
margin-bottom:10px;
}

.EvtRegRegistrants .blindbox{
margin:40px 0 45px;
}

.EvtRegContinue .boxhead{
margin-top:20px;
}

div.EvtRegContinue div.EvtRegContinue
{
border:0px;
padding:0px;
margin:0px;
}

div.EvtRegFinish
{
border:1px solid #ccc;
padding:0;
}

div.EvtRegFinish p,div.EvtRegFinish div.Pay
{
padding:10px;
}

div.EventFee
{
background-color: #EEEEEE;
padding: 8px 15px;
margin-bottom:10px;
}

.EvtRegRegistrants div.EventFee
{
width:auto;
}

div.EvtFeeGroup div.EventFee
{
background: none;
border:0px;
border-bottom: 1px dashed;
margin-bottom:0px;
padding:8px 5px;
}

div.EvtFeeGroup
{
padding:0;
}

div.EventFee .EvtFeeName
{
display:inline;
float:none;
}

div.EventFee .EvtFeeBuyInfo
{
display:inline;
float:right;
text-align:right;
}

div.EventFees div.EventFee
{
display:block;
min-height:36px;
font-size:85%;
line-height: 19px;
}

div.EventFee:before, 
div.EventFee:after {
content: " ";
display: table;
}

div.EventFee:after {
clear: both;
}

div.EvtFeeDescr
{
font-size:95%;
font-style:italic;
clear:both;
}

div.EvtFeeDescr .error {
padding: 5px;
display: inline-block;
margin-top: 5px;
}

div.EvtRegContinue div.EventFee
{
display:block;
background:none;
border:0px;
border-bottom:1px dashed #ccc;
margin-bottom:0px;
}

div.EvtReg form
{
clear:both;
padding-top:15px;
}

div.EvtRegMerchandise p.CatalogPath
{
display:none;
}

div.EvtRegMerchandise h2
{
background:none;
color:#006A71;
width:60%;
}

div.ProductPrice
{
font-weight:bold;
}

div.EvtReg span.popup_p
{
font-size:90%;
padding-left:5px;
}

div.EvtReg .EvtRegProduct span.popup_p
{
display:inline;
}

.EvtRegProduct
{
padding-left:20px;
}

span.EvtFeeRegdate
{
font-style: italic;
padding-left:10px;
font-size:80%;
}

div.EvtRegContinue div.EventFee span.EvtFeeName 
{
float:left;
}

div.EvtRegRegistrants div.EventFees
{
border:1px solid #D9D9D9;
margin-bottom:35px;
padding:3px 20px;
}

div.EvtRegMerchandise
{
border:1px solid #D9D9D9;
padding-bottom:20px;
}

div.EvtReg .EventFee input[type="text"]{
margin-right:5px;
}

div.EvtReg .EventFee h1 {
display:none;
}

/********** Location Blindbox **********/

.boxhead span.boxtitle{
font-size:17px;
padding-right:18px;
background-position:center right;
background-repeat:no-repeat;
background-image:url(drop_up.png);
cursor:pointer;
}

.paneClosed span.boxtitle{
background-image:url(drop.png) !important;
}

.blindbox .boxpane h2{
display:none;
}

.blindbox .boxpane .location h2{
display:block;
}

.EvtRegRegistrants .blindbox .boxhead,
.Event .blindbox .boxhead {
    margin: 0;
    border: 2px solid #a3238e;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    line-height: normal;
}


/********** Zines **********/

.ZineDebug {
font-size:8pt;
font-family:sans-serif;
color:green;
border:0px solid black;
/* remove next line for debugging CSS */
display:none;
}

/*-------------------------------------------------
             Articles          
---------------------------------------------------*/

div.news_events h2 {
display:none;
}

div.news_events .ZineDate {
display:block;
}

div.news_events a.ZineLink,
.ZineLink {
font-size:24px;
text-decoration: none;
}

div.news_events .ZineItem .ZineAbstract,
.ZineItem .ZineAbstract {
font-style:normal;
font-size:12pt;
}


.ZineArticle .ZineHeader {
font-weight:bold;
font-size:16pt;
}

.ZineArticle .ZineAbout {
padding-top:0px;
padding-bottom:5px;
font-style:italic;
text-align:left;
}


.ZineArticle .ZineAbout .ZineSummary {
padding-left:50px;
text-align:left;
}

.ZineSummary {
padding:15px;
font-style:italic;
}

.ZineDate {
font-style:italic;
font-size:.9em;
display:block;
}

.ZineAuthor {
color:#333;
display:inline;
}

.ZineBody pre {
padding:10px;
border:1px dashed #99c;
background-color:#ddf;
}

.ZineArticle div.ZineImage {
float:right;
padding:20px;
margin-left:10px;
background-color:#ffffff;
}

.ZineArticle .ZineFooter {
color:#999;
font-style:italic;
font-size:9pt;
}

.ZineArticle .ZineFooter table.ZineTools {
margin-top:5px;
}

.ZineArticle .ZineAttachment {
padding:10px;
margin-top:10px;
font-size:9pt;
background-color:#ffffff; 
}

table.ZineImage {
margin-bottom:10pt;
}

div.ZineImage table.ZineImage {
margin-bottom:0pt;
}

.ZineFooter a {
font-weight:normal;
font-size:9pt;
}

.ZineQuote {
margin-left:5px;
margin-right:50px;
margin-top:5px;
margin-bottom:5px;
padding-left:45pt;
font-size:10pt;
font-style:italic;
display:block;
background:url(quote.gif);
background-repeat:no-repeat;
}

/*-------------------------------------------------
              Indexes          
---------------------------------------------------*/

p.ZinePath {
font-style: italic;
font-size: 0.9em;
}

.ZineIndex {
margin-top:15px;
}
.ZineItem {
margin-bottom:10px;
}

.ZineItem .ZineAbstract {
font-size:12pt;
font-style:normal;
}
a.ZineLink {
text-decoration:underline;
}

.ZineItem .ZineHeader,.ZineItem .ZineAboutBody,.ZineItem .ZineFooter { 
padding-left:10px; 
padding-right:10px; 
}
.ZineItem .ZineSummaryIndex { 
padding-bottom:10px;
padding-top:10px; 
text-align:left;
}
.ZineArchive .ZineItem {
padding:0px;
margin-bottom:5px;
}

.ZineComments .ZineItem {
margin-bottom:20px;
background-color:#eee;;
border:0px solid #fff;
}

ul.ZineThread {
margin:0px;
}

/* creates a sequence of buttons for paged indexes */

.ZinePagedIndex a {
padding-left:4px; 
padding-right:4px; 
padding-top:2px; 
padding-bottom:2px; 
border:1px solid #ccf;
font-size:9pt;
color:#99c;
font-weight:normal;
text-decoration:none;
}
.ZinePagedIndex a.ZinePagedIndexCurrent {
background-color:#eef;
border:1px solid #99c;
}
.ZinePagedIndex a:hover {
background-color:#eef;
border:1px solid #99c;
}

table.ZineIndex td.ZineThumb {
/* typically used for photoblog galleries */
background-color:#ffffff;
padding:20px;
}

/* table indexes are used in semithreaded and table indexes */

table.ZineIndex { 
border:1px #DDDDDD solid; 
border-collapse:collapse; 
margin-bottom:10pt;
width:100%;
}
table.ZineIndex td { 
border-top:1px #DDDDDD dotted; 
border-bottom:1px #DDDDDD dotted; 
border-left:1px #DDDDDD solid; 
border-right:1px #DDDDDD solid; 
margin:0px; 
padding:5px; 
}
table.ZineIndex th { 
border:1px #DDDDDD solid; 
margin:0px; 
padding:8px 5px 5px 5px; 
background-color:#F0F0F1;
text-transform: uppercase;
font-size: 13px;
}

/*-------------------------------------------------
            Comments          
---------------------------------------------------*/

.ZineComment 
{
margin-bottom:15px;
}

.ZineComment .ZineHeader 
{
padding:4px;
background-color:#eeeeee; 
font-weight:bold;
font-size:11pt;
display:block;
color:white;
}

.ZineComment .ZineAboutBody{
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}

.ZineComment .ZineAbout 
{
padding:10px;
float:left;
width:80px;
font-size:8pt;
color:#666;
}

.ZineComment .ZineBody 
{
padding:10px;
margin-left:100px;
}

.ZineComment .ZineFooter 
{
padding:7px 7px 7px 15px;
background-color:#eee;
border-top:1px solid #eeeeee; 
font-size:9pt;
display:block;
clear:both;
}

.ZineComment 
{
border:1px solid #eeeeee;
}

.ZineComment .ZineAttachment 
{
padding:10px;
margin-top:10px;
font-size:9pt;
display:block;
background-color:#eeeeff; 
}

.ZineQuote
{
font-size:9pt;
color:#666;
border:1px dashed #999;
padding:10px;
margin-top:10px;
}

/********** Toolboxs **********/

/* show tools in a small, grey font so they don't steal too much attention */
table.ZineTools td {
padding-right:7px;
}
table.ZineTools td a {
font-size:9pt;
font-weight:normal;
text-decoration:none;
}
table.ZineTools td a:hover {
text-decoration:underline;
}
.ZineArticle table.ZineTools {
padding:4px;
}

/* kludge because table.ZineIndex td adds cell borders */
table.Report table.ZineTools td { border:0px solid white; }
table.ZineIndex table.ZineTools td { border:0px solid white; }

.ZineTools br {display: none;}

/********** Attachments **********/

table.ZineAttachmentForm {
/* put attachment upload fields in a box */
background-color:#eee;
border:1px solid #999;
padding:10px;
margin-top:5px;
margin-bottom:5px;
}

div.ZineAttachment {
height:125px;
}
.ZineAttachment table {
/* lines up attachments left-to-right */
float:left;
padding-right:10px;
}
.ZineCaption {
color:#666;
font-style:italic;
padding-bottom:10px;
}

/********** Status, Moderation **********/

.ZineStatusIcon {
float:right;
}
.ZineWarning {
padding:15pt;
border:1px dashed red;
background-color:#faa;
color:brown;
font-weight:bold;
}


/********** Catalogue **********/

.CatalogUrl{
color: #6f6f6f;
font-size: 12px;
}
.CatalogDescription{
font-size: 12px;
}
.CatalogNotifySelect{
font-size: 8px;
color: #6f6f6f;
}
.CatalogProduct{
width: 100%;
overflow: auto;
padding: 5px;
}
.CatalogProductThumbnail{
float: right;
}
.CatalogProductWrapper{
width: 100%;
}


/********** Search **********/

div.Search dl {
margin-bottom:40px;
margin-left:15px;
}
div.Search dt {
font-weight:bold;
}
div.Search dd {
font-style:normal;
margin-bottom:10px;
font-size:90%;
}

/*-------------------------------------------------
           Member Directory         
---------------------------------------------------*/

ul.MembershipType li div 
{
font-size: 9pt;
font-style: italic;
}

div.MembershipDirectoryAlpha
{
margin-bottom:20px;
}

div.MembershipDirectoryAlpha a, span.MembershipNoMembers
{
border:1px solid #999999;
font-size:85%;
margin:1px;
padding:1px 4px;
}

span.MembershipNoMembers
{
background-color:#999999;
color:white;
}

div.MembershipDirectoryAlpha a
{
background-color:#11719F;
color:white;
}

div.MembershipDirectoryAlpha a:hover
{
background-color:#093a52;
text-decoration:none;
}

div.MembershipMiniProfile
{
border:1px solid #999999;
padding:5px;
margin-top:15px;
}

div.MembershipMiniProfile table.MemberMiniProfile td
{
vertical-align:top;
}

td.body_content div.MembershipMiniProfile table.MemberMiniProfile img
{
padding:0px 15px 0px 0px;
}

td.body_content div.MembershipMiniProfile table.MemberMiniProfile a
{
font-weight:bold;
margin-top: 10px;
display:block;
}

a.dp-choose-date {
background: url("date.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: inline-block;
height: 16px;
margin: 5px 3px 0;
overflow: hidden;
padding: 0;
text-indent: -2000px;
width: 16px;
}

/*-------------------------------------------------
                Profile         
---------------------------------------------------*/


table.Report .error {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
}

.error {
background-color: #f2dede;
border: 1px solid #ebccd1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #a94442;
padding: 10px 15px;
}

.error .EventFee {
padding:0;
margin:0;
}

.info {
background-color: #d9edf7;
border: 1px solid #bce8f1;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color: #31708f;
padding: 10px 15px;
}

.warn{
background-color: #F8FAAB;
border: 1px solid #E6E88A;
color: #5D5E3C;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 10px 15px;
font-weight: bold;
}

span.EvtFeeBuyInfo .error {
float: right;
font-size: 13px;
padding: 5px;
}

#photos,#photo
{
float:right;
padding:0;
margin:0 0 10px 20px;
}

#cropbox{margin-bottom:10px;}

span.input #photo
{
float:none;
margin:0;
font-size:small;
}

#photos img,#photo img
{
padding:5px;
margin:0;
}

div.MembershipStatus{
background: #eee;
border: 1px solid #ddd;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-size: 100%;
margin: 10px 0px;
padding: 10px 15px;
display:block;
width: 100%;
font-weight: 400 !important;

}

ul.Membership_update_profile_menu
{
display:inline-block;
width:100%;
padding:0;
margin:0 0 20px 0;
list-style:none;
}

ul.Membership_update_profile_menu li
{
padding:0 5px 5px 0;
margin:0;
background:none;
float:left;
}



ul.Membership_update_profile_menu li a
{
color: #505050;
font-size:13px;
background-color:#fff;
background-repeat:no-repeat;
background-position:7px center;
text-decoration:none;
padding:0 10px 0 27px;
display:block;
line-height:30px;
height:30px;
/* shadow */
-moz-box-shadow: 0px 2px 5px #999; /* Firefox */
-webkit-box-shadow: 0px 2px 5px #999; /* Safari,Chrome */
box-shadow: 0px 2px 5px #999; /* CSS3 */
/*border:1px solid #ccc;*/
}

ul.Membership_update_profile_menu li a:hover
{
background-color: #a3238e;
color:#fff;
text-decoration:none;
}

#Membership_view_profile_link{background-image:url(account.png);}
#Membership_update_profile_link{background-image:url(user.png);}
#Membership_update_contact_link{background-image:url(address.png);}
#Membership_update_photo_link{background-image:url(Camera.png);}
#Membership_change_password_link{background-image:url(login.png);}
#Membership_account_link{background-image:url(clock.png);}


ul.MembershipType
{
list-style:disc;
margin-left:0px;
padding-left:0px;
}

ul.MembershipType li
{
margin-left: 50px;
}

ul.MembershipType li a
{
font-weight:bold;
}

.profile_photo
{
float:right;
border:1px solid #ccc;
padding:5px;
margin:0 0 10px 20px;
position:relative;
top:-30px;
}


div.profile_info {
border: 1px solid #DDD;
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
margin-bottom: 20px;
padding: 0px 10px 10px 10px;
min-height:220px;
}


div.contact_info {
border: 3px solid #EEEEEE;
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
margin-bottom: 20px;
padding: 0px 10px 10px 10px;
width: 670px;
}

table.Report {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
table.Report {
    margin-bottom: 20px;
    width: 100%;
}
table.Report th, table.Report td {
    border-top: 1px solid #dddddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    border-right:1px solid #ddd;
}
table.Report th {
    font-weight: bold;
}
table.Report thead th {
    vertical-align: bottom;
}
table.Report caption + thead tr:first-child th, table.Report caption + thead tr:first-child td, table.Report colgroup + thead tr:first-child th, table.Report colgroup + thead tr:first-child td, table.Report thead:first-child tr:first-child th, table.Report thead:first-child tr:first-child td {
    border-top: 0 none;
}
table.Report tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}
table.Report, .Report {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #dddddd !important;
    border-image: none;
    border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
}

table.Report caption + thead tr:first-child th, table.Report caption + tbody tr:first-child th, table.Report caption + tbody tr:first-child td, table.Report colgroup + thead tr:first-child th, table.Report colgroup + tbody tr:first-child th, table.Report colgroup + tbody tr:first-child td, table.Report thead:first-child tr:first-child th, table.Report tbody:first-child tr:first-child th, table.Report tbody:first-child tr:first-child td {
    border-top: 0 none;
}
table.Report thead:first-child tr:first-child > th:first-child, table.Report tbody:first-child tr:first-child > td:first-child, table.Report tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px;
}
table.Report thead:first-child tr:first-child > th:last-child, table.Report tbody:first-child tr:first-child > td:last-child, table.Report tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px;
}
table.Report thead:last-child tr:last-child > th:first-child, table.Report tbody:last-child tr:last-child > td:first-child, table.Report tbody:last-child tr:last-child > th:first-child, table.Report tfoot:last-child tr:last-child > td:first-child, table.Report tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px;
}
table.Report thead:last-child tr:last-child > th:last-child, table.Report tbody:last-child tr:last-child > td:last-child, table.Report tbody:last-child tr:last-child > th:last-child, table.Report tfoot:last-child tr:last-child > td:last-child, table.Report tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px;
}
table.Report tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}
table.Report tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}
table.Report caption + thead tr:first-child th:first-child, table.Report caption + tbody tr:first-child td:first-child, table.Report colgroup + thead tr:first-child th:first-child, table.Report colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}
table.Report caption + thead tr:first-child th:last-child, table.Report caption + tbody tr:first-child td:last-child, table.Report colgroup + thead tr:first-child th:last-child, table.Report colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

table.Report tr.B {
    background-color: #eee;
}

table.Report caption{
text-align:left;
}

table.Report div.boxpane h1 {
text-align:left !important;
}

div.ContactForm table td,
table.MembershipForm td {
display:block;
margin-bottom:10px;
}

h1.membername {
text-transform:none;
font-size:24px;
border:none !important;
}


div.edit_profile h1,
div.edit_contacts h1,
div.new_contact h1,
div.edit_photo h1,
div.change_password_form h1,
div.account_history h1,
div.branch_management h1 {
border: medium none !important;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
font-size: 24px;
}

#tab1:hover, #tab2:hover, #tab3:hover,
.thistab:hover {
color:#777 !important;
}

.button_sm {padding-right: 5px;}

/*-------------------------------------------------
            Shopping Cart          
---------------------------------------------------*/

a.button{
border: 1px solid #A3238E;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 4px 10px;
margin: 3px auto;
background-color: #A3238E;
color: #FFF;
}

a.button:hover{
background: #fff;
color:#A3238E;
}

div.Pay table.Receivable 
{
width:100%;
font-size:85%;
border-collapse:collapse;
margin-bottom:15px;
margin-top:15px;
}

.Pay h1{
margin:5px 0;
}

div.Pay table.Receivable th,
div.Pay table.Report th {
color: white;
background-color: #a3238e;
padding: 5px;
font-size:90%;
text-transform:uppercase;
border: 1px solid #999;
}

div.Pay table.Receivable tfoot
{
background-color:#eee;
padding:5px;
}

div.Pay table.Receivable td
{
padding:5px;
border: 1px solid #ddd;
}

div.Pay table.Receivable td div.total
{
font-weight:bold;
}

div.Pay a.CartShoppingLink {
border:1px solid;
padding:0px 10px;
}

table.Receivable div.number
{
text-align:right;
}

.ReceivableBuyer
{
background:#eee;
border:1px solid #ccc;
padding:10px 10px 0;
margin-top:15px;
}


p.CartCheckoutButtons input#CartUpdateButton {
    background-color: #fff;
    color: #A3238E;
}
p.CartCheckoutButtons input#CartCheckoutButton {
    border: 1px solid #A3238E;
}
p.CartCheckoutButtons input#CartUpdateButton:hover {
    color: #E06F2F;
    text-decoration: underline;
}


/********** Required Fields **********/

span.requiredPrompt
{
background-image:url(asterisk.png);
background-position:top right;
background-repeat:no-repeat;
padding-right:10px;
font-weight:bold;
}

span.requiredPrompt label{
font-weight:bold;
}

/*-------------------------------------------------
            Web Forms        
---------------------------------------------------*/

table.QA_confirmation
{
font-size:90%;
border-collapse: collapse;
}

table.QA_confirmation caption
{
text-align:left;
padding-left: 3px;
padding-bottom:15px;
font-weight:bold;
}

table.QA_confirmation td
{
font-weight:normal;
border:1px solid #ccc;
padding:5px 15px;
}

table.QA_confirmation tr.B
{
background-color:#ddd;
}

table.QA_confirmation th
{
border:1px solid #ccc;
background-color:#2D3A5A;
color:white;
padding:5px 15px;
}

div.QA_question {
padding:10px;
margin-bottom:5px;
}
form div.A {
background-color:#eee;
}
div.QA_prompt {
font-size:100%;
}
table.QA_question_group td {
padding:3px;
}

/********** Responsive Image List **********/

ul.image_list
{
list-style:none;
margin:0px;
padding:0px;
font-size:85%;
}

ul.image_list img
{
display:block;
margin-bottom:7px;
}

ul.image_list li
{
float:left;
width:150px;
padding-right:15px;
min-height:200px;
}

/********** CMenu Mobile **********/

#CMenuMobileM
{
box-shadow: 0 0 5px rgba(68, 68, 68, 0.5);
background: none repeat scroll 0 0 #AE6219;
color: #FFFFFF;
height: 100%;
padding: 20px 20px 20px 30px;
position: fixed;
right: 0;
text-align: left;
top: 0;
z-index: 1000;
}

#CMenuMobile ul#CMenuM
{
border-bottom: 1px solid #e9a666;
clear: both;
list-style-type: none;
margin: 10px 0 0;
padding: 0;
width: 190px;
}

#CMenuMobile ul#CMenuM li 
{
border-top: 1px solid #e9a666;
margin: 0;
padding: 0;
}

#CMenuMobile ul#CMenuM a
{
letter-spacing: 0.07em;
padding: 10px;
text-transform: uppercase;
color: #FFFFFF;
display: block;
}

a#CMenuMBClose
{
float:right;
position:relative;
top:-5px;
}

a#CMenuMBClose img
{
max-height:20px;
}

/********** Address Cards**********/

div.ContactPreview {
background-color: #F6F6F6;
border: 1px dashed #DDD;
padding: 5px 20px 15px;
margin-bottom: 20px;
cursor: pointer;
}

div.ContactPreview .ContactEditTip
{
color:#999;
font-style:italic;
font-size:90%;
}

#help1{display:none;}

.Membership .popup_close{
float: right;
margin-top: -42px;
padding: 3px 7px;
background: #F5F5F5 none repeat scroll 0px 0px;
border: 1px solid #EEE;
border-radius: 5px;
-moz-border-radius: 5px;
-webit-border-radius: 5px;
cursor: pointer;
display: inline-block;
font-size: 14px;
padding: 0px 10px;
}

.Membership .popup_close:hover{
background-color:#eee;
}

.Membership .help_hotspot {
background: none repeat scroll 0 0 #f5f5f5;
border: 1px solid #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #333;
cursor: pointer;
display: inline-block;
font-size: 14px;
margin: 0 0 20px;
padding: 0 10px;
}

.Membership .help_popup ul{
margin-bottom:30px;
padding-left:20px;
}

a.ContactDeleteLink
{
padding:8px 15px;
background:#cc0000;
text-align:center;
margin:3px 0;
text-decoration:none !important;
color:#fff;
display:inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.ContactDeleteLink:hover
{
color:#fff;
background:#666;
text-decoration:none;
}

#ContactPreviewBlock a.ContactAddLink{
margin-top:35px;
display:inline-block;
}

a.ContactAddLink {
border:1px solid;
padding:5px 10px;
}

a.ContactEditTip {
    background-color: #FFF;
    padding: 3px 5px;
}

/********** Bootstrap **********/

textarea
{
max-width:100%;
}

label{
font-weight:normal;
}

/*------------------------------------------
                 LOGIN
-------------------------------------------*/

div.Login {
margin-right:20px;
}

table.LoginForm {
margin:auto;
}


div.LoginForm {
    padding: 40px;
    display: block;
    text-align: left;
    margin: 0px auto;
    width: 400px;
}

div.LoginForm h2 {
    text-align: center;
}

div.LoginForm p {
    text-align: center;
}


table.LoginForm td {
    padding: 0px 10px 10px 0px;
}


/*------------------------------------------------------------------------------
                           GENERAL BUTTON STYLES
--------------------------------------------------------------------------------*/


.btn, .formButton {
background-color:#A3238E;
position:relative;
margin: 0;
padding: 7px 25px;
/*border:0;*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
text-transform:uppercase;
line-height: 20px;
font-size: 13px;
text-shadow: none;
background-image: none !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}

.btn:focus, 
.formButton:focus,
.formButton:hover,
.btn:hover {
color:#333;
background-color: #fff;
}

.formButtons {
margin:25px 0;
}

select, textarea, 
input[type="text"],
input[type="string"],  
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
border: 1px solid #ccc;
box-shadow: none;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}



input[type="search"] {
border: none;
box-shadow: none;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
} 

.search input.required {
  border: 0px solid #fff;
}


input[type="submit"], 
input[type="reset"], 
input[type="cancel"], 
input[type="button"],
a.cancel,
input#CartCheckoutButton /*[type="submit"]*/{
border: 1px solid #ccc;
padding: 5px 12px;
transition: background-color 200ms linear 0s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input[type="reset"]:hover, 
input[type="cancel"]:hover, 
input[type="button"]:hover,
a.cancel:hover {
background-color: #ddd;
color: #333;
}

input[type="submit"], a.EditRegistration {
background-color: #A3238E;
border: 1px solid #A3238E;
color: white;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input[type="submit"]:hover, a:hover.EditRegistration {
background-color: #fff;
color:#A3238E;
}

input[type="reset"], input[type="cancel"], input[type="button"], a.cancel {
background-color: #ccc;
border: 1px solid #ccc;
color: #333;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input[type="text"], 
input[type="password"], select, textarea, 
input[type="email"] {
border: 1px solid #ccc;
padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right:5px;
margin-left:5px;
margin-bottom:5px;
}

input[type=text]:focus, textarea:focus {
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
}

input.requiredInput:focus, textarea.requiredInput:focus {
box-shadow: 0 0 5px rgba(255, 0, 0, 1);
-webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
-moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
border: 1px solid rgba(255, 0, 0, 1);
}


/********** Renew Now Button **********/

a.renew,
.Membership a.button,
.branch_management a.continue_renew
{
border:0px solid #e93e3a; 
color:#fff;
background-color: #D9534F;
border-color: #D43F3A;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: normal;
padding: 5px 6px;
text-decoration:none;
display: inline;
margin-left:10px;
cursor: pointer;
font-size:14px;
}

a.renew:hover,
.Membership a.button:hover,
.branch_management a.continue_renew:hover
{
border:0px solid #e93e3a;
background-color: #C9302C;
border-color: #AC2925;
}

.branch_management a.continue_renew{
margin-left:0;
}

/******* File Server ********/

div.FileServerSearch{
margin-bottom:20px;	
}

/********** Polls **********/

.Poll{
background: rgb(247, 247, 247);
display: inline-block;
padding: 0px 25px 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid rgb(226, 226, 226);
margin:15px 0;
}

.Poll .poll_question{font-weight:600;}

.Poll h1{
font-size: 24px;
}

.Poll input[type="radio"] {
margin: 8px 0;
}

/********** Images **********/

.alignLeft {
margin: 0 35px 10px 0;
}
.alignRight {
margin: 0 0 10px 20px;
}

div.YBN .alignLeft {
margin: 0 40px 10px 0;
}

/*-----------------------------------------------------
            Committees / Board      
------------------------------------------------------*/


ul.board_directors {
list-style-type: none;
margin: 0px;
padding: 15px 0px 0px 0px;
}


ul.board_directors li {
float:left;
width:350px;
padding: 0px 10px 0px 0px;
line-height:130%;
min-height:130px;
}


div.job_search {
margin-top:20px;
}

#map_canvas {
height: 564px;
}


/*-----------------------------------------------------
               Membership signup   
------------------------------------------------------*/

div.general_tips {
border: 1px solid #C898C3;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #F4F4F4;
padding: 10px 10px;
margin-bottom: 15px;
}

a#open-popup-add-branch, a#open-popup-add-secondary {
	position: relative;
	top: 20px;
}

a#open-popup-add-branch, a#open-popup-add-secondary {
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #939;
	background-image: linear-gradient(to bottom, #939, #C678C5);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

a#open-popup-add-branch, a#open-popup-add-secondary {
top: -20px;
display: inline-block;
padding: 4px 12px;
margin-bottom: 0px;
font-size: 14px;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

table.Report caption {
display: none;
}

/*-----------------------------------------------------
               LocationMap   
------------------------------------------------------*/

.LocationMapListing{
font-size:10pt;
}
.LocationName{
font-weight:bold;
}
.LocationContactInfo{
font-size:10pt;
}


.find_broker div#map_canvas
{
width:665px !important;
height:554px !important;
}

.leftcol
{
float:left;
width:725px;
padding:10px 20px 20px 20px;
line-height:140% !important;
min-height:600px;
}

.rightcol
{
float:right;
width:350px;
padding:27px 25px 15px 0;
margin:0;
}

ul#location_list
{
height: 556px;
overflow-x: hidden;
overflow-y: auto;
list-style:none;
padding-left:0px;
padding-top:0px;
}

/* Fix for IOS no scrollbar */
ul#location_list::-webkit-scrollbar {
    width: 1em;
}
 
ul#location_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
ul#location_list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}


ul#location_list li
{
margin-left:0px
}

ul#location_list li a
{
padding:10px;
background-color:#eee;
text-decoration:none;
margin-bottom:1px;
display:block;
cursor:pointer;
line-height:135%;
color:#333;
}

ul#location_list li a.map_link .LocationMapListing:hover {
background-color:#A3238E;
color:white;
}

ul#location_list li a:hover {
background-color:#A3238E;
color:white;      
}


form#map_search input#search_term
{
height:34px;
line-height:25px;
float:left;
}

div#map_location
{
margin-top:22px;
margin-left:10px;
}

div#map_form
{
padding-left:10px;
}

li{
padding-bottom:3px;
}

.bodywrap
{
clear:both;
_padding:20px 10px;
display:inline-block;
margin:0;
line-height:160%;
height:100%;
width:100%;
text-align:left;
position:relative;
}

form, div, iframe, span
{
padding:0;
margin:0;
border:none;
}

a.map_link 
{
font-size:14px;
}

.transcriptLink{
background-image:url(transcript.jpg);
background-position:left center;
background-repeat:no-repeat;
line-height:45px;
padding:15px 0 15px 32px;
}

/********** scholarship  *******************/

a.scholarship {
border: 1px solid rgb(163, 35, 142);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 4px 10px;
margin: 3px auto;
background-color: #a3238e;
color: #fff;
}

a.scholarship:hover {
background-color:#fff;
color: #a3238e;
text-decoration: none;
}


div.scholarship_form h2 {
padding-top:20px;
margin:0px;
}

/******* contact us/google map  *********/

div.contactus iframe {
float:right;
margin-left:25px;
}

ul.brokers {
margin-left:260px;
}

div.contactus .gm-style .place-card .address {
font-size:11px !important;
}



/******** sidebar/EvtCal  ****************/

.sidebar .EvtCalList dd {
margin-bottom:10px;
}

.sidebar .EvtCal h1 {
margin:10px auto;
padding:0;
border:none;
font-size:24px;
}

/******** Image Rotate  ****************/

.ImageRotateHolder img{
display:block;
width:100%;
max-width:100%;
height:auto
}

.tab {
margin-bottom: -8px;
}

div.tabbox .tabbar .tab {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top: 1px solid #BBB;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
border-bottom: none;
}

div.tabbox .tabpane {
margin-top:1px;
}

div.clear {
clear:both;
}



/* 
Sponsors ---------------------------------------- */

.sponsor-wrap {
   padding: 30px 0;
}

.sponsors h2{
color: #505050;
font-size:18px;
font-weight: bold;
text-transform:uppercase;
margin-top:15px;
margin-bottom:15px;
border-bottom: 1px solid #dddddd;
}

.sponsors img{
max-width:100%;
}


.sponsors_contents{
background:#fff;
-webkit-box-shadow: inset 0px 5px 5px 0px rgba(129, 129, 129, 0.35);
-moz-box-shadow:    inset 0px 5px 5px 0px rgba(129, 129, 129, 0.35);
box-shadow:         inset 0px 5px 5px 0px rgba(129, 129, 129, 0.35);
}


.premier_sponsors{min-height:200px;}

.sponsors  .premier_sponsors a, 
.sponsors  .presenting_sponsors a{
color: #292929;
display: inline-block;
font-weight: bold;
line-height: 20px;
text-align: center;
text-decoration: none;
vertical-align:middle;
}

.sponsors a:hover{
opacity:0.4;
}

#sponsorsLink {
  display: none;
}

input#trnCardOwner {
margin-left: 0;
}

a.cancel {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}


/* 
Catalog ---------------------------------------- */

td.CatalogCategoryDirectory
{
padding:10px 0;
margin:0;
}

td.CatalogCategoryDirectory ul
{
list-style-type:none;
padding:0;
margin:0;
}

td.CatalogCategoryDirectory li
{
padding:0 10px 10px 0;
margin:0;
float:left;
display:inline;
}

td.CatalogCategoryDirectory li a
{
border:1px solid #666;
padding:5px 10px;
display:block;
text-decoration:none;
color:#333;
}


td.CatalogCategoryDirectory li a:hover
{
background:#eee;
}

.Catalog h1
{
padding:10px 0;
margin:0;
}

.CatalogPath
{
font-size:90%;
padding:10px 0;

}

.CatalogProduct
{
display:inline-block;
padding:10px 0;
border-bottom:1px solid #ddd;
}

div.CatalogProductThumbnail
{
padding:0 10px 20px 0;
float:left;
}

div.CatalogProductThumbnail img
{
max-width:95%;
height:auto;
}

div.CatalogTitle
{
line-height:120%;
font-weight:bold;
padding:0 0 10px 0;
}

div.CatalogPrice
{
font-weight:bold;
margin-top:15px;
line-height:110%;
}

.ProductPrimaryImageWrapper
{
float:left;
padding:0 20px 10px 0;
}

.ProductSummary
{
font-weight:bold;
padding:0 0 10px 0;
}

div.ProductPrice
{
border:1px solid #ddd;
padding:15px;
font-weight:bold;
}

/*Add to cart */
.cart_form span.requiredPrompt
{
background-image:none;
padding-right:5px;
}
table.cart_form 
{
margin-top:15px;
}

/* 
Textbook ---------------------------------------- */

span.MagPopup-inline {
display: inline !important;
padding-right: 5px !important;
}




hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    background: none !important;
}


.login-prompt-wrap {
    border: 1px solid #237d9d;
    padding: 10px 15px;
    display: inline-block;
    background: #237d9d;
    color: #fff;
}
.login-prompt-wrap a {
    color: #fff;
    font-weight: 600;
}
.textbook-wrap td {
    padding: 0 10px 10px 0;
}

div#LoginBox > div.LoginForm {
    padding: 0px 40px 40px 40px !important;
}

.container #LoginBox {
    border-radius: 6px;
    background: #eaeaea;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.075);
    position: relative;
}

.container #LoginBox a.LoginUserLink {
    padding-left: 3px;
}

.container #LoginBox .LoginForm div.boxhead {
    display: inline-block;
    padding: 0 15px;
    margin-left: 20px;
}

.container #LoginBox a.hideloginlink {
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    margin: 10px 10px 0 0;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
    z-index: 999;
}

.container #LoginBox a.hideloginlink:before {
    content: "x";
    padding-right: 3px;
    font-weight: bold;
}

.container #LoginBox .LoginForm span.login_prompt, .container #LoginBox .LoginForm span.password_prompt {
    display: block;
    margin: 10px 0 3px;
}

.container #LoginBox .LoginForm input[type="submit"] {
    display: block;
    margin-top: 20px;
}

.container #LoginBox .boxpane {
    padding: 20px 20px 10px;
}

.container #LoginBox .LoginForm form {padding: 0 20px;}

.container #LoginBox p {
    padding: 0px 20px 0px 20px;
}

.container #LoginBox .LoginForm form {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 20px;
}

.container #LoginBox .errorbox {
    border-bottom: 1px solid #ddd;
}

.container #LoginBox {
    padding: 10px;
}





.home-banner-wrap {
    position: relative;
}
.home-banner-wrap .home-banner-wrap-caption {
    background: rgba(255,255,255,.7);
    padding: 20px;
    position: absolute;
    top: 45%;
    left: 30%;
     -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home-banner-wrap .home-banner-wrap-caption p {
    font-size: 30px;
}
.home-banner-wrap .home-banner-wrap-caption a {
    border: 1px solid #A3238E;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 10px 4px;
    background-color: #A3238E;
    color: #FFF;
    display: inline-block;
}
.home-banner-wrap .home-banner-wrap-caption a:hover,
.home-banner-wrap .home-banner-wrap-caption a:active,
.home-banner-wrap .home-banner-wrap-caption a:focus {
  text-decoration: none;
  background: #7b1b6c;
}





a#vubiz {
   display: block;
    padding: 12px;
    margin: 20px 0;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background: #fff;
}
a#vubiz:hover {
    background: #f3dded;
    box-shadow: none;
}
a#vubiz img {
    width: 35%;
}
a#vubiz span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    width: 65%;
    padding-left: 10px;
    line-height: 1;
    font-size: 18px;
    text-decoration: underline;
}
a#vubiz:hover img {
    opacity: 1;
}

@media (max-width: 991px) {
    a#vubiz {
        display: inline-block
    }
    a#vubiz img {
        max-width: 125px;
    }

}





.broker-resources .responsive-table td {
    width: 50%;
}

.responsive-table {
  margin-bottom: 20px;
}

.responsive-table table, .ZineBody table, .account_history table {
    border-collapse: collapse;
    width: 100%;
}
.responsive-table table th, .ZineBody table th, .account_history table th {
    background-color: #9e237e !important;
    color: #fff;
    vertical-align: middle;
}
.responsive-table table th {
    font-size: 14px;
    line-height: 1.4;
}
.responsive-table table th h3 {
    color:#fff;
}
.responsive-table table th,
.responsive-table table td,
.ZineBody table th,
.ZineBody table td,
.account_history table th,
.account_history table td {
    border: 1px solid #e4e4e6;
    padding: 10px 15px;
}
.responsive-table table tr:nth-child(even) {
    background-color: #f8f8f8;
}
@media (max-width: 600px) {
 .responsive-table {
    display: block;
    overflow-x: auto;
 }
}

/* top-bar */
.top-bar {
    background: #262c2f;
    text-align: center;
    padding: 10px 15px;
}
.top-bar p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}
.top-bar p a {
    color: yellow;
    text-decoration: underline;
}


/* Remove when top-bar is removed */

/*
.mobile_menu {
    top: 122px;
}
@media (max-width: 991px) {
.mobile_menu {top: 170px !important;}
}
@media (max-width: 767px) {
.mobile_menu {top: 0 !important;}
}
*/






/* Sponsors
   ========================================================================== */

#sponsors.home-sponsors {
    padding-top: 60px;
    clear: both;
    text-align: center;
}
#sponsors h2 {
  margin: 0 0 40px;
}
#sponsors h3 {
  margin-top: 0;
}
#sponsors .sponsor-item h3 {
  margin-bottom: 20px;
}
#sponsors table td {
    vertical-align: top;
    border-right: 1px solid #ddd;
    padding: 20px;
    width: 33.333%;
}
#sponsors table td:last-child {
    border: none;
}
#sponsors table {
    width: 100%;
    text-align: center;
}
.sponsor-item a {
    display: block;
    margin-bottom: 30px;
}
@media(min-width:768px) {
  .sponsor-item a {
    display: inline-block;
    margin: 25px;
  }
}


/* Remove when top-bar is removed */
.mobile_menu {
    top: 122px;
}
@media (max-width: 991px) {
.mobile_menu {top: 170px !important;}
}
@media (max-width: 767px) {
.mobile_menu {top: 0 !important;}
}




