body{
font-family: 'Hind', Helvetica,Arial,sans-serif;
background:url(bg.gif);
font-size: 16px;
}

a {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
cursor: pointer;
}

a:hover {
text-decoration:underline;
}

a img:hover, .social-button:hover{
opacity: 0.7;
}

b, strong{
font-weight:600;
}

hr{clear:both;}

h1, h2, h3, h4, h5, h6{
margin:20px 0;
}


h1, .members-table h2{
color:#1D567D;
font-size:24px;
font-weight:600;
text-transform:uppercase;
}

h2{
color:#36729a;
font-size:20px;
}

h3{
font-size:17px;
border-bottom: 4px double #22b9c0;
font-weight:600;
display:inline-block;
}

h4 {
font-size:16px;
}

h5 {
font-size:15px;
}

h6 {
font-size:14px;
}

h1, h3, h4, h5, h6, .bottom-link a, .Login a, a.search_results .name, .slicknav_menu .slicknav_menutxt{
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing: grayscale;
}

p{
margin-bottom:20px;
}

textarea, input[type="text"], 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="search"], input[type="string"], input[type="tel"], input[type="color"],  .uneditable-input {
background-color: #ffffff;
border: 1px solid #cccccc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
outline:0;
}

textarea:focus, input[type="text"]:focus, input[type="string"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0 none;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
border-color: #ee5f5b;
color: #b94a48;
}

span.input input[type="text"] {max-width:100%;}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, input.requiredInput[type="text"]:focus, textarea.requiredInput:focus {
border-color: #e9322d;
box-shadow: 0 0 6px #f8b9b7;
}

input[type="submit"], input[type="reset"], input[type="cancel"], input[type="button"], .button{
border: 1px solid #999;
transition: background-color 200ms linear 0s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding:5px 12px;
}

input[type="reset"]:hover, 
input[type="cancel"]:hover, 
input[type="button"]:hover {
background-color: #999;
color: #fff;
}

input[type="submit"], .button{
background-color: #22b9c0;
border: 1px solid #22b9c0;
color: white;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input[type="submit"]:hover, .button:hover{
background-color: #1D567D;
border-color:#1D567D;
}

input[type="text"], 
input[type="password"], select, textarea, 
input[type="email"] {
border: 1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-left:5px;
padding-right:5px;
}

.button{
display:inline-block;
margin:5px 0;
text-align:center;
text-decoration: none !important;
color: #fff !important;
}

.formButtons{margin:20px 0;}

#maincontent{
background:#fff;
border-right:1px solid #e7e7e7;
border-left:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
min-height:500px;
}

.inside-content{
padding: 30px 30px 40px;
}

img{
max-width:100%;
height:auto;
}

.hmenu, #meeting-sub-menu{
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
color: #dddddd;
display: inline-block;
font-size: 13px;
margin-bottom: 10px;
padding: 10px 0;
}

.hmenu a, #meeting-sub-menu a{
margin:0 5px;
}

.hmenu a#thispage{
font-weight:600;
}

.iframe{
max-width:100%;
}

div.google_map {
float: right; 
position: relative; 
padding-right: 100px;
}


div.google_map iframe {
width:400px;
}

div.contactus_map iframe {
width:600px;
}




/*---------------------------------------------------------
                  Header
---------------------------------------------------------*/
.header-wrap{
position: relative;
z-index:9;
-webkit-box-shadow: 0px 1px 14px 0 #666;
-moz-box-shadow: 0px 1px 14px 0 #666;
box-shadow: 0px 1px 14px 0 #666;
}

.header{
background:url(header-bg.gif);
padding:10px 0;
color:#fff;
}

.header a{
color:#fff;
}

.logo a:hover{
opacity:0.7;
}

.logo{
font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
line-height: 100%;
}

.logo-img{
float: left;
padding-right: 20px;
}

.logo-main-title, .logo-sub-title{
display: inline-block;
}

.logo-main-title{
padding-top: 33px;
font-size: 29px;
margin:0;
color:#fff;
font-weight:normal;
text-transform:none;
}

.logo-sub-title{
font-size: 12px;
}

.login-area{
padding-right: 0;
}

.Login{
font-size: 14px;
margin-top: 40px;
}

.Login a{
border:1px solid #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display:inline-block;
padding:7px 15px 6px 32px;
background:url(lock-icon.png) no-repeat 12px center;
font-weight: bold;
}

.Login a:hover{
text-decoration: none;
background-color:#1D567D;
border-color:#1D567D;
}

a.LoginUserLink{
text-decoration:underline;
}

a.LoginUserLink:hover{
text-decoration:none;
}

a.LoginUserLink, a.Logout {
border: medium none;
padding: 0px 1px;
background:none;
}

a.LoginUserLink:hover, 
a.Logout:hover{
background:none;
}

.hide-member{display:none;}

/*---------------------------------------------------------
                  Menu
---------------------------------------------------------*/

.menu-bg{
background:url(menu-bg.gif);	
}

.horizontal-menu ul{list-style:none;padding:0;margin:0 auto !important;display:table;font-size: 18px;}
.horizontal-menu ul li{display:block;position:relative;float:left;}
.horizontal-menu li ul{display:none;}
.horizontal-menu ul li a{display:block;padding:12px 41px;text-decoration:none;white-space:nowrap;color:#fff;transition: background-color 0.3s ease-in-out;
-webkit-transition: background-color 0.3s ease-in-out;}
.horizontal-menu ul ul li a:hover{background:#1D567D;}
.horizontal-menu li:hover>ul{display:block;position:absolute;}
.horizontal-menu li:hover li{float:none;}
.horizontal-menu li:hover a{background:#36729a;}
.horizontal-menu li:hover li a:hover{background:#1D567D;}
.horizontal-menu li ul li{border-top:0; font-size:16px;}
.horizontal-menu ul ul ul{left:100%;top:0; border:0 !important;}
.horizontal-menu ul:before,.horizontal-menu ul:after{content:" ";display:table;}
.horizontal-menu ul:after{clear:both;}
.horizontal-menu ul li ul{
border-top:7px solid #22b9c0;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.horizontal-menu #thispage a{
background:#36729a;
}

.horizontal-menu #thispage ul li a:hover{background:#1D567D;}

/*---------------------------------------------------------
                  Home Features
---------------------------------------------------------*/

.rotating-banners{
max-height: 392px;
overflow-y: hidden;
}
 
.rotating-banners .bx-wrapper{
margin:0 !important;
}

.rotating-banners  .bx-wrapper .bx-caption {
bottom: 0% !important;
background: url(caption-bg.png) repeat 0 0 !important;
width: 50% !important;
margin: 0px auto;
right: 0px !important;
height: 36%;
position:absolute;
}

.rotating-banners  .bx-wrapper .bx-caption span{
font-family: 'Hind', Helvetica,Arial,sans-serif !important;
padding: 20px 10px 0 !important;
}

.rotating-banners  .bx-wrapper .bx-controls-direction a{
width:45px  !important;
height:45px !important;
top:42% !important;
-moz-transition: none;
-webkit-transition: none;
-o-transition: color 0 ease-in;
transition: none;
}

.rotating-banners  .bx-wrapper .bx-prev
{
background-image:url(left.png) !important;
background-position:0 0 !important;
left:31px !important;
}

.rotating-banners  .bx-wrapper .bx-prev:hover{
background-position:0 -45px !important;
}

.rotating-banners  .bx-wrapper .bx-next
{
background-image:url(right.png) !important;
background-position:0 0 !important;
right:31px !important;
}

.rotating-banners  .bx-wrapper .bx-next:hover{
background-position:0 -45px !important;
}

.rotating-banners  .bxslider_caption{
font-size:18px;
text-align:center;
color:#333 !important;
}

.rotating-banners  .bx-wrapper .bx-pager.bx-default-pager a{
background:#cacaca !important;
}

.rotating-banners  .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.rotating-banners  .bx-wrapper .bx-pager.bx-default-pager a.active{
background:#22b9c0 !important;;
}

.rotating-banners  .bx-wrapper .bx-controls-direction a{
z-index:8 !important;
}

.rotating-banners  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
bottom: 0 !important;
}

.home-features{
padding:20px 0 20px;
}

.home-patients,
.home-meeting,
.home-sponsors,
.home-buttons{
text-align:center;
}

.home-features h3{
font-size: 18px; 
color:#36729a;
display:inline-block;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 0;
background-position:left center;
background-repeat: no-repeat;
padding-left: 30px;
margin-right:15px;
border:0;
line-height:100%;
}

.home-patients h3{
background-image:url(user-icon.png);
}

.home-meeting h3{
background-image:url(calendar-icon.png);
}

.home-sponsors h3{
background-image:url(sponsors-icon.png);
}

.home-patients,
.home-meeting,
.home-sponsors{
padding: 0;
}

.home-patients .wrap-item,
.home-meeting .wrap-item,
.home-sponsors .wrap-item{
border-right: 2px solid #22b9c0;
min-height: 145px;
padding:20px 30px 0;
}

.home-patients .go-link{
font-size: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#22b9c0;
display: inline-block;
padding: 5px 15px 2px;
color:#fff;
}

.home-patients .go-link:hover,
.home-buttons .button:hover,
.bottom-link a:hover, #footer #mailing-button:hover{
background-color:#1D567D !important;
text-decoration:none;
}

.home-buttons .wrap-item{
padding-top: 40px;
}

.home-buttons .button{
color:#fff;
background-color: #36729a;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 215px;
max-width: 100%;
display: inline-block;
padding: 5px;
text-align:center;
margin-bottom: 5px;
font-size:14px;
border:0;
}

#mailing-button{
background:url(mail-icon.png) no-repeat 24px center #36729a;
padding-left:40px;
margin-top:15px;
}

.social-media{
text-align: center;
margin-top: 20px;
}

.social-button{
width: 35px;
height: 35px;
background-position: center center;
background-repeat: no-repeat;
display:inline-block;
vertical-align:middle;
}

.tw{background-image: url(twitter.png);}
.fb{background-image: url(facebook.png); margin:0 10px;}
.lk{background-image: url(linkedin.png);}
#apsgroup{background-image: url(APSStudyClub.jpg); margin-left:10px; width:49px; height:42px;}

.bottom-link{
text-align: center;
padding-bottom:40px;
}

.bottom-link a{
color:#fff;
background: #36729a;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
max-width: 100%;
width: 65%;
padding:15px;
font-weight: 600;
}

div.ImageRotateHolder #ImageRotate_Div {
padding: 0;
margin: 0;
text-align: center;
width: 100%;
}

.ImageRotateHolder img{
max-width:100%;
}


/*---------------------------------------------------------
                  Footer
---------------------------------------------------------*/

#footer{
padding:20px 0;
font-size:14px;
}

#footer p{
margin-bottom:0;
}

#footer p a{
margin-left: 20px;
}

#footer .Search {
color: #a2a2a2;
display: inline-block;
}

#footer #mailing-button{
margin-right:10px;
border:none;
background: #36729a url("mail-icon.png") no-repeat scroll 11px center;
padding-left: 40px;
margin-top:0;
font-size:13px;
margin-bottom:0;
}

#footer  .Search input[type="submit"] {
background: url("search.png") no-repeat scroll center center;
border: 0 none;
float: right;
font-size: 0;
height: 24px;
padding-top: 10px;
vertical-align: middle;
width: 28%;
}

#footer  div.Search form {
background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
border: 1px solid #e7e7e7;
border-radius: 4px;
max-width: 100%;
width: 150px;
}

#footer  div.Search input[type="text"] {
background-color: rgba(0, 0, 0, 0);
border: medium none;
box-shadow: none;
margin: 0;
min-width: 0;
outline: 0 none;
width: 72% !important;
}

#footer  div.Search input#searchsubmit {
vertical-align: middle;
}

#footer  div.Search input#searchsubmit {
border: medium none;
padding: 0 0 5px 25px;
}

/********** Image Align**********/

.alignLeft {
margin: 0 20px 10px 0;
}

.alignRight {
margin: 0 0 10px 20px;
}

/********** 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-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 #204379 solid; 
margin:0px; 
padding:4px; 
background-color:#204379;
font-weight: 600; 
font-size:10px; 
color:white;
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: 600; 
font-size:10px; 
}

table.EvtCal td.EvtDay {
background-color:white;
}

table.EvtCal td.Today {
background-color:#ffc;;
}

table.EvtCal div.EvtDay {
font-weight: 600;
}

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%;
height:auto !important;
}

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: 600;
}


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.png);
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: 600;
}

div.EvtCal dl.EvtCalList dt
{
font-weight: 600;
}

div.EvtCal dl.EvtCalList dd
{
margin-left:0px;
}

div.EvtCal dl.EvtCalList dd p
{
margin-top:0px;
}

div.EvtCal table.EvtCalSm
{
position:relative;
top:-25px;
border-collapse:collapse;
}

div.EvtCal table.EvtCalSm th
{
text-align:center;
padding:6px;
color:white;
background-color:#204379;
width: 20px;
border:1px solid white;
}

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:#F6AE01;
}

.EvtCal:after{
clear:both;
}

.EvtCal:before, 
.EvtCal:after{
display: table;
content: " ";
}

a#viewallevent {
background: url("viewallevent.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
color: #7e7e7e;
font-size: 12px;
padding: 2px 5px 2px 22px;
text-decoration: none;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}


/*Event Registration 
---------------------------------------------------*/

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: 600;
float:left;
}

span.EvtFeeRegLink 
{
float: right;
text-align: center;
}

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;
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;
}

.EvtRegRegistrants .boxhead span:hover{
text-decoration:underline;
}

.EvtRegRegistrants .boxhead{
margin-bottom:10px;
}

.EvtRegRegistrants .blindbox{
margin:40px 0 45px;
}

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.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: 600;
}

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;
}

table.EvtRegComps caption {
font-size: 20px;
margin-bottom: 10px;
text-align: left;
}

/********** 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;
}


/********** Zines **********/

.ZineDebug {
font-size:8pt;
font-family:sans-serif;
color:green;
border:0px solid black;
/* remove next line for debugging CSS */
display:none;
}

/********** Articles **********/

.ZineArticle .ZineHeader {
font-weight: 600;
font-size:16pt;
}

.ZineArticle .ZineAbout {
padding-top:5px;
padding-bottom:10px;
font-style:italic;
text-align:right;
}

.ZineArticle .ZineAbout .ZineSummary {
padding-left:50px;
text-align:left;
}

.ZineSummary {
padding:15px;
font-style:italic;
}

.ZineDate {
font-style:italic;
}

.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-repeat:no-repeat;
}

/********** Indexes **********/

.ZineIndex {
margin-top:15px;
}
.ZineItem {
margin-bottom:10px;
}

.ZineItem .ZineAbstract {
font-size:11pt;
font-style:italic;
}
a.ZineLink {
text-decoration:underline;
}

.ZineItem .ZineHeader,.ZineItem .ZineAboutBody,.ZineItem .ZineFooter { 
padding-left:10px; 
padding-right:10px; 
}
.ZineItem .ZineSummaryIndex { 
padding-left:10px; 
padding-right:10px; 
padding-bottom:10px; 
text-align:right;
}
.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:2px #666677 solid; 
border-collapse:collapse; 
margin-bottom:10pt;
width:100%;
}
table.ZineIndex td { 
border-top:1px #666677 dotted; 
border-bottom:1px #666677 dotted; 
border-left:1px #666677 solid; 
border-right:1px #666677 solid; 
margin:0px; 
padding:5px; 
}
table.ZineIndex th { 
border:1px #666677 solid; 
margin:0px; 
padding:5px; 
background-color:#ccccdd;
}

/********** Comments **********/

.ZineComment 
{
margin-bottom:15px;
}

.ZineComment .ZineHeader 
{
padding:4px;
background-color:#eeeeee; 
font-weight: 600;
font-size:11pt;
display:block;
}

.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;
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; }


/********** 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: 600;
}


/********** 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: 600;
}
div.Search dd {
font-style:italic;
margin-bottom:10px;
font-size:90%;
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

/********* Member Directory **********/

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 {
padding: 10px;
clear: both;
}

/*************** Member Search ******************/

.Membership .searchterms
{
font-weight: 600;
}

a.search_results
{
text-decoration: none;
display: block;
padding: 10px;
border: 1px solid #ddd;
margin: 0 7px 7px 0;
line-height: 120%;
background-color: white;
border-left: 3px solid #22b9c0;
}

a.search_results:hover
{
background:#F0F5F8;
}

a.search_results .address
{
font-size:90%;
}

a.search_results .name
{
font-size:110%;
font-weight: 600;
padding:0 0 5px 0;
}

h3#advsearch
{
margin:20px 0 10px 0 !important;
clear:both;
}

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;
}

.MembershipTopLink{
clear:both;
margin-top:20px;
}

/*************** 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;
}

.info,
.bInfo_44{
background-color: #d9edf7;
border: 1px solid #bce8f1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
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;
}

div.EvtFeeDescr .error {
padding: 5px;
display: inline-block;
margin-top: 5px;
}

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 #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size: 100%;
margin: 10px 0px;
padding: 10px 15px;
display:block;
width: 100%;
font-weight: bold;
}

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 */
}

ul.Membership_update_profile_menu li a:hover
{
background-color: #CADFEE;
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);}


h1.membername
{
text-transform:none;
}

ul.MembershipType li
{
padding-bottom:15px;
}

ul.MembershipType li a{font-weight: 600;}

.profile_photo
{
float:right;
border:1px solid #ccc;
padding:5px;
margin:0 0 10px 20px;
position:relative;
top:-30px;
}

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;
}
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 #dddddd #dddddd #dddddd;
border-image: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
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 {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
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 {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
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 {
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
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 {
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
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 {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
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 {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
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;
}


/********** Shopping Cart **********/

div.Pay table.Receivable 
{
width:100%;
font-size:85%;
border-collapse:collapse;
margin-bottom:15px;
margin-top:15px;
}

div.Pay table.Receivable th
{
color: white;
background-color: #213C73;
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: 600;
}

table.Receivable div.number
{
text-align:right;
}

.ReceivableBuyer
{
background:#eee;
border:1px solid #ccc;
padding:10px 10px 0;
margin-top:15px;
}


/*-------------Login--------------*/

.LoginForm td {
padding: 10px 10px 10px 0;
}

/********** Required Fields **********/

span.requiredPrompt
{
background-image:url(asterisk.png);
background-position:top right;
background-repeat:no-repeat;
padding-right:10px;
font-weight:bold !important;
}

span.requiredPrompt label{
font-weight: 600;
}

/********** 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: 600;
}

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:120%;
}
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 **********/

#CMenuMobile{display:none;}

#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 .ContactEditTip
{
color:#999;
font-style:italic;
font-size:90%;
}

#help1{display:none;}

.Membership .popup_close{
float:right;
}

.Membership .popup_close:hover{
background-color:transparent;}

.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;
}

/********** Bootstrap **********/

a:focus{
outline: 0;
}

textarea
{
max-width:100%;
}

label{
font-weight:normal;
}

/********** Renew Now Button **********/

a.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-block;
margin-left:10px;
cursor: pointer;
}

a.renew:hover
{
border:0px solid #e93e3a;
background-color: #C9302C;
border-color: #AC2925;
}



/******* 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;
}

.error-template-msg {
background-image: url(user.png);
background-color: #f7f7f7;
background-position: 24px center;
background-repeat: no-repeat;
border: 1px solid #efefef;
border-radius: 3px;
margin-bottom: 30px;
padding: 10px 10px 0 70px;
font-size:14px;
}

.error-template-msg p{
margin-bottom:10px;
}

.Donation input[type=radio]{
margin-right:5px;
}

.members-table table{
width:100%;
}

/******  Conference Sponsor Page  ******/


#conference_sponsors h2 {
margin:10px 0px;
}

div.sponsor_sidebar {
float:right;
width:48%;
margin-bottom:20px;
}

#sponsor_level,
#sponsor_logos,
#workshop,
#booth_box,
#sponsor_box,
#exhibit,
#sponsor_logos img {
padding:10px;
}

#exhibit {
background-color:#0C7378;
color:#fff;
text-align:center;
margin:20px auto;
width:75%;
}

#sponsor_level {
width:48%;
}

#sponsor_level h2{
font-weight:bold;
color:#0C7378;
margin:10px 0px;
text-transform:uppercase;
}

#sponsor_logos {
text-align:center;
}

#sponsor_logos h2 {
color:#0C7378;
font-weight:bold;
margin:10px 0px;
}

#sponsor_logos p {
font-weight:bold;
color:#333;
}

#sponsor_box {
background-color:#0C7378;
}

#sponsor_box h2 {
font-weight:bold;
color:#A4D8D6;
margin:10px 0px;
text-transform:uppercase;
}

#sponsor_box p,
#sponsor_box ul {
color:#fff;
}

#booth_box,
#workshop {
background-color:#CADB2A;
}

#workshop {
width:48%;
}

#booth_box h2,
#workshop h2 {
color:#fff;
font-weight:bold;
margin:10px 0px;
}

#booth_box ul {
color:#0C7378;
}

#workshop p {
color:#11747A;
}

div.clear {
clear:both;
}

ul#regfees {display:none;}

/******  Executives Page  ******/

.innercontent {
padding:25px;
}


.innercells .caption {
background-color: #0072af;
font-size: 9px;
text-align: center;
line-height: 25px;
color: #fff;
width:152px;
margin-bottom:25px;
}

.innercells img.photo {
margin: 0px 6px;
}

.bInfo_44 a{
font-weight: bold;
text-decoration: underline;
color: red !important;
}

.bInfo_44{
color: red !important;
font-size: larger !important;
}

.bMoreInfo_44{
margin-top: 10px;
font-size: 14px;
}